/*.full{
    width: 100%;
}

.center{
    width: 1280px;
    margin: 0 auto;
    position: relative;
}*/

/*

for header:
font-family: 'Domine', serif;
------------------------------
for p and others
font-family: 'Fira Sans', sans-serif;
font-family: 'Roboto', sans-serif;

*/

/*-----------------------------------*/


.logo-main-container{
    width: 100%;
    background-color: #990033;
    position: relative;
    z-index: 11;
}

.logo-content{
    width: 1280px;
    height: 0px;
    margin: 0 auto;
    position: relative;
}

.logo{
    background: url(../images/top-logo.png) top center no-repeat;
    width: 198px;
    height: 133px;
    position: absolute;
    top: 20px;
}

/*MAIN IMG CONTAINER*/


.top-bar-holder{
    height: 80px;
    background-color: black;
    opacity: 0.5;
    z-index: -2;
    
}

.main-nav{
    width: 1280px;
    margin: 0 auto;
    text-align: right;
    position: relative;
    top: -63px;
}

.main-nav ul li{
    display: inline-block;
}

.on{
    color: white;
    text-decoration: none;
    padding: 15px;
    background-color: #99cc33;
    color: #000000;
}
.main-nav ul li a{
    color: white;
    text-decoration: none;
    padding: 15px;
    display: block;
    
}

.main-nav ul li a:hover{
    background-color: #99cc33;
}


/*
--------------------------
FOR CLASSIFICATION NAMES
--------------------------
*/

.classification-name{
    /*width: 80%;*/
    /*margin: 0 auto 40px auto;*/
    margin: 80px auto;
    text-align: center;
    font-size: 2.5em;
    color: #787878;
}





footer{
    background-color: #990033;
    text-align: center;
    padding: 10px 0;
    margin-top: 80px;
}

footer p{
    font-size: .7em;
    font-weight: bold;
    color: #ffffff;
}

/*=============END HEADER=============*/

.herbs-content-main-container{
    width: 90%;
    position: relative;
    margin: 50px auto 50px auto;
    box-sizing: border-box;
    /*outline: 1px solid black;*/
}

.img-content{
    width: 480px;
    float: left;
    box-sizing: border-box;
    /*outline: 1px solid black;*/
}


/*SLOGAN*/
.slogan{
    width: 70%;
    margin: 0 auto;
    text-align: center;
    font-size: 3.1em;
    color: #a1a1a1;
    padding-top: 130px;
    position: relative;
    top: -50px;
    background: url(../images/leaf-bg-slogan.jpg) top center no-repeat;
}

.line{
    width: 60%;
    margin: 0 auto;
}

.green{
    color: #99cc33;
}


/*MAIN CONTENT*/

.herbs-content-main-container-one{
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
}

.img-content-one{
    width: 40%;
    box-sizing: border-box;
    float: left;
    height: 500px;
}

.divider{
    width: 20%;
    box-sizing: border-box;
    float: left;
    background: url(../images/dividing-line.png) top center no-repeat;
    margin-top: 180px;
    height: 65px;
}

.text-content-one{
    width: 40%;
    box-sizing: border-box;
    float: left;
    margin-top: 100px;
    padding-left: 2em;



}

.text-content-two{
    width: 40%;
    box-sizing: border-box;
    float: left;
    margin-top: 100px;
    text-align: right;
    padding-right: 2em;
}



.plant-name{
    font-size: 2em;
    color: #7d7d7d;
}

.plant-description{
    font-size: 1em;
    color: #aeaeae;
    line-height: 2em;
    margin-top: 2em;
}


/*========================================*/


#baby-leaf h3{
    font-size: 1.5em;
    margin-bottom: 10px;
    color: #797979;
}

#baby-leaf p{
    font-size: 1em;
    margin-bottom: 10px;
    color: #bbbbbb;
    line-height: 1.8em;
}

.thumbnail{
    height: 570px;
}

.small{
    height: 470px;
}





































