:root {
    /* Nu Ruck pallet Colors */
    --nurock-primary: #084C61;
    --nurock-secondary: #56a3a6;
    --nurock-alternate: #9F4A54;
}

*/
/* Set the size of the div element that contains the google map */
#map {
    height: 400px;
    width: 100%;
}


h1{
    font-family: gravesend-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  h2, h3, #brand, .navbar-brand, .title{
    color: #084C61;
    font-family: josefin-sans,sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  h4, h5{
    color: #4f6d7a;
    font-family: josefin-sans,sans-serif;
    font-style: normal;
  }
  
  body{
    font-family: raleway, sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .navbar{
    box-shadow: none !important;
  }
  
  #nav-logo{
      max-height: 35px;
      padding: 0;
      background-color: #084C61;
  }
  

  
  #bg-none{
    background: transparent;
  }
  
  /* Animated Navigation */
  
  .animated-icon1{
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  }
  
  .animated-icon1 span{
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  }
  
  .animated-icon1 span {
  background: white;
  }
  
  .animated-icon1 span:nth-child(1) {
  top: 0px;
  }
  
  .animated-icon1 span:nth-child(2) {
  top: 10px;
  }
  
  .animated-icon1 span:nth-child(3) {
  top: 20px;
  }
  
  .animated-icon1.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  }
  
  .animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
  }
  
  .animated-icon1.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  }
  
  a.active {
    color: white !important;
    font-weight: bold;
    border-bottom: 2px solid white !important;
    padding-bottom: 2px;
    text-transform: uppercase;
  }
  
  .h-fixed{
  height: 150px;
  }
  
  /* HONEYPOT */
  input[type="text"]#website { display: none; }


.navbar .nav-link {
    /*color: #fff !important;*/
    /*color: #4f4f4f !important;*/
    /*font-size: 1.09rem;*/
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.text-primary{
    color: var(--nurock-primary) !important;
}

.bg-primary {
    /*background-color: var(--forest-green-crayola) !important;*/
    background-color: var(--nurock-primary) !important;
}

.bg-secondary {
    /*background-color: var(--dark-spring-green) !important;*/
    background-color: var(--nurock-secondary) !important;
}

.text-secondary{
    color: var(--nurock-secondary) !important;
}

.bg-alternate{
    background-color: var(--nurock-alternate) !important;
}

.text-alternate{
    color: var(--nurock-alternate) !important;
}

.modal-header {
    background-color: var(--nurock-primary) !important;
}

.no-shadow{
    box-shadow: none;
}

.form-check-inline{
  margin-right: none;
}