<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#logo
{
	height:20%;
	width:20%;
	margin-right:10px;
}
.footer{
	width:100%;
	height:90px; /*Change footer height*/
	margin-top:-90px; /*Change footer height - HAS TO BE NEGATIVE!*/
	position:relative;
	background-color:#8ac76d;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-top: 10px; 
}
.container
{
padding-top:65px;
padding-bottom: 18px;
background-color: #ffffff;
min-height:100%;
}
.containerm
{
padding-top:59px;
padding-bottom: 18px;
background-color: #ffffff;
min-height:100%;
}
.content
{
padding:10px;
padding-bottom:90px; /*Change footer height*/
overflow:auto;
}
.contentm{
padding-bottom:90px; /*Change footer height*/
overflow:auto;
}
.nestedcontent{
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
}
html, body
{
margin:0;
padding:0;
height:100%;
}
/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}
@media(max-width: 400px){
 #logo { 
    display: none;
    }
}
@media screen and (max-width: 400px)
	{ 
		.footer
		{
		height:220px; /*Change footer height*/
		margin-top:-220px; /*Change footer height - HAS TO BE NEGATIVE!*/
   		}
   		.content{
   			padding-bottom:220px; /*Change footer height*/
   		}
   		.contentm{
   			padding-bottom:220px; /*Change footer height*/
   		}
   		.containerm
		{
		padding-top:50px;
		}
		.carousel-caption {
  		/*position: absolute;*/
 		/*right: 15%;
 		bottom: 20px;
  		left: 15%;
 		z-index: 10;
  		padding-top: 20px;
  		padding-bottom: 20px;
  		color: #000;
  		text-align: center;*/
  		display: none;
  		/*text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);*/
		}
}
@media screen and (min-width: 400px) and (max-width: 650px)
	{ 
		.footer
		{
		height:150px; /*Change footer height*/
		margin-top:-150px; /*Change footer height - HAS TO BE NEGATIVE!*/
   		}
   		.content{
   			padding-bottom:150px; /*Change footer height*/
   		}
   		.contentm{
   			padding-bottom:150px; /*Change footer height*/
   		}
}
@media screen and (min-width: 400px){
	.carousel-caption {
  	position: absolute;
 	right: 15%;
 	bottom: 20px;
  	left: 15%;
 	z-index: 10;
  	padding-top: 20px;
  	padding-bottom: 20px;
  	color: #fff;
  	text-align: center;
  	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);

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