


body{
background: #4B5320;/*background color f9f9f9/00FFFF*/
}

header{
	background:#4B5320;
}


* {
box-sizing: border-box;
}

.topbox {
overflow: hidden;
width:100%;
padding: 10px;
}


/* Create three equal columns that floats next to each other */
.column {
float: left;
width: 50%;
padding: 15px;.
}


/* Clear floats after the columns */
.row:after {
content: "";
display: table;
clear: both;
}

h1{
color: #4F0819;
font-family:arial;
text-align:center;
font-size:35px;
padding: 20px;
margin-bottom: 15px;
border:5px inset #000000;
}

.img_center{
width:95%;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom:5px;
}

p{
font-size:30px;
color: #4F0819;
padding: 10px;
}

/*****MEDIA QUERY-changes website for mobile or smaller screens*****/
@media only screen and (max-width : 700px) {


/***Place other @media controls below here***/

/******COLUMN @media**********/


.column {
width: 100%;
margin-bottom:5px;
border:2px solid gray;
}

}
