@media only screen and (max-width: 1335px){
    .half_box{
        width: calc(100% - 20px) !important;
    }
    body{
        margin-left: 4% !important;
        margin-right: 4% !important;
    }
}
/* 
    Color palette:
    #30292F < Black
    #413F54
    #5F5AA2
    #355691
    #3F4045 < dark grey
    
    #ebebeb < white

*/
html{
    scroll-behavior: smooth;
    background-image: url(/images/background-4.jpg);
    background-size: cover;
    background-attachment: fixed;
}

button{
    text-align: left;
    padding-left: 20px;
}

body{
    min-width: 920px;

    margin-left: 12%;
    margin-right: 12%;
    margin-top: 40px;
    margin-bottom: 40px;
    
    background-size: cover;
    box-shadow: 20px 20px 60px;
    background-color: #3f4c54;
    border-top-left-radius: 8px;
}



main{
    background-color: #2e2e2e;
    width: calc(100% - 160px);
    
    display: inline-block;
    vertical-align: top;
    min-height: fit-content;
    height: 100%;
    
}

section h1{
    font-size: 60px;
    font-family: DM_Serif;
    color: rgb(227, 227, 227);
}

h1{
    /* Title */
    text-align: center;
    padding: 5px;
    margin: 0px;
    font-family: Montserrat;
    font-weight: bold;
    font-size: 40px;
    color: rgb(227, 227, 227);
}

h2{
    /* Subtitle */
    text-align: left;
    padding-left: 60px;
    font-family: Montserrat;
    text-align: center;
    font-style: italic;
    font-weight: 100;
    color: rgb(141, 141, 141);
    
    font-size: small;
    width: 50%;
}

h3{
    font-family: Montserrat;
}



h5{
    text-align: left;
    padding-left: 20px;
    font-size: 25px;
    font-weight: 100;
    color: #ebebeb;
}

h6{
    font-style: italic;
    color: #b3b3b3;
    font-weight: 50;
    text-align: center;
}

footer{
    vertical-align: bottom;
}

p,li{
    font-weight: 100px;
    color: #ebebeb;
    text-align: left;
    font-family: Montserrat;
    font-size: 20px;
    padding: 20px;
    letter-spacing: 2px;
}
p{
    text-indent: 50px;
}

li{
    margin-left: 150px;
    padding: 5px;
    text-align: left;
    list-style-type: square;
}

.icon_left{
    width: 30px;
    float: right;
    padding-right: 30px;
    padding-top: 6px;
}

.flipped{
    transform: scaleY(-1);
}

.code{
    text-align: left;
    font-family: SourceCodePro !important;
    font-style: normal;
    font-weight: 300;
    color: rgb(195, 195, 195);
    /* color: #008000; */
    letter-spacing: 3px;
}

.orange_code{color: #f38925;font-weight: bold;}

.portrait{
    float: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 45%;
}

.stylized_section{
    background-color: rgb(107, 114, 128);
    padding: 20px;
    margin: 80px;
    border-radius: 12px;
    box-shadow: 6px 6px 24px #141414; 
}

.image{
    float: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    max-width: 650px;
    border-radius: 8px;
    box-shadow: 6px 6px 24px #141414;   
}

.center_link{
    text-align: center;
    width: 100%;
}

header{
    
    background-color: rgb(121, 121, 121);
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 30px;
    padding-top: 30px;
    height: 80px;
    display: block;
    border-bottom: solid 16px #242424;
    border-right: solid 12px #6b6b6b;
}


div{
    display: inline-block;
    padding: 0px;
    margin: 0px;
    border: 0px;
    vertical-align: top;
}


@font-face {
    font-family: Montserrat;
    src: url('fonts/Montserrat/Montserrat-VariableFont_wght.ttf') format('woff2');
    font-style: normal;
    font-weight: 300 800;
}

@font-face {
    font-family: Montserrat;
    src: url('fonts/Montserrat/Montserrat-Italic-VariableFont_wght.ttf') format('woff2');
    font-style: italic;
    font-weight: 300 800;
}

@font-face {
    font-family: SourceCodePro;
    src: url('fonts/Source_Code_Pro/SourceCodePro-VariableFont_wght.ttf') format('woff2');
    font-style: normal;
    font-weight: 300 800;
}

@font-face {
    font-family: SourceCodePro;
    src: url('/fonts/Source_Code_Pro/SourceCodePro-Italic-VariableFont_wght.ttf');
    font-style: italic;
    font-weight: 300 800;

}


@font-face {
    font-family: Schibsted_Grotesk;
    src: url('/fonts/Schibsted_Grotesk/SchibstedGrotesk-VariableFont_wght.ttf');
    font-style: normal;
    font-weight: 300 800;
}

@font-face {
    font-family: Schibsted_Grotesk;
    src: url('/fonts/Schibsted_Grotesk/SchibstedGrotesk-Italic-VariableFont_wght.ttf');
    font-style: italic;
    font-weight: 300 800;
}

@font-face {
    font-family: DM_Serif;
    src: url('/fonts/DM_Serif_Text/DMSerifText-Regular.ttf');
    font-style: normal;
    font-weight: 300 800;
}


@font-face {
    font-family: DM_Serif;
    src: url('/fonts/DM_Serif_Text/DMSerifText-Italic.ttf');
    font-style: italic;
    font-weight: 300 800;
}



