﻿
.page-min-height {
    min-height: 65vh !important;
}

/* #region Header */

#divHeader {
    background-image: url('../Content/images/HeaderBackground.jpg');
    background-repeat: repeat-y;
    background-repeat: repeat-x;
    height: 15vh;
    display: flex;
}

.imgLogo {
    height: auto;
}

/* #endregion */

/* #region Footer */

#divFooter {
    background-color: #506f7b;
    height: 20vh;
    vertical-align: middle;
}

.showFooterComputer {
    width: 100%;
    height: 100%;
}

    .showFooterComputer td:nth-child(1) {
        width: 30%;
    }

    .showFooterComputer td:nth-child(2) {
        width: 70%;
        text-align: right;
    }

.imgFooterLogo {
    width: 40%;
    padding-top: 20px;
    padding-bottom: 15px
}

.labelFooter {
    color: white !important;
    font-weight: normal !important;
    font-size: 14px !important;
    padding: 0 2px;
    text-decoration: none !important;
}

    .labelFooter :hover {
        color: white !important;
    }

.tdFooter {
    width: 70%;
    vertical-align: top;
    text-align: right;
}

.w-30 {
    width: 30%!important;
}

/* #endregion */


/*ipad*/
@media all and (max-width:1024px) {

    /* #region Header */

    #divHeader {
        height: 10vh;
    }

    .imgLogo {
        width: 80%;
    }

    /* #endregion */

    /* #region Footer */

    #divFooter {
        height: 10vh;
    }

    .tdFooter {
        width: 70%;
        padding-top: 3%;
        text-align: center;
    }

    .showFooterComputer {
        display: none;
    }

    .labelFooter {
        font-size: 12px !important;
    }

    /* #endregion */

}

/*mobile*/
@media all and (max-width:768px) {

    /* #region Header */

    #header {
        height: 15vh;
    }

    /* #endregion */

}


