/*
    CSS RESET
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-weight: normal;
    font-size: 100%;
}

ul, 
ol {
    list-style: none;
}

img,
video {
    width: 100%;
}

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


/*
    STYLES
*/

@font-face{
    font-family: "Raleway";
    src: 
        url("../../../fonts/Raleway-Thin.woff2") format("woff2");
}

header {
    display: flex;
    justify-content: space-between;
    width: 100vw;
    padding: 22px;
}

.box {
    width: 93vw;
    height: 80vh;
    margin-left: 50px;
    margin-top: 28px;
    position: relative;
}

p {
    position: absolute;
    top: 50px;
    right: 60px;
}


/* 
    TYPO
 */

 body {
    font-family: "Raleway";
}

header {
    font-size: 40px;
}

main {
    font-size: 20px;
}



/* MEDIA QUERYS */

@media only screen and (max-width: 735px) {
   
    header {
        display: block;
        font-size: 35px;
    }
    .box {
        margin: 10px;
    }
    
   }

   
/* BACKGROUND COLOR */

.orange1 {
    background-color: #443b32;
    color: #f3f3e7;
}

.orange2 {
    background-color: #544c3d;
    color: #f3f3e7;
}

.orange3 {
    background-color: #995e36;
}

.orange4 {
    background-color: #b0846b;
}

.orange5 {
    background-color: #736f64;
    color: #f3f3e7;
}

.orange6 {
    background-color: #b68f80;
}

.orange7 {
    background-color: #77614a;
}

.orange8 {
    background-color: #91523c;
}

.orange9 {
    background-color: #867d71;
}

.orange10 {
    background-color: #834324;
}

.orange11 {
    background-color: #e1c6a8;
}

.orange12 {
    background-color: #d5c29f;
}

.orange13 {
    background-color: #d9c3a1;
}

.orange14 {
    background-color: #986a26;
}

.orange15 {
    background-color: #c35d30;
}

.orange16 {
    background-color: #b26c45;
}

.orange17 {
    background-color: #7b6043;
}

.orange18 {
    background-color: #edc498;
}

.orange19 {
    background-color: #88632f;
}

.orange20 {
    background-color: #f3ae2e;
}

.orange21 {
    background-color: #4d4536;
}

.orange22 {
    background-color: #dc9019;
}

/* Font styles */
/* Font colors */