/*
Theme Name: SM Garden Depot 
Author: Sana Murad
Author URI: http://sanamurad.com/
Description: A Gardening Blog Theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, responsive
*/

.padding{
    padding: 10px;
    margin: 10px
}

.logo{
    font-size: 50px;
    color: #869b3f;
    font-weight: bold;
    font-family: 'Kaushan Script', cursive;
    letter-spacing: -5px;   
}

.logo:hover, .logo:active, .logo:focus{
    color: #6a7433;
    text-decoration: none;
    
}

.tile{
    background: #e0e0e0;
    min-height:  250px;
    padding: 25px;
    margin: 15px 0 5px;
    height: 540px;
    
}

header {
    height: 95px;
    -webkit-box-shadow: 0px 10px 22px -8px rgba(128,128,128,1);
-moz-box-shadow: 0px 10px 22px -8px rgba(128,128,128,1);
box-shadow: 0px 10px 22px -8px rgba(128,128,128,1);
    background: #343434;
}

.post-info{
color: #5a5959;
    font-size: 13px;
}

.excerpt{
    margin-top: 10px;
}

.box, .box2{
margin: 30px;
}

.box2{
margin-top: 20px;
}

footer {
    height: 95px;
    -webkit-box-shadow: 0px -8px 22px -8px rgba(128,128,128,1);
    -moz-box-shadow: 0px -8px 22px -8px rgba(128,128,128,1);
    box-shadow: 0px -8px 22px -8px rgba(128,128,128,1);
    background: #5a5a5a;
    margin-top: 10px;
    
}

.copyright{
color: #fff;
    text-align:center;
    padding-top: 30px;
}

/* Bootstrap Menu float */ 
.collapse, .navbar-collapse{
    float: right !important;
}

/* Bootstrap Menu background */
.navbar-inverse{
    background-color: transparent !important;
    border-color: transparent !important;
}

.page-tile{
height: 460px;
}

.plants-tile{
    background: #e0e0e0;
    min-height:  250px;
    padding: 10px;
    width: 320px;
    height: 283px;
    margin: 35px 0;
}

.blog-image-large img{
    width: 95%;
    height: 95%;
}

.hero-image-box{
    display: block;
}

.hero-image img{
    width: 100%;
    height: inherit;
}

.center-text{
    text-align: center;
    font-weight: 100;
    letter-spacing: 3px;
}

.image img{
    height: auto;
    max-height: 228px;
    width: auto;
    max-width: 100%;
}
