@CHARSET "UTF-8";

body {
	font-family: 'Raleway', sans-serif;
}

#head {
	width: 120px;
	height: 120px;
}

.navbar {
	height: 130px;
	padding: 20px;
	margin-bottom: 0;
	border-radius: 0;
}

.navbar-nav {
	margin-top: 20px;
	font-size: 14pt;
}

.footer {
	padding: 25px;
	background: #F1CD07;;
	margin-top: 150px;
	height: auto;
	color: #3c3e3f;
}

.footer h3 {
	text-align: center;
}

.footer p {
	text-align: center;
}

.footer a {
	color: #3c3e3f;
	font-size: 12pt;
}

@media only screen and (max-width: 640px) {
    .footer {
    	margin-top: 900px;
    }
}