body{
    margin: 0;
}
.scroll{
    overflow: hidden;
}
h1{
    font-family: 'Lato', sans-serif;
    margin-top: 2.5rem;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 500;
}
p{
    font-family: 'Lato', sans-serif;
    font-size: 1.1rem;
}
@font-face{
    font-family: 'tuesdayNight';
    src: url('TuesdayNight-Regular.otf');
}

/* ==========================ID=========================== */

/* ==========================CLASSES=========================== */
.contact{
    position: relative;
    min-height: 100vh;
    padding: 0px 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 50px;
}
.contact .content{
    max-width: 800px;
    text-align: center;
}
.contact .content h2{
    margin: 0px;
    margin-top: 20px;
    font-family: 'tuesdayNight', sans-serif;
    font-size: 3rem;
    color: black;
}
.container{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.container .contactInfo{
    width: 40%;
    display: flex;
    flex-direction: column;
}
.container .contactInfo .box{
    position: relative;
    padding: 20px 0;
    display: flex;
}
.container .contactInfo .box .icon{
    min-width: 60px;
    height: 60px;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 22px;
    color: white;
}
.container .contactInfo .box .text{
    display: flex;
    margin-left: 20px;
    color: black;
    flex-direction: column;
    font-weight: 2;
    font-weight: 300;
}
.container .contactInfo .box .text h3{
    font-weight: 400;
    color: black;
    font-family: 'Lato', sans-serif;
    font-size: 1.6rem;
    margin-top: 0;
    margin-bottom: 5px;
}
.contactForm{
    border: solid black 20px;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#secondmap{
    display: none;
}
.responsive-h1{
    margin-top: 40px;
}
.responsive-h1 h1{
    text-align: center;
    display: none;
    margin: 0;
}
.social-media{
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 60px;
}
.social-media a{
    display: flex;
    background: #ddcdbc;
    height: 75px;
    width: 75px;
    margin: 0 15px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 6px 6px 10px -1px rgba(0, 0, 0, 0.15),
                -6px -6px 10px -1px rgba(109, 109, 109, 0.4);
}
.social-media a i{
    font-size: 35px;
}
.social-media a:hover{
    box-shadow: inset 4px 4px 6px -1px rgba(0, 0, 0, 0.15),
                inset -4px -4px 6px -1px rgba(109, 109, 109, 0.4),
                -0.5px -0.5px 0px rgba(109, 109, 109, 0.4),
                0.5px 0.5px 0px rgba(0, 0, 0, 0.15),
                0px 12px 10px -10px rgba(0, 0, 0, 0.15);
    transform: translateY(2px);
}
/* .contactForm{
    width: 40%;
    padding: 40px;
    background: white;
}.contactForm h2{
    font-size: 30px;
    color: black;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
}
.contactForm .inputBox{
    position: relative;
    width: 100%;
    margin-top: 10px;
}
.contactForm .inputBox input,
.contactForm .inputBox textarea{
    width: 100%;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    border: none;
    border-bottom: 2px solid black;
    outline: none;
    resize: none;
}
.contactForm .inputBox span{
    position: absolute;
    left: 0;
    padding: 5px 5px;
    font-size: 16px;
    margin: 10px 0;
    font-family: 'Lato', sans-serif;
    pointer-events: none;
    transition: 0.5s;
    color: #666;
}
.contactForm .inputBox input:focus ~ span,
.contactForm .inputBox input:valid ~ span,
.contactForm .inputBox textarea:focus ~ span,
.contactForm .inputBox textarea:valid ~ span{
    color: RED;
    font-size: 12px;
    transform: translateY(-20px);
}
.contactForm .inputBox input[type="submit"]{
    width: 100px;
    background: black;
    color: white;
    border: none;
    cursor: pointer;
	font-family: 'Lato';
	font-size:1.2rem;
	padding:9px 23px;
	text-decoration:none;
    border: solid black;
    font-weight: 200;
}*/
@media (max-width:900px){
    .contact{
        padding: 0px;
        width: 100%;
        margin-bottom: 0;
    }
    .container{
        flex-direction: column;
    }
    .container .contactInfo{
        margin-bottom: 40px;
    }
    .box{
        margin: 0 20px;
    }
    .container .contactInfo,
    .contactForm{
        width: 100%;
        border: none;
    }
    .contactForm{
        border-top: solid black 20px;
    }
    #secondmap{
        width: 100%;
        display: block;
    }
    iframe{
        width: 100%;
        height: 200px;
    }
    p{
        padding:0 40px;
    }
    .text p{
        font-size: 1rem;
        padding: 0;
    }
}
@media (max-width:720px){
    h1{
        display: none;
    }
    .responsive-h1 h1{
        display: block;
    }
    .social-media a{
        height: 60px;
        width: 60px;
        margin: 0 10px;
    }
    .social-media a i{
        font-size: 25px;
    }
    .contact .content h2{
        font-size: 2.5rem;
    }
}
@media (max-width:290px){
    .responsive-h1 h1{
        font-size: 1.6rem;
    }
}