body
{
    font-family: 'Raleway';
}
a p, p a
{
    color: rgb(37,64,142) !important;
}
/* Main Container */

#main
{
    color: black;
    font-size: 14px;
}
@media (min-width: 992px)
{
	#main
	{
	    margin-top: 120px;
	}
}
#main .strong
{
    font-size: 30px;
 }
#main h1
{
    color:rgb(187, 30, 45);
    font-size: 28px;
    font-weight: 300;
}
#main h2
{
    color:rgb(187, 30, 45);
    font-size: 20px;
    margin-top: 4px;
    margin-bottom: 4px;
}
#main h3
{
    font-size: 14px;
    font-weight: 600;
}
#main .btn-primary{
    background-color: rgb(37,64,142);
    border-color: rgb(37,64,142);
}
#main .btn-primary:hover{
    background-color: grey;
    border-color: grey;
}
.btn-secondary:hover{
    background-color: rgb(37,64,142);
    border-color: rgb(37,64,142);
}
ul{
    padding-left: 16px;
}
@media (max-width: 576px) 
{
    .header
    {
        padding-left: 0px !important;
        padding-right: 0px !important;
        overflow-x: hidden;
    }
}
/* Header */

#header
{
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.navbar
{
    padding-bottom: 0px;
    border-bottom: 2px solid gray;
    font-size: 14px;

}
.navbar-light .navbar-nav .nav-link
{
    color: rgb(37,64,142);
}
.navbar-nav .show a
{
    color: rgb(187, 30, 45);
}
.navbar-nav a:hover
{
    color: rgb(187, 30, 45)!important;
}
@media (min-width: 1200px) 
{
    .nav-item
    {
        padding-left: 12px;
    }
    .dropdown-menu
    {
        left: 14px;
    }
}

.dropdown-menu
{
    font-size: 14px;
    border: none;
    background-color: rgba(255,255,255,0.90) !important;
}
.navbar-nav .show .nav-link
{
    color: rgb(187, 30, 45)!important;
}
.dropdown-menu{
    padding-bottom: 4px;
    border-radius: 0px;
    min-width: 0px;
}
.dropdown-item{
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 0px;
}
@media (max-width: 576px) 
{
    .dropdown-item{
        margin-right: auto;
    }
    .dropdown-menu.show{
        margin-top: -6px !important;
        padding-top: 0px;
    }
}
/* Footer */
.nav-link.active
{
    color: rgb(187, 30, 45)!important;
}

#thirty-years
{
    border-top: solid 1px;
    border-bottom: solid 8px rgb(187, 30, 45);
    padding-top: 1px;
}
#thirty-years p
{
    color: rgb(37, 64, 142);
    font-size: 22px;
    font-weight: 300;
}
#thirty-years img
{
    z-index: -1;
}
#bottom-footer
{
    background-color: rgb(118, 118, 119);
    color: aliceblue
}
#bottom-footer a
{
    color: aliceblue !important;
}
.social-icon{
    font-size: 2em;
    padding-right: 8px;
    text-decoration: none !important;
}

/* Page Specific */
.blue-text
{
    color: rgb(37,64,142) !important;
    font-weight: 400;
}
.blue-text.name
{
    margin-bottom: -2px !important;
}
.member-area-ul
{
    list-style-type: none;
    padding-left: 0px;
}
.member-area-ul li a
{
    color: rgb(37,64,142) !important;
}
/* MEMBER AREA GALLERY */
#carouselGallery
{
    height: 40rem;
}
@media (max-width: 576px) 
{
    #carouselGallery
    {  
    height: 20rem;
    }
}
@media (max-width: 576px) 
{
    #carouselGallery
    {  
    height: 20rem;
    }
}
#carouselGallery .carousel-inner .carousel-item
{
    height: 100%;
  }
#carouselGallery .carousel-inner .carousel-item .carousel-caption
{
    color: white;
    font-size: 16px;
    bottom: -2.5%;
    text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
}
#carouselGallery .carousel-control-prev
{
    left: -10%;
}
#carouselGallery .carousel-control-next
{
    left: 95%;
}
#carouselGallery .carousel-indicators
{
    /*list-style-type: circle !important;*/
    bottom: -5%;
}
.carousel-indicators li
{
    background-color: black;
    text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    opacity: .5;
}
.carousel-indicators li.active
{
    background-color: rgb(187, 30, 45) !important;
    text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
    opacity: 1;
}
#carouselGallery .carousel-inner
{
    height: 100%;
    text-align: center;
  }
.img-gallery
{
    height: 100%;
    width: auto;
    image-orientation: from-image;
  }
.carousel-control-prev,
.carousel-control-next 
{
    filter: invert(100%);
}
