/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
html {
    scroll-behavior: smooth;
}

#header-outer {
    position: fixed !important;
    display: none;
}

header {
    position: fixed;
}

.relative {
    position: relative;
}

.full-screen {
    height: 100svh;
    display: flex;
    align-items: center;
    padding: 0 15%;
    margin-bottom: 0 !important;
}

.full-screen:first-child {
}

.full-screen-menu {
    height: 100svh;
    background-color: #051821;
    position: fixed;
    left: 0;
    top: 0;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.full-screen-menu ul li {
    list-style: none;
    padding: 15px;
}

.full-screen-menu ul li a {
    font-size: 48px;
}

.full-screen-menu ul li a:hover {
    color: yellow;
}

@media only screen and (max-width: 980px) {
    .top-level .row_col_wrap_12 .vc_col-sm-6:last-child {
        top: -25px;
    }

    .nectar-split-heading h1 {
        font-size: 48px;
    }

    .full-screen-menu {
        height: 40svh;
        width: 100%;
        z-index: 99;
    }

    .full-screen-menu ul li {
        padding: 5px;
    }

    .full-screen-menu ul li a {
        font-size: 25px;
    }

    .full-screen {
        height: 60svh;
        width: 100%;
        scroll-margin-top: 40svh;
        padding: 0;
        font-size: 16px;
    }

    .vc_col-sm-6.relative {
        height: 40svh;
    }

    .full-screen {

    }
}


