<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media only screen and (max-width : 1600px) {

	#body.theme-1 section#home header#header div#logo {
	    max-width: 45%;
	}

	#btns {
	  width: 45%;
	  bottom: 40px;
	  //margin-bottom: 40px;
	}

}


@media only screen and (max-width : 1440px) {

}

@media only screen and (max-width : 1366px) {

#btns {

  bottom: 30px;

  //margin-bottom: 40px;
}

}

@media only screen and (max-width : 1280px) {


}

@media only screen and (max-width : 1200px) {

	#btns {
	  bottom: 10px;

	  //margin-bottom: 40px;
	}

}

@media only screen and (max-width : 1024px) {

	#btns {
	 bottom: 5px;
	}

}

@media only screen and (max-width : 800px) {

	#body.theme-1 section#home {

		//background-image: url(../images/bg-tablet.jpg) !important;

	}

	#btns {
		width: 100%;
	  //right: 8%;
	}

}

@media only screen and (max-width : 500px) {

	#body.theme-1.live-body section#home header#header div#logo img {
		margin-bottom: 40px;
	}

	#btns {
		display: block;
		text-align: center;
		position: static;
	  right: 8%;
	}

#btns a img {
  //margin-bottom: 0 !important;
}

}</pre></body></html>