/*!
 * Start Bootstrap - Agency v4.0.0-beta.2 (https://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-agency/blob/master/LICENSE)
 */

 body {
    overflow-x: hidden;
    font-family: K2D, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

p {
    line-height: 1.75;
    text-align: left;
}

.highlight {
    color: #d44;
}

a {
    color: #b33;
}

a.active, a:active, a:focus, a:hover {
    color: #d44;
}

strong.important {
    color: #b33;
}

.text-primary {
    color: #00ff00 !important;
}

h1, h2, h3, h4, h5, h6 {
    text-align: left;
    font-weight: 700;
}

section {
    padding: 65px 0;
}

section h2.section-heading {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 15px;
}

section h3.section-subheading {
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 20px;
    text-transform: none;
}

section ul.noindent {
    list-style-type: none;
    padding-left: 0;
}

section li.paper {
   padding-bottom: 10px;
}

section em.paper {
   color: #B32;
   font-style: normal;
}

section img.portait {
    width: 180px;
    padding: 10px;
    border-radius: 50%;
}


section td.orga {
   padding-top: 15px;
}

section td.uline {
   border-bottom: #888 solid 1px;
}


sup {
    text-transform: none;
}

footer {
    font-size: 90%;
    padding: 10px 0;
}

@media (min-width: 768px) {
    section {
        padding: 65px 0px;
    }
}

body {
    -webkit-tap-highlight-color: #d44;
}

#mainNav {
    background-color: #222;
}

#mainNav .navbar-toggler {
    font-size: 12px;
    right: 0;
    padding: 13px;
    text-transform: uppercase;
    color: white;
    border: 0;
    background-color: #c44;
}

#mainNav .navbar-brand {
    color: #f44;
    /* font-weight: bold; */
}

#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: #f44;
}

#mainNav .navbar-nav .nav-item .nav-link {
    font-size: 90%;
    font-weight: 400;
    padding: 0.75em 0;
    letter-spacing: 1px;
    color: white;
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #f44;
}

@media (min-width: 992px) {
    #mainNav {
        padding-top: 25px;
        padding-bottom: 25px;
        -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
        -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
        transition: padding-top 0.3s, padding-bottom 0.3s;
        border: none;
        background-color: transparent;
    }
    #mainNav .navbar-brand {
        font-size: 1.25em;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }
    #mainNav .navbar-nav .nav-item .nav-link {
        padding: 1.1em 1em !important;
    }
    #mainNav.navbar-shrink {
        padding-top: 0;
        padding-bottom: 0;
        background-color: #222;
    }
    #mainNav.navbar-shrink .navbar-brand {
        font-size: 1.25em;
        padding: 12px 0;
    }
}

header.masthead {
    text-align: center;
    color: white;
    background-image: url("../img/header-bg-01.jpg");
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.5);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

header.masthead .intro-text {
    padding-top: 150px;
    padding-bottom: 100px;
}

header.masthead .photo-credit {
    font-size: 60%;
    position: relative;
    float: right;
    top: 70px;
}

header.masthead .intro-text .intro-lead-in {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 25px;
}

header.masthead .intro-text .intro-heading {
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    header.masthead .intro-text {
        padding-top: 220px;
        padding-bottom: 250px;
    }
    header.masthead .intro-text .intro-lead-in {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 25px;
    }
    header.masthead .intro-text .intro-heading {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 50px;
        text-transform: uppercase;
    }
    header.masthead .photo-credit {
        font-size: 70%;
        position: relative;
        float: right;
        top: 210px;
    }

    footer {
        line-height: 40px;
    }
    footer span.copyright {
        text-transform: none;
    }
    footer ul.quicklinks {
        font-size: 90%;
        line-height: 40px;
        margin-bottom: 0;
        text-transform: none;
    }
    ul.social-buttons {
        margin-bottom: 0;
    }
    ul.social-buttons li a {
        font-size: 20px;
        line-height: 40px;
        display: block;
        width: 40px;
        height: 40px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        color: white;
        border-radius: 100%;
        outline: none;
        background-color: #212529;
    }
    ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
        background-color: #fed136;
    }
}

.navbar-nav > li > .dropdown-menu {
    background-color: transparent;
    margin-top: 0px;
    margin-left: 10px;
}

.section-heading {
    cursor: pointer; /* Indicate the heading is clickable */
}

.section-content {
    display: none; /* Collapsed by default */
    transition: max-height 0.2s ease-out;
    overflow: hidden;
}

.section-heading span {
    font-size: 0.8em; /* Adjust size of the indicator */
    margin-left: 10px;
    color: gray; /* Style the indicator */
}

/* General box styling for all sponsors */
.sponsor-box {
    width: 200px; /* Fixed width for all sponsor boxes */
    height: 200px; /* Fixed height for all sponsor boxes */
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ddd; /* Border to make the grid visible */
    margin: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Optional shadow for better appearance */
}

/* Ensures logos are sized appropriately within the boxes */
.sponsor-logo {
    max-width: 80%;
    max-height: 80%;
}

.text-warning {
    color: #FFD700; /* Gold color */
}

.text-secondary {
    color: #C0C0C0; /* Silver color */
}

.my-5 {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

