:root{
    --dark: #000;
    --highlight: #FFB7B7;
    --blue: #1E22AA;
    --dimmed: #666;    
}

html{
    font-size: 14px;
}
body {
    background: #fff;
    font-family: 'obviously-variable', sans-serif;
    font-variation-settings: "ital" 0, "wdth" 100, "wght" 500;
    color: #000;
    font-size: inherit;
    line-height: 1.5;
    letter-spacing: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6
{
    font-variation-settings: "ital" 0, "wdth" 100, "wght" 800;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1;
    padding-top: 1%;
    text-transform: none;
    letter-spacing: 0.025em;
}

a
{
    color: inherit;
    text-decoration: none;
}

a:focus, a:hover {
    color: inherit;
    text-decoration: none;
    outline: none;
}

p   { 
    margin-bottom: 20px; 
}

label
{
    font-weight: normal;
}

button{
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}
button:focus{
    outline: none;
}


b, strong{
    font-weight: 900;
}

ol, ul, li{
    list-style: none;
    padding: 0;
    margin: 0;
}

input, textarea {
    display: block; 
    background: #fff;
    border: #000;
    width: 100%;
    padding: .5rem;
    line-height: 1.2;
    font-size: 1rem;
    border-radius: 0;
}

button{
    background: red;
    padding: .5rem 1rem;
    background: #fff;
    color: #000;
    line-height: 1;
    font-size: 1rem;
}

button:hover{
    transform: scale(1.1);
    transition-duration: .3s;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #888;
    opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #888;
}
::-ms-input-placeholder { /* Microsoft Edge */
    color: #888;
    ;}

.fieldError
{
    background: #FFCCCC;
}

*.rounded {
    border-radius: 25px !important;
}

.cWhite     { color: #FFFFFF; }
.cGrey      { color: #888888; }
.cBlack     { color: #000000 !important;}
.text-muted { color: var(--dimmed)}
.bgWhite    { background: #FFFFFF; }
.bgGrey     { background: #F3F3F3; }
.bgBlack    { background: #000000; }
.bgSpecial  { background: var(--highlight); }


/*** LAYOUT **/
#wrapper{
    display: flex;
    width: 100%;
    flex-direction: row;
    min-height: 100vh;
}



#leftCol{
    position: relative;
    background: #000;
}

#leftContent{
    position: sticky;
    top: 0;
    min-height: 100vh;
}


#header_logo{
    display: block;
    padding: 20px;
}

#header_logo > svg{
    height: 60px;
    width: auto;
}

#contactBottom{
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    z-index: 100;
    font-weight: bold;
    text-transform: uppercase;
}

#contactBottom::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 100%;
    height: 2px;
    background: #fff;
}
#contactBottom:hover::after{
    right: 0;
    transition-duration: .3s;
}







#rightCol{
    position: relative;
    width: 100%;
}

#header{
    display: block;
    position: sticky;
    top: 0;
    height: 60px;
    width: 100%;
    background: #000;
    color: #fff;
    
    
    padding: 20px 0;
    z-index: 100;

    font-variation-settings: "ital" 0, "wdth" 100, "wght" 700;
}




#mainNav ul{
    display: flex;
}
#mainNav ul > * + * { margin-left: 5%;}

#mainNav li.active a,
#mainNav a:hover{
    color: var(--highlight);
}




/* -- HOMEPAGE - START --- */
.fullpage{
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    height: calc(100vh - 60px);
    background-color: var(--blue);
}
.slideshow{
    position: relative;
    
}
/* -- HOMEPAGE - END --- */


#colNav{
    width: 240px;
    background: #000;
    color: #fff;
    padding: 20px;
}

#colNav h1,
#colNav h2,
#colNav h3,
#colNav h4,
#colNav h5
{
    font-size: 1rem;
    margin: 0;
    padding: 0;
}
.level1{ margin: 20px 0; font-variation-settings:  "ital" 0, "wdth" 100, "wght" 800; }
.level2{ margin-left: 0px; }


#colNav a:hover{
    color: var(--highlight);
}
#colNav a.active{
    color: var(--highlight);
}

#contextual{
    display: flex;
    flex-direction: column;
}

#contextual > *+* {
    margin-top: 5px;
}

#request{
    margin-top: 100px;
    padding: 20px;
    color: #fff;    
}

#request a{
    text-decoration: underline;
}



#content {
    width: 100%;
    max-width: 2000px;
    padding: 5% 5% 10vh;
    font-size: calc( 1rem + 1vw );
}

#content .container{
    margin-left: 0;
}


#content .h1, #content h1{ margin-bottom: min(5vh, 50px); font-size:  calc( 2rem + 3vw );}
#content h2{ margin-bottom: min(5vh, 50px); font-size: calc( 1.8rem + 1vw ); }
#content h3{ font-size: calc( 1.6rem + 1vw );}
#content h4{ font-size: calc( 1.4rem + 1vw );}
#content h5{ font-size: calc( 1.2rem + 1vw );}
#content p{
    margin-bottom: 1em;
}
#content p:last-child{
    margin-bottom: 0;
}





#content.withSidebar {
    --row-spacing: 40px;
    --col-left: 200px;
    background: linear-gradient(90deg, rgba(0,0,0,0.05) var(--col-left), #fff var(--col-left));
    padding: 5% 0;
    font-size: 1rem;
}
#content .titleRow{
    padding-left: calc( var(--col-left) + var(--row-spacing));
    margin-bottom: calc( var(--row-spacing) * -1);
}
#content .titleRow h2{
    margin-bottom: 1rem;
}

div.explained{
    display: flex;
    width: 100%;
    flex-direction: row;
    padding-top: var(--row-spacing);
    
}

div.explainLeft{
    position: relative;
}

.asideContent{
    position: sticky;
    top: 80px;
    padding: 0px 20px 60px;
    font-size: 13px;
    line-height: 1.5;
    width: var(--col-left);
}
#content .asideContent header{
    font-variation-settings: "ital" 0, "wdth" 100, "wght" 700;
    
}



div.explainRight{
    padding: 0 var(--row-spacing);
    overflow: hidden;
    width: 100%;
}
div.explainRight * {
    max-width: 100%;
}



section {
    padding: min(10vh, 100px)  0 0;
}

section .row{
    --bs-gutter-x: 3rem;
    margin-top: 3rem;
}

section img{
    width: 100%;
}

.btn {
    border-radius: 0;
}
.btn-brand{
    color: #fff;
    background: #000;
    font-weight: bold;
}
.btn-brand:active,
.btn-brand:focus,
.btn-brand:hover{
    color: #000;
    background-color: #E3FF00;
    box-shadow: none;
}

#socials{
    display: flex;
    flex-wrap: wrap;
}

#socials > *{
    margin: 0 50px 50px 0;
}

.socialList{
    margin-top: 1rem;
    padding: 10px;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
    
}
.socialList a {
    display: block;
    position: relative;
}
#instaList a img {
    height: 60px;
    width: 240px;
}
#instaList a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url('../img/insta_circle.png') no-repeat top left;
    width: 60px;
    height: 60px;
    z-index: 1;
    opacity: 0;
}
#instaList a:hover::before {
    opacity: 1;
}

#facebookList a img {
    height: 52px;
    width: 256px;
}
#facebookList a::before {
    content: '';
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background: rgba(0,0,0,.1);
    z-index: 1;
    opacity: 0;
    border-radius: 5px;
}
#facebookList a:hover::before {
    opacity: 1;
}


#twitterList a img {
    height: 72px;
    width: 336px;
}
#twitterList a::before {
    content: '';
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background: rgba(49,151,240,.1);
    z-index: 1;
    opacity: 0;
    border-radius: 5px;
}
#twitterList a:hover::before {
    opacity: 1;
}




.special-blue{
    color: var(--blue);
    font-variation-settings: "ital" 0, "wdth" 100, "wght" 700;
    font-size: 150%;
}
.special-blue li {
    display: inline-block;
}
.special-blue li:not(:last-child)::after{
    content: ' / ';
}


#colors{
    color: #fff;
}

#colors div{
    float:left;
    padding: 20px 20px 200px;
    min-width: 120px;
    

}
