﻿.body {
    background-color: #3F8393;
}

@media screen and (min-width: 768px) {

    .Logo {
        width:60%;
        height:60%;
    }

    .menuitem {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 25px;
        display: block;
        color: #013F75;
        text-decoration: none;
        font-weight: 600;
        font-size: 1.5vw;
        margin-top: 5px;
        margin-bottom: 5px;
        height: 50px;
    }
        .menuitem:hover {
            background-color: #013F75;
            border-radius: 10px;
            color: white;
        }

    .menuitemselected {
        background-color: #3F8393;
        padding-top: 25px;
        padding-left: 10px;
        padding-right: 10px;
        display: block;
        color: #013F75;
        text-decoration: none;
        font-weight: 600;
        font-size: 1.5vw;
        margin-top: 5px;
        margin-bottom: 5px;
        height: 50px;
        border-radius: 10px;
        color:white;
    }

    .tblfooter {
        background-color: #3F8393;

    }

    .icnfooter {
    margin-top:20px;
    font-size:2.2vw;
    color:white;
    text-decoration:none;
    }
        .icnfooter:hover {
        color:#013F75;
        }

    .footerbox {
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        padding:10px;
        height:150px;
    }
    .lnkfooterbox {
        color:white;
        font-size:1.6vw;
        font-weight:400;
        text-decoration:none;
    }
        .lnkfooterbox:hover {
            color: #013F75;
        }

    .footertitle {
        color: white;
        font-size: 1.8vw;
        font-weight: 500;
        text-underline-offset:10px;
        text-decoration:underline;
    }
    .tblfootercells {
    height:240px;
    padding:20px;
    }
    .tblfootercelldescription {
        color: white;
        font-size: 1.2vw;
        font-weight: 200;
    }
    .icnsocial {
    cursor:pointer;
    color:white;
    font-size:2.5vw;
    }
        .icnsocial:hover {
        color:#013F75;
        }
    .trcopyrights {
    background-color:white
    }
    .copyrightsspan {
    color:#3F8393;
    font-size:1.6vw;
    font-weight:500;
    }
    .OffersTitle
    {
        color:#013F75;
        font-size:2.5vw;
        font-weight:600;
    }

    .tblOffer {
        display: block;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }
        .tblOffer:hover {
        width:99%;
        height:99%;
        }
    .OfferTitle {
        font-size: 2.0vw;
        color: #013F75;
        font-weight:600;
    }

    .OfferDescription {
        font-size: 1.6vw;
        font-weight:400;
        color:#3F8393;
    }

    .OfferPrice {
    color:red;
    font-size:2.5vw;
    font-weight:600;
    }
    .TCMargin {
    padding:10px;
    }
}
