@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500&display=swap');

html{
	
	height: 100%;

}

	body {
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;	
	font-family: 'Raleway', sans-serif;
	
		
	overflow-x: hidden; 
    overflow-y: scroll; 
	}




@media screen and (max-width:1020px) {
  /* CSS for screens for MOBILE*/

	.menu {
	z-index: 200;
	position: fixed;
 	top: 0;
		
	}
	
	.topcorner{
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 45px;
	margin-right: 45px; 
  	}

	.nav{
 	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 45px;
	margin-right: 0px;
  	}
	
 	.topright{
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 45px;
	margin-right: 0px;
 	}


	
	h1 {
  	font-size: 24px;
 	font-family: 'Raleway', sans-serif;
  	font-weight: 500;	
	letter-spacing: 1px;
  	line-height: 36px;
  	color: #252525;	
  	padding: 0;
  	margin: 0;
  	} 
	
	
	h2 {
  	font-size: 120px;
 	font-family: 'Raleway', sans-serif;
 	font-weight: 500;
	letter-spacing: 1px;
 	color: #252525;	
 	padding: 0;
  	margin: 0;
  	}	
	
	
	
	.txtholder{
	z-index: 100;
	position: relative;
	margin-top: 300px;
	margin-bottom: 54px;
	width: 100%;
	height:auto;
	}	
	
	.copy{
	width: 70%;
		
	}

	.copy2{
	width: 70%;
	}

	.copy3{
	text-align: center;
	width: 70%;
	}
	
	.everyone{
	position: fixed;
	top: 25px;
	right: -35px;
	pointer-events: none;
	float: right;	
	}

	.andus{
	pointer-events: none;
	position: fixed;
	bottom: 0;
	margin-top: 0px;
	margin-bottom: 35px;
	margin-left: -30px;
	margin-right: 0px;
	width: 0px;
	}

	.btn{
	 border-style: solid;
  	border-width: 1px;
	border-color: #252525;
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	padding-bottom:15px;
	width: 350px;
	
}

.imgholder{

		width: 100%;
	overflow: hidden;
		margin-top: 70px;
	}
	
	
}


@media screen and (min-width:1020px) {
  /* CSS for screens DESKTOP */
	
	.menu {
	z-index: 200;
	position: fixed;
 	width: 100%;
 	top: 0;
		background: #FFFFFF;
		
	}
	
	.topcorner{
 	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 45px;
	margin-right: 45px;
	float: left; 
 	}

	.nav{
 	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 45px;
	margin-right: 0px;
	float: left; 
  	}
	
 	.topright{
	position: fixed;
	right: 0;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 45px;
	margin-right: 45px;	
	float: right;
	pointer-events: all;
	}


	
	h1 {
 	font-size: 12px;
 	font-family: 'Raleway', sans-serif;
 	font-weight: 400;
	letter-spacing: 1px;
  	line-height: 18px;
  	color: #252525;	
  	padding: 0;
  	margin: 0;
	}
	
	
	h2 {
	font-size: 72px;
 	font-family: 'Raleway', sans-serif;
  	font-weight: 500;
	letter-spacing: 1px;
  	line-height: 18px;
  	color: #252525;	
  	padding: 0;
  	margin: 0;
	}		
	
	
	
	.txtholder{
	z-index: 100;
	position: relative;
	margin-top: 169px;
	margin-bottom: 100px;
	width: 100%;
	height:140px;
	}	
	
	
	.copy{
	width: 60%;
		
	}
	
	.copy2{
	float: right;
	width: 58%;
	margin-left: 0px;
	margin-right: 0px;
	}

	.copy3{
	float: left;
	width: 54%;
	margin-left: 127px;
	margin-right: 50px;
	
	}
	
	.everyone{
	position: fixed;
	top: 84px;
	right: -20px;
	pointer-events: none;
	float: right;	
	}

	.andus{
	pointer-events: none;
	position: fixed;
	bottom: 0;
	margin-top: 0px;
	margin-bottom: 68px;
	margin-left: -18px;
	margin-right: 0px;
	width: 0px;
	}
	
	.btn{
	 border-style: solid;
  	border-width: 1px;
	border-color: #252525;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	width: 200px;
	
}

	.imgholder{
	width: 100%;
	overflow: hidden;
	}
	
	
}


	a:link {
	text-decoration: none;
	color:#252525;	
	}

	a:visited {
	text-decoration: none;
	color:#252525;
	}

	a:hover {
	text-decoration: underline;
	color: #000;
	}

	a:active {
	text-decoration: none;
	color:#252525;
	}



