@font-face {
    font-family: 'Vattenfall Hall';
    src: url('assets/VattenfallHall-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Vattenfall Hall Display';
    src: url('assets/VattenfallHallDisplay-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'Vattenfall Hall Bold';
    src: url('assets/VattenfallHall-Bold.woff2') format('woff2');
}

body {
    font-family: 'Vattenfall Hall';
}

p {
    line-height: 24px;
    margin: 0px;
}

h1 {
    margin-bottom: 15px;
    font-family: 'Vattenfall Hall Display';
    font-size: 40px;
    line-height: 48px;
    color: #000;
}

h2 {
    font-family: 'Vattenfall Hall Display';
    font-size: 32px;
    line-height: 38px;
    color: #000;
}

h3 {
    margin-bottom: 0px;
    font-family: 'Vattenfall Hall Display';
    font-size: 25px;
    line-height: 30px;
    color: #000;
}


.flex-container {
    display: flex;
    flex-direction: column;
}

.image-container {
    margin-left: auto;
    margin-bottom: 130px;
}

.image-container img {
    width: 249px;
    margin: 20px 41px 0px 0px;
}

.info-container {
    margin: 0px 500px;
}

.header {
    margin-bottom: 30px;
}

.contact {
    margin-bottom: 30px;
}

.visit {
    margin-bottom: 30px;
}

ul {
    list-style-type: none;
    padding: 0px;
    margin-top: 15px;
}

li {
    font-family: 'Vattenfall Hall Bold';
    line-height: 24px;
    font-size: 16px;
}

a, u {
    color: #2071B5;
    text-decoration: none;
}

li a {
    font-family: 'Vattenfall Hall';
}

.visit ul p {
    margin-bottom: 10px;
}

button {
    background-color: #FFDA00;
    border-radius: 30px;
    border: 0px;
    height: 50px;
    width: 170px;

    font-family: 'Vattenfall Hall';
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
}

@media screen and (max-width: 1500px) {
    .info-container {
            margin: 0px 100px;
        }
    }

@media screen and (max-width: 600px) {
    .info-container {
        margin: 0px 15px;
    }

    .image-container {
        margin-bottom: 26px;
    }

    .image-container img {
        width: 170px;
        margin: 12px 16px 0px 0px;
    }

    h1 {
        margin-bottom: 15px;
        font-size: 25px;
        line-height: 30px;
    }
    
    h2 {
        margin-bottom: 10px;
        font-size: 22px;
        line-height: 26px;
    }
    
    h3 {
        font-size: 18px;
        line-height: 22x;
        margin-top: 0px;
    }

    ul {
        margin-top: 10px;
    }

    li {
        line-height: 30px;
    }
}