
body {
    background-image: url("images/contactsscreen.png");
    background-size: 1920px;
    background-position: top center;
    background-repeat: no-repeat;
}

.contacts-content {
    width: 1290px; 
    margin-left: auto;
    margin-right: auto;
    margin-top: 150px;
    font-family: "Montserrat";
}

.contacts-content h1 {
    font-size: 55px;
    font-weight: 800;
    color:#6EF100;
}

.contacts-text {
    font-weight: 400;
    font-size: 32px;
    width: 750px;
    color: white;
    margin-top: 100px;
}

#map {
    margin-top: 350px;
    width: 1290px;
    margin-left: auto;
    margin-right: auto;
    height: 700px;
    color: green;
    background-color: black;
    box-shadow: 5px 5px 10px 1px rgba(0,0,0,0.1), -5px 5px 10px 1px rgba(0,0,0,0.1), 5px -5px 10px 1px rgba(0,0,0,0.1), -5px -5px 10px 1px rgba(0,0,0,0.1);
}

.buttons-content {
    margin-top: 100px;
    display: flex;
    width: 1290px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
}
.buttons-content div {
    width: 630px;
    height: 100px;
    background-color: #6EF100;
    border-radius: 5px;
    font-size: 30px;
    font-weight: 400;
    font-family: "Montserrat";
    text-align: center;
    color: black;
    box-sizing: border-box;
    padding-top: 35px;
}


.buttons-content a {
    color: black;
}

.buttons-content a:visited {
    color: black;
}

@media only screen and (max-width: 819px) {
    body {
        background-image: url("images/mobile-contacts.png");
        background-size: 100% 32%;
        background-repeat: no-repeat;
        height: 100vh;
        margin: 0;
    }

    .contacts-content {
        width: 95%;
        min-height: 200px;
        margin-top: 25vw;
        margin-right: 0;
    }

    .contacts-content h1 {
        font-size: 20px;
    }

    .contacts-text {
        width: 80%;
        margin-top: 0px;
        font-size: 14px;
        font-weight: 200;
    }

    #map {
        margin-top: 40px;
        margin-right: 20px;
        margin-left: 20px;
        width: 90%;
        height: 400px;
    }

    .buttons-content {
        width: 300px;
        margin-top: 50px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .buttons-content div {
        font-size: 15px;
        height: 40px;
        margin-bottom: 10px;
        padding-top: 10px;
    }
}
@media only screen and (max-width: 379px) {
    #map {
        margin-top: 10px;
    }
}
@media only screen and (max-width: 320px) {
    .buttons-content {
        width: 280px;
    }
    .contacts-text {
        font-size: 12px;
    }
}

@media only screen and (max-width: 717px) and (max-height: 512px){
.contacts-content {
margin-top: 10vw;
}
#map {
margin-top: 0;
}
}
