<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=Lato:300,400);

body {
	font-family: "Lato", sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #e9e9ea;
	background-color: #24292d;
}

p {
	text-align: justify;
}

h2 {
	font-weight: bold;
	margin: 20px 0 0 0;
	text-transform: uppercase;
	color: #ffcc00;
	font-size: 24px;
}

h3 {
	color: #87cefa;
	font-size: 18px;
}

h4 {
	text-transform: uppercase;
	text-align: center;
	color: #87CEFA;
}

header {
	background: #ffffff;
	height: 75px;
	top: 0;
}

h1 img{
	max-width: 100%;
	margin: 20px 0;
}

h5 {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: #87cefa;
}

.line {
	border-bottom: 1px solid #ffffff;
	margin: 5px 0 20px 0;
}

.navbar-default .navbar-nav {
	text-transform: uppercase;
	text-align: center;
	width: 479px;
	margin: 0 auto;
	float: none;
	height: 75px;
}

.navbar-default .navbar-nav li {

}

.navbar-default .navbar-nav &gt; li &gt; a {
	padding: 0 15px;
	color: #ff;
	display: inline-block;
	line-height: 75px;
	text-align: center;
}

.navbar-default .navbar-nav &gt; li &gt; a:hover {
	background: #ffcc00;
	color: #e9e9ea;
	text-decoration: none;
}

.row {
	margin: 50px, 0, 50px 0;
	text-align: center;
}

.link {
	color: #87CEFA;
}

.link:hover {
	color: #ffcc00;
	text-decoration: none;
}

.img-circle {
	max-width: 200px;
}

footer {
	text-align: center;
	padding: 50px 0;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 300;
}

@media (max-width: 991px){
	.img-circle{
		margin: 40px 0 10px 0;
	}
}
@media (max-width: 700px){
	.navbar-toggle {
		background: #24292d; 
		margin-top: 23px;
	}
	.navbar-toggle .icon-bar {
		background: #ffffff;
	}
	.navbar-default .navbar-nav {
    	text-transform: uppercase;
    	text-align: center;
    	margin: 0;
    	float: none;
    	height: auto;
    	width: auto;
	}
	.navbar-default .navbar-nav &gt; li &gt; a {
    	line-height: 60px;
	}
	.container &gt; .navbar-collapse {
		margin-top: 75px;
		background-color:#fff;
	}

footer {
	white-space: pre;
}
}









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