#banner {
    background: linear-gradient(
      rgba(255, 255, 255, 0.2), 
      rgba(255, 255, 255, 0.2)
    ), url(../images/banner2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    /*
    padding: 16em 0em 14em;
    padding: 14em 0em 14em;
    text-align: center;*/
    height: 100vh;
    
}

/*
section#banner h1, section#banner h2, section#banner img {
  background-color: rgba(0,0,0,0.2);
}*/

/*
#bannerContent {
  background-color: rgba(0,0,0,0.2);
  min-width: 50%;
  max-width: 90%;
}*/




/*
#bannerContent {
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  transform: translateX(-50%);
}*/

#navPanel {
    background: rgba(255, 60, 0, 1.0);
    background: #f0eadf;
}

#nav a {
        color: #000000;
}

#nav img {
        width: 120px;
}


#navButton .toggle:before {
    background: rgba(144, 144, 144, 0.65);
    background: rgba(255, 60, 0, 1.0);
    background: #f0eadf;
    /*border-radius: 4px;*/
    color: #ff3c00;
    color: #ffffff;
    color: #000000;
    color: #3a3a45;
    display: block;
    height: 2.25em;
    left: 0.5em;
    line-height: 2.25em;
    position: absolute;
    text-align: center;
    top: 0.5em;
    width: 2.6em;
}


div#navButton.skel-layer.skel-layer-top-right {
        width: 3.6em;
}

.navIcon {
    background: #f0eadf;
    color: #3a3a45;
    height: 2.25em;
    left: 0.5em;
    line-height: 2.25em;
    text-align: center;
    width: 2.6em;
    border-radius: 3px;
    cursor: pointer;
}

.navIcon a, h2 {
    color: #3a3a45;
}


.wrapper.style1 {
    background-color: #ff3c00;
    background-color: #f0eadf;
    -moz-background-image: linear-gradient(60deg, #e0dacf 50%, #f0eadf 50%);
    -webkit-background-image: linear-gradient(60deg, #e0dacf 50%, #f0eadf 50%);
    -o-background-image: linear-gradient(60deg, #e0dacf 50%, #f0eadf 50%);
    -ms-background-image: linear-gradient(60deg, #e0dacf 50%, #f0eadf 50%);
    background-image: linear-gradient(60deg, #e0dacf 50%, #f0eadf 50%);
    color: #000000;
}

/*h2, .wrapper.style1 h2, #banner h2 {
        color: #ff3c00 ;
        color: #3a3a45;
}*/

h1, .wrapper.style1 h1, #banner h1 {
        color: #ff3c00 ;
        color: #3a3a45;
}

#footer h1 {
  color: #fff;
}




ul li {
    padding-left: 0.5em;
    text-align: left;
    display: inline;

}

/*
.mapContainer {
    height: 500px;
    position: relative;
    padding-bottom: 56.25%;
}

.mapKim {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
*/

.map {
  height: 500px;
}

.map iframe{
    pointer-events: none;
    width: 100%;
    height: 100%;
    border:0;
}

.offerIcon {
    max-width: 100px;
}

.offerImage {
    max-width: 250px;
}
.offer {
    font-weight: bold;
    color: #3a3a45;
    margin-top: 1em;
    margin-bottom: 1em;
}

.package h3 {
    background: #f0eadf;
    color: #3a3a45;
    padding: 0.5em;
}

.package {
    border-top: medium double rgba(144, 144, 144, 0.25);
    padding-top: 3em;
    margin-top: 2em;
}

.feature p {
    color: #3a3a45;
}

.treatments {
    margin-bottom: 3em;
}

.nodisplay {
    display: none;
}


/* Style the accordion panel. Note: hidden by default */
div.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0px;
    overflow: hidden;
    transition: 0.2s ease-in-out;
    opacity: 0;
    text-align: left;
}

/* The "show" class is added to the accordion panel when the user clicks on one of the buttons. This will show the panel content */
div.panel.show {
    opacity: 1;
    max-height: 1200px; /* Whatever you like, as long as its more than the height of the content (on all screen sizes) */

}

div.panel.show p {
    /*color: #000000;*/
    margin-bottom: 0.5em;
}

div.panel.show ul {
    list-style-type: disc;
    margin-bottom: 0.5em;
}

div.panel.show ul li {
    display: list-item;
}

div.panel.show ul.subList {
    list-style-type: none;
    margin-bottom: 1em;
    margin-top: -0.7em;
}

div.panel.show ul.subList li {
    text-align: right;
    font-size: 0.8em;
}


p.accordion {
	text-align: left;
	color: #3a3a45;
	cursor:pointer;
	box-shadow: inset 0 0 0 2px rgba(144, 144, 144, 0.25);
	color: #3a3a45;
	border-radius: 0.375em;
	padding: 15px;
	margin-bottom: 10px;
}

p.accordion .plus {
	padding-right: 10px;
}

p.accordion .minus {
	display:none;
}
p.accordion.active .minus {
	display:inline;
	padding-right: 10px;
}
p.accordion.active .plus {
	display:none;

}

.wrapper.style2 .feature {
    margin: 0 0 0 0;
}

.other {
    margin-top: 2em;
}

.stockLogos {
    padding: 1em;
}

.opening {
    color: #3a3a45;
    color: #fff;
}

.stockLogos  img {
    max-width: 120px;
    padding-left: 10px;
    padding-right: 10px;
}

#footer {
  background: #3a3a45;
}

.treatmentPrice {
    float:right;
}



/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 10% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    border-radius: 5px;
    width: 90%; /* Could be more or less, depending on screen size */
}

.modal h2 {
    font-size: 1.0em;
    font-weight: 600;
}

.modal ul li {
    display: inherit;
}

#myBtn {
    cursor:pointer;
}

/* The Close Buttons */
.close {
    float: right;
    font-weight: bold;
    background: #f0eadf;
    color: #3a3a45;
    border-radius: 3px;
    font-family: "Lato", Helvetica, sans-serif;
    font-size: 1em;
    padding: 0.5em 1em 0.5em 1em;
    
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

