@import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light+Two&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway&family=Shadows+Into+Light+Two&display=swap');
body{
    font-size: 16px;
    background-color:#fff;
    padding-top: 3rem;
    padding-bottom: 3rem;
    color: #5a5a5a;
    min-height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Shadows Into Light Two', cursive;
   
    
}
a{
    font-size: 40px;
    font-family: 'Raleway', sans-serif;
    
}


nav{
    background-color: #A67B5B;
}
.navbar-brand{
    padding-top: 25px;
    font-family:'Shadows Into Light Two', cursive;
    font-size: 100px;
    
}

.carousel {
    margin-bottom: 4rem;
  }
  
  .image1{
    width:100%;
    height:auto;
    background:#fff;
    color:#777;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
        
  }

  

 
.carousel-item {
    height: 32rem;
  }

  .icon{
    width: 64px;
    height:64px;
  }
  
  .bd-placeholder-img-lg featurette-image img-fluid mx-auto{
    height: 500px;
    width: 500px;
  }
  
 
  
  .marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
  }

  .marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
  }

  
  
 
  
  .featurette-divider {
    margin: 5rem 0; 
  }
  
 
  .featurette-heading {
    letter-spacing: -.05rem;
  }
  
 
  
  @media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
      margin-bottom: 1.25rem;
      font-size: 1.25rem;
      line-height: 1.4;
    }
  
    .featurette-heading {
      font-size: 50px;
    }
  }
  
  @media (min-width: 62em) {
    .featurette-heading {
      margin-top: 7rem;
    }
  }   








