@font-face {
    font-family: 'Lato';
    src: url(static/fonts/Lato/Lato-Regular.ttf);
}

@font-face {
    font-family: 'Myriad';
    src: url(static/fonts/Myriad/Myriad\ Pro\ Black.otf);
}

#website {
    position: absolute;
    left: -99999999px;
}

#bigText {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-family: 'Lato';
    margin: 10px;
}

#aboutUs {
    max-width: 800px;
    position: relative;
    margin: 0 auto;
    font-size: 22px;
}

.services {
    max-width: 500px;
    text-align: left;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    font-size: 20px;

    display:flex;
    flex-direction:row;
    min-width:80%;
    min-height:80%;
}

#bigText h1 {
    font-family: 'Myriad';
    color: #8e2b27;
}

.nav-link.active {
    font-size: 20px;
    font-family: 'Lato';
    font-weight: bold;
    color: rgb(142,43,39);
}

.carousel {
    display: flex;
    justify-content: center;
    background-color: #333333;
    max-height: 800px;
}

.carousel-inner {
    max-width: 400px;
}

form {
    margin: 20px;
}

.alert {
	margin-top: 20px;
}

.esaNum {
    font-size: 18px;
}

@media only screen and (max-width: 1000px) {
    .phone {
        display: none;
    }
    .services {
        flex-direction: column;
    }
    .servicesList {
        width: 100%;
    }
    .esaNum {
        font-size: 15px;
        margin-left: -30px;
    }
}
