﻿/*

    font-family: "Merriweather", serif;

    font-family: "Open Sans", sans-serif;

    font-family: "Merienda One", cursive;

    text color : #000;

    Dark blue : #345995;

    Light blue : #4392F1;

    Red : #D7263D;

    Yellow : #EAC435;

    Mauve : #BC8796;

    Silver : #C0C0C0;

    Light gray : #D3D3D3

*/

body {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    color: #333;
    background-color: white;
}

.spacer.v80 {
    height: 80px;
}

.spacer.v60 {
    height: 60px;
}

.spacer.v40 {
    height: 40px;
}

.spacer.v20 {
    height: 20px;
}


h1, h2, h3 {
    font-family: "Open Sans", sans-serif;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 20px;
}

.roundCorners {
    border-radius: 15px;
}

    .roundCorners.top {
        border-radius: 15px 15px 0 0;
    }

    .roundCorners.bottom {
        border-radius: 0 0 15px 15px;
    }

.bg-mauve {
    background-color: #345995;
}

.logo {
    font-family: "Merriweather", serif;
    font-weight: bold;
}

.navbar-brand.logo {
    color: white;
}

    .navbar-brand.logo:hover {
        color: white;
    }


.featureImage {
    width: 100%;
    position: relative;
    height: 200px;
    background-size: cover;
    background-position: center;
}

    .featureImage.homeIndex {
        background-image: url(../images/6x72mm_1.jpg);
    }

    .featureImage .text {
        margin: 0;
        color: black;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 80%;
        color: white;
        text-align: center;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

#button{
    border: 0;
    width: 120px;
    height: 20px;
    font-size: 13px;
    background-color:aqua;
    text-align: center;
    color: white;
    border-radius: 0px;
    margin-top: 10px;
}

.single-product .text{
    padding: 20px;
}

.small-img-row{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.small-img-col{
    flex-basis: 24%;
    cursor: pointer;
}


@media screen and (max-width: 400px) {
    .featureImage .text h1 {
        font-size: 22px;
    }
}

@media screen and (min-width: 401px) and (max-width: 767px) {
    .featureImage .text h1 {
        font-size: 32px;
    }
}

@media screen and (min-width: 768px) {
    .featureIamge .text h1 {
        font-size: 80px;
    }
}

.primaryMessage {
    font-family: "Merienda One", cursive;
    color: blue;
    margin: 0 auto;
    text-align: center;
    padding: 60px 0;
    max-width: 80%;
    font-weight: bold;
}

@media screen and (max-width: 575px) {

    .primaryMessage {
        font-size: 16px;
    }
}

@media screen and (min-width: 576px) {

    .primaryMessage {
        font-size: 23px;
    }
}




.feature .leftColumn {
    width: 50%;
    float: left;
    text-align: left;
    padding: 10px 10px;
    display: flex;
}

.feature .rightColumn {
    margin-left: 50%;
    width: 50%;
    text-align: left;
    padding: 10px 10px;
    display: flex;
}

@media screen and (max-width: 575px) {

    .feature .text h2 {
        font-size: 16px;
    }

    .feature .text h3 {
        font-size: 12px;
    }
}

@media screen and (min-width: 576px) {

    .feature .text h2 {
        font-size: 23px;
    }

    .feature .text h3 {
        font-size: 15px;
    }
}



.quote {
    text-align: center;
    padding: 60px 20px;
    background-color: #4392F1;
    color: white;
    height: 180px;
    position: relative;
}

@media screen and (min-width: 767px) {
    .quote {
        height: 220px;
    }
}

.quote > .quoteItem {
    max-width: 60%;
    margin: 0;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.quoteItem p {
    font-family: "Merienda One", cursive;
    font-size: 20px;
    color: white;
    font-weight: normal;
    margin-bottom: 5px;
}

    .quoteItem p:before {
        color: white;
        content: open-quote;
        font-size: 40px;
        line-height: 20px;
        margin-right: 5px;
        vertical-align: -13px;
    }

    .quoteItem p:after {
        color: white;
        content: close-quote;
        font-size: 40px;
        line-height: 20px;
        margin-left: 5px;
        vertical-align: -13px;
    }

@media screen and (max-width: 766px) {
    .quoteItem p {
        font-size: 14px;
    }

        .quoteItem p:before {
            vertical-align: -12px;
        }

        .quoteItem p:after {
            vertical-align: -17px;
        }
}

.quoteItem span {
    color: white;
    font-size: 18px;
}

.popularDestinations .row
.destinationItem {
    text-align: center;
}

@media screen and (max-width: 575px) {
    .popularDestinations .row
    .destinationItem {
        margin-bottom: 20px;
    }
}

.popularDestinations .heading,
.popularDestinations .subHeading {
    font-family: "Open Sans", sans-serif;
}

.popularDestinations .heading {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    margin-bottom: 10px;
}

.popularDestinations .subHeading {
    font-size: 36px;
    color: #345995;
}

.popularDestinations .subHeading {
    text-decoration: none;
    color: #D7263D;
}

.popularDestinations .image {
    width: 50%;
}

.popularDestinations .bbimage {
    width: 100%;
}

.popularDestinations .itempage {
    width: 100%;
}

@media screen and (max-width: 575px) {
    .carousel-caption h3 {
        font-size: 24px;
        font-weight: bold;
    }
}

@media screen and (min-width: 576px) {
    .carousel-caption h3 {
        font-size: 40px;
        font-weight: bold;
    }
}

.carousel-caption {
    margin: 0;
    color: black;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    color: white;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.featureDeals .link {
    text-align: right;
}

.featureDeals a {
    color: #000;
}

    .featureDeals a:hover {
        text-decoration: none;
        color: #D7263D;
    }

#copyright {
    text-align: center;
    background-color: #345995;
    color: white;
    height: 58px;
    padding-top: 18px;
    font-size: 16px;
}

    #copyright a {
        color: white;
        cursor: pointer;
    }

        #copyright a:hover {
            color: #D7263D;
            text-decoration: none;
        }
/* Deals styling*/
.featureImage.deals {
    background-image: url(../images/deals.jpg);
}

.lastMinuteDeals .row {
    padding-bottom: 15px;
    margin: 0;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #888;
}

    .lastMinuteDeals .row.last {
        border-width: 1px 0 1px 0;
    }

    .lastMinuteDeals .row:hover {
        background-color: #BC8796;
        color: white;
    }

@media screen and (min-width: 1px) and (max-width: 575px) {
    .lastMinuteDeals .row {
        padding: 0px 15px 20px 15px;
    }
}

.lastMinuteDeals div {
    text-align: left;
}

.lastMinuteDeals a {
    color: #333;
}

    .lastMinuteDeals a:hover {
        text-decoration: none;
        color: white;
    }

.lastMinuteDeals .deal:nth-child(odd) {
    background-color: #C0C0C0;
}

.lastMinuteDeals .deal:nth-child(even) {
    background-color: #D3D3D3;
}

.lastMinuteDeals .col-sm {
    padding: 15px 0px 0px 15px;
    margin: 0;
}

@media screen and (min-width: 1px) and (max-width:575px) {
    .lastMinuteDeals .col-sm {
        padding: 15px 15px 0px 15px;
    }
}

.lastMinuteDeals .name {
    font-weight: bold;
}


