

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.container {
    width: 100%;
    height: 100%;
    margin: 2%;
}





div.carousel slide {
    padding: 10%;

}

.package {
    margin-left: 2%;
    font-size: 2rem;
    color: lightgreen;
}

body {
    background-color: lightcyan;
}

div#logoBox {
    width: 100px;
    height: 100px;
    background-color: darksalmon;
    text-align: center;
    font-size: 50px;
    color: darkcyan;
}
div#logoBox fa-fire {
    width: 500px;
    height: 500px;
    

}


div.col1, div.col2, div.col3 {
    margin:3%;
    padding: 2%;

}

div.image {
    width: 200px;
    height: 140px;
    background-color: darksalmon;
}

div.image img {
    width: 100%;
}
.animateButton {
    background-color: darksalmon;
    width: 80px;
    height: 40px;
    color:  darkcyan;
    margin: 2%;
    
}



div.colThumb {width: 100%;}
div.colThumb img {
    padding-right: 10%;
}



footer {
    background-color: darkcyan;
    width: 100%;
}

footer p {
    color: lightgreen;
    text-align: center;
}