* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;


}



.container {
   min-height: 100vh;
   width: 100%;
   display: flex;
   align-items: center;
   justify-content: center;





   }

/* NAVBAR SECTION*/



.custom-nav-item {
letter-spacing: 2px;
font-weight: lighter;



}

.navbar-custom {
    background-color: #0f0f0f;
    padding: 32px;

    }


.custom-toggler.navbar-toggler  {
border-color:  #66b266;



}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,250,250, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");





}

.navbar-custom .navbar-brand {
  font-family: 'Unica One', cursive;
  font-size: 30px;
 background: linear-gradient(to right, #008000, #329932 , #66b266);
 background-size: cover;
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
 background-clip: text;



  }




.custom-nav-item a {
font-family: 'Unica One', cursive;
 color: white;
 padding: 28px;
 font-weight: bold;
 font-size: 22px;
 



  }


.custom-nav-item>a:hover {

font-weight: bold;
font-size: 24px;
color: #66b266;


}


/* END NAVBAR*/







/* FORM section */


#Form {
  padding-top: 50px;


}

#Form h1 span {
  font-family: 'Unica One', cursive;
  font-size: 40px;
  color: white;
  font-weight: bold;
  background-color: #0f0f0f;

}


.form-group {
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  color: #0f0f0f;
  }


  .form-control {
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    }


    .form-control:focus,
    input[type="name"]:focus,
    input[type="email"]:focus,
    input[type="text"]:focus,
    button[type="submit"]:focus,
    textarea[id="message"]:focus,
    .uneditable-input:focus {
      border-color: rgba(126, 239, 104, 0.8);
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6);
      outline: 0 none;
    }





    /* END FORM section */






/* FOOTER section */


 #footer {
   display: flex;
   justify-content:center;
   align-items: center;
   background-color: #0f0f0f;
   height: 100px;




   }


 #footer a {
   font-family: 'Unica One', cursive;
   color: white;
   font-weight: bold;
   text-decoration: none;
   font-size: 22px;
   letter-spacing: 5PX;

 }


   #footer a span {
     color: #66b266;

  }

    #footer a:hover {
     color: #66b266;
     font-size: 24px;


  }


 /* END footer section */


/* MEDIA QUERY */


  /* MOBILE Styles */
  @media only screen and (max-width: 660px) {
    #footer a {
      font-family: 'Unica One', cursive;
      color: white;
      font-weight: bold;
      text-decoration: none;
      font-size: 18px;
      
    
    }
    
      
    
    
       #footer a:hover {
        color: #66b266;
        
    
    
     }
     }


      /* TABLET Styles  */
      @media only screen and (min-width: 661px) and (max-width: 960px) {
        #footer a {
          font-size: 23px;


          }

          }










 












  