/* Body Styles*/
body{
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue";
    background-image: url(home_page_plant.png);
    background-repeat: no-repeat;
    background-position: top left;
    
    

} 


/* Nav Style */

nav a:link,
nav a:visited,
nav a:hover,
nav a:active{
	display: inline-block;
	margin: 5px 0;
	padding: .5em 1em;
	background-color: black;
	color: whitesmoke;
	text-decoration: none;
    border-radius: 6px;
    text-align: center;
}

nav{
    text-align: center;
    background-color: black;
}

#nav li{
    list-style-type: none;
    display: inline-block;
    font-weight: 100;
}

/* Header styles */
#logo{
    margin: 8% 0 0 0;
}

h1{
    text-align: center;
    margin: 0;
    font-weight: 50;
    font-size: 4em;
    margin: 10% 0 0 0;

}
header h2{
    text-align: center;
    border-top: 1px black solid;
    border-bottom: 1px black solid;
    font-size: .8em;
    margin: 0 35% 13.5% 35%;
}

/* home page*/

#events{
    margin: 0 3% 5% 30%;
    
}

#Mission{
    margin: 0 3% 5% 30%;
}

#shops li a{
    color: black;
    text-decoration: none;
    font-size: 1.5em;
    text-align: center;
}
#shops{
    text-align: center;
    list-style-type: none;
}

#shop_text{
    margin: 0 5%;
    text-align: center;
    font-weight: 800;
}

.home_title{
    font-weight: 100;
    text-align: center;
}

/* flower styles */

.flowers{
    text-decoration: none;
    color: white;
    background-color: black;
    border-radius: 5px;
    text-align: center;
    margin: 0 0 0 65%;
    padding: .5%;
    font-weight: 100;


}
.flowers :link,
.flowers a:visited,
.flowers a:hover,
.flowers a:active{
	display: inline-block;
	margin: 5px 0;
	padding: .5em 1em;
	background-color: black;
	color: whitesmoke;
	text-decoration: none;
    border-radius: 6px;
    text-align: center;
}

#flower{
    margin: 0 3% 5% 30%;
}

/* q and a */

#qa{
    font-size: 4em;
    margin: 10% 0 0 0;
}

.Question{
    margin: 0 3% 5% 30%;
}

.qas{
    background-color: black;
    color: white;
    border-radius: 5px;
    margin: 0 80% 0 0;
    text-align: center;
}

.qa_title{
    text-align: center;
    font-weight: 100;
    font-size: 2em;
}

/* Native Plants */

.native{
    margin: 0 3% 5% 30%;
}

.native_title{
    text-align: center;
    font-weight: 100;
    font-size: 2em;
}

.name{
    background-color: black;
    color: white;
    border-radius: 5px;
    margin: 0 60% 0 0;
    text-align: center;
}

/* vegetables */

.Vegetables{
    text-decoration: none;
    color: white;
    background-color: black;
    border-radius: 5px;
    text-align: center;
    margin: 0 0 0 80%;
    padding: .5%;
    font-weight: 100;
}

#veg{
    margin: 0 3% 5% 30%;
}


/* sub pages */

.sub_page{
    margin: 0 3% 5% 30%; 
}

/* house plants*/

.house{
    margin: 0 3% 5% 30%;
    clear: both;
    
}

.house_title{
    font-weight: 100;
}

.pic{
    float: left;
    margin: 2%;
    border: 2px solid black;
}
/* footer */

footer{
    background-color: black;
    color: white;
    text-align: center;
    font-size: .75em;
    padding: .5%;
    clear: both;
}

footer a{
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 200;
    color: lightblue;
}