/*!
Copyright (c) 2018-2021 ActivistHub

Permission is hereby granted, free of charge, to 'Sarah Bale Tutoring', to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
 */

 @font-face {
  font-family: 'bottle_massow__demoregular';
  src: url('../fonts/bottle_massow_-_demo-webfont.woff2') format('woff2'),
       url('../fonts/bottle_massow_-_demo-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

.navbar-dark .navbar-toggler-icon {
  background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e)!important;
}

body,
html {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Source Sans Pro';
}

.intro_text {
  font-family: 'bottle_massow__demoregular', cursive;
}
.intro_text_small {
  font-family: 'Permanent Marker', cursive;
  font-weight: 800;
  font-size: 1.5rem;
}

.btn-xl {
  padding: 1.25rem 2.5rem;
}
.lrg-must {
  font-weight: bold;
  color:#F3BA04
}
.bordernotme {
  border-left:rgba(255, 255, 255, 0.5) 1px solid;
  border-right:rgba(255, 255, 255, 0.5) 1px solid;
  padding-top: 0;
  padding-bottom: 0rem;
}
.borderme {
  border-left:rgba(255, 255, 255, 0.5) 1px solid;
  padding-top: 0;
  padding-bottom: 0rem;
}

.content-section {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
.page-section-header {
  padding-top: 3.5rem;
  padding-bottom: 7.5rem;
}

.aboutme {
  padding-top: 3rem!important;
}

.formthanks{
  border-radius: 2em;
}

.pagelists li {
  font-size: 1.2rem;
}
.sublist li{
  font-size: 1.15rem;
}
.imgcontainer {
  height:200px!important;
 }

#reviews, #portfolio, #children_opinions, #getintouch{
  padding-top: 3rem!important;
  /* height: 100vh; */
}

.content-section-heading h2 {
  font-size: 2.5rem;
}

.content-section-heading h3 {
  font-size: 1rem;
  text-transform: uppercase;
}

.subhead {
  font-size: 1.4rem!important;
  text-transform:none!important;

}

.about_me_section {
  font-size:1.2em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

.text-faded {
  color: rgba(255, 255, 255, 0.7);
}

/* Map */
.map {
  height: 30rem;
}

.lrghide {
  display:none;
}



@media (max-width: 992px) {
  .map {
    height: 75%;
  }
  .page-section-header {
    padding-top: 0rem;
    padding-bottom: 7.5rem;
  }
  .order-lg-2 img {
    border-top-left-radius: 0rem!important;
    border-top-right-radius: 0rem!important;
  }
  .imgcontainer {
    height:100px!important;
   }

   .bordernotme {
    border-left: 0;
    border-right:0;
    padding: .5rem 1rem;
  }
  .borderme {
    border-left:0;
    border-right:0;
    padding: .5rem 1rem;
  }
  .lrghide {
    display:inline-block;
  }

}

.map iframe {
  pointer-events: none;
}

.scroll-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  color: white;
  background: rgba(52, 58, 64, 1);
  line-height: 45px;
  z-index: 9999;
}

.scroll-to-top:focus, .scroll-to-top:hover {
  color: white;
}

.scroll-to-top:hover {
  background: #343a40;
}

.scroll-to-top i {
  font-weight: 800;
}

.masthead {
  /* min-height: 30rem; */
  /* position: relative; */
  /* display: table; */
  /* width: 100%; */
  height: calc(100vh - 156px);
  /* padding-top: 0rem; */
  /* padding-bottom: 11rem; */
  background-color: #F3BA04;

  background: url("../img/bg-masthead.jpg");
  /* background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), url("../img/bg-masthead.jpg"); */
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.masthead h1 {
  font-size: 3rem;
  margin: 0;
  padding: 0;
}

@media (min-width: 992px) {
  .masthead {
  height: calc(100vh - 56px);
  }
  .masthead h1 {
    font-size: 6rem;
  }
  .masthead h3 {
    font-size: 2rem;
  }
}

/* Side Menu */
#sidebar-wrapper {
  position: fixed;
  z-index: 2;
  right: 0;
  width: 250px;
  height: 100%;
  transition: all 0.4s ease 0s;
  transform: translateX(250px);
  background: #268080;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav li.sidebar-nav-item a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 15px;
}

.bg-must{
  background-color: #F3BA04;
  background: url("../img/YellowPaper.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#getintouch .input-group-text{
  background-color: rgba(52, 58, 64, 1);
  border-color: rgba(52, 58, 64, 1);
  color: #ffffff;
  width: 95px;
  justify-content: flex-end!important;

}

.btn-black{
  background-color: rgba(52, 58, 64, 1);
  border-color: rgba(52, 58, 64, 1);
  color: #ffffff;
}
.btn-black:hover{
  background-color: rgba(0,0,0,1);
  border-color: rgba(0, 0, 0, 1);
  color: #ffffff;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  font-size: 1.2rem;
  background: rgba(52, 58, 64, 0.1);
  height: 80px;
  line-height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

.sidebar-nav > .sidebar-brand a {
  color: #fff;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

#sidebar-wrapper.active {
  right: 250px;
  width: 250px;
  transition: all 0.4s ease 0s;
}

.menu-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  background: rgba(52, 58, 64, 0.5);
  line-height: 50px;
  z-index: 999;
}

.menu-toggle:focus, .menu-toggle:hover {
  color: #fff;
}

.menu-toggle:hover {
  background: #343a40;
}

.service-icon {
  background-color: #fff;
  color: #268080;
  height: 7rem;
  width: 7rem;
  display: block;
  line-height: 7.5rem;
  font-size: 2.25rem;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.callout {
  /* padding: 15rem 0; */
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), url("../img/bg-callout.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* .callout h2 {
  font-size: 3.5rem;
  font-weight: 700;
  display: block;
  max-width: 30rem;
} */

.portfolio-item {
  display: block;
  position: relative;
  overflow: hidden;
  max-width: 530px;
  margin: auto auto 1rem;
}

.portfolio-item .caption {
  display: flex;
  height: 100%;
  width: 100%;
  background-color: rgba(33, 37, 41, 0.2);
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.portfolio-item .caption .caption-content {
  color: #fff;
  margin: 50% 0rem 0rem;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);

}

.portfolio-item .caption .caption-content h2 {
  font-size: 0.8rem;
  text-transform: uppercase;
  margin-left: 2rem;
}

.portfolio-item .caption .caption-content p {
  font-weight: 300;
  font-size: 1.2rem;
}

@media (min-width: 992px) {
  .portfolio-item {
    max-width: none;
    margin: 0;
  }
  .portfolio-item .caption {
    transition: background-color 0.7s, -webkit-clip-path 0.25s ease-out;
    transition: clip-path 0.25s ease-out, background-color 0.7s;
    transition: clip-path 0.25s ease-out, background-color 0.7s, -webkit-clip-path 0.25s ease-out;
    -webkit-clip-path: inset(0px);
    clip-path: inset(0px);
  }
  .portfolio-item .caption .caption-content {
    transition: opacity 0.25s;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-bottom: 0rem;
    min-height: 119px;
  }
  .portfolio-item img {
    transition: -webkit-clip-path 0.25s ease-out;
    transition: clip-path 0.25s ease-out;
    transition: clip-path 0.25s ease-out, -webkit-clip-path 0.25s ease-out;
    -webkit-clip-path: inset(-1px);
    clip-path: inset(-1px);
  }
  .portfolio-item:hover img {
    -webkit-clip-path: inset(0.5rem);
    clip-path: inset(0.5rem);
  }
  .portfolio-item:hover .caption {
    background-color: rgba(29, 128, 159, 0.9);
    -webkit-clip-path: inset(0.5rem);
    clip-path: inset(0.5rem);
  }
}
.display-6{
  font-size: 5vw;
}

.map iframe {
  height: 100%;
  width: 100%;
  border: 0;
}

footer.footer {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

footer.footer .social-link {
  display: block;
  height: 4rem;
  width: 4rem;
  line-height: 4.3rem;
  font-size: 1.5rem;
  background-color: #268080;
  transition: background-color 0.15s ease-in-out;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

footer.footer .social-link:hover {
  background-color: #155d74;
  text-decoration: none;
}

a {
  color: #268080;
}

a:hover, a:focus, a:active {
  color: #155d74;
}

.btn-primary {
  background-color: #268080 !important;
  border-color: #268080 !important;
  color: #fff !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #155d74 !important;
  border-color: #155d74 !important;
}

.btn-secondary {
  background-color: #ecb807 !important;
  border-color: #ecb807 !important;
  color: #fff !important;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background-color: #ba9106 !important;
  border-color: #ba9106 !important;
}

.btn-dark {
  color: #fff !important;
}

.btn {
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  font-weight: 700;
}

.bg-primary {
  background-color: #268080 !important;
}

.text-primary {
  color: #268080 !important;
}

.text-secondary {
  color: #ecb807 !important;
}
body { background: aliceblue; }

.gtco-testimonials {
  position: relative;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .gtco-testimonials {
    margin-top: 20px;
  }
}
.gtco-testimonials h2 {
  font-size: 30px;
  text-align: center;
  color: #333333;
  margin-bottom: 50px;
}
.gtco-testimonials .owl-stage-outer {
  padding: 30px 0;
}
.gtco-testimonials .owl-nav {
  display: none;
}
.gtco-testimonials .owl-dots {
  text-align: center;
}
.gtco-testimonials .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 2px solid #268080;
  margin: 0 5px;
}
.gtco-testimonials .owl-dots .active {
  box-shadow: none;
}
.gtco-testimonials .owl-dots .active span {
  background: #268080;
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}
.gtco-testimonials .card {
  background: #fff;
  box-shadow: 0 8px 30px -7px #c9dff0;
  margin: 0 20px;
  padding: 0 10px;
  border-radius: 20px;
  border: 0;
}
/* .gtco-testimonials .card .card-text{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
} */
.gtco-testimonials .card .card-img-top {
  max-width: 100px;
  border-radius: 50%;
  margin: 15px auto 0;
  box-shadow: 0 8px 20px -4px #95abbb;
  width: 100px;
  height: 100px;
}
.gtco-testimonials .card h5 {
  color: #268080;
  font-size: 21px;
  line-height: 1.3;
}
.gtco-testimonials .card h5 span {
  font-size: 18px;
  color: #666666;
}
.gtco-testimonials .card p {
  font-size: 18px!important;
  color: #555;
  padding-bottom: 15px;
}
.gtco-testimonials .active {
  opacity: 0.5;
  transition: all 0.3s;
}
.gtco-testimonials .center {
  opacity: 1;
}
.gtco-testimonials .center h5 {
  font-size: 24px;
}
.gtco-testimonials .center h5 span {
  font-size: 20px;
}
.gtco-testimonials .center .card-img-top {
  max-width: 100%;
  height: 120px;
  width: 120px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  outline: 0;
}
.blockquote-custom {
  position: relative;
  font-size: 1.1rem;
}

.blockquote-custom-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -25px;
  left: 50px;
}