
html{
  scroll-behavior: smooth;
} 

nav {background-color: #ff66d9;
    font-size: 1.3rem;
    color: #1a0013;
    letter-spacing: -1.2px;
    word-spacing: -6px;
}
.navbar-brand{
    font-size: 2rem;
    
}

.carousel-caption{
    padding: inherit;
    background-color:rgba(26, 0, 13,0.4);
}

body{position: relative;
    background-color: #ff99e6;
    color: #1a0013;
    font-family: 'Shadows Into Light', cursive;
    font-style: Shadows Into Light;
    font-size: 1.2rem;
}

section:nth-child(even) {
        background-color: #f7e6ff;
    }

 
  

strong{font-size: 1.3rem}
footer {background-color: #ff66d9;
    
}
     

  /* Make the image fully responsive */
.carousel-inner img{
    width: 100%;
    height:auto;
  }

#about{padding: 100px 0 100px 0;}

#classes {padding: 100px 0 400px 0;}

#instructors {padding: 100px 0 500px 0;}

#contact{padding: 600px 0 325px 0;} 




/* mediaquery */

@media screen and (max-width: 768px){
    
    body{
        font-size: 1rem;
    }
    
    .carousel-inner {
    margin-top: 0px; 
        font-size: .05rem;
  }
   .carousel-caption {
  display: none;
       font-size: 3rem;
       
} 

.carousel-inner img{
    width: 100%;
    height: 25rem;
  }    
    
}


