/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End of CSS Reset! */
html{

	background-color: #DDDDDD ;
}

.hamburger{
	color:black;
}
#icon{
	width:50px;
}
.header {
	background-color: #EEEEEE;
	color: #0a0c0f;
	display: flex ;
	justify-content: space-around;
	padding:10px;
	align-items: center;
	font-size: 38px;
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
	font-weight: bold;
	width: 100%;
	box-sizing: border-box;
	position: sticky;
	top:0;
	width: 100%;
	z-index: 2;
}
.mainMenu {
	height: 100%;
	width: 0;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #EEEEEE;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
	box-shadow: -1px 5px 5px #0a0c0f ;
	z-index: 3;
}
  
.mainMenu a {
	padding: 8px 8px 16px 33px;
	text-decoration: none;
	font-size: 30px;
	color: #0a0c0f;
	display: block;
}
  
.mainMenu .closebtn {
	position: absolute;
	top: 0px;
	font-size: 68px;
	font-weight: bold;
	padding: 6px 8px 16px 33px;
}
.basicPara{
	background-color:#DDDDDD;
	padding: 12px 35px;
	line-height: 28px;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	color:#0a0c0f;
	font-size:20px;
	width:auto;
}
.carouselSlides{
	display:none;
	height: auto;
	max-width: 100%;
}
.animateLeft{
	position:relative;
	animation:animateleft 0.4s;
}

@keyframes animateleft{
	from{left:-300px;opacity:0;filter:blur(5px)} 
	to{left:0;opacity:1;filter:blur(0)}
}
.carouselContainer{
	padding:0.01em 16px
}
.carouselContent{
	width:auto;
	margin-left:auto;
	margin-right: auto;
	max-width:100%;
	padding:16px;
	margin-top: -1px;
	background-color:#DDDDDD;
	overflow: hidden;
}
.hidden{
	opacity: 0;
	filter:blur(5px);
	transform: translateX(-100%);
	transition: all 1s;
}
.show{
	filter:blur(0px);
	transform: translateX(0);
	opacity: 1;
}

.bold{
	font-weight: bold;
	color:#CD7629;
	font-size: 26px;
}

footer {
	background-color: #EEEEEE;
	color: #0a0c0f;
	padding:10px;
	text-align: center;
	font-size: 12px;
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
	font-weight: bold;
}


#paddMore{
	padding-top:30px
}
.insertImage{
	width:auto;
	margin-left:auto;
	margin-right: auto;
	max-width:100%;
	padding:16px;
	margin-top: -1px;
	background-color:#DDDDDD;
	overflow: hidden;
	height: auto;
	max-width: 100%;
	box-sizing: border-box;
}
.map{
	width:80%;
    margin-left:auto;
    margin-right:auto;
    margin:35px;
    box-sizing: border-box;
}

 .basicList{
	background-color:#DDDDDD;
	padding: 14px 40px;
	line-height: 28px;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	color:#0a0c0f;
	font-size:18px;
	width:auto;
}

/*Fade in transition*/

.italic{
	font-style: italic;
	font-size: 16px;
}
.insertImage{
	width:auto;
	margin-left:auto;
	margin-right: auto;
	max-width:100%;
	padding:16px;
	margin-top: -1px;
	background-color:#DDDDDD;
	overflow: hidden;
	height: auto;
	max-width: 100%;
	box-sizing: border-box;
}

.required{
    color:red
}
#address{
    display: none;
}
.fullSize{
    width:100%;
    box-sizing: border-box;
    border: 1px solid #BBBBBB;
    border-radius: 5px;
    background-color: #DDDDDD;
}
.tallBox{
    width:100%;
    box-sizing: border-box;
    background-color: #DDDDDD;
    border: 1px solid #BBBBBB;
    border-radius: 5px;
    height:48px;
	min-height: 50px;
	max-width:min-content;
	margin-bottom: 125px;
}
.buttonCustom{
    width:80%;
    margin-left:auto;
    margin-right:auto;
    margin:35px;
    box-sizing: border-box;
    border: 0;
    border-radius: 5px;
    background-color: #CD7629;

}
.form footer {
	background-color: #EEEEEE;
    color: #0a0c0f;
    text-align: center;
    font-size: 12px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: bold;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
}
.facebook{
	font-size:30px;

}