@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,700,600);
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,400italic,700);

@font-face {
  font-family: "icons";
  src:url("/fonts/icons.eot");
  src:url("/fonts/icons.eot?#iefix") format("embedded-opentype"),
    url("/fonts/icons.woff") format("woff"),
    url("/fonts/icons.ttf") format("truetype"),
    url("/fonts/icons.svg#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: "icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-people:before {
  content: "\61";
}
.icon-caduceus-medical-symbol:before {
  content: "\62";
}
.icon-chemistry-class-instructions:before {
  content: "\63";
}

html {
  font-family: 'Open Sans', sans-serif;
  
}

h1, h2, h3 {
  text-align: center;
}

h1 {
  font-family: 'Open Sans', sans-serif;
  }

h2 {
  font-size: 40px;
  font-weight: 600;
/*   height: 60px; */
  line-height: 60px;
  margin-bottom: 16px;

}

.btn-large {
  box-shadow: none;
}

p.main {
  color: #808c93;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  text-align: center;
  padding-bottom: 20px;
}

hr {
  width: 0%;
  min-width: 20%;
  max-width: 100%;
  margin: 40px auto 38px auto;
  border: none;
  border-bottom: 2px solid #000;
  position: relative;
  transition: box-shadow 200ms ease-in-out;
  box-shadow: 0px 0px 0px 0px #f9f9f9;
}

hr.left {
  border-bottom: 4px solid #000;
  margin: 18px 0 38px 0;
}

hr.left.small {
  border-bottom: 1px solid #000;
  width: 0%;
  min-width: 10%;
  max-width: 100%;
  margin: 10px 0.75rem;
}

body#boom-diggity {
  background: #f7fafa;
}

.main-container {
  margin-top: 90px;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    
    background: #43b3dd;
    opacity: 0.7
    
}

.nav-container {
  width: 90%;
  margin: 0 auto;
}

nav {
  padding-top: 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: transparent;
  box-shadow: none;
  
  height: 100%;
}


nav ul {
  float: right;
}

nav li {
  list-style: none;
  float: left;
  padding: 9px 15px 0 15px;
  color: #fff;
  font-weight: 300;
}


nav ul:hover {
  color: #000;
}

nav .ugg{
  margin-top: -4px;
}

nav a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

nav a:hover {
  
}

nav .brand-logo img {
  height: 90px;
  width: ;
  background: rgba(255, 255, 255, 0.8);
  padding: 13px;
  padding-bottom: 10px;
  padding-top: 15px;
  margin-top: -20px;
  border-radius: 0 0 3px 3px;
}
nav .brand-logo span {
  position: relative;
  top: -35px;
  margin-left: 15px;
  font-weight: 700;
	font-size: 0.5em;

}

@media only screen and (min-width: 601px) {
  nav .brand-logo span {
  position: relative;
  top: -26px;
  margin-left: 15px;
  font-weight: 300;
	font-size: 2.1rem;
}
}

.topit nav ul a {
	font-weight: 500;
}

.topit.on nav ul a {
	font-weight: 200;
}

.topit {
  width: 100%; 
  height: 90px; 
  background-color: transparent; 
  position: fixed; 
  top: 0px; 
  left: 0px; 
  
  


   
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; 
  z-index: 1000;
}

.topit h1 {
float: left;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #fff;
  
}

.topit.on {
  height: 70px; 
  background-color: rgba(255, 255, 255, 0.9); 
  border-bottom: 2px solid rgba(233, 237, 243, 0.8);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: #000 !important;
  overflow: hidden;
}

.topit.on h1 {
 
  /*color: #ff564b; */
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;

  background: linear-gradient(90deg, #dcbbb5 , #847096);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.topit.on > nav {
  padding-top: 1px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: #000 !important;
}

.topit.on > nav li>a{
  color: #000;
  color: #000 !important;
}




.topit.on > nav .brand-logo {
  color: #000 !important;
  // background: #F0F2F4;
}

.topit.on > nav .brand-logo img {
  
  background: rgba(255, 255, 255, 0.0);
  
  margin-top: -16px;
}

.topit.on > nav .brand-logo span {
  
  top: -35px;
  

}

@media only screen and (min-width: 601px) {
  .topit.on > nav .brand-logo span {
  
  top: -28px;
  

}
}


.topit.on nav ul a:hover{
  background: transparent;
  border-bottom: 3px solid #eef1f5;
  color: #000 !important;

}

.section {
  padding: 0px;
}

/* Section 0
	* --------------------------------------- */
	#section0{
		padding: 0px 0;
		background: 

    linear-gradient(
      rgba(60, 60, 60, .4), 
      rgba(60, 60, 60, .4)
    ),
    
    url(../pics/doc.jpg) center center no-repeat;
   	background-position: 0 -30px;
    /*background-size: 100% auto;*/
    /*background-size: 1440px auto !important;*/
    background-size: cover;
    /*background-blend-mode: multiply;*/
    color: #fff;
    text-align: center;
    -webkit-text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
-moz-text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

#section0 p {
  margin: 0;
  font-size: 24px;
font-weight: 400;
line-height: 1.5em;
}

#donation {
  background: 

    linear-gradient(
      rgba(60, 60, 60, .2), 
      rgba(60, 60, 60, .2)
    ),
    
    url(../pics/ryan-house.jpg) center center no-repeat;
  background-size: cover;
  -webkit-text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
-moz-text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
color: #fff;
    text-align: center;
}

#donation p {
  margin: 0;
  font-size: 24px;
font-weight: 400;
line-height: 1.5em;
}

#donation .image-container {
  height:150px; 
  width:250px;
  background: rgba(255,255,255,0.8); 
  padding:10px; 
  border-radius: 3px;
  margin: 0 auto;
	
}

.services {
  text-align: center;
}


.services h3 {
margin: 28px 0 20px 0;
color: #43b3dd;
font-weight: 600;
font-size: 18px;
}

.btn.blue {
  background: #43b3dd !important;
  box-shadow: none;
  margin-bottom: 20px;
}

.btn:hover.blue {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.services p {
  font-size: 15px;
  color: #808c93;
}


.service-circle {
  width: 200px;
  height: 200px;
  background: #b6e1e2;
  border-radius: 100%;
  margin: 0 auto;
  position: relative;
}


.circle-content {
  width: 100%;
}

.service-circle i {
  font-size:100px;
  

  line-height: 200px;
  position: relative;
  top: 13px;
  text-align: center;
 
  color: #36c0d3;
}

.service-circle.blue-time {
  background: #3498db !important;
}

.service-circle.blue-time i {
  color: #2980b9 !important;
}

.service-circle.red-time{
  background: #e74c3c !important;
}

.service-circle.red-time i {
  color: #c0392b !important;
}

.service-circle.yellow-time{
  background: #f1c40f !important;
}

.service-circle.yellow-time i {
  color: #f39c12 !important;
}

.service-circle.green-time{
  background: #2ecc71 !important;
}

.service-circle.green-time i {
  color: #27ae60 !important;
}

.service-circle.white-time{
  background: #ecf0f1 !important;
}

.service-circle.white-time i {
  color: #bdc3c7 !important;
}











.about img {
  display: block;
  margin: 0 auto;
  width: 250px;
  height: auto;
  border: 1px solid #ececec;
  border-radius: 6px;
}

.about .main {
  max-width: 550px;
  display: block;
  margin: 0 auto;
}

.about .container {
  max-width: 800px;
}

.about ol li span {
  font-weight: 700;
}
.collapsible {
  // border-top: 1px solid #ddd;
  // border-right: 1px solid #ddd;
  // border-left: 1px solid #ddd;
  border: none;
  margin: 0.5rem 0 1rem 0; 
  }

  .collapsible li {
    margin-bottom: 10px;
    border-radius: 3px;
    overflow: hidden;
  }

.collapsible-header {
  display: block;
  cursor: pointer;
  min-height: 3.5rem;
  line-height: 3.5rem;
  padding: 0 1rem;
  background-color: #ececec;
  border-bottom: 1px solid #ddd; 
  color: #828587;
  overflow: hidden;}

  .collapsible-header span {
    font-weight: 600 !important;
  }

  .collapsible-header i {
    width: 2.5rem;
    font-size: 2rem;
    line-height: 3.5rem;
    display: block;
    float: left;
    text-align: center;
    margin-right: 1rem; 
    color: #cbcccd;
    -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;}

  .collapsible-header.active i {
    -moz-transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -webkit-transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -o-transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -ms-transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  }

.collapsible-body {
  display: none;
  background: #fff;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box; 
  padding-top: 2em;
  padding-bottom: 1em;
}
  .collapsible-body p {
    margin: 0;
    padding: 2rem; 
    padding-top: 0px;
    padding-bottom: 1em;
  }

  .collapsible-body p span {
    font-weight: 600;
  }


.collapsible.popout {
  border: none;
  box-shadow: none; }
  .collapsible.popout > li {
    box-shadow: none;
    margin: 0 24px;
    transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .collapsible.popout > li.active {
    box-shadow: none;
}


#contact hr.top-time {
  margin-top: 20px;
}


#contact hr.bottom-time {
  margin-top: 45px;
  margin-bottom: 20px;
}

#contact .row {
  margin-bottom: 0px;
  padding-bottom: 0px;
}


#contact img {
  width: 120px;
  height: auto;
  margin: 0 auto;
  border-radius: 50%;
}

#contact h1 {
  margin-top: 10px;
}


#contact h3 {
  font-weight: 300;
}


#contact h5 {
  font-weight: 200;
  text-transform: uppercase;
}

#contact a.light-time {
  display: block;
  font-weight: 100;
}








#boom-diggity .container {
  max-width: 700px;
  margin: 0 auto;
}

#boom-diggity p.main {
  text-align: left;
	font-weight: 300;
}

#boom-diggity ol {
  margin-bottom: 50px;
}

#boom-diggity ol li {
  color: #808c93;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;  
}

#boom-diggity ol li p.main {
  text-align: left;
  padding: 0px;
  font-size: 16px;
  line-height: 18px;
	margin-top: 2px;
}

#boom-diggity .parallax-container {
      height: 500px;
      width: 120%;
      margin-left: -10%;
}

#boom-diggity .parallax-container.sales {
      height: 500px;
}






















