
@import url('https://fonts.googleapis.com/css2?family=Nunito&family=Roboto+Slab:wght@700&display=swap');

/* 
gold white black
red #C10A28
 */

.jumbotron {
    padding-top: 30px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: black;
    background-color: #d9d9d9;
}
.jumbotron .header-inner {
    padding: 0px;
}



#banner-outer {
    background-color: #d9d9d9;
}

#logoImage {
    max-height: 130px;
	padding-bottom: 0px;
}

body {
    font-family: 'Nunito', sans-serif;
	font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    color: #222222;
    background-color: #ffffff;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #212121;
    background-color: #eeeeee;
}

.navbar-default .navbar-nav > li > a {
    color: black;
    font-size: 20px;
    font-weight: bold;
	font-family: 'Roboto Slab', serif;
}

.navbar-nav > li > a {
	background-color: gold;
}

.navbar {
    border: none;
    background-color: white;
	margin-top: 20px;
}

 
a {
	color: #C10A28;
	text-decoration: none;
}

a:hover {
	color: #91081f;
}

a:visited {
	color: dark red;
}

h1 {
	color: #222222;
	font-weight: 700;
	font-family: 'Roboto Slab', serif;
	font-size: 4.34375rem;
    
}

h2 {
	color: #222222;
	font-weight: 700;
	font-family: 'Roboto Slab', serif;
	font-size: 3rem;
	color: #C10A28;
}

h3 {
	color: #222222;
	font-weight: 700;
	font-family: 'Roboto Slab', serif;
	font-size: 2.640625rem;
	    
}

h4 {
	color: #222222;
	font-weight: 700;
	font-family: 'Nunito', sans-serif;
	font-size: 2.40625rem;    
}

h5 {
	color: #222222;
	font-weight: 700;
	font-family: 'Nunito', sans-serif;
	font-size: 2.171875rem;    
}

.includelet.big-fonts h1 {
    color: #222222;
	font-size: 3.34375rem;
    font-weight: 700;
	font-family: 'Roboto Slab', serif;
    line-height: 100%;
}

.includelet.big-fonts h2 {
    color: #222222; 
	font-size: 3rem;
    font-weight: 700;
	font-family: 'Roboto Slab', serif;
    line-height: 100%;
}

.includelet.big-fonts h3 {
    color: #222222;
	font-size: 2.640625rem;
    font-weight: 700;
	font-family: 'Roboto Slab', serif;
    line-height: 100%;
}

.includelet.big-fonts h4 {
    color: #222222;
	font-size: 2.40625rem; 
    font-weight: 700;
	font-family: 'Nunito', sans-serif;
    line-height: 100%;
}

.includelet.big-fonts h5 {
    color: #222222;
	font-size: 2.171875rem;  
    font-weight: 700;
	font-family: 'Nunito', sans-serif;
    line-height: 100%;
}

.thumbnail {
    display: block;
    padding: 25px;
    margin-bottom: 21px;
    line-height: 1.4;
    background-color: #eeeeee;
    border: 0px solid #dddddd;
    border-radius: 0;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

img, .panel img {
    height: auto;
    max-width: 100%;
    padding-bottom: 15px;
}

.panel-default-white > .panel-default {
    border-color: white;
	padding-left: 30px;
	padding-right: 30px;

}

.panel-default-black > .panel-default {
    background-color: black;
	padding-left: 30px;
	padding-right: 30px;
}

.panel-default{
    border: 0px;
}

.btn-default, .btn-default:hover {
   background-image: none;
}

.btn-default {
	background-color: black;
	color: white;
	border: black;
}

.btn-default:hover {
	background-color: black;
	color: white;
	border: black;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 21px;
    list-style: none;
    background-color: white;
    border-radius: 0;
	font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.dropdown-menu .divider {
    height: 2px;
    margin: 9.5px 0;
    overflow: hidden;
    background-color: gold;
}


.btn-red {
	background-color: #C10A28;
	color: white;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
	color: gold;
}

.navbar-toggle:hover .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
	color: black;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: gold;
}

.navbar-default .navbar-toggle:hover .icon-bar {
    background-color: black;
}

.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:focus {
    background-color: black;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: gold;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 0px;
    height: 0px;
    /*margin-top: -10px; */
    font-size: 0px;
}

.carousel-inner > .item img {
    margin: auto;
    width: 100%;
	height: auto;
}

.carousel-control.left {
    background-image: none;
}

.carousel-control.right {
    background-image: none;
}

/* .carousel-inner > .item.embed-responsive img.tall {
	width: 100%;
} 
*/
/*
.carousel-inner > .item.embed-responsive img {
	position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: auto;
    width: 100%;
}
*/