header{
    border-bottom-style: groove;
    border-color: #04bf33;
    margin-bottom: 50px;
}

/*Navigation bar*/
nav{
    text-align: center;
    font-size: 16px;
    padding: 5px 0;
    background-color: #04bf33;
    -webkit-box-shadow:7px 9px 10px -5px rgba(0,0,0,0.12);
    -moz-box-shadow:7px 9px 10px -5px rgba(0,0,0,0.12);
    box-shadow: 7px 9px 10px -5px rgba(0,0,0,0.12);
    width: 40%;
    position: relative;
    top: 5px;
    right: 5px;
    float: right;
}

nav ul li{
    display: inline;
    list-style: none;
    padding-left: 15px;
    padding-right: 15px;
    font-family:'Mansalva', cursive;
}

li a{
    font-family:'Mansalva', cursive;
    font-size: 23px;
    color: white;
    text-align: center;
    text-decoration: none;
}

a:hover{
    color: #0c5918;
}



/*Body settings*/

body{
    background-color: #f2f2f2;
    font-family: 'Karla', sans-serif;
    font-size: 12px;
    width: auto;
    margin: 0 auto;
    padding: 40px;
}

section  {
    clear:both;
}

#homeHero {
    background-color: #f2f2f2;
    font-family: 'Karla', sans-serif;
    font-size: 16px;
    line-height: 2;
    color: black;
    text-align: center;
    width: 70%;
    float: right;
    -webkit-box-shadow: 7px 9px 10px -5px rgba(0,0,0,0.12);
    -moz-box-shadow: 7px 9px 10px -5px rgba(0,0,0,0.12);
    box-shadow: 7px 9px 10px -5px rgba(0,0,0,0.12);
    
}

h1{
    color: #0c5918;
}

img{
    border-radius: 30%;
}

#Staff {
    background-color: #f2f2f2;
    font-family: 'Karla', sans-serif;
    font-size: 16px;
    line-height: 2;
    color: black;
    text-align: center;
    width: 70%;
    float: right;
}

#Nurseries{
    background-color: #f2f2f2;
    font-family: 'Karla', sans-serif;
    font-size: 16px;
    line-height: 2;
    color: black;
    text-align: center;
    width: 70%;
    float: right;
}
    

#thumbnail{
    width: 40%;
    float:right;
    margin: 10px 0;
    clear:both;
}

/*Footer details*/
footer{
    background-color: #f2f2f2;
    color: #a65c1c;
    text-align: center;
    clear: both;
    width: 100%;
    border-top-style: groove;
    border-color: #04bf33;
}