@charset "utf-8";
/* CSS Document */







.header {
        background-position: center 0%;
    background-color: #FFFFFF;
    background-image: url(../images/header4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.header-group {
    background-image: url(../images/header1.png);

    background-repeat: no-repeat;
    background-position: right bottom;
	position:relative;
}


.header-tag {
   	position:absolute;
	right: 0;
	bottom: 0;
}

.content {
     background-color: #FFFFFF;
}
.center {
	text-align: center !important;
	
}

a.btn:visited{
    color: #FFFFFF !important;
}
h1 {
    font-family: 'Alfa Slab One', cursive;
    font-size: 36px;
    text-shadow: 4px 4px 4px #aaa;
    color: #002d73;
  }	
h2 {
	font-family: 'Alfa Slab One', cursive;
	font-size: 26px;
	text-shadow: 4px 4px 4px #aaa;
	color: #002d73;	
  }
.nav {
	padding-bottom: 22px;
} 
body {
	margin: 0;
	font-size: 16px;
	line-height: normal;
	background-color: #880A0A;
	
} 
.slides {
	background-image: url(../images/bkgd-slides.jpg);
	background-size: cover;
	padding-top: 30px;
	padding-right: 35px;
	padding-bottom: 5px;
	padding-left: 35px;
}
.block-heading {
    font-weight: bold;
    font-size: 17px;
    text-align: center;
}
a, a:visited {
	color: #4B2903;
	font-weight: bold;
	text-decoration: underline;
}

.caption {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.footer {
    color: #FFFFFF;
    font-size: 13px;

    border-top: 3px solid #2498F8;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 2px;
    background-image: -webkit-linear-gradient(270deg,rgba(201,207,231,1.00) 0%,rgba(32,67,99,1.00) 81.87%);
    background-image: -moz-linear-gradient(270deg,rgba(201,207,231,1.00) 0%,rgba(32,67,99,1.00) 81.87%);
    background-image: -o-linear-gradient(270deg,rgba(201,207,231,1.00) 0%,rgba(32,67,99,1.00) 81.87%);
    background-image: linear-gradient(180deg,rgba(201,207,231,1.00) 0%,rgba(32,67,99,1.00) 81.87%);
    font-weight: bold;
}
.footer a{
	color: #ffffff;
	text-decoration: underline;
}
.top-space {
	padding-top: 20px;
}



.no-gutter > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
	margin-right: 0;
	margin-left: 0;
}



/*menu fixes*/
ul#css3menu1 *{
-webkit-box-sizing:content-box;
 -moz-box-sizing: content-box;
 box-sizing: content-box;

}
ul#css3menu1 *:before,
ul#css3menu1 *:after{
 -webkit-box-sizing: content-box;
 -moz-box-sizing: content-box;
 box-sizing: content-box;
}

/* this menu only */
ul#css3menu1 {
	width: 100%!important;
	margin-left: 0px!important;	
}

.header-bar {
	background-color: #a0ce4e;
	color: #FFFFFF;
	font-size: 19px;
	border-bottom-color: #e5e5e5;
	height: 45px;
}
.header-bottom {
	border-bottom: thin solid #e5e5e5;
}
