body,h1,h3,h5{
	font-family: 'Inter', sans-serif;
}
p{
	text-indent: 18px;
	font-size: 18px;
}
ul,li{
	font-size:18px;
}

/* Create a Parallax Effect */
.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6, .bgimg-7, .bgimg-8, .bgimg-9, .bgimg-10, .bgimg-11, .bgimg-12, .bgimg-13, .bgimg-14, .bgimg-15, .bgimg-16 {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* First image (Logo. Full height) */
.bgimg-1 {
  background-image: url("Images/fields.jpg");
  min-height: 100%;
}

/* Second image (classes) */
.bgimg-2 {
  background-image: url("Images/flowers.jpg");
  min-height: 100%;
}

/* Third image (Contact) */
.bgimg-3 {
  background-image: url("Images/nightSky.jpg");
  min-height: 100%;
}

/* Third image (Contact) */
.bgimg-4 {
  background-image: url("Images/wood.jpg");
  min-height: 100%;
}

/* Third image (Contact) */
.bgimg-5 {
  background-image: url("Images/hormoneBackgroundDark.jpg");
  min-height: 100%;
}

/* Third image (Contact) */
.bgimg-6 {
  background-image: url("Images/weightlossMountains.jpg");
  min-height: 100%;
}

/* Third image (Contact) */
.bgimg-7 {
  background-image: url("Images/gutHealthBackground.jpg");
  min-height: 100%;
}

/* Third image (Contact) */
.bgimg-8 {
  background-image: url("Images/micronutrientBackground2.jpg");
  min-height: 100%;
}

/* Third image (Contact) */
.bgimg-9 {
  background-image: url("Images/aboutBackground.jpg");
  min-height: 100%;
}

/* Third image (Contact) */
.bgimg-10 {
  background-image: url("Images/contactBackground.jpg");
  min-height: 100%;
}

/* Third image (Contact) */
.bgimg-11 {
  background-image: url("Images/vitaminInjections.jpg");
  min-height: 100%;
}

/* Third image (Contact) */
.bgimg-12 {
  background-image: url("Images/gutHealthHands.jpg");
  min-height: 100%;
}

/* Third image (Contact) */
.bgimg-13 {
  background-image: url("Images/micronutrientMolecule.jpg");
  min-height: 100%;
}

/* Third image (Contact) */
.bgimg-14 {
  background-image: url("Images/weightlossPants.jpg");
  min-height: 100%;
}
/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1600px) {
  .bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6, .bgimg-7, .bgimg-8, .bgimg-9, .bgimg-10, .bgimg-11, .bgimg-12, .bgimg-13, .bgimg-14, .bgimg-15, .bgimg-16 {
    background-attachment: scroll;
    min-height: 400px;
 }
 
 .button2:hover {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
  
}

/* AUTOMATIC SLIDESHOW */
* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  width: 100%;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/*.active {
  background-color: #717171;
}
*/

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}


@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}