.nav-link {
    font-size: large;
    font-family: 'Josefin Sans', sans-serif;
    padding: 3px  
}

/* .border-md-right {
    border-right: 1px solid rgb(224, 223, 223);
} */

/* @media (max-width: 768px) {
    .border-md-right {
        border-right: none;
    }
} */


.btn:hover {
     background-color:lightskyblue;
 }



body {
    background-color:whitesmoke;
}
html, body {
    min-height: 525px;
}

  


.btn-get-started {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color:cadetblue;
    color: white;
    padding: .5rem 1rem;
    font-size: 3vw;
    border: none;
    cursor: pointer;
    text-align: center;
    max-width: 250px;
    min-width: 100px;
}

@media screen and (min-width: 1300px) {
    .btn-get-started  {
        font-size: 2vw;
    }
  }
  @media screen and (max-width: 1300px) {
    .btn-get-started  {
        font-size: 25px;
        position: fixed;
    }
  }
  
.header h3{
    font-family: 'Coiny', cursive;
    color: #EC7063;
    background-color: whitesmoke;
    font-size: 1.75rem;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}



footer {
    color:whitesmoke;
    height: 18vh;
    width: 100%;
    min-height: 200px;
    position: fixed;
    bottom: 0;
    
}
h3 {
    font-size: 30px;

}
footer h3 span {
    color:  #EC7063
}

.footer-mobile span {
    color:  #EC7063
}

.footer-mobile {
    color:whitesmoke;
    height: 15vh;
    width: 100%;
    position:sticky;
    bottom: 0;
    font-size: 2vh;
    min-height: 80px;
    max-height: 150px;
}



.desktop-image{
    overflow: hidden;
    width: 100%;
    height:70vh;
    object-fit: cover; 
    position: fixed;

    
}

.mobile-image{
    overflow: hidden;
    width: 100%;
    height:70vh;
    object-fit: cover; 
    position: fixed; 
}



.pic-container{
    
    width: 100vw;
    height: 68vh;
    max-width: 2000px;
}

.pic-container-mobile{
    
    width: 100%;
    height: 70vh;
    max-width: 2000px;
}


 @media screen and (min-width: 981px) {
    .footer-mobile{
      display: none;
    }
  }
  

  
  @media screen and (max-width: 981px) {
    .footer-desktop{
      display: none;
    }
  }

  @media screen and (min-width: 981px) {
    .mobile-image, .pic-container-mobile{
      display: none;
    }
  } 
  
  
  @media screen and (max-width: 981px) {
    .desktop-image, .pic-container{
      display: none;
    }
  }

  .header {
    height:30vh;
    width: 100%;
    max-height: 150px;
    position: sticky;
    top: 0;
  }

  #top-logo {
    height: 30vh;
    max-height: 100px;
  }

  
  
       
