﻿body, html {
    height: 100%;
    margin: 0;
    font-family: 'raleway-regular';
    color: #333;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

h1,
h2,
h3 {
    font-family: 'montserrat-regular';
    font-weight: 400;
}

h1 {
    margin: 40px 0;
}

h3 {
    font-size: 20px;
}

hr.menu-divider {
    margin: 0;
    height: 1px;
}

a {
    color: #385350;
}

.next-event {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 24px 0;
    color: #fff;
    font-size: 1.2em;
    font-family: 'montserrat-regular';
    background: #000;
    opacity: 0.80;
}


/* Carousel */

.carousel {
    margin-top: 40px;
}

.carousel-caption h5 {
    font-family: 'montserrat-regular';
    font-size: 40px;
    color: #FFFFFF;
    margin: 0;
}

.carousel-caption p {
    font-size: 16px;
    color: #FFFFFF;
    margin: 40px 0;
    text-align: left;
}

.caption-left {
    left: 10%;
    right: auto;
    top: 20%;
    bottom: auto;
    width: 40%;
}

.caption-right {
    left: auto;
    right: 10%;
    top: 20%;
    bottom: auto;
    width: 40%;
}

.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

.carousel-control-next,
.carousel-control-prev {
    width: 10%;
}

.home-background {
    position: relative;
    opacity: 0.90;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-background {
    background-image: url('../images/homepage.jpg');
    height: 100%;
}

.caption {
    position: absolute;
    left: 0;
    top: 35%;
    width: 100%;
    text-align: center;
    font-family: 'montserrat-extrabold';
    font-size: 80px;
    color: #FFFFFF;
    margin: 0;
    line-height: 60px;
}

.caption-small {
    font-size: 40px;
}

.admin-menu {
    left: -220px;
}

.covid-message {
    position: absolute;
    left: 0;
    top: 60%;
    left: 50%;
    margin-left: -150px;
    width: 300px;
    text-align: left;
    font-family: 'montserrat-extrabold';
    font-size: 18px;
    background: #EEE;
    opacity: 0.7;
    padding: 20px;
}

.covid-message a {
    display: inline;
    padding-left: 0;
}
