﻿footer {
    border-top-style: solid;
    border-width: 1px;
    border-color: lightgray;
}

.rendered-body {
    margin-top: 105px;
}

.head-full-screen {
    box-shadow: 1px 3px 10px #ACACAC;
    position: fixed;
    top: 0px;
    width: 100%;
    background-color: white;
    z-index: 1;
}

.head {
    padding-top: 10px;
}

.foot {
    padding-top: 10px;
    padding-bottom: 10px;
}

.head .logo img {
    width: 200px;
}

.head .menu,
.foot .menu {
    justify-content: end;
    padding-top: 10px;
    font-weight: 500;
}

    .head .menu a,
    .foot .menu a {
        text-decoration: none;
        color: var(--primaryText);
    }

    .head .menu div,
    .foot .menu div {
        text-align: right;
    }

.foot .logo {
    margin: auto;
    text-align: center;
}

    .foot .logo img {
        width: 250px;
    }

.foot .foot-nav {
    width: 75%;
    border-left-style: solid;
    border-width: 2px;
    padding-left: 20px;
    border-color: var(--primary);
}

    .foot .foot-nav > div {
        margin-bottom: 10px;
    }

    .foot .foot-nav div,
    .foot .foot-contact div {
        text-align: left;
    }

.foot .foot-contact {
    width: 20%;
}

.foot .social-media {
}

    .foot .social-media img {
        width: 90%;
    }

    .foot .social-media a {
        margin-right: 10px;
        width: 15%;
    }

.blockUI .courtain {
    color: var(--primaryText);
    font-size: 20px;
    background-color: var(--white);
    padding: 10px;
    border-radius: 5px;
    font-weight: 700;
}
@media screen and (max-width: 900px) {
    .head .menu div {
        width: 35%;
    }

    .head .logo img {
        width: 155px;
    }

    .foot .logo img {
        width: 100px;
    }

    .foot .menu {
        justify-content: start;
    }

        .foot .menu .foot-nav {
            width: 55%;
            font-size: 13px;
            margin-left: 10px;
        }

        .foot .menu .foot-contact {
            width: 40%;
        }

            .foot .menu .foot-contact img {
                width: 100%;
            }

    .foot .social-media a {
        width: 20%;
    }
}
