body {
    overflow:hidden;
    font-family: 'Yanone Kaffeesatz', sans-serif;
}

img.me {
    height: 30vh;
    border-radius: 50%;
    margin-bottom: 10px;
}

.center {
    display:flex;
    align-items:center;
    justify-content: center;
    height: 100vh;
    text-align: center;
    line-height: 16pt;
    flex-flow: column;
}

.small, .blog {
    font-size: 14pt;
    text-transform: uppercase;
    margin-top: 10px;
    letter-spacing: 2px;
    color: #666;
    font-weight: 100;
}

.big {
    font-size: 24pt;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.contact {
    font-size: 12pt;
    margin-top: 5px;
    letter-spacing: 2px;
    color: #666;
    font-weight: 100;
}

#thank-you {
    display:none;
}

a:link {
    text-decoration: none;
    color: #234c97;
    font-weight: 400;
}

a:visited, a:active {
    color: #234c97;
}

.blog {
    margin-top:20px;
    font-family: 'Shadows Into Light', cursive;
    font-size: 10pt;
}

hr {
    background-color: #eee;
    border:0;
    height: 1px;
    width: 75%;
    margin-top: 10px;
    margin-bottom:20px;
}
.content {
    width: 20vw;
    min-width: 300px;
}

.blog a:link {
    text-decoration: underline;
}

#contact {
    display: none;
    position: relative;
}


.user-box {
  position: relative;
}

.user-box input,
.user-box textarea {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  color: #234c97;
  margin-bottom: 30px;
  border: none;
  border-bottom: 1px solid #234c97;
  outline: none;
  background: transparent;
}
.user-box label {
  position: absolute;
  top:0;
  left: 0;
  padding: 10px 0;
  font-size: 16px;
  color: #234c97;
  pointer-events: none;
  transition: .5s;
}
.user-box input:focus ~ label,
.user-box input:valid ~ label,
.user-box textarea:focus ~ label, 
.user-box textarea:valid ~ label {
  top: -20px;
  left: 0;
  color: #5881cd;
  font-size: 12px;
}

input[type="submit"] {
    padding: 10px 20px 6px;
    text-transform: uppercase;
    color: #fff;
    background-color: #234c97;
    border: 0px;
    border-radius: 10px;
    font-size: 16pt;
    transition: .5s;
}

input[type="submit"]:focus,
input[type="submit"]:hover {
     background-color: #5881cd;
     cursor: pointer
}

.back {
    margin-bottom: 20px;
}

.links {
    font-size: .8em;
}

.links a:link, .links a:visited {
    text-decoration: none;
}