/*============= RESETS ============= font-family: 'Lato', sans-serif; font-family: 'Great Vibes', cursive; */

/*-- iPhone X Remove Gutters --*/
html {
   padding: env(safe-area-inset);
}
/*-- Prevent Horizontal Scrolling & Font Style --*/
html, body {
   overflow-x: hidden;
   font-family: 'Lato', sans-serif;
   color: #505962; /* #db1c6d; or #0079c7; */
}
.text-peppy-blue {
   color: #0079c7;
}
.text-peppy-pink {
   color: #db1c6d;
}
.reg {
   font-size: .6rem;
}

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

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

/*============= NAVIGATION =============*/
.navbar-brand img {
   height: 3.3rem;
   filter:drop-shadow(.1rem .1rem .1rem #505962);
}
.navbar {
   padding: .1rem 1rem;
   text-transform: uppercase;
   font-weight: 700;
   letter-spacing: .1rem;
   font-size: .9rem;
   transition: background-color .6s ease;
}
.navbar-nav li {
   padding-right: .4rem;
}
.navbar-nav .nav-link {
   color: white;
   padding-top: .8rem;
   text-shadow: 0rem 0rem .2rem #505962;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
   color: #0079c7;
   text-shadow: 0rem 0rem 0rem #0079c7;
}
.custom-toggler-icon {
   color: white;
   font-size: 1.6rem;
   filter:drop-shadow(.1rem .1rem .1rem #505962);
}
.navbar.solid,
.navbar.solid-toggle {
   background: rgba(0, 0, 0, .7)!important;
   transition: background-color 1s ease;
}

/*-- Remove Button Outline --*/
button:focus, a:focus, a.btn:focus {
   outline: 0!important;
   -webkit-appearance: none;
   box-shadow: none;
}
button, a, a.btn,
.svg-inline--fa {
   transition: all .5s ease;
}

/*============= LANDING PAGE =============*/

/*--- Fixed Landing Page Section --*/
.landing {
   position: relative;
   width: 100%;
   height: 100vh;
   display: table;
   z-index: -1;
   
}
.home-wrap {
   clip: rect(0, auto, auto, 0);
   position: absolute;
   height: 100%;
   width: 100%;
   top: 0;
   left: 0;
}
.home-inner {
   background-image: url(/img/room.jpg);
   position: fixed;
   height: 100%;
   width: 100%;
   background-size: cover;
   background-position: center center;
   -webkit-transform: translateZ(0);
   transform: translateZ(0);
   will-change: transform;
   display: table;
}

/*-- Landing Page Caption --*/
.caption {
   z-index: 1;
   position: absolute;
   top: 18%;
   width: 100%;
   max-width: 100%;
}
.caption img {
   height: 15rem;
   padding-left: 2.5rem;
   filter:drop-shadow(.1rem .1rem .25rem #505962);
}
.caption h1 {
   font-family: 'Great Vibes', cursive;
   font-size: 6rem;
   font-weight: bold;
   color: #0079c7;
   text-shadow: .1rem .1rem .5rem #505962;
}
.caption .btn-lg {
   border-width: medium;
   border-color: #0079c7;
   padding: .8rem 1.5rem;
   font-size: 1.1rem;
   font-weight: bold;
   color: #0079c7;
}
.caption .btn-lg:hover {
   background-color: #0079c7;
   color: white;
}

/*-- Bouncing Down Arrow --*/
.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: .5;
}
.down-arrow .svg-inline--fa:hover {
   opacity: .9;
}

/*============= SERVICES SECTION =============*/
.btn-sm {
   border-width: medium;
   border-radius: 0;
   padding: .5rem 1.1rem;
   text-transform: uppercase;
   font-size: .9rem;
   margin: 1rem;
}
.btn-peppy {
   background-color: #0079c7;
   color: white;
}
.btn-peppy:hover {
   background-color: #0264a2;
   color: white;
}
h3.heading {
   text-transform: uppercase;
   font-weight: 700;
   font-size: 1.9rem;
   text-align: center;
   margin-bottom: 1.9rem;
}
.heading-underline {
   width: 3rem;
   height: .2rem;
   background-color: #0079c7;
   margin: 0 auto 2rem;

}
.service span {
   color: #0079c7;
   margin-bottom: .6rem;
}
.service h3 {
   text-transform: uppercase;
   font-size: 1.3rem;
   padding-bottom: .4rem;
}
.fixed {
   overflow: hidden; /*-- Included for iOS update --*/
}

/*===== FIXED BACKGROUND IMG =====*/

/*--- iOS Fixed Background Image --*/
.fixed {
   position: relative;
   width: 100%;
   overflow: hidden;
}
.fixed-wrap {
   clip: rect(0, auto, auto, 0);
   position: absolute;
   height: 100%;
   width: 100%;
   top: 0;
   left: 0;
   z-index: -9999;
}

/*============= PRODUCTS SECTION FIXED BG IMG =============*/

/*--- Products Background Image --*/
.fixed-light {
   background-image: url(../img/fixed/darkroom.jpg);
   position: fixed;
   height: 100%;
   width: 100%;
   background-size: cover;
   background-position: center center;
   -webkit-transform: translateZ(0);
   transform: translateZ(0);
   will-change: transform;
   display: table;
   z-index: -1;
   top: 0;
   left: 0;
}
.light {
   background-color: rgba(255, 255, 255, .7);
   padding: 1.5rem 0;
   z-index: 1000;
}
.owl-stage {
   display: flex;
}
.card {
   height: 95%;
   border-radius: 0;
   text-align: center;
   margin: 0 1rem;
   border: .0rem solid rgba(0, 0, 0, .075);
   box-shadow: 0 0 .8rem rgba(0, 0, 0, .4);
   transition: transform .6s ease;
}
.card:hover {
   transform: scale(.95);
}
button.owl-dot.active span,
button.owl-dot:hover span{
   background-color: #0079c7!important;
}
.card h4 {
   font-size: 1.2rem;
}

/*============= REVIEWS SECTION =============*/
#reviews-carousel {
   max-width: 1200px;
   margin: 0 auto;
}
.reviews img {
   border-radius: 50%;
   transition: transform .3s ease;
}
.reviews img:hover {
   transform: scale(.95);
}
.review {
   height: 12rem;
   display: block;
}
blockquote .svg-inline--fa {
   margin: 1rem;
   color: #0079c7;
}
.reviews-hr {
   border-top: .1rem solid #0079c7;
}

/*============= TEAM SECTION =============*/


/*============= CONTACT SECTION =============*/
.footer {
   background: url('../img/footer/footer.jpg') no-repeat;
   background-size: cover;
   color: white;
}
.row.outer {
   background-color: rgba(57, 63, 70, .9);
   padding: 1rem 2rem 3rem;
}
.footer img {
   height: 3.5rem;
   margin: 1rem 0;
}
.footer a {
   color: white;
   text-decoration: none;
}
.footer a:hover {
   color: #0079c7;
}
.footer h3 {
   text-transform: uppercase;
   margin: 1.75rem 0 2.2rem;
}

/*--- Contact Form --*/
.form-group {
   margin-bottom: .5rem;
}
.form-control {
   background-color: #53595f;
   border-radius: 0;
   border: .15rem solid #666b71;
   color: white!important;
   font-size: 1.1rem;
}
.form-control:focus {
   background-color: #53595f;
   border: .15rem solid #666b71;
}
.form-group input::placeholder,
.form-group textarea::placeholder {
   color: #b2b5b8!important;
}
hr.socket {
   margin-top: -1rem;
   border-top: .2rem solid #666b71;
   width: 100%;
}
.math-problem {
	margin-bottom: 0;
	padding-top: 1rem;
}
.btn-outline-light {
	
}
.btn-form {
   border-width: medium;
   border-radius: 0;
   padding: .4rem 1.1rem;
   text-transform: uppercase;
   font-size: .9rem;
   margin: 0;
   height: 2.5rem;
}
.errors p,
.success p {
	padding: 10px;
	margin-bottom: .5rem;
}

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

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

/* Devices under 992px (lg) */
@media (max-width: 991.98px) {
   .caption img {
      height: 12rem;
      padding-left: 2.5rem;
   }
   .caption h1 {
      font-size: 4.5rem;
      font-weight: bold;
   }
   .caption .btn-lg {
      padding: .6rem .8rem;
      font-size: .9rem;
   }
   .reviews img {
      max-width: 50%;
      margin: 0 auto;
   }
}

/* Devices under 768px (md) */
@media (max-width: 767.98px) {
   #services h1 {
      font-size: 2rem;
   }
   .fixed-light {
      background-image: url(../img/fixed/darkroom-mobile.jpg);
   }
   .footer {
      background: url('../img/footer/footer-mobile.jpg') no-repeat;
   }
   .top-scroll {
      display: none!important;
   }
}

/* Devices under 576px (sm) */
@media (max-width: 575.98px) {
   
}

/*============ 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) { ... }

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