body,html 
{
	font-family: 'Inter',sans-serif !important;
	font-size: 13px!important;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	background-attachment: fixed;
	background-size: 80%;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: 80%;
	-webkit-text-size-adjust: 100%;
}

@media (min-width:768px) 
{
	#logo {display: block!important;visibility:show;}
	body,html {background-image: url("/Media/Image/pexels-luis-quintero-3695354.jpg");background-color:#fff!important;}
}

@media screen and (max-width:700px) 
{
	#logo {/*display: none!important;visibility:hidden;*/max-width:35%!important;height:auto;}
	body,html { background-image: none; background-color:#154360!important;}
}

/*---------------------------------------
  SITE FOOTER              
-----------------------------------------*/
.site-footer {
	padding-right: 20px;
	padding-left: 20px;
  }
  
.copyright-text { font-size: 12px!important; }