@font-face {
    font-family: Montserrat-Regular;
    src: url('../fonts/montserrat/Montserrat-Regular.ttf');
}

@font-face {
    font-family: Montserrat-Bold;
    src: url('../fonts/montserrat/Montserrat-Bold.ttf');
}

@font-face {
    font-family: Montserrat-Black;
    src: url('../fonts/montserrat/Montserrat-Black.ttf');
}

@font-face {
    font-family: Montserrat-SemiBold;
    src: url('../fonts/montserrat/Montserrat-SemiBold.ttf');
}

@font-face {
    font-family: Montserrat-Medium;
    src: url('../fonts/montserrat/Montserrat-Medium.ttf');
}

.navbar {
    background-color: transparent !important;
}

.header-brand {
    position: relative;
    z-index: 0;
}

.overlay_web {
    background-image: url("../img/left_sidebar.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
}

.right-col h1 {
    font-family: Montserrat-SemiBold, serif;
    font-size: 30px;
}

.right-col p {
    font-family: Montserrat-Regular, serif;
    font-size: 20px;
}

.right-col-header {
    padding-bottom: 30px;
}

.first-row {
    padding: 150px 90px;
}

.main-menu-row {
    padding-bottom: 5px;
}

.left-menu a {
    font-size: 20px;
    letter-spacing: 1px;
    font-family: Montserrat-SemiBold, serif;
    color: black;
}

.right-menu a {
    font-size: 20px;
    letter-spacing: 1px;
    font-family: Montserrat-Regular, serif;
}

.middle-row p {
    font-size: 13px;
    padding-right: 10px;
    color: black;
}

.social-footer p {
    font-family: Montserrat-Regular, serif;
    color: black;
}

[class^="icon-"], [class*=" icon-"] {
    font-size: 15px !important;
}

/*Responsive*/
@media only screen and (max-width: 1200px) {
    .overlay_mobile {
        background-image: url("../img/simple_sidebar.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        position: fixed;
        top: 0;
        left: 0;
        opacity: 0.5;
        min-width: 100%;
        min-height: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .overlay_mobile {
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
        opacity: 0.5;
        width: 100%;
        background-image: url("../img/simple_sidebar.png");
        background-position: initial;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .mobile_section p {
        font-family: Montserrat-SemiBold, serif;
        font-size: 13px;
        letter-spacing: 1px;
    }

    .first-row {
        padding: 155px 0;
    }

    .first-row a {
        font-size: 16px;
    }
}

@media only screen and (max-width: 320px) {
    .overlay_mobile {
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
        opacity: 0.5;
        width: 100%;
        background-image: url("../img/simple_sidebar.png");
        background-position: initial;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .mobile_section p {
        font-family: Montserrat-SemiBold, serif;
        font-size: 13px;
        letter-spacing: 1px;
    }

    .first-row {
        padding: 80px 0;
    }

    .first-row a {
        font-size: 13px;
    }
}
