body {
    border-left: 30px solid #8b1b21;
    border-right: 30px solid #8b1b21;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
}

.non-breaking {
    white-space: nowrap;
}

#main-header {
    margin: 20px 0px 20px 40px;
}

#logo-container {
    background-image: url("../assets/img/pillars.jpg");
    background-size: cover;
    color: #8b1b21;
    height: 100%;
}
#logo-container>header>div {
    background-color: rgba(255, 255, 255, 0.8);
}

#nav-container {
    font-weight: 600;
}

.navbar-nav>li>a {
    padding: 15px 18px;
    text-transform: uppercase;
}

main {
    padding: 20px 20px 40px 20px;
    margin-bottom: 80px;
    border-bottom: thick double #8b1b21;
    background-color: #fbf9f4;

}

h1 {
    margin: 0px 0px 20px 0px;
    font-family: 'Source Sans Pro', sans-serif;
}

a {
    color: #8b1b21;
}

a:hover {
    color: #8C1515;
}

#events-content {
    text-align: center;
}

#events-content h1 {
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 5px 0px 8px 0px;
}

#events-content h2 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    margin: 30px 0px 0px;
}

#events-content h2 small {
    font-size: 80%;
}

#events-content address {
    margin: 0px;
}

#events-content ul.speakers-list {
    margin: 6px 0px;
}

#events-content .event-container {
    padding: 10px 15px;
    margin: 5px 0px 5px;
    border-bottom: thin double #8b1b21;
}

#events-content .event-info {
    margin: 6px 0px;
}

#events-content ul {
    padding: 0px 0px 0px 5px;
}

#events-content li {
    list-style-type: none;
    margin: 4px 0px;
    border-left: thin double #8b1b21;
}

#events-content li>a.speaker-name {
    line-height: 20px;
    font-weight: 600;
}

.navbar {
    border-bottom: thin double #8b1b21;
}

footer {
    text-align: center;
    font-weight: 600;
    padding: 10px;
}

@media (max-width: 767px) {
    body {
        border-left: none;
        border-right: none;
    }
    #main-header {
        text-align: center;
        margin: 0px;
        padding: 30px 20px 30px 20px;
    }

    section {
        padding: 0px 18px;
    }
}

@media (max-width: 992px) {
    .navbar-nav>li>a {
        padding: 15px 14px;
    }
}



/** For the contact information in contact.html **/

#contact-info {
    font-weight: 600;
}

#contact-info>tbody>tr {
    padding: 4px 0px;
}

#contact-info>tbody>tr>td.info-name {
    
}

#contact-info>tbody>tr>td.info-value {
    padding-left: 15px;
}



/** For the list in people.html **/

#people-list .people-list-row {
    padding: 20px 0px;
}

#people-list .people-list-info {
    padding: 10px 0px 0px 20px;
}

#people-list .people-list-title {
    color: #8b1b21;
    font-size: 24px;
    font-weight: 600;
}

@media (max-width: 767px) {
    #people-list {
        text-align: center;
    }

    #people-list .people-list-row {
        border-bottom: thin dashed #8b1b21;
    }

    #people-list .people-list-info {
        padding: 10px 0px 30px;
    }

    #people-list .people-list-image>img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-height: 250px;
    }
}


#event-page-content h1 {
    margin: 18px -5px -26px;
}

#event-page-content h2 {
    font-weight: 500;
    font-size: 28px;
    margin: 50px -5px 20px;
}

#event-page-content ul.speakers-list {
    margin: 6px 0px;
}

#event-page-content .event-container {
    padding: 10px 15px;
    margin: 10px 0px 20px;
    border-bottom: thin double #8b1b21;
}

#event-page-content ul {
    padding: 0px 0px 0px 5px;
}

#event-page-content li {
    list-style-type: none;
    padding: 1px 0px 1px 10px;
    margin: 10px 0px 10px 0px;
    border-left: double #8b1b21;
}

#event-page-content li>a.speaker-name {
    line-height: 20px;
    font-weight: 600;
}

#event-page-content .event-description {
    margin-top: 18px;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
}


/** for the fixed sidebar and dropdown used to navigate the the Events page **/

#events-nav-container ul {
    list-style-type: none;
    padding-left: 20px;
    font-size: 17px;
    line-height: 25px;
}

.fixed-sidebar {
    position: fixed;
    top: 30px;
}

#events-select-wrapper {
    position: fixed;
    height: 45px;
    width: 60%;
    top: 10px;
    left: 50%;
    margin-left: -30%;
    padding: 10px 0px;
    border-radius: 10px;
    background: #8b1b21;
    text-align: center;
    color: white;
}

.hidden-select-wrapper {
    display: none;
}

@media (max-width: 767px) {
    #events-nav-container {
        display: none;
    }
}

@media (min-width: 767px) {
    #events-select-wrapper {
        display: none;
    }
}