body {
	margin: 0;
}

a:link{
	text-decoration: none;
}

a:hover{
	text-decoration: none;
}

a:visited{
	text-decoration: none;
}

a:active{
	text-decoration: none;
}

.cover {
	height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media only screen and (min-width: 1024px){
	.parallax {
		background-attachment: fixed;
	}
}

.parallax {
	height: 100vh;

	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	overflow: hidden;
}

h1.landing{
	padding-top: 40vh;
	font-size: 5.3rem;
}

h2.landing{
	padding-top: 1vh;
	font-size: 2rem;
}

h1{
	margin: 0;
	padding-top: 45vh;
	text-align: center;
	font-size: 4em;
	font-family: roboto-medium, Arial, sans-serif;
	color: lightgrey;
}

h2{
	margin: 0;
	text-align: center;
	font-size: 1.5rem;
	font-family: roboto-medium, Arial, sans-serif;
	color: lightgray;
}

a.double{
	margin: 0;
}

.fade-in h1 {
	margin: 0;
	padding: 0;
	margin-top: 45vh;
	text-align: center;
	font-size: 4em;
	font-family: roboto-medium, Arial, sans-serif;
	color: white;
	opacity: inherit;
}

.fade-in h2 {
	margin: 0;
	text-align: center;
	/* font-size: 1.5rem; */
	font-family: roboto-medium, Arial, sans-serif;
	color: white;
	opacity: inherit;
}

.fade-in.visible {
	animation: ease-in 1s fade-in;
	-moz-animation: ease-in 1s fade-in;
	-webkit-animation: ease-in 1s fade-in;
	-o-animation: ease-in 1s fade-in;
}

@keyframes fade-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-o-keyframes fade-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes fade-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fade-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}
@media screen and (max-device-width: 768px) {	
	/*
	.parallax {
		height: 50vh !important;
 	}
	
	.fade-in h1 {
		margin-top: 20vh !important;
		font-size: 4em !important;
	}	
	.fade-in h2 {
		font-size: 3rem !important;
	}	
	h2.landing {
		font-size: 5em !important;
	}
	h2.landing {
		font-size: 3rem !important;	
	}		
	*/
}   	    				  
@media all and (max-width: 768px){
	.parallax {
		height: 50vh !important;
 	}
	.fade-in h1 {
		margin-top: 20vh !important;
		font-size: 2.5em !important;
	}	
	.fade-in h2 {
		font-size: 1.7rem !important;
	}	
	h1.landing {
		font-size: 3em !important;
	}
	h2.landing {
		font-size: 2rem !important;	
	}		
}   
@media only screen and (max-device-width: 768px) and (orientation:portrait){
	.parallax {
		height: 50vh !important;
 	}
	.fade-in h1 {
		margin-top: 20vh !important;
		font-size: 4em !important;
	}	
	.fade-in h2 {
		font-size: 3rem !important;
	}	
	h2.landing {
		font-size: 5em !important;
	}
	h2.landing {
		font-size: 3rem !important;	
	}		
	
}	

