
body{
    background:#101010;
    color:#F5F5F5;
}

.navbar{
    border-bottom:#ffffa5 3px solid;
    background-color: rgba(0,0,0,0.85);
}

.dropdown-menu{
    background: rgba(0,0,0,.85);
}

.dropdown-item{
    color:#f8f9fa;
}

#home-section{
    background-color:#404040;
    background:url('../img/bullets2.jpg') no-repeat;
    min-height: 450px;
    background-size: cover;
}

#home-section .container{
    text-align:center;
}

.dark-overlay{
    background-color: rgba(0,0,0,0.3);
    position:absolute;
    top:0;
    left:0;
    width:100%;
    min-height: 450px;
}

.home-inner{
    padding-top:120px;
}

header{
    padding-top:80px;
    background-color:#404040;
    text-align:center;
}

#civil-war-show{
    background-color:#404040;
    text-align:center;
}

#about-us img{
    margin:auto;
    display:block;
}

#main-footer{
    background-color: rgba(0,0,0,1);
}

th{
    font-weight: normal;
}

.iframe-container {
    overflow: hidden;
    padding-top: 100%;
    position: relative;
  }
  
.iframe-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 20px;
    width: 100%;
}

#meetings img{
    max-height: 350px;
    padding-top: 20px;
}

.show-images{
    margin-top: 20px;
}

#events .row{
    margin-top: 30px;
    margin-bottom: 30px;
}

.carousel-item {
    height: 500px;
    max-width: 100%;
}

.carousel-item img {
    max-height: 100%;
    max-width: 100%;
    margin: auto;
  }
