/**
* HappyVoetReflex
* https://www.happyvoetreflex.nl
*/
/*--------------------------------------------------------------
# CSS
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;500;700&display=swap');

/*============= HAPPYVOETREFLEX.NL =============*/

/*-- iPhone X NO-GUTTER --*/
html {
   padding: env(safe-area-inset);
   scroll-behavior: auto!important;
}
/*-- HORIZONTALE SCROLL UIT & FONT --*/
html, body {
   overflow-x: hidden;
   font-family: 'Ubuntu', sans-serif;
   color: #505962;
}

.text-intro {
   color: #95b531;
}

/*--- Nav Scrolling Offset --*/
.offset:before {
   content: "";
   height: 5.2rem;
   display: block;
   margin-top: -5.2rem;
}

/*--- Extra Bootstrap Column Padding --*/
[class*="col-"] {
   padding: 1rem;
}

/*============= NAVIGATIE =============*/
.navbar-brand img {
   height: 3.3rem;
	padding-left: .7rem;
}
.navbar {
   padding: .7rem .1rem;
   font-weight: 500;
   letter-spacing: .1rem;
   font-size: .9rem;
   background: rgba(255, 253, 220, .9)!important;
   transition: background-color .5s ease;
		text-align: center;
}
.navbar-nav li {
   padding-right: .8rem;
	padding-top: .9rem;
}
.navbar-nav .nav-link {
   color: black;
   padding-top: .9rem;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
   color: #33b4ff;
}
.custom-toggler-icon {
   color: #33b4ff;
   font-size: 1.6rem;
}
.navbar.solid,
.navbar.solid-toggle {
   background: rgba(255, 253, 250, .9)!important;
   transition: background-color 1s ease;
}

/*============= LANDINGSPAGINA =============*/

.achtergrondfoto {
   position: absolute;
   width: 100%;
	height: 100%;
   overflow: hidden;
}

.start-wrap {
   clip: rect(0, auto, auto, 0);
   position: absolute;
   height: 100%;
   width: 100%;
   top: 0;
   left: 0;
   z-index: -9999;
}
.start-dark {
   background-image: url('img/Happyvoetreflex_Intro.jpg');
   background-attachment: scroll;
   height: 100%;
   width: 100%;
   background-size: cover;
   background-position: center center;
   -webkit-transform: translateZ(0);
   transform: translateZ(0);
   will-change: transform;
   z-index: -1;
   top: 0;
   left: 0;
   display: table;
}
.darkstart {
   background-color: rgba(0, 0, 0, .1);
   padding: 7rem 0;
   z-index: 1000!important;
}

#start h1 {
	margin-top: 100px;
	font-size: 3.2rem;
	color: #ffffff;
}

#start h3 {
	font-size: 1.2rem;
	font-weight: 400;
	color: #ffffff;
}



/*-- LANDING --*/
.caption {
   z-index: 1;
   position: absolute;
   top: 38%;
   width: 100%;
   max-width: 100%;	
}
.caption h1 {
   font-size: 4.5rem;
   letter-spacing: .1rem;
   text-shadow: .1rem .1rem .8rem black;
   padding-bottom: 1rem;
}
.caption h3 {
   font-size: 1.5rem;
   text-shadow: .1rem .1rem .5rem black;
   padding-bottom: 2rem;
}
.caption .btn-lg {
   border-width: medium;
   padding: .8rem 1.5rem;
   font-size: 1.1rem;
}

.btn-grad {
   background: rgba(255, 253, 220, .9)!important;
   transition: background-color 1s ease;
    margin: 10px;
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    color: grey;            
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
 }

         
/*--------------------------------------------------------------
# HOOFD
--------------------------------------------------------------*/
#hero {
  width: 100%;
  background: #f9f9f9;
  position: relative;
  padding-bottom: 1.9rem;
}

#hero h1 {
  margin: 0;
  font-size: 2.2rem;
  color: #95b531;
  line-height: 46px;
}

#hero h2 {
  color: #33b4ff;
  margin: 10px 0 0 0;
  font-size: 20px;
}

#hero .btn-get-started {
    background-image: linear-gradient(to right, #c2e59c 0%, #64b3f4  51%, #c2e59c  100%);       
	padding: 5px 45px;
    text-align: center;
	margin-top: 15px;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;            
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
 }

#hero .btn-get-started:hover {
    background-position: right center; /* Richting */
    color: #fff;
    text-decoration: none;
  }

@media (max-width: 991px) {
  #hero {
    text-align: center;
	 padding-bottom: .9rem;
  }

  #hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }

  #hero .hero-img img {
    width: 80%;
  }
}

/*-- PIJL --*/
.arrow {
   position: absolute;
   bottom: 0;
   width: 100%;
   animation: bounce 2s infinite;
   -webkit-animation: bounce 2s infinite;
}
.down-arrow .svg-inline--fa {
   color: white;
   font-size: 2.2rem;
   opacity: .3;
}
.down-arrow .svg-inline--fa:hover {
   opacity: .8;
}

/*============= OVER MIJ =============*/

#overmij h1 {
	font-size: 2.2rem;
	color: #95b531;
}

#overmij h2 {
  color: #33b4ff;
  margin: 10px 0 0 0;
  font-size: 20px;
}

.lead {
	font-size: 0.9rem;
}

/*===== VOETREFLEXLEXOLOGIE =====*/
/*--- iOS Fixed Background Image --*/

.achtergrondfoto {
   position: absolute;
   width: 100%;
	height: 100%;
   overflow: hidden;
}

.voetreflexologie-wrap {
   clip: rect(0, auto, auto, 0);
   position: absolute;
   height: 100%;
   width: 100%;
   top: 0;
   left: 0;
   z-index: -9999;
}
.voetreflexologie-dark {
   background-image: url('img/Happyvoetreflex_Voetreflexologie2.jpg');
   background-attachment: scroll;
   height: 100%;
   width: 100%;
   background-size: cover;
   background-position: center center;
   -webkit-transform: translateZ(0);
   transform: translateZ(0);
   will-change: transform;
   z-index: -1;
   top: 0;
   left: 0;
   display: table;
}
.dark1 {
   background-color: rgba(0, 0, 0, .3);
   padding: 7rem 0;
   z-index: 1000!important;
}

#voetreflexologie h1 {
	font-size: 2.2rem;
	color: #95b531;
}

/*============= GESPREKKEN =============*/

#gesprekken h1 {
	font-size: 2.2rem;
	color: #95b531;
}

.lead {
	font-size: 0.9rem;
}

/*===== VOOR WIE =====*/
/*--- iOS Fixed Background Image --*/

.achtergrondfoto {
   position: relative;
   width: 100%;
	height: 100%;
   overflow: hidden;
}

.voorwie-wrap {
   clip: rect(0, auto, auto, 0);
   position: absolute;
   height: 100%;
   width: 100%;
   top: 0;
   left: 0;
   z-index: -9999;
	
}
.voorwie-dark {
   background-image: url('img/Happyvoetreflex_Doelgroep.jpg');
   background-attachment: scroll;
   height: 100%;
   width: 100%;
   background-size: cover;
   background-position: center center;
   -webkit-transform: translateZ(0);
   transform: translateZ(0);
   will-change: transform;
   z-index: -1;
   top: 0;
   left: 0;
   display: table;
}
.dark2 {
   background-color: rgba(0, 0, 0, .5);
   padding: 7rem 0;
   z-index: 1000!important;
}

#voorwie h1 {
	font-size: 2.2rem;
	color: #95b531;
}

/*============= TARIEVEN =============*/

.tarieven-column {
   background-color: white;
   height: 100%;
   padding: 1.6rem;
   border-top: .25rem solid #95b531;
   box-shadow: 0 0 .8rem rgba(0, 0, 0, .075);
   transition: transform .7s ease;
   position: relative;
   overflow: hidden;
}
.tarieven-column:hover {
   transform: scale(1.1);
}
.tarieven-column h4 {
   font-size: 1.1rem;
   font-weight: 700;
}
.ribbon {
   background-color: #6c757d;
   color: white;
   font-size: .8rem;
   font-weight: 700;
   height: 2rem;
   width: 10rem;
   padding-top: .4rem;
   position: absolute;
   transform: rotate(45deg);
   right: -2.8rem;
   top: 1.5rem;
   box-shadow: 0 0 .2rem rgba(0, 0, 0, .25);
}

#tarieven h1 {
	font-size: 2.2rem;
	color: #95b531;
	text-align: center;
	margin-bottom: 2rem;
}

#tarieven h2 {
  color: #33b4ff;
  margin: 10px 0 0 0;
  font-size: 20px;
}

#tarieven a {
  color: grey;
}

/*===== CONTACT =====*/

.contact {
   position: relative;
   width: 100%;
	height: 100%;
   overflow: hidden;
}

.contact-wrap {
   clip: rect(0, auto, auto, 0);
   position: absolute;
   height: 100%;
   width: 100%;
   top: 0;
   left: 0;
   z-index: -9999;
	
}
.contact-light {
   background-image: url('img/Happyvoetreflex_Contact.jpg');
   background-attachment: scroll;
   height: 100%;
   width: 100%;
   background-size: cover;
   background-position: center center;
   -webkit-transform: translateZ(0);
   transform: translateZ(0);
   will-change: transform;
   z-index: -1;
   top: 0;
   left: 0;
   display: table;
}
.dark3 {
   background-color: rgba(0, 0, 0, .3);
   padding: 7rem 0;
   z-index: 1000!important;
}

#contact h1 {
	font-size: 3.0rem;
	color: #ffffff;
}

#contact a {
  color: white;
}

#contact svg.svg-inline--fa {
  font-size: 1.6rem;
  margin: 1.2rem .5rem 0 0;
}
#contact svg.svg-inline--fa:hover {
  color: #95b531!important;
}


/*============= TOP SCROLL =============*/

a.top-scroll {
   right: 1.2rem;
   bottom: 1.2rem;
   position: fixed;
   opacity: .3;
   z-index: 1000;
   display: none;
}
a.top-scroll:hover {
   opacity: .5;
}
.top-scroll .svg-inline--fa {
   background: white;
   color: #53595f;
   font-size: 3rem;
   height: 1.7rem;
}

/*============= MEDIA QUERIES =============*/

/* Devices under 992px (lg) */
@media (max-width: 991.98px) {
   .caption h1 {
      font-size: 3.5rem;
      letter-spacing: .2rem;
      padding-bottom: .8rem;
   }
   .caption h3 {
      font-size: 2.2rem;
      padding-bottom: 1.7rem;
   }
   .caption .btn-lg {
      padding: .7rem 1.2rem;
      font-size: 1rem;
   }
   .clients img {
      max-width: 50%;
      margin: 0 auto;
   }
}

/* Devices under 768px (md) */
@media (max-width: 767.98px) {
   .caption h1 {
      font-size: 2.7rem;
      letter-spacing: .15rem;
      padding-bottom: .5rem;
   }
   .caption h3 {
      font-size: 1.7rem;
      padding-bottom: 1.2rem;
   }
   .caption .btn-lg {
      padding: .6rem 1.1rem;
   }
   #features h1 {
      font-size: 2rem;
   }
   .top-scroll {
      display: none!important;
   }
}

/* Devices under 576px (sm) */
@media (max-width: 575.98px) {
   .caption h1 {
      font-size: 1.9rem;
      letter-spacing: .1rem;
      padding-bottom: .4rem;
   }
   .caption h3 {
      font-size: 1.2rem;
      padding-bottom: 1rem;
   }
   .caption .btn-lg {
      padding: .4rem .9rem;
      font-size: .9rem;
   }
}


/*============ BOOTSTRAP BREAK POINTS:

Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

=============*/
