/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {

	display: block;

}

@font-face {

	font-family: "NHaasGroteskTXPro-55Rg";
	src: url("fonts/NHaasGroteskTXPro-55Rg.ttf") format("truetype");

} 

@font-face {

	font-family: "NHaasGroteskTXPro-56It";
	src: url("fonts/NHaasGroteskTXPro-56It.ttf") format("truetype");

}  

body {

	line-height: 1;
	background-color: #f2f2f4;
	color: #000;
	font-family: "NHaasGroteskTXPro-55Rg";

}

ol, ul {

	list-style: none;

}

blockquote, q {

	quotes: none;

}

blockquote:before, blockquote:after,
q:before, q:after {

	content: '';
	content: none;

}

table {

	border-collapse: collapse;
	border-spacing: 0;

}

.wrapper {

	margin: 30px;
	opacity: 0;
	transition: opacity 2s linear;

}

.wrapper.fade-in {

  opacity: 1;

}

p {

	font-size: 1.4em;
    line-height: 1.7em;

}

.center {

	text-align: center;

}

iframe {

	width: 1080px;
	height: 675px;

}

.caption {

    margin: 0 auto 10% auto;
    max-width: 800px;
    width: 50%;

}

img {

	max-height: 90vh;
	max-width: 90%;
	vertical-align: middle;
	margin: 2% auto 2% auto;
    display: block;

}

a {

	color: #000;
	text-decoration: none;
	transition: color .4s ease-in-out;

}

a:hover {

	color: #a0a0a0;
	transition: color .4s ease-in-out;

}

::selection {

  color: #a0a0a0;
  
}

.fullpage {

	width: 100%!important;
	transform: none!important;

}

.section {

	width: 100%!important;
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	opacity: 0;
	z-index: 0;
	transition: all .7s ease-in-out;

}

.section.active {

	visibility: visible;
	opacity: 1;
	z-index: 1;

}

a.underline {

  border-bottom: 1px solid #a0a0a0;
  padding-bottom: 1px;

}

a.thinunderline {

  padding-bottom: 1px;

}

h1 {

	font-size: 1.4em;
    line-height: 1.7em;

}

.sk-three-bounce {

	position: absolute;
	top: 50%;
	left: 50%;
	margin: 40px auto;
	width: 80px;
	text-align: center;

}

.sk-three-bounce .sk-child {

	width: 20px;
	height: 20px;
	background-color: #333;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
	        animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;

}

.sk-three-bounce .sk-bounce1 {

-webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;

}
.sk-three-bounce .sk-bounce2 {

-webkit-animation-delay: -0.16s;
        animation-delay: -0.16s; 

}

@-webkit-keyframes sk-three-bounce {

	0%, 80%, 100% {

    	-webkit-transform: scale(0);
            	transform: scale(0);

  }

	40% {

    	-webkit-transform: scale(1);
				transform: scale(1);

  }

}

@keyframes sk-three-bounce {

	0%, 80%, 100% {

    	-webkit-transform: scale(0);
            	transform: scale(0); 

    }

	40% {

		-webkit-transform: scale(1);
				transform: scale(1); 
	
	} 

}