@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

html {
    font-family: 'Montserrat', Arial, sans-serif;
}

body {
    background-color: #ffffff;
}


h1 {
    color: black;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 5px;
    text-align: center;
}


.nav-link:hover {
    color: #000 !important;
}


.bull-visible {
    display: none;
}

@media screen and (min-width: 956px) {
    .bull-visible {
        display: inline;
    }
}

#subject_input option {
    margin-left: 10px;
    background-color: black;
    color: #f8c42c;
}

input,
textarea {
    font: inherit;
    margin: 0;
    line-height: normal;
}

#container {
    background-color: #fff;
    /*background-image: url('https://www.transparenttextures.com/patterns/asfalt-dark.png');*/
    max-width: 80%;
    margin: auto;
    margin-bottom: 30px;
    position: relative;
    display: flex;
}

.form {
    flex: 1;
    padding: 55px 0 0 45px;
    border-left: none;
    border-right: none;
}

.direct-contact-container {
    padding: 55px 45px 0 0;
}

@media screen and (max-width: 768px) {
    .form {
        padding: 75px 0 40px 0;
    }

    h1 {
        font-weight: 700;
        letter-spacing: 4px;
    }
}

.icon_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.icon_wrapper img {
    height: 70px;
    width: auto;
}

#telephone_input {
    background: none;
    border: none;
    border-bottom: solid 2px black;
    color: black;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 10px 0 20px 0;
    padding: 0 0 10px 0;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.3s;
}

input[type='text'] {
    background: none;
    border: none;
    border-bottom: solid 2px black;
    color: black;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.3s;
}

input[type='text']:focus,
[type='email']:focus {
    outline: none;
}

textarea {
    background: none;
    border: none;
    border-bottom: solid 2px black;
    color: black;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.3s;
}

textarea:focus {
    outline: none;
}

#email_input {
    background-color: transparent;
    border: none;
    border-bottom: solid 2px black;
    color: black;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0 0 0 10%;
    padding: 0 0 10px 0;
    width: 50%;
    box-sizing: border-box;
    transition: all 0.3s;
}

#email_input:focus {
    border-bottom: solid 2px black;
}

.name {
    float: left;
    width: 40%;
}

#message_input {
    border: solid black 2px !important;
    background-color: transparent;
    padding: 5px;
    margin-top: 10px;
}

select {
    background: transparent no-repeat right;
    outline: none;
    border: none;
    border-bottom: solid 2px black;
    color: black;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0;
    padding: 0 0 8px 0;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.3s;
    text-transform: none;
}

select::-ms-expand {
    display: none;
}

.subject {
    width: 100%;
}

.telephone {
    width: 100%;
}

textarea {
    height: 130px;
    resize: none !important;
    width: 100%;
}

::-webkit-input-placeholder {
    color: black;
}

:-moz-placeholder {
    color: black;
    opacity: 1;
}

:-ms-input-placeholder {
    color: black;
}

#form_button {
    background-color: black;
    border: solid 3px black;
    color: #f8c42c;
    cursor: pointer;
    display: inline-block;
    font-family: 'Helvetica', Arial, sans-serif;
    font-size: 0.875em;
    font-weight: bold;
    outline: none;
    padding: 11px 35px;
    transition: all 0.3s;
}

#form_button:hover {
    background: #f8c42c;
    color: black;
}

.submit {
    display: flex;
    flex-direction: column;
    font-size: 20px;
}

.submit i {
    margin-left: 15px;
}

@media screen and (max-width: 768px) {
    #container {
        padding-bottom: 20px;
        flex-direction: column;
    }

    .form {
        width: 100%;
    }

    .info {
        width: 100%;
    }

    iframe {
        height: 40vh;
    }
}

@media screen and (max-width: 480px) {
    .underline {
        width: 68px;
    }

    #form_button {
        padding: 15px 25px;
    }
}

@media screen and (max-width: 420px) {
    .icon {
        height: 35px;
        width: 35px;
    }

    .underline {
        width: 53px;
    }

}

.info {
    flex: 1;
    background-color: #ffffff;
}

@media (min-width: 1000px) {
    .info {
        max-height: 100vh;
    }
}

.social-media-list {
    font-size: 22px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.social-media-list li a {
    color: #f8c42c;

    display: block;
    border-radius: 50%;
}

.social-media-list li {
    position: relative;
    display: inline-block;
    height: 60px;
    width: 60px;
    margin: 2px 3px;
    line-height: 60px;
    border-radius: 50%;
    color: #f8c42c;
    background-color: #000;
    transition: all .2s ease-in-out;
    box-shadow: 0 0 0 1px #000;
}

.social-media-list li:hover {
    background-color: #f8c42c;
}

.social-media-list li:hover a {
    color: #000;
}

.copyright {
    font: 200 14px 'Oswald', sans-serif;
    color: #000000;
    letter-spacing: 1px;
    text-align: center;
}

.map-button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid black;
    background-color: #000;
    color: #f8c42c;
    padding: 10px;
    font-size: 19px;

    width: 100%;
    transition: all 0.2s;
}

.map-button:hover {
    background-color: #f8c42c;
    border: solid black;
    color: #000;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .find-us-text {
        display: none;
    }

    .whatsapp-text {
        display: none;
    }

    .direct-contact-container {
        padding: 0;
        padding-top: 75px;
    }
}

.whatsapp-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    border: solid black;
    color: #f8c42c;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 19px;
    transition: all 0.2s;
}

.whatsapp-icon {
    margin-right: 5px;
    color: #000;
}

.whatsapp-button:hover {
    background-color: #f8c42c;
    color: #000;
    cursor: pointer;
}

.contact-list {
    list-style-type: none;
    margin-left: 3%;
    margin-bottom: -3px;
    padding-left: 10px !important;
}

.contact-title-1 {
    margin-bottom: 20px;
    font-size: 39px;
}

@media (max-width: 1220px) {
    .contact-list {
        list-style-type: none;
        margin-left: 0;
    }

    .contact-text {
        font: 300 10px 'Lato', sans-serif;
    }
}

.list-item {
    line-height: 4;
    color: #000;
}

@media screen and (max-width: 568px) {
    .list-item {
        font-size: 12px;
    }

    .phone,
    .gmail {
        margin-left: 10px !important;
        font-size: 15px !important;
        word-break: break-word;
    }

    .place {
        margin-left: 0px !important;
        font-size: 16px !important;
        word-break: break-word;
    }
}

@media screen and (max-width: 368px) {
    ul {
        padding-inline-start: 0 !important;
    }
}

.contact-text {
    font: 300 18px 'Lato', sans-serif;
    letter-spacing: 2px;
    color: #000;
}

.place {
    margin-left: 30px;
}

.phone {
    margin-left: 30px;
}

.gmail {
    margin-left: 30px;
}

.contact-text a {
    color: #000;
    text-decoration: none;
    transition-duration: 0.2s;
}

.contact-text a:hover {
    color: #000;
}