/*
    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: 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 */

.rot1 {
    background-color: #783e2f;
    color: #f3f3e7;
}

.rot2 {
    background-color: #750e0d;
    color: #f3f3e7;
}

.rot3 {
    background-color: #a33625;
    color: #f3f3e7;
}

.rot4 {
    background-color: #f39b8a;
}

.rot5 {
    background-color: #be9796;
}

.rot6 {
    background-color: #b9978e;
}

.rot7 {
    background-color: #7b2e29;
    color: #f3f3e7;
}

.rot8 {
    background-color: #332c2a;
    color: #f3f3e7;
}

.rot9 {
    background-color: #cab1ad;
}

.rot10 {
    background-color: #b86e56;
}

.rot11 {
    background-color: #653f36;
    color: #f3f3e7;
}

.rot12 {
    background-color: #611b10;
    color: #f3f3e7;
}

.rot13 {
    background-color: #cf5d39;
}

.rot14 {
    background-color: #9c1818;
    color: #f3f3e7;
}

.rot15 {
    background-color: #473738;
    color: #f3f3e7;
}

.rot16 {
    background-color: #c14b3e;
}

.rot17 {
    background-color: #5c3536;
    color: #f3f3e7;
}

.rot18 {
    background-color: #ca3715;
}

.rot19 {
    background-color: #a65d4d;
}

.rot20 {
    background-color: #471009;
    color: #f3f3e7;
}

.rot21 {
    background-color: #706164;
    color: #f3f3e7;
}

.rot22 {
    background-color: #6b6361;
    color: #f3f3e7;
}
/* Font styles */
/* Font colors */