/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, 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 {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

body {
  line-height: 1;  background-color: #00b9ef; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: normal; }

ol, ul {
  list-style: none; }

blockquote {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

a img {
  border: none; }

*, html{
  padding: 0;
  margin: 0;
}

html {
  height: 100%;
  box-sizing: border-box;
}

h2, h3, p {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0px;
    margin-right: 0px;
}

body {
  position: relative;
  margin: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  font-family: 'Open Sans', sans-serif;
  color: #555;  
}

h2, p {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}

svg:not(:root){
  overflow: visible !important;
}

.blue-bg {
  background-color: #00b9ef;
  width: 960px;
  max-width: 90%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  
}

@-webkit-keyframes scale-bg {
    from  {max-width: 100%; width: 100%; height: 100%; }
} 

@keyframes scale-bg {
    from {max-width: 100%; width: 100%; height: 100%;}
}

.scale-bg {
  -webkit-animation-name: scale-bg;
    animation-name: scale-bg;
    -webkit-animation-delay: 8s; /* Chrome, Safari, Opera */
    animation-delay: 8s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.page-wrapper {
	position: relative;
	width: 100%;
	min-height: 100%;
}

.upper-container {
    position: relative;
    width: 960px;
    max-width: 90%;
    height: auto;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.logo {
	margin: 0 auto;
	padding: 30% 10% 5% 10%;
  padding-top: 30vh;
	text-align: center;
}

.logo svg {
	margin: 0 auto;
	display: block;
	max-width: 240px;
	width: 100%;
}

@-webkit-keyframes move {
    0% {
      padding-top: 30%;
      padding-top: 30vh;
    }
    100% {
      padding-top: 5%;
    }
}
         
@keyframes move {
    0% {
      padding-top: 30%;
      padding-top: 30vh;
    }
    100% {
      padding-top: 5%;
    }
}

.move {
    -webkit-animation-name: move;
    animation-name: move;
    -webkit-animation-delay: 5s; /* Chrome, Safari, Opera */
    animation-delay: 5s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated {
  -webkit-animation-delay: 3s; /* Chrome, Safari, Opera */
    animation-delay: 3s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
         
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
         
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(.3);
  }
  50% {
    opacity: 1; 
    transform: scale(1.05);
  }
  70% {
    transform: scale(.9);
  }
  100% {
    transform: scale(1);
  }
}
         
.bounceIn {
    -webkit-animation-name: bounceIn; 
    animation-name: bounceIn;
}

.content:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin-top: -5%;
    margin-left: auto;
    margin-right: auto;
    width: 20%;
    height: 3px;
    background: #f1f1f1;
}

.content {
	margin: 0 auto;
	text-align: center;
	padding: 5% 10%;
	text-transform: uppercase;
  	color: #f1f1f1;
}

.content h2 {
  	font-weight: 600;
  	font-size: 1.8em;
}

.content h2 span {  
  	font-size: 0.7em;
  	padding-top: 1em;
}

.lower-container {
    position: relative;
    width: 960px;
    max-width: 90%;
    height: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.body-text {
	margin: 0 auto;
	text-align: center;
	padding: 2em 0;
}

.body-text h3 {
	margin: 0;
	line-height: 1.5em;
	font-size: 1.5em;
  padding: 0 10%;
}

.body-text p {
	display: block;
  margin: 5% 0 0 0;

}

.animated-line {
  -webkit-animation-delay: 6s; /* Chrome, Safari, Opera */
    animation-delay: 6s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated-h2 {
  -webkit-animation-delay: 6.5s; /* Chrome, Safari, Opera */
    animation-delay: 6.5s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated-h3 {
  -webkit-animation-delay: 7s; /* Chrome, Safari, Opera */
    animation-delay: 7s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated-text {
  -webkit-animation-delay: 9.5s; /* Chrome, Safari, Opera */
    animation-delay: 9.5s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated-text-3 {
  -webkit-animation-delay: 10s; /* Chrome, Safari, Opera */
    animation-delay: 10s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated-text-4 {
  -webkit-animation-delay: 10.5s; /* Chrome, Safari, Opera */
    animation-delay: 10.5s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
         
@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
    }
    80% {
        -webkit-transform: translateY(10px);
    }
    100% {
        -webkit-transform: translateY(0);
    }
}
         
@keyframes bounceInUp {
    0% {
        opacity: 0;
        transform: translateY(2000px);
    }
    60% {
    opacity: 1;
        transform: translateY(-30px);
    }
    80% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(0);
    }
}
         
.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceInBtn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
  }
  50% {
    opacity: 1;
    background: #00b9ef;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(.9);
  }
  100% {
    background: transparent;
    -webkit-transform: scale(1);
  }
}
         
@keyframes bounceInBtn {
  0% {
    opacity: 0;
    transform: scale(.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
         
.bounceInBtn {
    -webkit-animation-name: bounceInBtn; 
    animation-name: bounceInBtn;
}

.button {
	display: block;
	height: 3em;
	width: 10em;
	max-width: 90%;
	margin: 2em auto;
	border: 3px solid #00b9ef;
	-webkit-border-radius: 1.5em;
    -moz-border-radius: 1.5em;
    border-radius: 1.5em;
	color: #00b9ef;
	text-align: center;
	font-size: 1.2em;
	line-height: 3em;
	text-transform: uppercase;
}

.button:hover {
	background: #00b9ef;
	color: #fff;
}

.credits {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-top: 1rem;
  text-align: center;
  margin-bottom: 0;
}

.credits p {
  font-size: 0.8em;
  line-height: 1.2em;
  padding: 0.5em;
}

.animated-text-5 {
  -webkit-animation-delay: 11s; /* Chrome, Safari, Opera */
    animation-delay: 11s;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes bounceInC {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
         
@keyframes bounceInC {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.bounceInC {
    -webkit-animation-name: bounceInC; 
    animation-name: bounceInC;
}

/* Media Queries */


@media screen and (max-width: 1920px) {
.logo svg {
    max-width: 200px;
}

}

@media screen and (max-width: 960px) {
  .body-text h3 {
    padding: 1em 0;
}

}

@media screen and (max-width: 667px) {
	.logo, .content {
		padding: 10%;
	}

	.content:before {
	    margin-top: -10%;
	}
    .content h2 {
  	font-weight: 400;
  	font-size: 1.5em;
	}

	.content h2 span {  
	  	font-size: 0.7em;
	}
  
  .body-text {
    padding-top: 1em;
  }

}