html,body
{
    	width: 100%;
    	margin: 0;
    	padding: 0;
	overflow-x: hidden; 
	font-family: MeeraInimai;
	color: #949695;

	scroll-behavior: smooth;
	
}


@font-face {
	font-family: MeeraInimai;
	src: url('MeeraInimai-Regular.ttf'); 
}

@font-face {
	font-family: QuaverSans;
	src: url('QuaverSans.otf') format("opentype");
}



a {

	text-decoration: none;
		color: #e57a2c;

}

a.mail {

	text-decoration: none;
	color: #fff;

}


a[href^=tel] {

	color: inherit;
	text-decoration: none;

}


h2 {

	font-family: 'Futura', Arial, sans-serif;
	color: #e57a2c;
	font-size: 1.5em;
	font-weight: 100;
	
}


h3 {

	font-family: 'Futura', Arial, sans-serif;
	color: white;
	font-size: 1.5em;
	font-weight: 100;
	
}




#header {

display: block;
position: relative;

	
}




.navwrapper {
 
	width: 100%;
	margin-top: 20px;
	position: absolute;
	top: 0;
	right: 0;

	text-align:right;
 	
}


.nav {
    	width: 100%;
	text-align: right;

}


.nav-item {
    
	font-family: 'MeeraInimai', Arial, sans-serif;
	margin: 0 20px 0 20px;
	display: inline-block;
    	color: #e57a2c;
    	font-weight: bold;
    	font-size: 1.1em;
    	text-align: center;
	letter-spacing: 4px;

}

@media screen and (max-width: 600px) {
  .nav-item {
    font-size: 3vw;
  }
}

.nav-item-phone {
    
	font-family: 'MeeraInimai', Arial, sans-serif;
	margin: 8px 20px 0 80px;
	display: inline-block;
	position: absolute;
	left: 0;
    	color: #e57a2c;
    	font-size: 1.6em;
	letter-spacing: 4px;
}

@media screen and (max-width: 600px) {
  .nav-item-phone {
    display: none;
  }
}


.nav-item:hover {
    
	font-family: 'MeeraInimai', Arial, sans-serif;
	margin: 0 20px 0 20px;
	display: inline-block;
    	color: #949695;
    	font-weight: bold;
    	font-size: 1.1em;
    	text-align: center;
	letter-spacing: 4px;
	border-bottom: 4px solid #fff;
	line-height: 2;

}

@media screen and (max-width: 600px) {
  .nav-item:hover {
    font-size: 3vw;
  }
}

.nav-item-active {
    
	font-family: 'MeeraInimai', Arial, sans-serif;
	margin: 0 20px 0 20px;
	display: inline-block;
    	color: #949695;
    	font-weight: bold;
    	font-size: 1.1em;
    	text-align: center;
	letter-spacing: 4px;
	border-bottom: 4px solid #fff;
	line-height: 2;
}

@media screen and (max-width: 600px) {
  .nav-item-active {
    font-size: 3vw;
  }
}

#request {

	width: 30%;
	height: 60px;
	background-color: #e57a2c;
	position: absolute;
	bottom: 0;
	left: 50%;
	font-family: 'MeeraInimai', Arial, sans-serif;
	color: white;
    	font-size: 2vw;
    	text-align: center;
	transform: translate(-50%, -50%);
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
	border-radius: 3px;


}

@media screen and (max-width: 600px) {
  #request {
    font-size: 4vw;
	width: 50%;
	margin-bottom: 0;
	height: 40px;
  }
}


#contactform {

	width: 100%;
	margin-top: 30px;
	background-color: white;	
	text-align: center;
	height: auto;


}


#abouttext {
	

	margin: auto;
    	width: 80%;
	font-family: 'Helvetica', Arial, sans-serif;
	font-size: 2.1em;
	height: 100%;
	padding: 30px 0 30px 0;
	text-align: justify;
	text-justify: inter-word;

	
}

@media screen and (max-width: 600px) {
  #abouttext {
    font-size: 5vw;
	padding: 10px; 0 30px 0;
  }
}



#services  {

	background-image: url("http://www.connectelectricmo.com/images/orange.jpg");

	-webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;

	margin-top: 50px;
	display: inline-block;
	background-size: cover;
	

}

@media screen and (max-width: 600px) {
  #services {
    margin-top: 20px;


  }
}

#servicestext  {

	width: 50%;
	text-align: left;
	padding: 30px 0 30px 90px;
	font-family: 'Helvetica', Arial, sans-serif;
	color: white;
	font-size: 1.8em;

}

@media screen and (max-width: 600px) {
  #servicestext {
    font-size: 4vw;
	width: 90%;
	padding: 10px;


  }
}


#footer  {

	background-image: url("http://www.connectelectricmo.com/images/connectgray.jpg");

	-webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;

	display: inline-block;
	background-size: cover;
	font-family: 'Helvetica', Arial, sans-serif;
	color: white;
	font-size: 1.4em;
	line-height: 1.6;


}

@media screen and (max-width: 600px) {
  #footer {
    font-size: 3.5vw;
	width: 50%;
	

  }
}



#methodwrapper {

	width: 100%;
	background-color: #bfd95f;
	margin-bottom: 50px;

}


#method {

	margin: 0px 95px 50px 95px;
	text-align: justify;
	text-justify: inter-word;
	padding: 40px 0 60px 0;

}




.method {

	font-size: 24px;
	letter-spacing: 3px;
	line-height: 2;
	color: #fff;
	font-family: 'QuaverSans', sans-serif;


}


#locationswrapper {

	width: 100%;
	text-align: center;
	margin-bottom: 10px;

}


.location {

	display: inline-block;
	width: 18%;

}

.learnmore {

	font-family: QuaverSans;	
	font-size: 25px;
}

.ind {

	font-family: QuaverSans;	
	font-style: italic;
	font-size: 1.6vw;
	margin-top: 20px;
	padding: 0 20px 0 20px;
	display:block;
}



#footer {

	width: 100%;
	background-color: #81cfd2;
	text-align: center;
	padding: 20px 0 20px 0;

}

.footer {

	font-size: 22px;
	letter-spacing: 3px;
	line-height: 1.5;
	color: #fff;

}

.social {

	margin: 20px 30px 20px 20px;
	display: inline-block;

}

#missionwrapper {

	width: 100%;
	background-image: url('images/mission.jpg');
	background-size: 100%;
    	background-repeat: no-repeat;
	margin-bottom: 20px;

}


#mission {


	margin: 0px 125px 15px 125px;
	text-align: justify;
	text-justify: inter-word;
	padding: 40px 0 60px 0;

}




.mission {

	font-size: 28px;
	letter-spacing: 3px;
	line-height: 1.5;
	color: #fff;
	font-family: 'QuaverSans', sans-serif;


}

.dwell {

	font-size: 24px;
	letter-spacing: 3px;
	line-height: 2;
	color: #fff;
	font-family: 'QuaverSans', sans-serif;


}

#dwell {


	background-image: url('images/dwell.jpg');
    	background-repeat: no-repeat;
	background-size: cover;
	padding: 20px 95px 40px 95px;
	margin: 0 0 40px 0;
	text-align: center;
	text-align: justify;
	text-justify: inter-word;
	display: block;
	overflow: auto;
	height: 100%;

}


#whowrapper {

	width: 100%;
	margin-bottom: 40px;

}


#who {

	margin: 0px 95px 0 95px;
	text-align: justify;
	text-justify: inter-word;
	padding: 20px 0 0 0;

}




.who {

	font-size: 24px;
	letter-spacing: 3px;
	line-height: 2;
	display: block;
	margin-left: 50px;
	font-family: 'QuaverSans', sans-serif;


}

.aboutpage {

	font-size: 1.6vw;
	letter-spacing: 3px;
	line-height: 2;
	font-family: 'QuaverSans', sans-serif;

}

#applicationwrapper {

	width: 100%;
	margin-bottom: 10px;

}


#application {

	margin: 0 95px 35px 95px;
	text-align: justify;
	text-justify: inter-word;

}




.application {

	font-size: 24px;
	letter-spacing: 3px;
	line-height: 2;
	font-family: 'QuaverSans', sans-serif;

}


#bacteria {

	width: 100%;
	background-image: url('images/bacteria.jpg');
    	background-repeat: no-repeat;
	background-size: 100%;
	padding: 100px 0 100px 0;
	margin: 0 0 40px;
	text-align: center;

}

.bacteria {

	font-size: 30px;
	letter-spacing: 3px;
	line-height: 2;
	color: #fff;
	font-family: 'QuaverSans', sans-serif;

}

#hep {

	margin: 10px 95px 20px 95px;

}


#faqwrapper {

	width: 100%;
	margin-bottom: 50px;
	padding: 30px 0 30px 0;
	background-color: #bfd95f;
	text-align: center;

}


.faq {

	font-size: 30px;
	letter-spacing: 5px;
	line-height: 1.5;
	color: #fff;
	font-family: 'MeeraInimai', sans-serif;

}

#faqcontentwrapper {

	width: 100%;
	text-align: center;

}


#faqcontent {
	
	padding: 0 100px 0 100px;

}


/* accordian */
    button.accordion {
	font-family: MeeraInimai;
	font-size: 24px;
      background-color: #f1f1f1;
      color: #949695;
      cursor: pointer;
      padding: 18px;
      width: 100%;
      text-align: left;
      border: none;
      border-radius: 0;
      outline: none;
      transition: 0.4s;
    }
    button:first-of-type {border-radius: 8px 8px 0 0;}
    button:last-of-type {border-radius:  0 0 10px 10px;}
    button.accordion.active, button.accordion:hover {
      background-color: $TTMdarkBlue;
      color: #bcd762;
    }
    .panel {
      padding: 0 18px;
      background-color: white;
      max-height: 0;
    }
    .panel.show {
      display: block;
    }
    .panel {
      padding: 18px 18px;
      background-color: white;
      max-height: 0;
      overflow: hidden;
      transition: all 0.6s ease-in-out;
      opacity: 0;
    }
    .panel.show {
      opacity: 1;
      max-height: 500px; /* Whatever you like, as long as its more than the height of the content (on all screen sizes) */
    }
    .panel:last-of-type {
      border-radius: 0 0 10px 10px;
    }
    .accordian-section {
      // height: 283px;
		font-size: 24px;
		text-align: left;
		font-style: italic;
		font-family: MeeraInimai;
		margin-left: 40px;
    }
    button.accordion:after {
      content: '+'; /* Unicode character for "plus" sign (+) */
      color: $TTMdarkBlue;
      float: right;
      margin-left: 5px;
    }
    button.accordion:hover:after {
      color: #bcd762;
    }
    button.accordion.active:after {
      content: "-"; /* Unicode character for "minus" sign (-) */
      color: #bcd762 !important;
    }
    .image-container, .description-container {
      float: left;
      width: 50%;
      box-sizing: border-box;
    }
    .description-container {
      padding-left: 5px;
    }
    .includes {margin-bottom: 0;}
    .select-button {float:right;}
    .btn {
      color: white;
	font-family: MeeraInimai;
      background-color: $TTMmediumOrange;
      padding: 9px;
      margin-bottom: 10px;
      width: 130px;
      font-size: 20px;
      text-align: center;
      text-transform: uppercase;
      border-radius: 3px;
      transition: all 0.1s;
      cursor: pointer;
    }
    .btn:hover {
      background-color: $TTMlightOrange;
    }
    table {
      border-collapse: collapse;
      width: 100%;
    }
    tr {
      font-size: 12px !important;
    }
    td, th {
      border: 1px solid #dfdfdf;
      text-align: left;
      padding: 2px 4px;
    }
    tr:nth-child(even) {
      background-color: #dfdfdf;
    }

    /* end accordian */



#howwrapper {

	width: 100%;
	margin: 0 0 40px 0;




}

#how {

	margin: 0 20px 0 95px;
	display: inline-block;
	width: 60%;
	text-align: justify;
	text-justify: inter-word;

}


#micro {

	display: inline-block;
	width: 20%;
	text-align: right;
	vertical-align: top;

}


.how {

	font-size: 24px;
	letter-spacing: 3px;
	line-height: 2;
	font-family: 'QuaverSans', sans-serif;

}


.guntext {

	font-size: 24px;
	letter-spacing: 3px;
	line-height: 2;
	font-family: 'QuaverSans', sans-serif;
	padding: 40px 90px 0 90px;
	display: block;
}



#contactwrapper {

	width: 85%;
	display: table;
	margin: 0 auto 100px auto;


}

#contactleft {

	margin: 0 0 0 100px;
	display: table-cell;
	width: 50%;
	background-image: url('http://www.puremisthealth.com/images/contactbg.jpg');
	background-size: cover;
	text-align: center;
	vertical-align: middle;



}

#contactright {

	background-color: #87d0cb;
	display: table-cell;
	width: 50%;
	padding: 50px 50px 50px 50px;

}

.contactus {

	font-family: MeeraInimai;
	color: #84d0ce;
	font-size: 25px;
	letter-spacing: 4px;
	line-height: 2;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: 100px;
	
}

.contact {
	
		font-family: MeeraInimai;
		color: #fff;
		font-size: 1.8em;
	
}

label {
    color: #333;
}

.btn-send {
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    
}

.btn {
	
	background-color: #bfd95f;
	font-size: 1em;
	border-radius: 4px;
	width: 200px;
	-webkit-appearance: none;
	
}

.d-none {
	
	display: none;
	
}


.messages {
	
	margin-bottom: 20px;
	background-color: #bfd95f;
	color: #fff;
	border-radius: 8px;
	
}

.form-control {
	
	    border-radius: 5px;
	
}


.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    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 */
.modal-content {
    background-color: #fefefe;
	margin: auto;
    padding: 40px;
    border: 1px solid #888;
    width: 60%;
	font-family: MeeraInimai;
	text-align: left;
}

.modal-header {

	margin-top: 10px;

}



.cursor {

    cursor:pointer;

  }

.close{position:relative;top:-2px;right:-21px;color:inherit}

.close{float:right;font-size:35px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}

    text-shadow: none;
    background: #1ee2e7;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #1ee2e7;
}













/* Add a black background color to the top navigation */
.topnav {

  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: right;
font-family: 'MeeraInimai', Arial, sans-serif;
color: #e57a2c;
  display: block;
  font-weight: bold;
    	font-size: 1.1em;
    	text-align: center;
	letter-spacing: 4px;
  padding: 14px 16px;
  text-decoration: none;
  
}




/* Change the color of links on hover */
.topnav a:hover {
  font-family: 'MeeraInimai', Arial, sans-serif;

	display: inline-block;
    	color: #e57a2c;
    	font-weight: bold;
    	font-size: 1.1em;
    	text-align: center;
	letter-spacing: 4px;
	border-bottom: 4px solid #fff;

}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color: #4CAF50;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
	.topnav {


	}
  .topnav a {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;

  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
		  background-color: #e57a2c;
	color: #FFFFFF;
  }
}
