html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch !important;

}
.navbar {
  background: black !important;
}
.nav-colored {
  background: black !important;

}
.navbar-transparent {
  background: transparent !important;
}
.portfolio-bottom {
  margin-top: -40px;
}
.jumbo-btn {
  height: 80px;
  background: black !important;
  border: 3px solid white !important;
}
@media only screen and (max-width: 1000px) {
  #mainNav {
    display: none;
  }
  .jumbo-btn {
    height: 80px !important;
    background: black !important;
    border: 3px solid white !important;
  }
  .text-uppercase {
    font-size: 2.2rem !important;
  }
  .portfolio-bottom {
    margin-top: -30px;
  }
}
.paypal-portion {
  padding-top: 40px;
}
.text-white {
  font-size: 3rem;
}
@media only screen and (min-width: 1001px) {
  .navy {
    display: none;
  }
}
.navy {
  background: #64a19d;

}
#slide-out {
  background: #64a19d;

}
.sidenav {
  width: 265px !important;

}
#sidenav-pic {
  max-height: 100%;
  max-width: 100%;
  min-width: 100%;
}
.name {
  font-weight: bold !important;
}
.more {
  color: white !important;
}
.top-line {
  margin-top: 30px;
  font-weight: bold !important;
}
.tan_line {
  border-bottom: 3px solid tan;
}
.subheader-two {
  margin-top: -50px;
}
#mainNav {
  min-height: 56px;
  background-color: #fff;
}
#name {
  margin-top: 400px;
}
.background {
  height: 400px;
}

#paypal-btn {
  margin-top: 50px;
}
#mainNav .navbar-toggler {
  font-size: 80%;
  padding: 0.75rem;
  color: #64a19d;
  border: 1px solid #64a19d;
}

#mainNav .navbar-toggler:focus {
  outline: none;
}

#mainNav .navbar-brand {
  color: white !important;
  font-weight: 700;
  padding: .9rem 0;
}

#mainNav .navbar-nav .nav-item:hover {
  color: fade(white, 90%);
  outline: none;
  background-color: transparent;
}

#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
  outline: none;
  background-color: transparent;
}
@media only screen and (min-width: 603px) and (max-width: 1866px) {
    .navbar-brand {
      display: none;
    }
}
@media only screen and (min-width: 700px) and (max-width: 1113px) {
    .navbar-brand {
      display: none;
    }
    .nav-link {
      font-size: 12px !important;
    }
}
@media (min-width: 992px) {
  #mainNav {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    background-color: transparent;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
  }
  #mainNav .navbar-brand {
    padding: .5rem 0;
    color: white;
  }

  #mainNav .nav-link {
    -webkit-transition: none;
    transition: none;
    padding: 2rem 1.5rem;
    color: white;

  }
  #mainNav .nav-link:hover {
    color: tan;
    background: none;
  }
  #mainNav .nav-link:active {
    color: white;
  }
  #mainNav.navbar-shrink {
    background-color: #fff;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #161616;
  }
  #mainNav.navbar-shrink .nav-link {
    color: #161616;
    padding: 1.5rem 1.5rem 1.25rem;
    border-bottom: 0.25rem solid transparent;
  }
  #mainNav.navbar-shrink .nav-link:hover {
    color: #64a19d;
  }
  #mainNav.navbar-shrink .nav-link:active {
    color: #467370;
  }
  #mainNav.navbar-shrink .nav-link.active {
    color: #64a19d;
    outline: none;
    border-bottom: 0.25rem solid #64a19d;
  }
}

.masthead {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 35rem;
  padding: 15rem 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 22, 22, 0.1)), color-stop(75%, rgba(22, 22, 22, 0.5)), to(#161616)), url("./images/jacks-2.jpg");
  background: linear-gradient(to bottom, rgba(22, 22, 22, 0.1) 0%, rgba(22, 22, 22, 0.5) 75%, #161616 100%), url("./images/jacks-2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.masthead h1 {
  font-family: 'Varela Round';
  font-size: 2.5rem;
  line-height: 2.5rem;
  letter-spacing: 0.8rem;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.5));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.make-smaller {
  font-family: 'Varela Round';
  font-size: 2.5rem;
  line-height: 2.5rem;
  letter-spacing: 0.8rem;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.5));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.masthead h2 {
  max-width: 20rem;
  font-size: 1rem;
  color: white;
}

@media (min-width: 768px) {
  .masthead h1 {
    font-size: 4rem;
    line-height: 4rem;
  }
}

@media (min-width: 992px) {
  .masthead {
    height: 100vh;
    padding: 0;
  }
  .masthead h1 {
    font-size: 6.5rem;
    line-height: 6.5rem;
    letter-spacing: 0.8rem;
  }
  .masthead h2 {
    max-width: 30rem;
    font-size: 1.25rem;
  }
}

.btn {
  -webkit-box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  padding: 1.25rem 2rem;
  font-family: 'Varela Round';
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: .15rem;
  border: 0;
}

.btn-primary {
  background-color: #64a19d;
}

.btn-primary:hover {
  background-color: #4f837f;
}

.btn-primary:focus {
  background-color: #4f837f;
  color: white;
}

.btn-primary:active {
  background-color: #467370 !important;
}
@media only screen and (max-width: 600px) {
  .about-section {
    padding-top: 10rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#161616), color-stop(75%, rgba(22, 22, 22, 0.9)), to(rgba(22, 22, 22, 0.8)));
    background: linear-gradient(to bottom, #161616 0%, rgba(22, 22, 22, 0.9) 75%, rgba(22, 22, 22, 0.8) 100%);
    padding-bottom: 30px;
  }
  #logo-picture {
    height: 200px !important;
    width: 200px !important;
  }
}
.about-section {
  padding-top: 10rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#161616), color-stop(75%, rgba(22, 22, 22, 0.9)), to(rgba(22, 22, 22, 0.8)));
  background: linear-gradient(to bottom, #161616 0%, rgba(22, 22, 22, 0.9) 75%, rgba(22, 22, 22, 0.8) 100%);
  margin-bottom: -20px;
}

.about-section p {
  margin-bottom: 5rem;
}

.projects-section {
  padding: 10rem 0;
  background-image: linear-gradient(black, white, black);
}

.projects-section .featured-text {
  padding: 2rem;

}

@media (min-width: 992px) {
  .projects-section .featured-text {
    padding: 0 0 0 2rem;
    border-left: 0.5rem solid #64a19d;
  }
}

.projects-section .project-text {
  padding: 3rem;
  font-size: 90%;
}

@media (min-width: 992px) {
  .projects-section .project-text {
    padding: 5rem;
  }
  .projects-section .project-text hr {
    border-color: #64a19d;
    border-width: .25rem;
    width: 30%;
  }
}

.signup-section {
  padding: 10rem 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 22, 22, 0.1)), color-stop(75%, rgba(22, 22, 22, 0.5)), to(#161616)), url("../img/bg-signup.jpg");
  background: linear-gradient(to bottom, rgba(22, 22, 22, 0.1) 0%, rgba(22, 22, 22, 0.5) 75%, #161616 100%), url("../img/bg-signup.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.signup-section .form-inline input {
  -webkit-box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  padding: 1.25rem 2rem;
  height: auto;
  font-family: 'Varela Round';
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  border: 0;
}

.contact-section {
  padding: 5rem 0 0;
}
.contact-container {
  background-image: linear-gradient(white, black);
  padding-bottom: 60px;
}
.inside-form {
  padding-bottom: 30px;
}
.contact-section .card {
  border: 0;
  border-bottom: 0.25rem solid #64a19d;
}
.contact-head {
  font-family: 'Varela Round';
  font-weight: bolder;
  text-decoration: underline;
  color: #64a19d;
}
.material-icons {
  color: black;
}
.text-text {
  color: black;
}
.contact-section .card h4 {
  font-size: 0.8rem;
  font-family: 'Varela Round';
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}

.contact-section .card hr {
  border-color: #64a19d;
  border-width: 0.25rem;
  width: 3rem;
}

.contact-section .social {
  margin-top: 5rem;
}

.contact-section .social a {
  text-align: center;
  height: 3rem;
  width: 3rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  line-height: 3rem;
  color: rgba(255, 255, 255, 0.3);
}

.contact-section .social a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.contact-section .social a:active {
  color: #fff;
}

body {
  font-family: 'Nunito';
  letter-spacing: 0.0625em;
}

a {
  color: #64a19d;
}

a:focus, a:hover {
  text-decoration: none;
  color: #3c6360;
}

.bg-black {
  background-color: #161616 !important;
}

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

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

footer {
  padding: 5rem 0;
}



.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}

.portfolio-box .portfolio-box-caption {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  color: #fff;
  background: #64a19d;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  padding: 0 15px;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}

.portfolio-box:focus {
  outline: none;
}

@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
}


/****************** CUSTOM CSS *********************/

.house_rules {
  margin-top: 40px;
  
}
.house_rules_row {
  padding-top: 30px !important;
}
.agreement {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  padding-top: 20px;
}
.agreement-two {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  padding-top: 20px;
}


#logo-picture {
  height: 250px;
  width: 250px;
}
.map {
  background: black;
}
.contact-column {
  background-image: url("images/adult.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px;
  box-shadow: 20px 20px 20px black;
  margin-left: -40px;
  border: 3px solid white;
}
.contact-column i {
  text-shadow:
    -1px -1px 0 black,
    1px -1px 0 black,
    -1px 1px 0 black,
    1px 1px 0 black !important;
}
.contact-column-2 {
  background-image: url("images/adult.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px;
  box-shadow: 20px 20px 20px black;
  margin-left: 35px;
  border: 3px solid white;
}

#first_name {
  background: white;
  color: black;
  padding-left: 20px;
  box-shadow: 20px 20px 20px black;

}
#autocomplete-input, #textarea1 {
  background: white;
  color: black;
  padding-left: 20px;
  box-shadow: 20px 20px 20px black;
}
.paragraph {
  font-weight: bold;
  margin: 0px 0px;
  width: 450px;
}
.prefix {
  color: white;
}
@media only screen and (max-width: 600px) {
  .paragraph {
    width: 100%;
    max-width: 100%;
  }
  .contact-column {
    background-image: url("images/adult.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px;
    box-shadow: 20px 20px 20px black;
    margin-left: 0px;
  }
  .contact-column i {
    color: white !important;
    text-shadow:
    -1px -1px 0 black,
    1px -1px 0 black,
    -1px 1px 0 black,
    1px 1px 0 black;
  }
  .card-content span {
    color: white !important;
    text-shadow:
    -1px -1px 0 black,
    1px -1px 0 black,
    -1px 1px 0 black,
    1px 1px 0 black;
  }
  .contact-column-2 {
    display: none;
  }
  #projects {
    padding-top: 300px;
  }
}
@media only screen and (max-width: 1400px) {
  .paragraph {
    font-weight: bold;
    margin: 0px 0px !important;
    width: 400px;
    background-image: -webkit-linear-gradient( black, black );
    background-image: -webkit-linear-gradient( black, black );;
    -webkit-background-clip: text;
    background-clip: text;
  }

  .div_wrapper_one {
    position: relative;
  }
  .div_wrapper_one img {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media only screen and (max-width: 320px) {
  .contact-column-2 {
    display: none;
  }
}
/* @media only screen and (min-width: 1000px) and  (max-width: 1366px){
  #img_description {
    display: none;
  }
} */
.dark_red {
  color: darkred;
}
.card-title {
  font-size: 1.4rem !important;
  font-weight: bold !important;
}

.list-icons li{
  display: inline;
  color: white;
}

.my-paroller {
  background-image: url("images/autumn.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
  background-attachment: fixed;
  border-top: 7px solid white;
  border-bottom: 7px solid white;
}

.my-paroller-two {
  background-image: url("images/clouds.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
  background-attachment: fixed;
  border-top: 7px solid white;
  border-bottom: 7px solid white;
}
@media only screen and (max-width: 1400px) {
    .my-paroller {
    display: none;
  }
  .my-paroller-two {
    display: none;
  }
}
@media only screen and (min-width: 600px) {
  .buttons_call_text {
    display: none;
  }
}
.button_call {
  margin-bottom: 30px;
  background: tan;
  color: black;
  font-weight: bold;
  border: 3px solid white;
  height: 100%;
  min-height: 100%;
}
.button_text {
  height: 100%;
  min-height: 100%;
  margin-top: 25px;
  margin-bottom: 30px;
  background: black;
  color: white;
  border: 3px solid white;
  width: 100%;
}
.title-one {
  text-shadow:
    -1px -1px 0 black,
    1px -1px 0 black,
    -1px 1px 0 black,
    1px 1px 0 black !important;
}
.cards_container {
  background: black;
  margin-bottom: -24px;
}
.bio_white {
  color: white !important;
}


/* MODAL CSS */
#modal, .modal-footer {
  background-image: url("./images/wood.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: white !important;
}
.modal-content {
  background: transparent !important;
}
#modal h2 {
   font-family: 'Shrikhand', cursive;
}
#modal h5 {
  font-family: 'Rakkas', cursive;
}
#modal {
  border: 3px solid white;
}
@media only screen and (max-width: 600px) {
  #modal h2 {
   font-family: 'Shrikhand', cursive;
   font-size: 2rem;
  }
  .boxed {
    background-color: white;
    max-width: 100vw !important;
    width: 90vw !important;
    padding: 20px;
    box-shadow: 10px 10px 10px lightgrey;
    border: 2px solid black;
    margin-left: -45px !important;
  }
}
#modal h5 {
  font-family: 'Rakkas', cursive;
}
#modal {
  border: 3px solid white;

}
.white_hr {
  border-bottom: 3px solid white;
}
.btn_popup {
  align-content: center;
  display: block;
  background: black !important;
  font-weight: bold;
  border: 3px solid white;
}
.white_text {
  color: white !important;
  font-family: 'Shrikhand', cursive;
}
#email {
  color: black !important;
}
.resp-image {
  max-width: 100%;
}
.red {
  background: fixed;
  overflow-x: hidden;
}
body.modal-open {
    overflow: hidden;
    position: fixed;
}
#split-icons {
  margin-right: 18px;
}
.white-white {
  color: white !important;
}
.footer-bottom {
  padding-bottom: 120px;
}
.a-tag {
  color: #0d90e8 !important;
}
.a-tag:hover {
  color: teal !important;
}


.boxed {
  background-color: white;
  padding: 20px;
  box-shadow: 10px 10px 10px lightgrey;
  border: 2px solid black;
  margin-bottom: 100px !important;
  padding: 10px;
  width: 35vw;
}
.gradient-brand-color {
  background-image: -webkit-linear-gradient(0deg, #376be6 0%, #6470ef 100%);
  background-image: -ms-linear-gradient(0deg, #376be6 0%, #6470ef 100%);
  color: #fff;
}
.contact-info__wrapper {
  overflow: hidden;
  border-radius: .625rem .625rem 0 0
}

@media (min-width: 1024px) {
  .contact-info__wrapper {
      border-radius: 0 .625rem .625rem 0;
      padding: 5rem !important
  }
}
.contact-info__list span.position-absolute {
  left: 0
}
.z-index-101 {
  z-index: 101;
}
.list-style--none {
  list-style: none;
}
.contact__wrapper {
  background-color: #fff;
  border-radius: 0 0 .625rem .625rem
}

@media (min-width: 1024px) {
  .contact__wrapper {
      border-radius: .625rem 0 .625rem .625rem
  }
}
@media (min-width: 1024px) {
  .contact-form__wrapper {
      padding: 5rem !important
  }
}
.shadow-lg, .shadow-lg--on-hover:hover {
  box-shadow: 0 1rem 3rem rgba(132,138,163,0.1) !important;
}
#my-btn {
  min-height: 75px;
  background-color: black;
}
@media only screen and (min-width: 700px) and (max-width: 950px) {
  #img_description {
    margin-bottom: 200px !important;
  }
}