html {
  height: 100%;
  
}
body{
	
	height: auto;
	min-width: 95vw;
    margin: 0;
    padding: 0;
    background-color: #1a1923;
    overflow-x: hidden;
}
nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #474756;
    padding: 10px;
    border-bottom: 1px solid #ac986b;
    height: 25px;
}
#Footer{
	height: 12px;	
	background-color: #474756;
	border-top: 1px solid #ac986b;
	padding-left: 20px;
    padding-right: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	bottom: 0;
}
.StyleF1{
	color: #fff !important;
	font-family: "Bell MT";
	font-size: 1.0em;
   	font-weight: normal;	    	
}	 
nav .logoPart{
    display: flex;
    justify-content: start;
    align-items: center;
}
nav .logoPart img{
    width: 25px;
    height: 25px;
    margin-right: 10px;
}
nav .logoPart p{
    color: white;
    font-size: 1.4em;
    margin: 0;
	padding-right: 130px;
}
nav .logoPart a{
    color: white;
    text-decoration: none;
}
nav .socialPart a{
    color: white;
    font-size: 1.5em;
	font-family: "Bell MT";
    padding-left: 10px;
    padding-right: 5px;
}
nav .socialPart a img{
    width: 25px;
	color: #f9ca62;
}
nav .navPart a{
    color: white;
    font-size: 1.2em;
	font-family: "Bell MT";
	font-weight: lighter;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
}
video {
   
   height: 600px;
   overflow-x: hidden;
   justify-content: center;
   align-items: center;
   position: absolute;
   padding-top: 10px;
   padding-left: 0px;
   padding-right: 0px;
   padding-bottom: 0px;
   
   z-index: -100;
}
.dlBtn img{
	 position: absolute;
    width: auto;
    height: 20px;
    margin-left: 15px;
	margin-right: 10px;
	align-items: right;
	padding-top: 15px;
}
.container{
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 70px;
    padding-bottom: 70px;
}
.row{
    display: flex;
    justify-content: center;
    align-items: center;
}
.topMargin{
    margin-top: 40px;
}
.imgCon,.imgCon2{
    align-items: center;
	margin-left: 0px;
	margin-right: 0px;
    padding-top: 10px;
	animation: fadeIn s;
}
.imgConMobile{
    display: none;
}
.bwImg{
    width: 90%;
	max-width: 430px;
	padding-top: 15px;
    padding-bottom: 20px;
    object-fit: cover;
	
}
.smallImg{
    width: 280px;
    height: 280px;
	margin-top: 15px;
    margin-bottom: 20px;
    object-fit: cover;
	box-shadow: 0px 0px 1px 0px #474756, 0px 0px 0px 2px #ac986b;
	
}
.lrgImg{
    width: 300px;
    height: 375px;
	margin-top: 15px;
    margin-bottom: 20px;
    object-fit: cover;
	box-shadow: 0px 0px 1px 0px #474756, 0px 0px 0px 2px #ac986b;
}
.BodyText .textCon{
	text-align: center;
	align-items: center;
    max-width: 600px;
    padding-left: 0px;
}
.textCon2{
	text-align: center;
	align-items: center;
    max-width: 600px;
    padding-left: 0px;
	margin-top: 35px;
}
.sidePadding{
    padding-left: 20px;
    padding-right: 20px;
}
hr {
    box-sizing: border-box; 
    border: 0 none transparent; 
    border-top: 1.2px solid #ac986b;
    }
.titleLine{    
    width: 207px;
    margin-top: 8px;
    margin-bottom: 25px;
	opacity: 0;
	animation: fadeIn 4s;
	animation-delay: 1s;
	animation-fill-mode: forwards;
}
.titleLine2{
    width: 135px;
    margin-top: 6px;
    margin-bottom: 13px;
	opacity: 0;
	animation: fadeIn 4s;
	animation-delay: 1s;
	animation-fill-mode: forwards;
	
}
.titleLine3{
    width: 165px;
    margin-top: 6px;
    margin-bottom: 13px;
	opacity: 0;
	animation: fadeIn 4s;
	animation-delay: 1s;
	animation-fill-mode: forwards;
	
}
.homeSection{
	height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.homeSection2{
	min-height: 640px;
	height: 93vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.homeText{
    color: white;
	
    text-align: center;
    margin-left: 20px;
	margin-bottom: 40px;
}
.homeText h1{
    font-size: 4.8em;
	font-family: "Century Gothic";
	font-weight: normal;
	color: #f9ca62;
	text-shadow:
    1px 1px 0 #f9ca62,
    -1px 1px 0 #f9ca62,
    -1px -1px 0 #f9ca62,
    1px -1px 0 #f9ca62;
    margin: 0;
}
.homeText h5{
    margin: 0;
    font-size: 1.7em;
    font-family: "Bell MT";
    font-weight: lighter;
    margin-top: 10px;
}
.BodyText{
    color: white;
    text-align: center;
    margin-left: 0px;
}
.BodyText b1{
	color: #FFF;
    font-size: 1.9em;
	font-family: "Century Gothic";
	font-weight: normal;
    margin: 1;
	text-shadow:
    .1px .1px 0 #FFF,
    -.1px .1px 0 #FFF,
    -.1px -.1px 0 #FFF,
    .1px -.1px 0 #FFF;
}
.BodyText b2{
	color: #FFF;
    font-size: 1.0em;
	font-family: "Bell MT";
	font-weight: normal;
    margin-left: 15px;
	margin-right: 15px;
}
.BodyText b3{
	color: #FFF;
    font-size: 1.0em;
	font-family: "Bell MT";
	font-weight: normal;
	border-bottom: .5px solid #FFF;
	
	
}
.BodyText b4{
	color: #FFF;
    font-size: 1.7em;
	font-family: "Century Gothic";
	font-weight: normal;
	text-shadow:
    .1px .1px 0 #FFF,
    -.1px .1px 0 #FFF,
    -.1px -.1px 0 #FFF,
    .1px -.1px 0 #FFF;
    
}
.fade-in{
	animation: fadeIn 5s;
  -webkit-animation: fadeIn 5s;
  -moz-animation: fadeIn 5s;
  -o-animation: fadeIn 5s;
  -ms-animation: fadeIn 5s;
}
.startBtn{
  
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-right: 0px;
  margin-left: 0px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: "Century Gothic";
  font-size: 14px;
  color: #51079e; 
  font-weight: bold;
  background-color: white;
  width: 120px;
  height: 36px;
  border-radius: 18px;
  border: none;
  border-color: #51079e;
  outline: none;
}
footer p{
    color: white !important;
    margin: 0;
    font-family: "Times New Roman";
	font-size: 1em;
    font-weight: normal;
	text-align: center;
	text-decoration: none !important;
}
#menuBtn{
    display: none;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}


@media screen and (max-width:760px){
    .logoPart{
        display: none !important;
    }
    nav{
        min-height: 2vh;
        display: block;
    }
    #menuBtn{
        display: block;
        margin-left: auto;
        margin-top: -35px;
        background-color: transparent;
        border: none;
        box-shadow: none;
        color: white;
    }
    #menuBtn i{
        font-size: 2em !important;
    }
    .socialPart{
         width: 94%;
        padding-top: 0px;
		
        position: absolute;
        top: 10px;
    }
	.navPart{
        width: 140px;
        background-color: #474756;
        /* margin-top: 40px; */
        padding-top: 5px;
        padding-bottom: 1px;
        top: 36.5px;
        position: relative;
		z-index: 1000;
    }
	.navPart2{
        margin-top: 0px;
        padding-top: 0px;
        top: 33px;
    }
    
    .navPart.closed{
        display: none;
    }
    .navPart a{
        display: block;
        margin-bottom: 10px;
    }
    .largeLogo{
        width: 70px;
        height: 70px;
        margin-left: 0px;
    }
    .homeText{
    	margin-left: 10px;
}
    .homeText h1{
        font-size: 3.5em;
	
    }
    .homeText h5{
        font-size: 0.785em;
		
    }
	video {
    	height: 70vh;
	}
    .homeSection2{
	min-height: 90vh;
    
	}
    .startBtn{
        font-size: 1.0em;
        padding: 15px 20px;	
    }
    .BodyText b2{
    	font-size: 1.1em;
	}
	.lrgImg{
    	width: 60%;
        height: auto;
    	
	}
	.bwImg{
    	width: 90%;
	}
    .imgCon2{
        text-align: center;
    }
    .imgCon{
        display: 80%;
		margin: 0px;
    }
    .imgConMobile{
        margin-top: 60px;
        
    }
    .BodyText .textCon{
        padding-left: 25px;
		padding-right: 25px;
    }
	.textCon2{
        padding-left: 25px;
		padding-right: 25px;
    }
}
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-moz-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-ms-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@font-face {
	font-family: 'Bell MT';
	src: url('Fonts/Bell.woff') format('woff');
}

@font-face {
	font-family: 'Century Gothic';
	src: url('Fonts/CGR.woff') format('woff');
}
@font-face {
	font-family: 'Candara Light';
	src: url('Fonts/Candara Light.woff') format('woff');
}