body {
    font-family: sans-serif;

}

/*--------Navigation----------*/

#nav-bar {
    position: sticky;
    top: 0;
    z-index: 10;
    margin-left: 50px !important;
  }
  #nav-bar p{
    font-size: 20px;
    line-height: 30px;
    color: goldenrod;
    font-weight: 600;
  }
  .navbar-brand {
    padding-left: 30px;
    font-size: 40px !important;
    font-weight: bold;
    margin-right: 80px !important;
  }
  .navbar-nav li {
    padding: 0 10px;
    font-weight: bold !important
  }
  .navbar-nav li a {
    float: right;
    text-align: left;
  }
  #nav-bar ul li a:hover {
    color: #007bff !important;
  }
  .navbar {
    background: #fff;
  }
  
  .navbar-toggler {
    border: none !important;
  }
  .nav-link {
    color: #555 !important;
    font-weight: 600;
    font-size: 16px;
  }

  .nav_contact{
    color: green !important;
    font-size: 20px !important;
  }

/*----------------Header CSS------------*/
#header {
    background-position: center;
    background-size: cover;
    background-attachment: fixed;

}

.header h1 {
    padding-top: 120px;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
}

.header p {
    font-size: 21px;
    margin: 0;
    text-align: center;
    margin-bottom: 60px;
    font-weight: bold;

}

/*----------------Map CSS------------*/
#mapp {
    background-color: #9fe0d0;


}






/*----------------Form CSS------------*/
#form {

    background-color: #bfe7df !important;
    border-radius: 20px;
    margin-top: 20px !important;

}

.form-control {
    border-radius: 100px;
    background: #73AD21;
    padding: 20px;
    width: 200px;
    height: 50px;
}

.message-control {
    border-radius: 10px;
    text-align: left;
}



.mb-3 h3 {
    padding-top: 50px;
    font-size: 35px;
    font-weight: bold;

}

.mb-3 p {
    color: rgb(87, 143, 87);
}

.buttons {

    float: right;
    text-align: right;
    font-size: 13px !important;
    width: 30%;
    height: 40px;

}

.btn-primary {
    background-color: rgb(7, 48, 7) !important;
    border-radius: 70px;
}

/*----------------Contact CSS------------*/
#contact {
    padding-top: 50px;
    padding-bottom: 50px;
    height: 400px;
    background-color: #9fe0d0;
}

.contact {
    border-radius: 10px !important;
    background-color: #c7faee !important;
    margin-left: 100px;
    margin-right: 100px;
    height: 300px;

}

.contact_social {
    color: #fff !important;
    text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
   
}

.contact h1 {
    font-size: 3.3em !important;
}


.fa-contact {
    color: black !important;
    padding-bottom: 20px !important;
    display: inline-block !important;
    text-align: justify !important;
}

.list_group {
    
    color: black !important;
    text-align: center;
    align-items: left !important;
    display: inline !important;
    font-weight: bold !important;
   
}

.social-icons {
    display: inline;
    color: white !important;

}

.fab {
    margin-right: 25px !important;
    font-size: 40px !important;
}

/*----------------Footer CSS------------*/

.footer__container {
    background-color: #083026;
    padding: 5rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

#footer__logo {
    color: #fff;
    display: flex;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    font-size: 2rem;
}

.footer__links {
    width: 100%;
    max-width: 1000px;
    display: flex;
    justify-content: center;
}

.footer__link--wrapper {
    display: flex;

}

.footer__link--items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    width: 210px;
    box-sizing: border-box;
    color: #fff !important;
    margin-left: 50px;

}

.footer__link--items h2 {
    margin-bottom: 16px;
    color: #fff;
    font-size: 20px !important;

}

.footer__link--items h1 {
    color: #fff !important;
}

.footer__link--items a {
    color: #fff;
    text-decoration: none;
    margin-bottom: 0.5rem;
    transition: 0.3 ease-out;
}

.footer__link--items a:hover {
    color: #e9e9e9;
    transition: 0.3 ease-out;
}

.social-iconsf {
    color: white !important;
    display: flex;
    padding-top: 20px;


}

.footer_social {
    font-size: 15px !important;
    margin-right: 20px !important;

    border-radius: 60px;
    box-shadow: 0 0 2px #888;
    padding: 0.5em 0.6em;
}

.footer_menu {
    margin-left: 150px !important;
    margin-right: -100px !important;
}

.fa-fw {
    color: white !important;


}


.form-control {
    width: 1000px;
    height: 39px;

}

.btn-success {
    margin-left: 10px !important;
}