html{
    margin: 0;
    padding: 0;
    background-color: #f2f2f2 ;
    overflow-x: hidden;
}
 body{
    margin: 0;
    padding: 0;
    background-color:  ;
    overflow-x: hidden;
}
footer{
	color:  #543a2d;
    padding: 0px;
    border-top: ;
    text-align: center;
    height: vh;
	text-decoration: none;
}
footer p{
    color: #543a2d;
    margin: 0;
    font-family: "Phillip Light";
	font-size: 1em;
    font-weight: bold;
	text-decoration: none;
	text-align: center;
}
nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    height: 5vh;
}
nav .socialPart a img{
    width: 25px;
	padding-left: 4px;
    padding-right: 0px;
}
nav .navPart a{
    color: #543a2d;
    font-size: 1em;
	font-weight: bold;
	font-family: "Phillip Light";
    text-decoration: none;
    padding-left: 30px;
    padding-right: 30px;
}
.headSection{
    min-height: 97vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.homeSection{
    min-height: 93vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container{
	text-align: center;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 90px;
    padding-bottom: 90px;
}
.container 55{
	text-align: center;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 70px;
    padding-bottom: 70px;
	width: 200px;
	height: 200px;
}
.container 77{
	text-align: center;
    margin-top: auto;
    margin-bottom: 2px;
    padding-top: 0px;
    padding-bottom: 0px;
	width: 0px;
	height: 300px;
}
.imgContainer{
    width: 350px;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}
@media (min-width: 1400px){
.imgContainer{
    max-width: 1320px;
}
}
@media (min-width: 1200px){
.imgContainer {
    max-width: 1140px;
}
}
@media (min-width: 992px){
.imgContainer {
    max-width: 960px;
}
}
@media (min-width: 768px){
.imgContainer {
    max-width: 720px;
}
}
@media (min-width: 576px){
.imgContainer {
    max-width: 540px;
}
}
.maple-bg{
    position: relative;
}
.maple-bg::before {
    content: "";
    background-image: url("Img/DCML.png");
	background-repeat: no-repeat;
    background-position: 50% 50%; 
    position: relative;
	background-size: 55%;
    opacity: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    animation: fadeIn 4s forwards;
    z-index: -1;
}
@keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
.maple-smbg{
    position: relative;
}
.maple-smbg::before {
    content: "";
    background-image: url("Img/DCML.png");
	background-repeat: no-repeat;
    background-position: 50% 50%; 
    position: relative;
	background-size: 50%;
    opacity: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    animation: fadeIn 3s forwards;
    z-index: -1;
}
@keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
.smallImg{
    width: 100px;
    height: 150px;
    object-fit: cover;
}
.lrgImg{
    width: 350px;
    height: auto;
	border: 2px groove;
	border-color: #f7cd9c;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-left: 2px;
	margin-right: 0px;
    object-fit: cover;
}
.RtrtImg{
    width: 400px;
    height: 200px;
	border: 2px groove;
	border-color: #f7cd9c;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-left: 2px;
	margin-right: 0px;
    object-fit: cover;
}
.DsnImg{
    width: 350px;
    height: auto;
	border: 2px groove;
	border-color: #f7cd9c;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-left: 2px;
	margin-top: 2px;
    margin-bottom: 20px;
	margin-right: 0px;
    object-fit: cover;
}
.row{
    display: flex;
    justify-content: center;
    align-items: center;
}
.halfCon{
    width: 50vw;
	
}
.imgCon,.imgCon2{
    text-align: center;
    padding-right: 10px;
	animation: fadeIn s;
}
.imgConMobile{
    display: none;
}
.BodyText .textCon{
    max-width: 400px;
    padding-left: 0px;
	text-align: center;
	margin-top: 2px;
    margin-bottom: 2px;
}
.sidePadding{
    padding-left: 20px;
    padding-right: 20px;
}
.topMargin{
    margin-top: 40px;
}
.homeText{
    color: #543a2d;
    text-align: start;
    margin-left: 0px;
	margin-top: 0px;
	z-index: 100;
}
.homeText h1{
    font-size: 3.3em;
	font-family: "DCR1";
	font-weight: normal;
    margin: 0px;
	margin-top: 0px;
	text-align: center;
	animation: fadeIn 0s;
}
.homeText h2{
    font-size: 2.9em;
	font-family: "ScriptX";
	font-weight: normal;
    margin: 0px;
	margin-bottom: 3px;
	margin-top: 40px;
	margin-right: 0px;
	text-align: center;
}
.homeText h4{
    font-size: .9em;
	font-family: "Phillip Light";
	font-weight: normal;
    margin: 0px;
	margin-right: 0px;
	margin-bottom: 70px;
	text-align: center;
}
.homeText h5{
    margin: 0;
    font-size: 2.9em;
    font-family: "DCR1";
    font-weight: normal;
    margin-top: 1px;
	margin-bottom: 14px;
	text-align: center;
}
.homeText h6{
    font-size: 2.7em;
	font-family: "ScriptX";
	font-weight: normal;
    margin: 0px;
	margin-top: 1px;
	margin-bottom: 0px;
	margin-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
}
.homeText h3{
    font-size: 2.7em;
	font-family: "DCR1";
	font-weight: normal;
    margin: 0px;
	margin-top: 0px;
	padding-top: 0px;
	text-align: center;
	
}
.homelinks a{
    color: #543a2d;
    font-size: 1em;
	font-family: "Phillip Light";
	font-weight: bold;
    text-decoration: none;
    text-align: start;
    margin-left: 0px;
    padding-left: 30px;
    padding-right: 30px;
}
.BodyText{
    color: #543a2d;
    text-align: start;
    margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.BodyText b1{
	color: #543a2d;
    font-size: 2.4em;
	font-family: "ScriptX";
	font-weight: normal;   
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: center;
}
.BodyText b2{
	color: #543a2d;
    font-size: 2.7em;
	font-family: "DCR1";
	font-weight: normal;
	margin-top: 0px;
	text-align: center;
}
.BodyText b3{
	color: #543a2d;
    font-size: 1.2em;
	font-family: "Adobe Garamond Pro";
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: center;
	text-decoration: none;
}
 .BodyText b4{
    color: #543a2d;
    font-size: 1em;
	font-family: "Phillip Light";
    text-decoration: none;
    padding-left: 30px;
    padding-right: 30px;
	text-align: center;
}
.bodlinks a{
    color: #543a2d;
    font-size: 1.3em;
	font-family: "Phillip Light";
	font-weight: bold;
    text-decoration: none;
    text-align: center;
    margin-left: 0px;
    padding-left: 30px;
    padding-right: 30px;
	margin-top: 50px;
	margin-bottom: 0px;
}
.fade-in{
	animation: fadeIn 5s;
  -webkit-animation: fadeIn 5s;
  -moz-animation: fadeIn 5s;
  -o-animation: fadeIn 5s;
  -ms-animation: fadeIn 5s;
}
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:800px){
    
    nav{
        min-height: 2vh;
        display: block;
        height: auto;
        position: fixed;
        top: 0;
        z-index: 10000;
    }
    nav a{
        z-index: 10000;
    }
    #menuBtn{
        display: block;
        background-color: transparent;
        border: none;
        box-shadow: none;
        color: #f7cd9c;
        z-index: 100000;
        position: fixed;
        right: 10px;
    }
    #menuBtn i{
        font-size: 2em !important;
    }
	
    .socialPart{
        width: 100%;
        padding-top: 3px;
    }
    .navPart{
        width: 100%;
        background-color: #f2f2f2;
        margin-top: 30px;
        padding-top: 5px;
        padding-bottom: 1px;
        position: relative;
    }
	.navPartBottom{
        margin-top: 0px;
    }
    .navPart.closed{
        display: none;
    }
    .navPart a{
        display: block;
        margin-bottom: 20px;
    }
    .homeText{
    	margin-left: 10px;
	}
    .homeText h1{
        font-size: 2.9em;
	
    }
	.homeText h2{
        font-size: 2.35em;
		
    }
	.homeText h3{
    	font-size: 2.3em;
		
	}
	.homeText h4{
        font-size: .8em;
		
    }
    .homeText h5{
        font-size: 2.4em;
		
    }
	.BodyText b3{
    	font-size: 1.05em;

	}
	.homelinks a{
		font-size: .85em;
    	padding-left: 12px;
    	padding-right: 12px;
		
	}
    .halfCon{
        width: 100%;
    }
    .rowMobile{
        display: block;
        width: 100vw;
    }
    .col3, .col5{
        width: auto;
    }
	.lrgImg{
    	width: 250px;
        height: auto;	
	}
	.RtrtImg{
   		width: 300px;
    	height: auto;
		
	}
	.DsnImg{
    	width: 250px;
        height: auto;
		margin-top: 0px;
	}
	.maple-bg::before {
		background-size: 250px;
	}
	.maple-smbg::before {
		background-size: 160px;
	}
	.imgContainer{
        padding-left: 10px;
		width: 250px;
    }
	.imgConMob{
        display: block !important;
		
    }	
    .imgCon2{
        text-align: center;
    }
    .imgCon{
        display: none;
    }
    .imgConMobile{
        margin-top: 20px;
        display: block;
    }
    .mobileRow{
        display: block;
    }
    .BodyText .textCon{
        padding-left: 25px;
		padding-right: 25px;
		text-align: center;
		
    }
	footer{
		font-size: .85em;
		text-decoration: none;
	}
}
@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: 'Phillip Light';
	src: url('Fonts/PhillipLight.woff') format('woff');
}

@font-face {
	font-family: 'ScriptX';
	src: url('Fonts/ScriptX.woff') format('woff');
}
@font-face {
	font-family: 'DCR1';
	src: url('Fonts/DCR1.woff') format('woff');
}
@font-face {
	font-family: 'Century Gothic';
	src: url('Fonts/CGR.woff') format('woff');
}
@font-face {
	font-family: 'Bell MT';
	src: url('Fonts/BellMT.woff') format('woff');
}
@font-face {
	font-family: 'Light Din';
	src: url('Fonts/LightDin.woff') format('woff');
}
@font-face {
	font-family: 'Alley B';
	src: url('Fonts/AlleyB.woff') format('woff');
}
@font-face {
	font-family: 'Adobe Garamond Pro';
	src: url('Fonts/AdobeGaramondPro.woff') format('woff');
}