/** reset **/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}

body{
	font-family: montserrat-v14-latin-100;
    background: rgba(0,12,61,1);
}

/** text **/
p{ font-size: 2em; }


a:link, a:visited, a:hover, a:active {
	color:rgb(0,119,192);
}

/** headers **/
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    margin:0;
    padding:0;
    color:#444;
}

h1 {
	font-family: montserrat-v14-latin-300;
	font-size:9em;

	color: rgb(188,230,251);
	background: rgb(188,230,251);
	background:linear-gradient(180deg,
		
		rgb(188,230,251) 0%,
		rgba(0,119,192,1) 100%
	);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

h5 {
	color: rgb(0,119,192);
}

h2{ font-size: 5em; }
h3{ font-size: 4em; }
h4{ font-size: 3em; }
h5{ font-size: 2em; }

/** loader **/
#txt {
	display:none;
}

#fullpage {
	margin-top:50px; 
	text-align:center;
	height: 100%;
}

/** privacy **/
#privacy {
	position:absolute;
	bottom:0;
	width:100%;
	text-align:center;
	display: none;
	font-size:.75em;
}

#privacy a:link, #privacy a:visited, #privacy a:active {
	color: #333;
	color: rgb(188,230,251,0.5);
	text-decoration:underline;
}

#privacy a:hover {
	text-decoration:none;
}