@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@400;700&display=swap);

html, body {
  height: 100%;
  width: 100%;
  font-family: 'Manrope', sans-serif;
  color: #222;  
}

/* Navbar Styles */

.navbar-brand {
  margin-left: 4rem;
}

.navbar {
  padding: .7rem;
}

.navbar-nav {
  margin-right: 4rem;
}

.navbar-nav li {
 padding-right: 20px;
 padding-top: 5px;
}

.navbar-nav li :hover {
 color: hsl(157,46%,50%) !important;
}

.nav-link {
  font-size: 1.1em !important;
}

li .active {
 color: hsl(157,46%,40%) !important;
}

/* Buttons */

.button {
  color: white;
  background-color: hsl(157,46%,50%);
}

.button:hover{
  background-color: hsl(157,46%,40%);
}

.cv-button {
  margin-top: 1rem;
}

.contact-button {
  font-size: 2em;
  margin: 3px;
  padding: 5px 30px;
  color:rgb(73,188,143);
  border: 2px solid hsl(157,46%,50%);
}

.contact-button:hover {
  background-color: hsl(157,46%,50%);
  color: white;
  text-decoration: none;
}

.banner-button {
  background-color: hsl(157,46%,32%);
  border:none;
}
.banner-button:hover {
  background-color: hsl(157,50%,45%);
}

/* Images */

.arrow1{
  position: relative;
  left: 80px;
}

.teacher-image-2 {
  display: none;
  position: relative;
  right:20px;
}

.green-marker-image {
  position: absolute;
  left:-150px;
  top:30px;
}

.round-pic {
  border: 9px solid hsl(157,50%,45%);
  border-radius: 100%;
  width: 90%;
}

.green-background {
  background-image: url(img/path.svg);
  background-repeat: no-repeat;
  height: 350px;
}

.bubble-background {
  background-image: url("img/bubble.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 217px;
}

.banner {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.3)) , url("img/banner3.jpg");
  background-position: center;
  background-size: cover;
  min-height: 440px;
}

/* Icons */

.bubble-icon {
  font-size: 5.2rem;
  color: white;
  margin: 1em;
  margin-left: auto;
  margin-right: auto;
}

.social a {
  font-size: 2.5rem;
  padding: 0.8rem;
}

.fa-facebook {
  color: #3b5998;
}

.fa-twitter {
  color: #00aced;
}

.fa-instagram {
  color: #517fa8;
}

.fa-facebook:hover, 
.fa-linkedin:hover,
.fa-instagram:hover {
  color: darkgrey;
}


.bubble-link {
  color: black;
}

.bubble-link:hover{
  cursor: default;
  color: hsl(157,46%,50%);
}

 /* Typography */

.main-text a{
  color: hsl(157,46%,50%);
}

.big-lead {
  padding-top: 1em;
  color: white;
  font-size: 2.3em;
}

.lead {
  color: white;
  padding-top: 0.2em;
}

.big-green-text {
  font-size: 3.5em;
  color: hsl(157,46%,50%);
  position: relative;
  top:30px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.green-text {
  font-size: 2em;
  color: hsl(157,46%,50%);
}

h2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

h5 {
  color: hsl(157,46%,32%);
}

.page-title {
  color: hsl(157,46%,45%);
}

.header-3 {
  font-size: 180%;
  margin-top: 1.9em;
  line-height: 1.3em;
  padding-bottom: 2.2rem;
}

.header-2 {
  font-size: 250%;
  margin-top: 0.4em;
  padding-bottom: 0.2em;
}

.about-header {
  font-size: 180%;
  margin-top: 2.8em;
  padding-bottom: 0.5rem;
}
.about-header {
  font-size: 180%;
  margin-top: 2.8em;
  padding-bottom: 0.5rem;
}

.banner-header {
  font-size: 330%;
  font-weight: bolder;
  color:rgb(255,204,51);
  margin-top: 0;
}
.banner-subheader {
  font-size: 180%;
  font-weight: bold;
  color:white;
  margin-top: 1.8em;
}
.banner-text {
  font-size: 150%;
  color:white;
  margin-top: 0.8em;
}


.green-break-mb{
  display: none;
}

.hello-break{
  display: none;
}

address a {
  color: hsl(157,46%,35%);
}

footer { 
  color: #d5d5d5;
  background-color: rgba(73,188,143,0.9);
}

.footer-text {
  color:white;
  font-size: 15px;
  padding-top: 0.8rem;
  padding-bottom: 0.3rem;
}  

.carousel-caption h4 {
  font-size: 180%;
  text-shadow: 2px 1px 10px #000;
  margin-bottom: -20px;
}

.modal-dialog {
  max-width: 100%;
  max-height: 100%;
  width: 60vw; 
  height: 40vh;
}

.testimonials {
  background-color: lavender;
  min-height: 13rem;
}

/* Form Styles */

.red {           
  font-size: 0.9rem;
  opacity: 0;
}

.error {
  font-size: 0.9rem;
  color: darkred;
}

.toasty-div {
  position: relative;
}

#toasty {
  position: absolute;
  right: -300px;
  bottom: 0px;
  display: none;
}

/* Aux Classes */
.padding {
  padding-bottom: 1rem;
}

.add-height{
  height: 6em;
}

/*---Media Queries --*/
@media (max-width: 1199px) {
  .navbar-brand {
    margin-left: 3rem;
  }

  .navbar-nav {
    margin-right: 3rem;
  }

  .navbar-nav li {
    padding-right: 15px;
  }

  .round-pic {
    width: 100%;
    margin-top: 0.3rem;
  }

  .header-3 {
    line-height: 1.1em;
    font-size: 160%;
  }
  .about-header {
    font-size: 170%;
    margin-top: 2.8em;
  }

  .social a {
    font-size: 2.4rem;
    padding: 0.5rem;
  }
  
  .modal-dialog {
    max-width: 100%;
    max-height:100%;
    width: 70vw; 
    height: 50vh; 
  }

  .carousel-caption h4 {
    font-size: 150%;
    text-shadow: 2px 1px 10px #000;
    margin-bottom: -20px;
  }

  .main-image {
  height: 82%;
  width: auto;
  }

  .arrow1{
  position: relative;
  left: 20px;
  }

  .arrow2{
  position: relative;
  left: -10px;
  }

  .testimonials {
    min-height: 16rem;
  }

}

@media (max-width: 991px) {

  .navbar-brand {
    margin-left: 2rem;
  }

  .navbar-nav {
    margin-right: 1rem;
  }

  .navbar-nav li {
    padding-right: 8px;
  }

  .round-pic {
    margin-top: 0.3rem;
  }

  .header-3 {
    line-height: 1.1em;
    font-size: 140%;
  }

  .about-header {  
    font-size: 160%;
    margin-top: 2.7em;
  }

  .social a {
    font-size: 1.8rem;
    padding: 0.3rem;
  }

  address a {
    font-size: 95%;
  }
  
  .modal-dialog {
    max-width: 100%;
    max-height:100%;
    width: 75vw; 
    height: 55vh; 
  }
  
  .carousel-caption h4 {
    font-size: 120%;
    text-shadow: 1px 1px 10px #000;
    margin-bottom: -20px;
  }

  .main-image {
    height:65%;
    width: auto;
  }

  .arrow1 {
    position: relative;
    height: 60%;
    left: -10px;
  }

  .arrow2 {
    position: relative;
    left: -20px;
    height: 60%;
    transform: rotate(-15deg);
  }

  .hello-break2 {
    display: none;
  }
  .hello-break {
    display: block;
  }

  .big-green-text {
    font-size: 3.6em;
  }

  .banner-header {
  font-size: 290%;
  }

  .banner-subheader {
    font-size: 160%;
    margin-top: 1.4em;
  }

  .banner-text {
    font-size: 140%;
    margin-top: 0.7em;
  }

  .testimonials {
    min-height: 15rem;
  }
}
@media (max-width: 767px) {

  .round-pic {
  width: 70%;
  }
  
  .header-3 {
    text-align: center;
    padding-bottom: 0px;
  }

  .about-header {
    text-align: center;
    padding-top: 0.4em;
    margin-top: 0.5em;
  }

  .green-text {
    text-align: center;
  }

  .modal-dialog {
    max-width: 100%;
    max-height:100%;
    width: 80vw; 
    height: 60vh; 
  }
    
  .carousel-caption {
    display: none;
  }

  .social a {
    font-size: 2.5em;
    padding: 1.2rem;
  }

  .main-image {
    height:90%;
    width: auto;
    position: relative;
    top:80px;
  }

  .green-marker-image {
    display:none;
  }

  .hr {
    display: none;
  }

  .arrows {
    display: none;
  }

  .cv-button {
  text-align: center;
  }

  .hello-break {
    display: none;
  }
  .hello-break2 {
    display: block;
  }

  .header-break{
    display: none;
  }

  .banner-header {
  font-size: 270%;
  }

  .banner-subheader {
    font-size: 140%;
    margin-top: 1.4em;
  }

  .banner-text {
    font-size: 120%;
    margin-top: 0.6em;
  }

  .big-lead{
    font-size: 2.2em;
    padding-top: 3.2rem;
  }
  .lead{
    font-size: 1.2em;
  }


}
@media (max-width: 576px) {
  .navbar-brand {
    margin-left: 1rem;
  }

  .navbar {
    padding: 0.6rem;
  }

  .navbar-nav {
    margin-right: 1rem;
  }

  .round-pic {
    width: 70%;
  }

  .modal-dialog {
    max-width: 100%;
    max-height:100%;
    width: 100vw; 
    height: 100vh; 
  }

  .carousel-caption {
    display: none;
  }

  .social a {
    font-size: 2em;
    padding: .7rem;
  } 

  .main-image {
    height:auto;
    width: 92vw;
    position: relative;
    top:10px;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  
  .teacher-image {
    transform: scale(0.9);
    margin-bottom: 2px !important;
    padding-bottom: 2px !important;
  }

  .big-green-text {
    font-size: 2.7em;
    position: relative;
    top:0px;
  }

  .green-text {
    font-size: 2em;
    padding-top: 1rem !important;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .bio-preview{
    padding-top: 2px !important;
    margin-top: 2px !important;
  }
  .preview-text{
    padding-left: 10px;
    margin-top:0;
    padding-top: 0;
  }

  .header-3 {
    margin-bottom: 0;
  }

  .about-header{
    margin-top: 0;
    padding-top:0;
  }

  .page-title{
    padding-bottom: 0;
  }

  .padding {
    padding-top: 0;
    padding-bottom: 0.1em;
    margin-bottom: 0;
  }

  .add-height{
    height: 1em;
  }

  .hello-text {
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px; 
  }

  .testimonials {
    margin-top: 3em;
  }

  .green-break-mb {
    display: block;
  }
  .green-break {
    display: none;
  }

  .hello-break2 {
    display: block;
  }
  .hello-break {
    display: none;
  }

  .header-break {
    display: block;
  }

}
@media (max-width: 415px) {

  .big-green-text {
    font-size: 2.4em;
  }

  .green-text {
    font-size: 1.7em;
    padding-top: 1.2rem !important;
  }

  .preview-text {
    padding-left: 15px;
  }

  h2, h3 {
    transform: scale(0.9);
  }

  .bubbles {
    transform: scale(0.9);
  }

  .big-lead {
    font-size: 2em;
  }

  .lead {
    font-size: 1.1em;
  }

  .green-background {
    
    margin-top: 2rem;
  }

  .banner-header {
  font-size: 250%;
  }

  .banner-subheader {
    font-size: 120%;
    margin-top: 1.1em;
  }

  .banner-text {
    font-size: 105%;
    margin-top: 0.5em;
  }

  .page-title {
    margin-top: 2rem;
  }

  .testimonials {
    min-height: 27rem;
  }

}

@media (max-width: 376px) {

  .teacher-image {
    transform: scale(0.8);
  }

  .preview-text{
    padding-left: 15px;
  }

  h2, h3 {
    transform: scale(0.9);
  }

  .hello-break2{
    display: none;
  }

}

@media (max-width: 321px) {

  .teacher-image {
    transform: scale(0.8);
  }

  .big-green-text {
    font-size: 2.1em;
  }

}


/*---Firefox Bug Fix --*/
.carousel-item {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

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


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








