@font-face {
    font-family: "beatrice";
    src: url("../fonts/BeatriceDisplay-Medium.woff");
}

@font-face {
    font-family: "beatrice-body";
    src: url("../fonts/BeatriceDisplay-Medium.woff");
}

body {
    /* font-family: 'Space Mono', monospace; */
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 2px;
    font-weight: normal !important;
}

h1,
.navbar-brand {
    font-family: "beatrice", Arial, Helvetica, sans-serif;
}

main a {
    color: #000;
    ;
    text-decoration: underline;
}

.main {}

.mono {
    font-family: 'Space Mono', monospace;
}

.lead {
    font-size: 50px;
    border-bottom: 2px solid #ffdc00;
    padding: 15px 30px;
    font-weight: normal;
    margin: 0;
}

.jumbotron {
    text-align: center;
    min-height: 380px;
    display: flex;
    flex-direction: column;
    background-size: cover;
    background-repeat: repeat;
    background-image: url("../images/header_bg_landscape2.jpg");
    background-position: top;
    margin-bottom: 0px;
    padding-bottom: 10px;
    ;
}

.title {
    flex: 1;
    font-size: 142px;
    margin-top: 60px;
    font-weight: normal;
    margin-bottom: 0px;
}

.title-subhead {
    flex: 1;
    font-size: 30px;
    margin-top: 0px;
    font-weight: normal;
    /* background-color:#fff;
    opacity: 0.7;
    filter: alpha(opacity=70); For IE8 and earlier */
}

.intro {
    text-align: center;
    font-size: 54px;
    /* margin: 20px auto; */
    /* max-width: 559px; */
    margin-bottom: 20px;
    ;
}

.circle {
    background: #ffdc00;
    border-radius: 50%;
    height: 1500px;
    width: 1500px;
    position: absolute;
    top: 600px;
    z-index: -1;
    left: 50%;
    margin-left: -750px;
}

.copy {
    overflow: hidden;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-bottom: 80px;
}

.subhead {
    padding-top: 100px;
    font-size: 20px;
    margin-bottom: 50px;
}

.date,
.chairTitle {
    margin-bottom: 10px;
    font-family: 'Space Mono', monospace;
    font-weight: bold !important;
}

.description {
    /* font-family: 'Space Mono', monospace; */
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.container {
    overflow: hidden;
}

@media (max-width: 768px) {
    .lead {
        font-size: 18px;
        text-align: center;
    }
    .title {
        font-size: 66px;
        margin-top: 20px;
    }
    .title-subhead {
        font-size: 18px;
        /* margin-top: 10px; */
        /* line-height: 0.5; */
    }
    .jumbotron {
        min-height: 200px;
        height: 220px;
    }
    .intro {
        font-size: 34px;
        margin: 10px auto;
    }
    .intro p {
        font-size: 16px;
        margin: 30px auto;
    }
    .circle {
        height: 400px;
        width: 400px;
        margin-left: -200px;
        top: 300px;
    }
}

.carousel-caption {
    background: rgba(0, 0, 0, 0.5);
}