@font-face {
font-family: 'Arkhip_font';
src: url("fnt/Arkhip_font.woff") format("woff");  
}
@font-face {
font-family: 'GARA';
src: url("fnt/GARA.woff") format("woff");
}

body {
background-color: #f4f5f6;
font-size: 21px;
}



.headerTitle {
font-family: 'Arkhip_font', Arial, sans-serif;
font-weight:normal;
font-style:normal;
font-size: 250%;
line-height: 110%;
padding-top: 80px;
padding-left: 20px;
padding-right: 20px;
text-shadow: -2px -2px 0px white;
color: #974221;
text-transform: uppercase;
}
.headerCredit {
font-size: 80%;
padding-left: 20px;
color: #FFFFFF;
position: absolute; 
bottom: 20px;
}
.headerContainer {
background-size: cover;
background-position: center;
height: 600px;
position: relative;
}
.headerImg1 {
background-image: url("img/A1.jpg");
}
.headerImg2 {
background-image: url("img/B1.jpg");
}

.headerImg3 {

height: 300px;
}
.headerImg4 {
background-image: url("img/D1.jpg");
}


p {
font-family: 'GARA', Arial, sans-serif;
font-weight:normal;
font-style:normal;
}
.contentContainer{
padding:20px;
}
.subtitleContainer{
padding:20px;
font-size: 80%;
}
.subtitleDivider{
background-color: #606161;
float: left;
height: 12px;
width: 48px;
margin-bottom: 15px;
border: 0px;
clear: both;
}

.buttonColor {
font-family:Garamond, Georgia, serif;
font-weight:normal;
font-style:normal;
background: #663400;
color:#ffffff;
border: none;
border-radius: 0px;
padding:10px 32px;
}
.footerbuttonContainer{
padding:30px;
text-align: center;
}

.footerContainer{
min-height:250px;
background-image: url("img/footbg.jpg");
background-color: #c764b3a;
font-size: 80%;
color: white;
text-align: center;
padding:30px;
}


#carousel
{
height:100% !important;
width:100% !important;
}

.imgCarousel
{
width:100% !important;
height:100% !important;
}

.landingContainer{
height: 100vh;

background: url('img/footbg.jpg') no-repeat center center fixed; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.landingText{
font-family: 'Arkhip_font', Arial, sans-serif;
font-weight:normal;
font-style:normal;
font-size: 200%;
line-height: 110%;
text-align: center;
text-transform: uppercase;
color: white;
}