body {
  line-height: 1.5;
    }
    
    @font-face {
      font-family: 'dreamorphans-b'; 
      src: url('../Fonts/dreamorphans/dreamorphans-b.ttf')
    }
    @font-face {
      font-family: 'inter'; 
      src: url('../Fonts/inter/Inter-Regular.ttf')
    }
    a{
        text-decoration:none;
        color: #3cb371;
    }
    

/* Navbar */
.navbar-brand{
  font-family: 'dreamorphans-b'; 
}
.nav-link{
  color: hsl(0, 0%, 100%);
  font-family: 'dreamorphans-b';
}
.nav-link:hover{
color: #3cb371;
}
.navbar-form{
  color: white;
  font-family: 'dreamorphans-b'; 
}
.navbar-form:hover{
  color:#000000; 
}
.navbar-form .fa{
font-size: 16px;
}
.navbar .btn{
  transition: background-color .4s ease-in-out, color .4s ease-in-out, border-color .4s;
  transition:all 4.s ease-in-out;
}
.navbar .btn{
  background-color: #3cb371;
  color: #fff;
}
.navbar .btn:hover{
    color: #000000;
    background-color: white;
}
 .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

/* End of NavBar */

    /* Contact */
    #contact h1{
      font-family: 'dreamorphans-b'; 
    }
    #contact p{
      font-family: 'inter';
      font-weight: 400;
    }
    #contact ::placeholder{
      font-family: cursive;
    }

/* Back to top */
.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 99;
}

.b-example-divider {
  width: 100%;
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}
    /* Footer */
    footer .container-fluid{
      padding-left: 50px;
      padding-right: 50px;
          }
      
        footer .navbar-form{
            color: white;
            font-family: 'dreamorphans-b'; 
          }
        footer .navbar-form:hover{
            color:#ffffff; 
          }
        footer .navbar-form .fa{
          font-size: 16px;
          }
      
      footer  a{
            text-decoration:none;
            color: #3cb371;
        }
          .mr-2,
          .mx-2 {
            margin-right: 0.5rem !important;
          }
          
          .btn-lg, .btn-group-lg > .btn {
            padding: 0.5rem 1rem;
            font-size: 1.25rem;
            line-height: 1.5;
            border-radius: 0.3rem;
          }
          footer h4{
            font-family: 'dreamorphans-b'; 
          }
          