h1{
    font-size: 2em;
    font-weight: 600;
}
h2{
    font-size: 1.3em;
    font-weight: 600;
}
h3{
    font-size: 1.1em;
    font-weight: 600;
}
#contact .form-control{
    padding: 1rem .75rem;
    border-radius: 10px;
}
#contact .form-text{
    color: #777777;
    font-size: 1.3em;
    padding-right: 1em;
}
#contact{
    background-color: #efefef;
    border-color: #9A9A9A;
}
#contact .address-item h2{
    color: #C80000;
}

#contact .map iframe{
    width: 100%;
    height: 500px;
    border: none;
    border-radius: 30px;
}

#about{
    background-color: #2c2e2b;
}
#about .image img{
    border-radius: 1em;
}
#about .content{
    color: #fff;
}
#about .content h1, #about .content h2, #about .content h3{
    color: #fff;
}
