body,
html {
    font-family: 'Montserrat', sans-serif;
}

a {
    color: white;
    text-decoration: none;
}

.footer-container {
    background-color: black;
    width: 100%;
    display: flex;
    color: white;
    line-height: 30px;
    font-size: 20px;
    letter-spacing: 1px;
}

.logo {
    height: 50px;
    width: 200px;
}

.address {
    margin-top: 60px;
}

.footer-1 {
    flex: 1;
    padding: 60px;
}

.footer-2 {
    display: flex;
    flex: 1;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 60px;
}

.social-media-icons {
    width: 50px;
    height: 50px;
}

@media screen and (max-width:767px) {
    .footer-container {
        font-size: 18px;
        line-height: 25px;
    }
    .footer-1,
    .footer-2 {
        padding: 30px;
    }
    .footer-container {
        flex-direction: column;
    }
    .footer-2 {
        align-items: flex-start;
        justify-content: flex-start;
    }
}

@media screen and (min-width:320px) and (max-width:767px) and (orientation:landscape) {
    .footer-2 {
        display: none;
    }
}

.contact-header {
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-left: 60px;
    margin-top: 69px;
}

.hamburger {
    position: fixed;
    height: 25px;
    width: 24px;
    right: 60px;
    top: 80px;
    background-color: transparent;
    z-index: 40;
    cursor: pointer;
}

@media screen and (max-width:767px) {
    .hamburger {
        right: 30px;
        top: 40px;
    }
}

@media screen and (min-width:320px) and (max-width:767px) and (orientation:landscape) {
    .hamburger {
        right: 30px;
        top: 27px;
    }
    .suterapps-logo {
        position: absolute;
        z-index: 21;
        height: 50px;
        width: 200px;
        left: 30px;
        top: 30px;
    }
}

.form-label {
    line-height: 30px;
    font-size: 20px;
}

.contact-form {
    margin-top: 60px;
    margin-bottom: 100px;
    width: 50%;
}

.from-input {
    border: 1px solid #AAAAAA;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    height: 80px;
    margin-top: 0px;
    background-color: #F8F8F8;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

.send-button:hover {
    font-weight: 600;
}

.form-wrapper {
    padding-left: 60px;
}

@media screen and (max-width:767px) {
    .contact-form {
        width: 100%;
    }
    .form-wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }
    .contact-header {
        margin-left: 30px;
        margin-top: 30px;
        line-height: 48px;
        font-size: 40px;
    }
}

a {
    text-decoration: none;
    color: white;
}

#menu {
    display: none;
}

.menu {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 1000;
    justify-content: center;
    flex-direction: column;
    display: flex;
}

.menu-item {
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1px;
}

.menu-item a {
    line-height: 60px;
}

.close-menu {
    color: white;
    width: 100%;
    height: 75%;
    background-color: black;
    justify-content: center;
}

.close-icon {
    width: 25px;
    height: 25px;
    cursor: pointer;
    margin-top: 69px;
}

.menu-container {
    width: 100%;
    text-align: center;
    margin-top: 0px;
}

.menu-bottom {
    background-color: black;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 25%;
}

.social-media-icons {
    width: 50px;
    height: 50px;
    margin-right: 5px;
}

@media screen and (max-width:767px) {
    .menu-item a {
        font-size: 25px;
        line-height: 35px;
    }
}

@media screen and (min-width:320px) and (max-width:767px) and (orientation:landscape) {
    .menu-item a {
        font-size: 20px;
        line-height: 25px;
    }
    .menu-bottom {
        display: none;
    }
}

@media screen and (max-width:480px) {
    .menu-item a {
        font-size: 20px;
        line-height: 25px;
    }
}

#success {
    display: none;
    padding: 60px;
    padding-bottom: 500px;
}

.thank-you:hover {
    font-weight: 600;
}

@media screen and (max-width:767px) {
    #success {
        padding-left: 30px;
    }
}

.introduction-text {
    font-size: 25px;
    line-height: 38px;
}

@media screen and (max-width:767px) {
    .introduction-text {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 1px;
    }
}

.services-container {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    border-top: 1px solid #AAAAAA;
    overflow: hidden;
}

.service-title {
    display: flex;
    align-items: center;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.service-description {
    line-height: 30px;
    font-size: 20px;
    letter-spacing: 1px;
}

.service-image {
    background-color: white;
    display: block;
}

.color {
    display: none;
}

.services-container:hover div .color {
    display: block;
}

.services-container:hover div .no-color {
    display: none;
}