html {
    font-family: "Helvetica", sans-serif;
    font-size: 1.25em;
    letter-spacing: -0.01em;
    line-height: 1.4;
}

html.home {
  display: table;
  width: 100%;
  height: 100%;
}

body {
   max-width: 800px;
   margin: auto;
   padding: 5%;
   padding-top: 0;
}

body.home {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

p {
  text-align: justify;
}

blockquote {
  border-left: 0.2em solid #666;
  padding-left: 1.5em;
}

body.home p, body.home h1 {
  text-align: center;
}

h1 {
   font-size: 3.25em;
   margin: 0 0 1em 0;
}

p.caption {
  padding-top: 0.5em;
  margin-bottom: 0;
}

img, video, table {
  width: 100%;
}

a {
  color: #666;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a.active {
  color: #333;
}

table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  table-layout: fixed;
}

td {
  border: 1px solid #ccc;
  text-align: center;
}

img.thumb {
  width: 42%;
  margin: 2%;
}

img.small {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

footer {
  padding-top: 50px;
  font-size: small;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe, 
.video-container object, 
.video-container embed {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%;
}

.dz-progress { 
  display: none;
}

.button-div {
  display: flex;
  justify-content: center;
  align-items: center;
}

input[type=submit] {
    border: none;
    padding: 0.5rem 2rem;
    margin: 0.5rem;
    text-decoration: none;
    background: #0069ed;
    color: #ffffff;
    font-family: sans-serif;
    font-size: 1rem;
    cursor: pointer;
    text-align: center;
    transition: background 250ms ease-in-out, 
                transform 150ms ease;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=submit]:hover {
    background: #0053ba;
}

input[type=submit]:focus {
    outline: none;
}

input[type=submit]:active {
    transform: scale(0.97);
}

#uploadbox {
  margin-top: 20px;
}

label {
  display:inline-block;
  width: 200px;
  text-align: right;
}

@media only screen and (max-width: 600px) {
  label {
    width: 100%;
    text-align: left;
  }
}

input[type="text"], input[type="email"] {
  width: 300px;
}
