.menu {
	background-color:rgb(68,170,0);
	color: white;
	padding: 5px;
	border: 1pt solid black;
	/*height:32px;*/
}



@media only screen and (max-width: 480px) {
    .logo img {
        max-width: 120%;
        max-height: 120%;
	}
	h2 {
		font-size: 16px !important;
		margin-top: 5px !important;
	}
	.buttons {
		margin-top:46px !important;
		padding: 4px !important;
		width: 100% !important;
		font-size: 12px !important;
	}
}

.buttons {
	border-radius: 5px;
	background-color: rgb(0,51,128);
	color: white;
	border: 1px solid #010b16;
	font-family: 'Trebuchet MS',"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: bold;
	padding: 6px;
	max-width: 85px;
	display: inline-block;
	font-size: 14px;
	margin-top: 55px;
}
.buttons:hover {text-decoration: none;}

body {
	color: #555753;
	font-size: 15px;
	background-color: white;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.content {
	display: block;
	width: 70%;
	margin: 0 auto;
}

form {
	display: block;
	width: 300px;
	height: 190px;
	margin: 20px auto;
	background-color: #e6e6e6;
	padding: 30px 20px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.menu a, .buttons a {
	color: white;
}

.menu a:hover, .buttons a:hover{
	color: white;
	text-decoration: underline;
}

.text-justify {
    text-align: left;
}