.jumbotron{
    background: url("images/plants.jpg");
    background-position: bottom;
    height: 600px;
}

.header{
    background: url("images/plants.jpg");
    background-position: left;
    height: 100px;
    color: #fff;
    vertical-align: middle;
    font-size: 300%;
}

.header a {
    text-decoration: none;
    color: #fff;
}

.logo {
    width: 75px;
    height: 75px;
}

.main-logo {
    width: 500px;
    margin-bottom: 38px;    
}

.sub-logo {
    height: 50px;
    margin: 13px 0px 18px 0px;    
}

.featured {
    color: #fff;
}

.featured h1{
    padding-top: 60px;
}

.featured .btn-default {
    font-weight: bold;
    color: white;
    /*background-color: rgba(145, 82, 58, 0.5);*/
    background-color: rgba(58, 145, 65, 0.5);
    border-radius: 10px;
    margin-top: 20px;
    width: 160px;
    margin-right: 15px;
}

.featured .btn-default:hover {
    /*background-color: rgb(145, 82, 58);*/
    background-color: rgb(58, 145, 65);
}

.content p {
    margin-top: 38px;
    font-size: 150%;
}

.trial {
    text-align: center;
    padding: 20px 0 40px 0;
    color: black;
}

.trial img {
    width: 200px;
    height: 70px;
    margin: 20px;
} 

.footer {
    margin-top: 38px;
    background-color: #fff;
    font-size: 15px;
    padding: 10px 0;
}


@media (min-width: 480px) and (max-width: 768px) {
    .jumbotron {
        height: 410px;
        background-position: unset;
        margin: 0;
    }
    
    .logo {
        width: 50px;
        height: 50px;
    }
    
    .featured h1 {
        padding-top: 30px;
    }
    
    .featured p {
        font-size: 17px;
    }
    
    .featured {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .jumbotron {
        height: 410px;
        background-position: unset;
        margin: 0;
    }
    
    .logo {
        width: 40px;
        height: 40px;
    }
    
    .featured h1 {
        padding-top: 10px;
    }
    
    .featured p, .featured a {
        font-size: 13px;
    }
    
    .featured {
        text-align: center;
    }
    
    .trial img {
        width: 100px;
        height: 35px;
        margin: 10px;
    }
}
