a.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

nav {
    background-color: #123544;
}

.dropdown-menu {
    background-color: #1A4258;
    color: #ffffff;
}

.dropdown-item {
    color: #dddddd;
}

img#navbar-brand-icon{
    width: 45px;
    margin-right: 10px;
}

.navbar-dark .navbar-brand {
    text-transform: uppercase;
}

.navbar-nav {
    text-transform: uppercase;
}

.navbar .social a{
    padding: 0px 5px;
    color: #B39759;
    text-decoration: none;
}

.navbar .social img:hover{
    background-color: #444;
    border: #B39759;
    border-radius: 5px;
}

p {
    font-size: 1.2rem;
}

#title{
    width: 100%;
    height: 100vh;
    background: url('img/backgr01w-min.jpg') 100% no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

#title .container{
    position: relative;
    padding-top: 0px;
}

#title .icon-box{
    margin-bottom: 1rem;
}

#title h1{
    margin: 0;
    font-size: 56px;
    font-weight: 700;
    line-height: 64px;
    color: #B39759;
    font-family: 'Lora', serif;
    text-transform: uppercase;
}

#title p.desc{
    font-size: 3.2vmin;
    line-height: 3.7vmin;
    font-weight: 400;
    text-transform: uppercase;
}

#title p.date{
    font-size: 24px;
    font-weight: 500;
    margin-top: 1rem;
    text-transform: uppercase;
}

#title .org p{
    font-size: 1rem;
    margin: 1rem 0 -1rem 0;
    text-transform: uppercase;
}


.dark{
    background-color: #1A4258;
    padding: 2rem;
    color:white;
}

footer.dark {
    background-color: #123544;
    padding: 2rem 1rem;
}

.gold{
    color: #B39759;
}

h2{
    text-align: center;
    font-weight: 800;
    color: #1A4258;
    padding-top: 1rem;
}

.section-body h3{
    text-align: center;
    margin: 20px;
    font-size: 24px;
    font-weight: 600;
    color: #1A4258;
    padding-bottom: 1rem;

}

.dark h2{
    color: #B39759;
}

.team .member{
    margin: 20px;
    padding-top: 20px;
    overflow: hidden;
    border-radius: 5px;
    background-color: #123544;
    box-shadow: 0px 2px 15px rgba(0,0,0,0.5);
}

.team .member .member-img{
    position: relative;
    overflow: hidden;    
}

.team .member .social{
    position: absolute;
    left: 0;
    bottom: 30px;
    right: 0;
    opacity: 0;
    transition: ease-in-out 0.3s;
}

.team .member .social a {
    transition: ease-in-out 0.3s;
    color: #B39759;
    margin: 0 3 px;
    padding-top: 0px;
    border-radius: 4px;
    width: 33px;
    height: 33px;
    background: rgba(255,255,255,0.8);
    display: inline-block;
}

.team .member .social a:hover {
    background: #B39759;
}


.team .member .member-info{
    padding: 25px 15px;
}

.team .member .member-info h4{
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 800;
    color: #B39759;
}

.team .member .member-info p{
    font-size: 12px;
}
.team .member .member-info span{
    display: block;
    font-size: 1rem;
    font-weight: 400;
}

.team .member:hover .social{
    opacity: 1;
    bottom: 15px;

}

.btn-primary {
    color: #000000;
    background-color: #B39759;
    border-color: #B39759;
}

.btn-primary:hover{
    background-color: #999999;
    border-color: #B39759;
}


.vote .row div{
    margin: 10px 0;
}

.vote .btn-primary{
    margin: 20px;
}

.vote .person{
    font-style: italic;
}

.error_message li{
    list-style-type: none;
    color: brown;
}

.sponsors img{
    height: 45px;
    margin: 10px;
    display: inline-block;
}

.sponsors .major img{
    height: 99px;
}

.sponsors h4{
    font-size: 1rem;
    font-weight: 300;
    font-style: italic;
    margin-top: 10px;
    margin-bottom: 0;
    padding: 0;
}

.footer-logo img{
    width: 100px;
}
.footer-brand span{
    display: grid;
}
.footer-org img{
    width: 250px;
    padding: 20px;
}

@media screen and (max-width: 992px) {
    #title h1{
        font-size: 46px;
        line-height: 54px;
    }
    #title p.desc{
        font-size: 18px;
        line-height: 22px;
    }
    #title p.date{
        font-size: 20px;
        margin-top: 0.8rem;
    }
}