﻿body:after {
    content: "";
    position: fixed; /* stretch a fixed position to the whole screen */
    top: 0;
    height: 100vh; /* fix for mobile browser address bar appearing disappearing */
    left: 0;
    right: 0;
    z-index: -1; /* needed to keep in the background */
    background: url('../images/backgrounds/Background_Default.jpeg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bodyfadein {
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 1s; /* Firefox < 16 */
    -ms-animation: fadein 2s; /* Internet Explorer */
    -o-animation: fadein 2s; /* Opera < 12.1 */
    animation: fadein 2s;
}

@media (max-width: 1200) {

    .no-container {
        margin-left: auto !important;
        margin-right: auto !important;
        margin-top: 10px;
        padding-left: 15px;
        padding-right: 15px;
        max-width: 2560px;
    }
}
    .divbackgroundimage {
        background-image: url('../Image/mb.jpg');
        background-repeat: no-repeat;
        background-size: 100%;
        -moz-box-shadow: 0 0 13px 0 #696868, 0 0 13px 0 #696868;
        -webkit-box-shadow: 0 0 13px 0 #696868, 0 0 13px 0 #696868;
        box-shadow: 0 0 13px 0 #696868, 0 0 13px 0 #696868;
        height: 60vh;
    }

    @media (max-width: 1680) {



        .divbackgroundimage {
            height: 45vh;
        }
    }

    @media (max-width: 1440) {



        .divbackgroundimage {
            height: 40vh;
        }
    }

    @media (max-width: 1200) {


        .divbackgroundimage {
            height: 30vh;
        }
    }

    @media (max-width: 992px) {


        .divbackgroundimage {
            height: 35vh;
        }
    }

    @media (max-width: 768px) {


        .divbackgroundimage {
            height: 30vh;
        }
    }

    @media (max-width: 567) {


        .divbackgroundimage {
            height: 25vh;
        }
    }

    @media (max-width: 487) {


        .divbackgroundimage {
            height: 18vh;
        }
    }

    .bodymargintop {
        min-height: 70px;
    }

  /*  #footer {
        background: rgba(0, 0, 0, 0.5);
        min-height: 300px;
        width: 100%;
        margin-bottom: -20px;
    }*/

    .inner_remaining {
        background-color: #DDDDDD;
        flex-grow: 1;
    }

    .text-custom-light {
        color: #e2dede;
    }

@font-face {
    font-family: myFirstFont;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/NUEVASTD-bold.otf) format("opentype");
    src: url(../fonts/NUEVASTD-boldcond.otf) format("opentype");
    src: url(../fonts/NUEVASTD-boldconditalic.otf) format("opentype");
    src: url(../fonts/NUEVASTD-cond.otf) format("opentype");
    /*src: url(fonts/NUEVASTD-condItalic.otf) format("opentype");*/
    /*src: url(fonts/NUEVASTD-Italic.otf) format("opentype");*/
}

.headtextPre {
    font-family: 'Tw Cen MT';
    color: rgb(183, 158, 57);
    font-size: 36px;
    font-weight: 800;
}

.headtextLat {
    font-family: 'Tw Cen MT';
    color: rgb(86, 96, 101) !important;
    font-size: 36px;
    font-weight: 800;
}

@media (max-width: 991.98px) {
    .headtextPre1 {
        font-family: 'Tw Cen MT';
        color: rgb(183, 158, 57);
        font-size: 48px !important;
        font-weight: 800;
    }

    .headtextLat1 {
        font-family: 'Tw Cen MT';
        color: rgb(86, 96, 101) !important;
        font-size: 48px !important;
        font-weight: 800;
    }
    
    .menulistitem {
        font-family: myFirstFont !important;
        color: dimgrey;
        font-size: 26px !important;
        font-weight: 400;
        text-decoration: none;
        text-align: center;
    }

    .phonesize {
        width: 20px;
        height: 20px;
        margin-top: -10px !important;
    }
}

@media (min-width: 992px) and (max-width: 1399.98px) {
    .headtextPre1 {
        font-family: 'Tw Cen MT';
        color: rgb(183, 158, 57);
        font-size: 72px !important;
        font-weight: 800;
    }

    .headtextLat1 {
        font-family: 'Tw Cen MT';
        color: rgb(86, 96, 101) !important;
        font-size: 75px !important;
        font-weight: 800;
    }
    
    .menulistitem {
        font-family: myFirstFont !important;
        color: dimgrey;
        font-size: 48px;
        font-weight: 400;
        text-decoration: none;
        text-align: center;
    }

    .phonesize {
        width: 30px;
        height: 30px;
        margin-top: 0px !important;
    }
}

@media (min-width: 1400px) {
    .headtextPre1 {
        font-family: 'Tw Cen MT';
        color: rgb(183, 158, 57);
        font-size: 96px !important;
        font-weight: 800;
    }

    .headtextLat1 {
        font-family: 'Tw Cen MT';
        color: rgb(86, 96, 101) !important;
        font-size: 96px !important;
        font-weight: 800;
    }

    .menulistitem {
        font-family: myFirstFont !important;
        color: dimgrey;
        font-size: 56px !important;
        font-weight: 400;
        text-decoration: none;
        text-align: center;
    }

    .phonesize {
        width: 30px;
        height: 30px;
        margin-top: 5px !important;
    }

   
}

#page-container {
    position: relative;
    min-height: 100vh;
}

#content-wrap {
    padding-bottom: 15.5rem; /* Footer height */
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 10.5rem; /* Footer height */
    background: rgba(0, 0, 0, 0.8);
}

html, body {
    height: 100%;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.transparent1 {
    background: rgb(204, 204, 204); /* Fallback for older browsers without RGBA-support */
    background-color: rgba(255, 255, 255, 1.0) !important;
}
