/*
Theme Name: JadeWits
Theme URI: https://jadewits.com
Description: This is a custom child theme for Jalient
Author: JadeWits
Author URI: https://jadewits.com
Template: salient
Version: 1.0
*/

:root {
    --bg: #1e1e1e;
    --color: #1e1e1e;
    --pad: 34px;
    --nav-height: 170px;
}




@media only screen and (min-width: 801px) {
   #header-outer[data-format=centered-menu] #top .span_9 nav .sf-menu:not(.buttons){
    position: absolute;
    height: 50px;
    top: 100%;
    left: 0;
    justify-content: left;
   }

#header-outer header{
    border-bottom: 50px solid #fdf;
}
    

}

/*desktop only */
@media only screen and (min-width: 1600px) {
   
}


/*mobile only */
@media only screen and (max-width: 800px) {
   

}