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

body{
   background: #f5f5f5;
	margin: 0 auto;
	text-align: center;
	font-size: 1.8em;
   font-weight:bold;
  font-family: 'Montserrat','Helvetica LT Std Medium Condensed';
color: #777;
line-height:36px;
}
body img{
border: none;
}
body a{
	color: #e72b4c;
	font-family: 'Montserrat','Helvetica LT Std Medium Condensed';	
   text-decoration: none;	
   font-weight: bold;
}
body a:hover{
text-decoration:underline;
}

#main{
	max-width: 100%;
	margin: 0 auto;
	padding: 5% 20px 0 20px;

}

#logo{
	 width: 100%;
	 height: 100%;
}

#content-area{
height: auto;
padding-top: 70px;
padding-bottom: 80px;
}

#footer{
padding: 15px 0;
border-top: 1px solid #ddd;
font-size: 12px;
color:#777;
line-height: 22px;
font-weight: 500;
}


#gne{
font-size: 14px;
color:#4e4e4e;
}

#gne2{
font-size: 16px;
color:#000;
}


@media only screen and (max-width: 767px) {
#logo img {width: 450px; margin-top: 5%;}
body {font-size: 1.5em; line-height: 1.2em;}
#footer,#gne {color: #777;}
}
