<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(http://fonts.googleapis.com/css?family=Merriweather+Sans);

html, body
{
    
}

.navbar-nav {
    float: left;
	  margin-left: 30px;
    margin-top: 30px;
}

/*img-responsive*/
.jumbotron {
    /*padding: 0px 0;*/
	/*max-width: 1680px !important;*/
	max-width: 2600px !important;
	max-height: 600px !important;
	padding-top: 10% !important;  /* slope */
	height: 600px !important;   /* start height */

	background-size: cover !important;
	-moz-background-size: cover !important;  /* Firefox 3.6 */
	background-position: center !important;  /* Internet Explorer 7/8 */
}

.breadcrumb {
	margin-top: 50px;
    margin-bottom: 0px;
}

label em, legend em {
    color: #00aee3;
}

/*
	Footer
*/
footer#page-footer {
    /*margin-top: 80px;*/
    padding-bottom: 6px;
    padding-top: 6px;
}

span.copyright {
    display: block;
    padding: 10px 15px;
    position: relative;
}

/*.affix { margin-top:-180px;}*/
.affix { margin-top:-270px;}
.affix-top {}
.affix-bottom {}


/********************************************************
 * MEDIA QUERIES */

/* EXTRA SMALL DEVICES */
@media (max-width : 767px)
{
	.jumbotron {
		max-width: 1000px !important;
		max-height: 220px !important;
		height: 220px !important;   /* start height */
	}
}

/* SMALL DEVICES */
@media (min-width : 768px) and (max-width : 991px)
{
	.jumbotron {
		max-width: 991px !important;
		max-height: 300px !important;
		height: 300px !important;   /* start height */
	}
}

/* MEDIUM DEVICES */
@media (min-width : 992px) and (max-width : 1199px)
{
	.jumbotron {
		max-width: 1199px !important;
		max-height: 380px !important;
		height: 380px !important;   /* start height */
	}
}

/* LARGE SCREENS*/
@media (min-width: 1200px) and (max-width: 1499px) {

}

/* EXTRA SMALL DEVICES UP TO SMALL DEVICES */
@media (max-width : 991px)
{

}

/* EXTRA SMALL DEVICES UP TO MEDIUM DEVICES */
@media (max-width : 1199px)
{

}

/* EXTRA SMALL DEVICES UP TO LARGE SCREENS */
@media (max-width : 1499px)
{

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