*{
    padding: 0;
    margin: 0;
}


body{
    background-color: #fff;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}

.img-small{
    padding-top: 7vh;
    width: 100%;
}

.img-small img{
    width: 3.5vw;
    padding-left: 19vw;
}


.text-center{
    text-align: left;
    color: #3d3d3f;
    padding-top: 5vh;
    font-weight: 500;
    font-size: 1.5vw;
    text-transform: uppercase;
    padding-left: 19vw;
    text-decoration: underline;
    text-underline-offset: 2vh;
    text-decoration-thickness: from-font;
    text-decoration-color: #d1bfa7;
    letter-spacing: 3px;
}

.tekst-small{
    color: #3d3d3f;
    padding-left: 19vw;
    margin-top: 3vh;
    text-transform: uppercase;
    font-size: large;
    font-weight: 500;
}

.information{
    margin-top: 5vh;
    color: #3d3d3f;
    padding-left: 19vw;
    line-height: 4vh;
    padding-bottom: 20vh;
}

.information p{
    font-size: 1vw;
}
.information a{
    font-size: 1vw;
    text-decoration: none;
    color: #3d3d3f;
    transition: .5s;
}

.information a:hover{
    color: #d1bfa7;
    transition: .5s;
}

.social{
    display: flex;
    flex-direction: row;
}

.social a:hover{
    text-decoration: underline;
}

.left-space{
    padding-left: 2vw;
}

.social a:first-child:hover{
    color: #F6BA00
}

.social a:nth-child(2):hover{
    color: #000000;
}
.social a:nth-child(3):hover{
    color: #3b5998 ;
}
.social a:nth-child(4):hover{
    color: #c4302b  ;
}


/*LAPTOP*/

/*ZA laptop*/

@media only screen and (min-width: 1024px) and (max-width: 1460px){

    .img-small img{
        width: 3.5vw;
    }

    .tekst{
        padding-left: 19vw;
        width: auto;
        padding-right: 10vw;
    }

}

/* MOBILE */

@media screen and (max-width: 1024px){
    .img-small img {
        width: 10vw;
        padding-left: 13vw;
    }

    .text-center{
        font-size: larger;
        padding-left: 13vw;
        text-underline-offset: 0.1vh;
    }

    .tekst-small{
        padding-left: 13vw;
        padding-right: 13vw;
        font-size: medium;
        margin-top: 4vh;
    }

    .information{
        padding-left: 13vw;
        font-weight: 600;
    }

    .information p{
        font-size: medium;
    }

    .information p:first-child{
        padding-bottom: 2vh;
    }

    .information p:nth-child(4){
        padding-top: 2vh;
    }
    .information a{
        font-size: medium;
}

.social{
    display: flex;
    flex-direction: column;
}

.left-space{
    padding-left: 0;
}

}