@charset "UTF-8";


.container {
      padding-top: 120px;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	line-height: 150%;
	font-weight: lighter;
	padding-bottom: 100px;
}


.dropdown-toggle {
	color: white;
}

header div img {
	height: 40px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
}

footer {
	line-height: 26px;
	margin-top: 20px;
	clear: both;
	padding-left: 5px;
}


footer img {
	height: 15px;
}


.license {
	margin-top: 1em;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 80%;
	font-weight: lighter;
	font-style: italic;
}


#contact #code {
	visibility:hidden;
}

@media only screen and (max-width: 480px) {
}
/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens */
@media screen and (max-width:680px) {
}
