﻿.dvAutoRight {
    width: fit-content;
    margin-left: auto;
    margin-right: 0;
}

.LinkBlk50{
    color: gray;
}

.MenuPpal {
    background-color: #333333;
    padding: 10px;
}

.MenuPpalF {
    background-color: transparent;
    padding: 10px;
    z-index: 100;
    position: absolute;
}

.BtnBrg30 {
    background-image: url("../../../Content/Icons/brg_menuw30.png");
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
}

.BtnPhone {
    background-color: darkblue !important;
    border-color: #3f59a3;
    width: contain;
    color: white;
    font-size: 12px;
    padding: 10px;
    border-radius: 6px;
    text-decoration: none;
}

    .BtnPhone:hover {
        background-color: #6C757D !important;
    }

.BtnBook{
    width: contain;
}

    .BtnBook button {
        background-color: darkblue !important;
        border-color: #3f59a3;
        width: contain;
        color: white;
        font-size: 12px;
    }

        .BtnBook button:hover {
            background-color: #6C757D !important;
        }

.LinkWhite{
    color: white;
}

.LinkGray{
    color: #E2E2E2;
}

.Head100{
    min-height: 100%;
}

/*.BtnBook {
    background-color: darkblue !important; 
    border-color: #3f59a3;
    width: contain;
    color: white;
}

    .BtnBook:hover {
        background-color: forestgreen !important;
    }
*/
.FloatLogo{
    position: relative;
    top: -30px;
    left: 50px;
    width: fit-content;
}

.BtnSubs {
    background-color: white !important;
    cursor: pointer;
    color: black !important;
}

.BannerHdr {
    margin: 0;
    padding: 0;
    width: 100% !important;
    height: 100%;
}

    .BannerHdr img {
        width: 100%;
        height: 100% /*35vw;*/
    }


.TitHdr {
    position: absolute;
    top: 10%;
    width: 100%;
    text-align: center;
    text-shadow: 5px 5px 10px #000000;
}

.TitHdrSub {
    position: absolute;
    top: 20%;
    width: 100%;
    text-align: center;
    text-shadow: 5px 5px 10px #000000;
}

.ImgHdr {
    overflow: hidden;
    position: relative;
    width: 90%;
    margin: 0 auto;
}

    .ImgHdr img {
        width: 100%;
        height: 100%; /*35vw;*/
    }

    .ImgHdr img {
        -webkit-animation: ImgZoomHdr 20s;
        -o-animation: ImgZoomHdr 20s;
        animation: ImgZoomHdr 20s;
    }

@keyframes ImgZoomHdr {
    from {
        transform: scale(1.5, 1.5);
    }

    to {
        transform: scale(1, 1);
    }
}

