@charset "UTF-8";

.contact{
    width: 100%;
    height: 82vh;
}
.contact .contact-wrap{
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    color:#3d3d3d;
    padding-top: 100px;
}
.contact h3{
    font-size: 5em;
    line-height: 1.5;
    padding-bottom: 50px;
    white-space: nowrap;
}
.contact p{
    font-size: 2em;
    line-height: 1.5;
    padding-bottom: 100px;
    font-weight: 300;
    white-space: nowrap;
}
.contact span{
    font-size: 1.3em;
    font-weight: 200;
    white-space: nowrap;
}

.footer{
    position: relative;
}

@media screen and (max-width:1200px){
    .contact{
        width: 96%;
    }
    .contact h3{
        font-size: 5em;
        line-height: 1.5;
    }
    .contact p{
        font-size: 2em;
        line-height: 1.5;
        padding-bottom: 100px;
    }
    .contact span{
        font-size: 1.2em;
    }
}
@media screen and (max-width:1050px){
     h3{
        font-size: 4.5em;
        line-height: 1.5;
    }
    .contact p{
        font-size: 1.7em;
        line-height: 1.5;
        padding-bottom: 80px;
    }
    .contact span{
        font-size: 1.2em;
    }
}
@media screen and (max-width:900px){
    .contact h3{
        font-size: 3.8em;
        line-height: 1.5;
    }
    .contact p{
        font-size: 1.4em;
        line-height: 1.5;
    }
    .contact span{
        font-size: 1em;
        font-weight: 200;
    }
}
@media screen and (max-width:680px){
    .contact h3{
        font-size: 3em;
        line-height: 1.5;
    }
    .contact p{
        font-size: 1.5em;
        line-height: 1.5;
        padding-bottom: 114px;
    }
    .contact span{
        font-size: 1em;
        font-weight: 200;
    }
}
@media screen and (max-width:540px){
    .contact{
        height: 80vh;
    }
    .contact h3{
        font-size: 2.3em;
        line-height: 1.2;
    }
    .contact p{
        font-size: 1.2em;
    }
    .contact span{
        font-size: 0.8em;
        font-weight: 200;
    }
}