@font-face {
    font-family:"prohibition";
    src:url("https://use.typekit.net/af/7b9767/00000000000000007735a64d/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/7b9767/00000000000000007735a64d/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/7b9767/00000000000000007735a64d/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
    font-display:auto;font-style:normal;font-weight:400;
}

@font-face {
    font-family:"urw-din";
    src:url("https://use.typekit.net/af/1f0265/00000000000000007735a839/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"),url("https://use.typekit.net/af/1f0265/00000000000000007735a839/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"),url("https://use.typekit.net/af/1f0265/00000000000000007735a839/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
    font-display:auto;font-style:italic;font-weight:400;
}

html {
    margin: 0;
    padding: 0;
}

.carousel-control-prev-icon  {
    height: 24px;
    background-image: url("/images/home/arrows/leftArrow.svg");
}

.carousel-control-prev {
    width: 10%;
    opacity: 1 !important;
    /*margin-left: -100px;*/
}

.carousel-control-next {
    width: 10%;
    opacity: 1 !important;
    /*margin-right: -100px;*/
}

.carousel-control-next-icon {
    height: 24px;
    background-image: url("/images/home/arrows/rightArrow.svg");

}

.carousel-inner {
    height: auto;
}

.carousel {
    margin: 1.5rem;
}

.carousel-item {
    text-align: center;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    border: 1px solid black;
}
.carousel-indicators li {
    margin-top: 20px;

}

.carousel-indicators .active {
    background-color: #343434;
}
.carousel-indicators {
    bottom: -50px;
}

#carouselTitle {
    font-size: 29px;
    font-weight: bolder;
}

#newsBannerContainer {
    /*background-image: url('/images/newsBanner.png');*/
    max-width: 1725px;
    height: 629px;
    color: white;
}

#newsTitle {
    font-family: "prohibition";
    font-size: 119px;
}

.card-title {
    text-align: center;
    font-family: Tahoma, bold, serif;
    font-size: 20px;
    font-weight: 800;
}

.center-content {
    justify-content: center;
}

.frontPageDate {
    font-size: 35px;
    font-family: Tahoma, Regular, serif;
}

.frontPageEvent {
    font-family: "urw-din";
    font-size: 65px;
    font-weight: bolder;
    font-family: "Arial Black", serif;
}

.frontPageLocation {
    font-family: Tahoma, Regular, serif;
    font-weight: bold;
    font-size: 20px;
}

.line {
    margin-left: 0;
    background-color: #ff720a;
    height: 3px;
    width: 68%;

}

.frontPageEventContents {
    font-family: Tahoma, Regular, serif;
    font-size: 20px;
}


#serviceAreaSection {
    text-align: center;
}

#serviceAreaTitle {
    font-family: "prohibition";
    font-size: 100px;
    color: #9a9a9a;
    max-width: 80%;
}

#serviceAreaBody {
    text-align: left;
    font-size: 20px;
    color: #00295b;
    max-width: 70%;
    margin-left: 175px;
}

#areaMapContainer  {
    margin: 0;
    padding: 0;
}

.eventBtn {
    border-radius: 5px;
    font-size: 18px;
    padding: 10px;
    font-weight: bold;
}

@media only screen and (max-width: 1200px) {
    #newsTitle {
        font-size: 72px;
    }
    #newsBody {
        font-size: 12px;
    }
    .frontPageDate {
        font-size: 16px;
    }
    .frontPageEvent {
        font-size: 28px;
    }
    .frontPageEventContents {
        font-family: Tahoma, Regular, serif;
        font-size: 16px;
    }
    .frontPageLocation {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1350px) {
    #serviceAreaTitle {
        font-size: 75px;
    }
}

@media only screen and (max-width: 700px) {
    #serviceAreaBody {
        margin-left: 0 !important;
        max-width: 100%;
    }
}




