

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.container {
    background-color: lightcyan;
    width: 100%;
    height: 100%;
}

.container-fluid {
    background-color: darkcyan;
}

.navbar {
    width: 100%;
    z-index: 100;
}

.navbar-header {
    margin-left: 2%;
}

.navbar-right {
    margin-right: 2%;
}

.glyphicon-leaf {
    color: rgb(48, 148, 48);
}

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

body {
    background-color: lightgrey;
}

.firstCarousel {
    width: 100%;
    height: 100%;
    image-orientation: center;
}

.secondCarousel {
    width: 100%;
    height: 100%;
}



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

footer p {
    color: lightgreen;
}