@media screen and (max-width: 850px) {
    
    
html {
    scroll-behavior: smooth;
}

html,body {
    height: 100%;
}

/********************** HEADER **********************/

header {
    position: fixed;
    width: 100%;
    top: 0;
    background-color:;
    height: 45px;
    z-index: 10;
}

.header1 {
    float: left;
    padding: 5px 15px 15px 15px;    
    background-color: ;
    height: 45px;
    text-decoration: ;
}


.header2 {
    float: right;
    padding: 5px 15px 15px 15px;    
    height: 30px;
}

.header2 a:hover{
    text-decoration: underline;
    cursor: url('cursor2.png'), pointer;
}


h1 {
    font-family: "Monument Grotesk Reg", sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 1.2;
    color: #111;
}


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


/********************** CONTAINER 2 **********************/

.box1 {

    font-size: 22px;
    line-height: 1.3;
    margin-top: 80px;
    width: 100%;
}

.number {
    max-width: 30px;
    padding-right: 25px;
}

.title {
    max-width: 265px;    
}
    
.title a{
    color: #111;
    text-decoration: none;
    }
    
.title a:hover{
    cursor: url('cursor3.png'), pointer;
}
    .title a:active{
        color: white;
            text-shadow:
   -0.8px -0.8px 0 #000,  
    0.8px -0.8px 0 #000,
    -0.8px 0.8px 0 #000,
     0.8px 0.8px 0 #000;
        
    }


.type {
    display: none;
}

/********************** FOOTER **********************/

.footer {
    background-color: ;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    font-family: "Monument Grotesk Reg", sans-serif;
    font-size: 14px;
    padding: 15px;
}
