body {
    /*    background-color: #f2efef;*/
    background-color: #e0e0e8;
    height: 100vh;
    margin: 0;
}

p,
h1,
h2,
h3,
h4 {
    font-family: 'Abel', sans-serif;
}

p {
    font-size: 25px;
}

.hidden_text {
    color: #e0e0e8;
    font-size: 0.5px;
}


/* Placering af elementer */

.logo {
    /*    margin-top: 20px;*/
}

.contact_info {
    margin-top: 155px;
    text-align: center;
}

.skyline {
    width: 100%;
}

.adress,
.place {
    margin-bottom: -20px;
}

.country {
    margin-bottom: 40px;
}

.phonenumber {
    margin-bottom: 40px;
}

.footer_image {
    opacity: 80%;
}

.hej {
    height: 1px;
}


/*MEDIA QUERIES */


/*Iphone*/


/*
@media only screen and (min-width: 480px) {
    .contact_info {
        margin-top: 10px;
        margin-bottom: 30px;
    }
}
*/


/*Tablet*/


/*
@media only screen and (min-width: 768px) {
    .contact_info {
        margin-top: 10px;
        margin-bottom: 30px;
    }
}*/