html, body{
    margin: 0;
    padding: 0;
    background-color: #302827;
    overflow-x: hidden;
}
nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #58595b;
    padding: 10px;
    border-bottom: 3px solid #a8966d;
    height: vh;
}
footer{
    background-color: #58595b;
	color: white !important;
    padding: 7px;
    border-top: 3px solid #a8966d;
    text-align: center;
    height: vh;
	text-decoration: none;
}
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: 10px;
}
nav .socialPart a img{
    width: 25px;
}
nav .navPart a{
    color: white;
    font-size: 1.2em;
	font-family: "Bell MT";
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
}
.dlBtn img{
    width: auto;
    height: 25px;
    margin-left: 15px;
	margin-right: 10px;
	align-items: right;
	padding-top: 15px;
}
.homeSection{
    min-height: 86vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.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;
}
.halfCon{
    width: 40vw;
}
.imgCon,.imgCon2{
    text-align: right;
    padding-right: 10px;
	animation: fadeIn s;
}
.smallImg{
    width: 100px;
    height: 150px;
    object-fit: cover;
}
.lrgImg{
    width: 300px;
    height: 420px;
    object-fit: cover;
}
.col3{
    width: 37.5%;
}
.col5{
    width: 62.5%;
}
.imgConMobile{
    display: none;
}
.BodyText .textCon{
    max-width: 400px;
    padding-left: 20px;
}
.sidePadding{
    padding-left: 20px;
    padding-right: 20px;
}
.BodyText .titleLine{
    border-color: #a8966d;
    background-color: #a8966d;
    height: .5px;
    width: 70%;
    margin-top: 25px;
    margin-bottom: 25px;
	opacity: 0;
	animation: fadeIn 4s;
	animation-delay: 1s;
	animation-fill-mode: forwards;
}
.titleLine2{
    width: 40% !important;
	
}
.titleLine3{
    width: 35% !important;
	
}
.titleLine4{
    width: 25% !important;
	
}
.largeLogo{
    width: 110px;
    height: 110px;
	animation: fadeIn 5s;
}
.homeText{
    color: white;
    text-align: start;
    margin-left: 20px;
}
.homeText h1{
    font-size: 3.1em;
	font-family: "Bell MT";
	font-weight: normal;
    margin: 0;
}
.homeText h5{
    margin: 0;
    font-size: 1.5em;
    font-family: "Century Gothic";
    font-weight: lighter;
    margin-top: 12px;
}
.BodyText{
    color: white;
    text-align: center;
    margin-left: 0px;
}
.BodyText b1{
	color: white;
    font-size: 2.5em;
	font-family: "Bell MT";
	font-weight: normal;
    margin: 1;
}
.BodyText b2{
	color: white;
    font-size: .9em;
	font-family: "Century Gothic";
	font-weight: normal;
    margin: 1;
	opacity: ;
	animation: fadeIn s;
	animation-delay: s;
	animation-fill-mode: forwards;
}
.BodyText b3{
	color: white;
    font-size: .9em;
	font-family: "Century Gothic";
	font-weight: normal;
    margin: 1;
	animation: fadeIn s;
}
.fade-in{
	animation: fadeIn 5s;
  -webkit-animation: fadeIn 5s;
  -moz-animation: fadeIn 5s;
  -o-animation: fadeIn 5s;
  -ms-animation: fadeIn 5s;
}
.startBtn{
    color: black !important;
	font-size: 1.5em;
    margin-top: 70px;
    padding: 20px 30px;
    cursor: pointer;
	opacity: 0;
	animation: fadeIn 5s;
	animation-delay: 1.5s;
	animation-fill-mode: forwards;
	text-decoration: none !important;
}
footer p{
    color: white !important;
    margin: 0;
    font-family: "Times New Roman";
	font-size: 1.2em;
    font-weight: normal;
	text-decoration: none !important;
}
a[href^=tel]{
    color:inherit;
    text-decoration: none;
    font-size:inherit;
    font-style:inherit;
    font-weight:inherit;
}
#menuBtn{
    display: none;
}

@media screen and (max-width:860px){
    .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: 100%;
        padding-top: 3px;
    }
    .navPart{
        width: 100%;
        background-color: #58595b;
        margin-top: 30px;
        padding-top: 5px;
        padding-bottom: 1px;
        position: relative;
    }
    .navPart.closed{
        display: none;
    }
    .navPart a{
        display: block;
        margin-bottom: 20px;
    }
    .largeLogo{
        width: 70px;
        height: 70px;
        margin-left: 0px;
    }
    .homeText{
    	margin-left: 10px;
}
    .homeText h1{
        font-size: 1.65em;
	
    }
    .homeText h5{
        font-size: 0.785em;
		
    }
    .startBtn{
        font-size: 1.0em;
        padding: 15px 20px;	
    }
	footer p{
		font-size: .85em;
	}
    .halfCon{
        width: 100%;
    }
    .rowMobile{
        display: block;
        width: 100vw;
    }
    .col3, .col5{
        width: auto;
    }
	.lrgImg{
    	width: 250px;
        height: auto;
    	
	}
    .imgCon2{
        text-align: center;
    }
    .imgCon{
        display: none;
    }
    .imgConMobile{
        margin-top: 60px;
        display: block;
    }
    .mobileRow{
        display: block;
    }
    .BodyText .textCon{
        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');
}