body {
	padding-left:8%;
	padding-right:8%;
    color:black;
    background-color: #F0F0FF;
    font-family: monospace;
    /*background-image: linear-gradient(to right, black, #373737);*/
}
@media screen and (max-width:800px) {
	body {
		padding-left:0%;
		padding-right:0%;
		font-size:100%;
	}
	
}

a {
    color: green;
    text-decoration:none;
}
hr {
    color: #af5dff;
    text-decoration:none;
    clear:both;
}
h3 {
    color: #101010;
}
.postimg{
	width:35%;
	}
.listimg {
	width:17.5%; 
	}


.map {
	height:12%;
	width:40%;

}
@media screen and (max-width:800px) {
	.postimg {
		width:95%;
	}
	.listimg {
		width:47.5%;
	}
	.map {
		height:50%;
		width:100%;
	}
}
.titlelogo {
	width:40%;
}
@media screen and (max-width:800px) {
	.titlelogo {
		width:80%;
	}
}

.main_title {
	text-align:center;
}
.main_subtitle {
	text-align:center;
}
.button {
	background-color:#101010;
	border:solid 1px;
	text-align:center;
	margin-top:2%;
	margin-bottom:2%;
}
