/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html,
body {
  position: relative;
  width: 100%;
}
body {
  background: url('unsplash-luke-chesser.jpg') no-repeat center center fixed;
  background-size: cover;
  font-family: "proxima-nova", Arial, "Helvetica Neue", Helvetica, sans-serif;
  position: relative;
}
@-webkit-keyframes cardAni {
  0% {
    background: rgba(255, 255, 255, 0);
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0);
  }
  100% {
    background: rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.3);
  }
}
@keyframes cardAni {
  0% {
    background: rgba(255, 255, 255, 0);
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0);
  }
  100% {
    background: rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.3);
  }
}
.card {
  animation: cardAni 1s 1 ease-in;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.3);
  height: 140px;
  margin: 100px auto 30px auto;
  overflow: hidden;
  padding: 20px;
  position: relative;
  width: 140px;
}
@media all and (max-width: 1024px) {
  .card {
    margin-top: 50px;
  }
}
@media all and (max-width: 768px) {
  .card {
    margin-top: 100px;
  }
}
@media all and (max-width: 767px) {
  .card {
    margin-top: 40px;
  }
}
@-webkit-keyframes logoAni {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes logoAni {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.logo {
  animation: logoAni 1s 1 cubic-bezier(0.5, 0.2, 0.3, 1);
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  display: block;
  height: 100px;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  top: 0;
  width: 100px;
}
.logo img {
  display: block;
  height: 100px;
  margin: 0 auto;
  width: 100px;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: .1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: .1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes translateIn {
  0% {
    opacity: 0;
    transform: translateY(50px) scale(0.9);
  }
  50% {
    opacity: 0;
    transform: translateY(50px) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: translateY(0px) scale(1);
  }
}
@keyframes translateIn {
  0% {
    opacity: 0;
    transform: translateY(50px) scale(0.9);
  }
  50% {
    opacity: 0;
    transform: translateY(50px) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: translateY(0px) scale(1);
  }
}
.text {
  animation: fadeIn 1s ease-in;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 4px;
  margin: 0 auto 40px auto;
  max-width: 320px;
  padding: 30px 20px;
  position: relative;
}
.text h1,
.text h2,
.text h3,
.text p,
.text hr {
  animation: translateIn 1s cubic-bezier(0.5, 0.2, 0.3, 1);
  color: #222;
  position: relative;
}
.text h1,
.text h2 {
  text-align: center;
}
.text h1 {
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
}
.text h2 {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 25px;
}
.text h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  margin: 20px 0 10px 0;
}
.text p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
}
.text p:last-child {
  text-align: center;
}
.text.text-left {
  max-width: 600px;
}
.text.text-left p {
  font-size: 16px;
}
.text.text-left p:last-child {
  text-align: left;
}
.text hr {
  background: rgba(0, 0, 0, 0.8);
  border: none;
  height: 1px;
  margin: 20px auto;
  width: 100px;
}
.text a {
  color: #2f6d85;
  text-decoration: none;
  transition: all 150ms linear;
}
.text a:hover {
  color: #222;
}
.imprint {
  color: #fff;
  margin: 0 auto 50px auto;
  max-width: 320px;
  text-align: center;
}
.imprint hr {
  background: #fff;
  border: none;
  height: 1px;
  width: 100px;
}
.imprint a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  transition: all 150ms linear;
}
.imprint a:hover {
  color: #222;
}
