:root {
  --orange: #F37C20;
  --blue: #4C6CB2;
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
h1 {
  margin: 0px;
}
nav h2 {
  color: whitesmoke;
}

.nav-container {
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
/* these are the theme customizations */
/* .nav-links{
  background-color: white;
} */
@media (max-width: 768px) {
  .nav-links {
    background-color: #2a2a2a;
    z-index: 10;
    overflow-x: hidden;
  }
  /* .nav .logo {
    height: 70px;
    width: auto;
  } */
}
.active {
  color: var(--orange) !important;
}
/* .nav-links {
  color: black !important;
  font-family: 'Elliot Sans Bold', Tahoma, Geneva, Verdana, sans-serif;
} */
.nav-links > li > a:hover {
  color: var(--orange);
  text-decoration: none;
}
.nav-links li a {
  color: var(--blue);
  /* background-color: blue; */
  padding: 1.5rem;
}

/* .nav-links li a:hover {
  background-color: #3a3a3f;
} */

nav {
  background-color: #fff;
  border-bottom: 6px solid #f57c1f;
  /* height: 10vh; */
  /* height: 20vh; */
}

/* end theme customizations and begin the stuff */

nav a:hover {
  text-decoration: none;
}

#toggler {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  /* border: solid 2px whitesmoke; */
  padding: 3px 1rem 3px 3px;
  border-radius: 2px;

}

#closebtn {
 position: absolute;
 top: 0.75rem;
 left: 0.5rem;
 height: 1.5rem;
 width: 1.5rem;
 font-size: 3rem;;
 color: var(--blue)
}

#closebtn:hover {
  color: var(--orange)
}

.patty {
  width: 30px;
  height: 6px;
  background-color: var(--orange);
  border-radius: 5px;
}
nav .nav-container {
  display: flex !important;
  justify-content: space-between;
  align-items: center !important;
  min-height: 10vh;

  /* width: 100%; */
  list-style: none;
}
/* @media (min-width: 991px) {
  .nav-links {
    margin-top: 20px;
  }
} */

.logo {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
}
nav ul {
  list-style: none;
}

.nav-right .row {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.nav-links {
  display: flex;

  /* width: max-content; */
  justify-content: space-around;
  /* background-color: lightblue; */
  /* background-color: #2a2a2e; */
  font-weight: bold;
  align-items: center;
  z-index: 10;
  justify-self: flex-end;
}

.nav-links li a {
  display: block;
  
}

.toggler-zone {
  /* align-self: stretch; */
  padding: 1rem 0;
  flex-wrap: nowrap;
  justify-self: flex-end;
  align-items: center;
  /* border-right: 2px solid var(--orange); */
}

.toggler-zone .vertical-line-right {
  border-left: 2px solid var(--orange);
  align-self: stretch;
}

.toggler-zone .vertical-line-left {
  border-left: 2px solid var(--orange);
  align-self: stretch;
}

.toggler-zone img {
  margin-top: 0.25rem;
}



.toggler-zone img:first-child,
.toggler-zone .vertical-line-right,
.toggler-zone .vertical-line-left {
  /* background-color: blue; */
  margin-right: 1rem;
  
}
.vertical-line-left {
  margin-left: 1rem;
}

/* .toggler-zone > element {
  margin-left: 1rem;
  background-color: red;
} */
.mobile-call {
  display: none;
  background-color: var(--orange);
  color: white;
  padding: 0.25rem 1rem;
}

.mobile-call a {
  color: white;
  padding: 1rem 1rem 1rem 0;
  /* height: 100%; */
  /* width: 100%; */
}
.mobile-call a:hover {
  color: #4C6CB2;
}
.logo {
  height: 65px;
  width: auto;
}

#toggler {
  display: none;
}

.toggler-zone {
  /* flex-direction: row-reverse; */
}

span.desktop-only {
  margin-top: 0.4rem;
  /* color: var(--blue) */
  color: var(--orange);
  /* text-decoration-color: var(--orange); */
  text-decoration: underline;
  text-decoration-color: var(--orange)

}

span.desktop-only:hover {
  color: var(--orange)
}

.desktop-only {
  display: none;
}
/* mobile first with set mobile query */
@media (min-width: 991px) {
  .vertical-line-right {
    display: none;
  }
  /* .nav-links {
    justify-self: flex-end;
  }
  .toggler-zone {
    justify-items: flex-end;
  } */
  .desktop-only {
    display: block;
  }
  .mobile-only {
    display: none;
  }
}

.nav-close {
  display: none;
}


@media (max-width: 991px) {
  html {
    overflow-x: hidden !important;
  }

  body {
    overflow-x: hidden !important;
  }
  .nav-links {
    position: fixed;
    right: 0px;
    top: 10vh;
    height: calc(100vh - 10.7vh);
    flex-direction: column;
    justify-content: flex-start;
    /* margin-top: 61px; */
    align-items: stretch;
    
    width: 60vw;
    transform: translate(100%);
    transition: transform 0.5s ease-in;
    /* transition: ease-in 0.5s; */
    overflow-x: hidden;
    background-color: white;
  }

  .nav-close {
    display: block
  }

  .vertical-line-right {
    display: none;
  }
  /* .nav-links li a{
    background-color: teal;
    display: inline-block;
    padding-right: 100%;
    padding-left: 100%;
  } */
  .nav-links li {
    opacity: 0;
    font-weight: bold;
  }
  
  
  /* #toggler {
    display: block;
    position: absolute;
    top: 16px;
    right: 8px;
  } */
  #toggler {display: flex;}
  


  nav .nav-container {
    /* justify-content: space-between; */
    /* justify-items: flex-start;  */
    /* margin-left: 0; */
    align-items: stretch;
  }
  /* nav .logo {
    height: 12px;
    width: auto;
  } */
  .mobile-call {
    display: block;
  }
}



.nav-active {
  transform: translateX(0%);

}

/* animation for nav */
@keyframes navLinkFade {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0px);
  }
}



/* for the full code with rotatey burger menu go to
 https://www.codeply.com/p/hVa3gv9Umw */
