body{
    font-size: 100%;
    width: 100%;
    height: 100%;
    margin: 0;
}

/* All styling for the navigation bar */
header{
    width: 100%;
    background-color: white;
    height: 100px;
   /* box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.4); */
}
nav{
    float: right;
    margin-right: 5%;
    font-size: 1.2em;
    margin-top: 38px;
    font-family: sans-serif;
}
nav a{
    text-decoration: none;
    color: black; 
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
nav a:hover{
    color: rgba(0, 0, 0, 0.3);
}
.logo{
    width: 500px;
    height: 100px;
    margin-top: 0;
    margin-left: 5%;
    float: left;
}

/* End all styling for the navigation bar */

/*All body styling from here down*/
.container{
    width: 90%;
    margin: 0 auto;
}
.hero{
    width: 100%;
    height: 600px;
    background-color: darkslategray;
}
.content{
    width: 75%;
    margin: 0;
    background-color: rgba(127,165,89,0.5);
    float: left;
}
.content h1{
    text-align: center;
    font-size: 2.4em;
    font-family: Georgia;
    color: white; 
    font-weight: 100;
}
.content p{
    text-align: center;
    font-size: 1.2em;
    font-family:sans-serif;
    font-weight: 600;
    
 }
 .h3{
    text-align: center;
    font-size: 1.5em;
    font-family: san serif;
    font-weight: 100;    
}
.peddler, .golden, .parisian, .alive, .business{
    width: 100%;  
    float: left;
}
.cover{
    /* this is the CSS for the cover images container */
    width: 180px;
    height: 225px;
    background-color: dimgrey;
    float: left;
    margin: 3% 8%;
}
.description{
    width: 580px;
    height: 225px;
    float: left;
    margin: 0% 0%;
}
.description p{
    font-size: 1em;
    font-family: sans-serif;
    text-align: left;
}
.description h2{
    font-size: 1.8em;
    font-family: New Century Schoolbook;
    color: white;
    font-weight: 100;
}

.ads{
    width: 25%;
    float: left;
    background-color: #ffffff;
}
.ad{
    /*this is the styling section for the ad container */
    width: 300px;
    height: 250px;
    background-color: #beab87;
    margin-left: 3%;
    margin-top: 20%;
}

footer{
    width: 100%;
    height: 50px;
    background-color: rgba(63,63,191,0.93);
    float: left;
}

/*all styling for img gallery*/
.gallery{
    width: 100%;
    height: 100%;
}
.imgholder{
    width: 300px;
    height: 250px;
    background-color: gray;
    float: left;
    margin: 4.5%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .7s ease;
}
.imgholder:hover{
    opacity: .5;
}
h2{
    font-size: 3em;
    font-family:New Century Schoolbook;
    color: #2f2f2f;
    text-align: center;
    font-weight: 100;
}

/* Under Construction Page */
#construction{
    width: 100%;
    height: 100%;
}

/* Archive Page */
.oldholder{
    width: 180px;
    height: 225px;
    background-color: gray;
    float: left;
    margin: 1%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .7s ease;
}
.oldholder:hover{
    opacity: .5;
}

/* Classified Page */

.classifiedform{
	text-align: center;
}

.paypalform{
	text-align: center;
}

table{
	align: center;
	padding-bottom: 15px;
}

.classifiedtext{
	font-family: Arial Black;
	text-size: 24;
	text-align: center;
	color: red;
	padding-bottom: 30px;
}