html {
  height: 100%;
  
}
body{
	
	height: auto;
	min-width: 95vw;
    margin: 0;
    padding: 0;
    background-color: #A48B8F;
    overflow-x: hidden;
}

footer{
	color:  #543a2d;
    padding-bottom: 10px;
  
    text-align: center;
    height: 30px;
	text-decoration: none;
	
}
footer p{
    color: #543a2d;
    font-family: "Phillip Light";
	font-size: 1em;
    font-weight: bold;
	text-decoration: none;
	text-align: center;
}
footer img{
	 
    text-align: center;
    height: 20px;
	text-decoration: none;
	
}
nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0px;
	padding-right: 15px;
    height: 40px;
	background-color: #DDD2E7;
	box-shadow: 
		0 0 0 1px #000, 
		0 0 0 3px #DDD2E7, 
		0 0 0 1px #FFF; 
}

nav .navPart a{
    color: #231F20;
    font-size: 1.3em;
	font-weight: 600;
	font-family: "Kunstler";
    text-decoration: none;
	margin-right: 0px;
    padding-left: 15px;
    padding-right: 15px;
}
.logoPart{
    display: none !important;
 }
.banner{
    height: 30px;
 }

.container{
	text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 30px;
    padding-bottom: 90px;
	
}
.containerImg{
	display: flex;
    justify-content: center;
    align-items: center;
	height: 90vh;
    padding-top: 50px;
    padding-bottom: 30px;
	
}
.container55{
	display: flex;
    justify-content: center;
    align-items: center;
	height: 270px;
    padding-top: 50px;
    padding-bottom: 30px;
	
}
.container77{
	display: flex;
    justify-content: center;
    align-items: center;
	min-height: 400px;
	max-height: 97vh;
    padding-top: 10px;
    padding-bottom: 10px;
	
}

.maple-bg{
    position: relative;
}
.maple-bg::before {
    content: "";
    background-image: url("Img/Logo1.png");
	background-repeat: no-repeat;
    background-position: 50% 50%; 
    position: relative;
	background-size: 40%;
    opacity: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	padding-left: 0px;
	padding-right: 0px;
    position: absolute;
    animation: fadeIn 4s forwards;
    z-index: -1;
}

.maple-smbg{
    position: relative;
}
.maple-smbg::before {
    content: "";
    background-image: url("Img/DCML.png");
	background-repeat: no-repeat;
    background-position: 40% 20%; 
   
	background-size: 70%;
    opacity: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    animation: fadeIn 3s forwards;
    z-index: -1;
}

.homeBack{
	display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFF5FD;
	box-shadow: 
		0 0 0 1px #000, /* Red border, 5px thick */
		0 0 0 3px #DDD2E7, /* Green border, 10px thick (outer to the red) */
		0 0 0 1px #FFF; /* Blue border, 15px thick (outer to the green) */

}
.headSection{
    min-height: 97vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.homeSection{
    
    display: flex;
    justify-content: center;
    align-items: center;
	
}
.homeText{
    color: #231F20;
    text-align: center;
    
}
.homeText h1{
    font-size: 6.9em;
	font-family: "FaraCustom Regular";
	font-weight: normal;
    margin: 0px;
	margin-top: 0px;
	text-align: center;
	animation: fadeIn 0s;
}
.homeText h2{
    font-size: 5.8em;
    font-family: "kunstler";
    font-weight: normal;
	
    margin-top: 20px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 15px;
	padding-top: 10px;
	text-align: center;
	text-shadow:
    -.3px -.3px 0 #000,
    .3px -.3px 0 #000,
    -.3px .3px 0 #000,
    .3px .3px 0 #000;
}

.homeText h3{
    font-size: 1.5em;
	font-family: "Garamond";
	font-weight: bold;
   margin: 0px;
	margin-top: 40px;
	padding-top: 0px;
	padding-bottom: 5 px;
	text-align: center;
	text-decoration: underline #A48B8F 2px;
	text-underline-offset: 6px;
	
}

.BodyText{
    color: #231F20;
    text-align: center;
     
}
 
.BodyText .textCon{
	margin-top:  1px;
	margin-bottom: 15px;
    max-width: 600px;
    padding-left: 40px;
	padding-right: 40px;
	
	padding-top: 0px;
    padding-bottom: 20px;
}
.BodyText b1{
	color: #543a2d;
    font-size: 2.4em;
	font-family: "ScriptX";
	font-weight: normal;   
	margin: 1;
	
	text-align: center;
}
.BodyText b2{
	color: #543a2d;
    font-size: 2.7em;
	font-family: "DCR1";
	font-weight: normal;
	margin: 1;
	
	text-align: center;
}
.BodyText b3{
	color: #080707;
    font-size: 1.2em;
	font-family: "Garamond";
	font-weight: normal;
	margin: 1;	
}
 
.search-bar{
	height: 25px;
	width: 100%;
	max-width: 150px;
	background: #4A4844;
	display: flex;
	align-items: center;
	border: 1.5px solid #DDD2E7 ;
	
	border-radius: 15px;
	margin-left: 15px;
	padding: 10px 15px 10px 10px;
	
}
.search-bar input{
	background: transparent;
	max-width: 110px;
	flex: 1;
	border: 0;
	outline: none;
	padding: 5px 1px;
	font-size: 11px;
	color:  #FFF;
}
::placeholder{
	font-size: 10px;
	color:  #ABA2A2;
}
.search-bar img{
	width: 14px;
	padding-top: 3px;
	
}
.search-bar button{
	border: 0;
	border-radius: 50%;
	height: 21px;
	width: 21px;
	background: transparent;
	cursor: pointer;
	padding-right: 8px;
}

.FL1 {
	content: "";
    justify-content: center;
    align-items: center;
	text-align: center;
	position: relative;
	background-image: url("Img/FL1.png");
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: 50% 100%; 
	margin: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
	width: 320px;
	height: 125px;
	
}

.underline {
  	border-bottom: 2px;
  	color: #A48B8F;
	padding-top: 5px;
    padding-bottom: 0px;
}

*, *:before, *:after {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  
}
a, a:visited, a:hover {
  color: inherit;
  text-decoration: none;
}

@keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

.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:760px){
	
	
    nav{
        min-height: vh;
        display: block;
        height: auto;
        position: fixed;
        top: 0;
        z-index: 10000;
		 background-color: transparent;
		border: none;
		box-shadow: none;
		
    }
    nav a{
		
        z-index: 10000;
    }
	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 .navPart a{
        display: block;
        margin-bottom: 15px;
		font-family: "Garamond";
		font-size: 1em;
		padding-left: 25px;
    	padding-right: 20px;
		
    }
    .navPart{
        width: 100%;
        background-color: #A58C90;
        margin-top: 30px;
        padding-top: 5px;
        padding-bottom: 1px;
        position: relative;
		
    }
	.navPartBottom{
        margin-top: 0px;
    }
    .navPart.closed{
        display: none;
    }
	.logoPart{
		display: block;
	}
	
    #menuBtn{
        display: block;
        background-color: transparent;
        border: none;
        box-shadow: none;
        color: #E0D3E8;
        z-index: 100000;
        position: fixed;
		padding-top: 0px;
        right: 15px;
    }
    #menuBtn i{
        font-size: 2em !important;
    }
	.Form{
		display: flex;
		padding-top: 12px;
	}
	.homeBack{
    	width: 100vw;
	}
    .homeText{
    	
	}
    .homeText h1{
        font-size: 2.9em;
	
    }
	.homeText h2{
        font-size: 7.4em;
		padding-top: 30px;
		padding-bottom: 30px;
		padding-right: 25px;
		
    }
	.homeText h3{
    	font-size: 1.8em;
		
	}
	
	.BodyText b3{
    	font-size: 1.05em;

	}
	.FL1 {
	
	
	background-size: 50%;
	background-position: 50% 100%; 
	
	width: 400px;
	height: 179px;
	
}

	
	.maple-bg::before {
		background-size: 250px;
		background-position: 40% 20%; 
	}
	.maple-smbg::before {
		background-size: 400px;
		background-position: 50% 20%; 
	}
    .BodyText .textCon{
        padding-left: 25px;
		padding-right: 25px;
		text-align: center;
		
    }
	footer{
		font-size: .85em;
		text-decoration: none;
	}
}

@media screen and (max-width:400px){
	
	.maple-smbg::before {
		background-size: 400px;
		background-position: 100% 20%; 
	}
	
	.container55{
	display: flex;
    justify-content: center;
    align-items: center;
	height: auto;
	width: 85%;
    padding-top: 0px;
    padding-bottom: 30px;
	
}
	
}
	
@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: 'Garamond';
	src: url('Fonts/Garamond.woff') format('woff');
}
@font-face {
	font-family: 'Kunstler';
	src: url('Fonts/KUNSTLER.woff') format('woff');
}
@font-face {
	font-family: 'Phraell Demo';
	src: url('Phraell_Demo.woff') format('woff');
}
@font-face {
	font-family: 'Cormorant-Semi';
	src: url('Fonts/Cormorant-Semi.woff') format('woff');
}
