.contact {
    display: block;
    margin: auto;
    width: 64rem;
    margin: 0rem auto 2rem auto;
    font-size: 1.2rem;
    padding: 1rem 1rem 0rem 1rem;
    text-align: left;
    color: rgb(0, 0, 0)
}

.contact h3 {
    font-size: 1.5rem;
    font-weight: bold;
    color: rgb(0, 70, 136);
    margin: 2rem 0 1.5rem 0;
}
.contact h4 {
    text-align: justify;
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0rem 0rem 0.5rem;
}
.contact p {
    text-align: justify;
    justify-content: inter-word;
    width: 100%;
    hyphens: none;
    margin: 0rem 0rem 1.5rem
}

 .carousel-control-prev:hover .carousel-control-prev-icon,
 .carousel-control-next:hover .carousel-control-next-icon {
     background-color: lightgray;}  

/* adjust website to fit small screens */

@media only screen and (max-width: 64rem) {
    .contact {
        width:100%;
        margin: 0 0;
        padding: 2rem 1.5rem 1rem 1.5rem;
        font-size: 1rem;
    }



@media only screen and (max-width: 40rem) {
    .contact p {
        hyphens: auto;
    }
}