/* ====== NAV BURGER ====== */
.text-fill{
  background-clip: text;
  background-image: linear-gradient(0deg, rgba(255,255,255,1) 50%, rgba(0,0,0,1) 50%);;
  background-color: black;
  transition-duration: .8s!important;
  -webkit-transition-property: all;
  transition-property: all;
  background-position: 0 1.2em;
  color: transparent!important;
  background-size: 200% 3em;
  background-repeat: no-repeat;
  box-decoration-break: clone;
  padding-left: 10px;
  transition: background-size 0.15s;
}
.text-fill:hover {
  background-position: 0 -1.5em;

}
#menu-header-menu a, #socialNav p .showcase{
  font-family: "Instrument Serif", serif!important;
  font-style: normal;
}
#menu-header-menu a:hover{
  font-style: italic;
}
#socialNav p a{
  font-family: sans-serif!important;
}
#bar{
  z-index: 1000;
}
#sideNavigation .dropdown-menu, #sideNavigation .dropdown-menu.show{
  position: static!important;
  transform: none!important;
  width: 100%;
  border: none!important;
  background-color: transparent!important;
  margin: 0;
  padding: 0;
}
.dropdown-menu{
  height: 0;
  max-height: 0;
  opacity: 0;
}
.dropdown-menu.show{
  height: auto;
  opacity: 1;
  max-height: 1000px;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover{
	background: none!important;
}
.navbar-toggle{
	z-index: 100000;
	display: inline;
  position: fixed;
	right: 0;
	top: 0;
	width: auto;
	margin: 0;
}
.hamburger {
  padding: 12px 12px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
	border-radius: 0;
  border: 0;
  overflow: visible;
  background: transparent;
  mix-blend-mode: difference;
  font-family: "Instrument Serif", serif;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger-box {
  display: inline-block;
  position: relative;
  padding: 10px 40px;
  border-radius: 30px;
  border: solid 1px white;
  color: white;
  margin-top: 10px;
  font-weight: 400!important;
}
#sideNavigation{
  color: black!important;
}
#sideNavigation p a{
  font-size: 1em!important;
}
#sideNavigation #menu-header-menu, #socialNav{
  transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
  opacity: 0;
}
#socialNav{
	text-align: left;
}
#navLink{
  width: 40px;
  height: auto;
}
.sidenav {
    height: 100%;
    width: 100%;
    opacity: 0;
    display: none;
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    background-color: #d5da2e;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
    text-align: right;
}
.sidenav a, .sidenav a:not([href]):not([tabindex]) {
    text-decoration: none;
    font-size: 2rem;
    color: black;
    display: inline;
    margin-bottom: 15px;
		margin-right: 10px;
}
.sidenav a .footLogo{
	width: 30px;
	height: auto;
}
.sidenav a.social{
  display: inline-block;
}
.sidenav #socialNav a, .sidenav #socialNav a:not([href]):not([tabindex]) {
    border-bottom: none;
}
.sidenav a:hover, .offcanvas a:focus{
    color: black;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
.sidenav li{
  display: block;
	text-align: left
}
#main {
    padding: 20px;
}
body {
  overflow-x: hidden;
}
.topnav {
    overflow: hidden;
    top: 0;
}
.topnav a {
    display: inline;
    padding: 0;
    text-decoration: none;
    position: relative;
    border: none;
}
.topnav p a {
    float: none;
    display: inline;
    text-align: left;
    padding: 0;
    text-decoration: none;
    width: auto;
}
.topnav>p{
    margin: 8px 15px;
}
.topnav a.active {
    background-color: #4CAF50;
    color: black;
}
a svg{
  transition:all .5s ease;
  &:hover{
    #transform:rotate(180deg);
  }
}
#ico{
  display: none;
}
#sideNavigation p, #sideNavigation p a{
  font-size: 24px;
}
.menu{
  transition: all 0.5s ease;
  a{
    display: inline-block;
    color: black;
    margin: 0;
    text-decoration: none;
		font-size: 75px;
  }
}
@media(max-width: 1200px){
  .sidenav ul{
    display: block;
    padding: 20px 0!important;
    margin-bottom: 0!important;
  }
  .sidenav li{
    display: block;
    width: 100%;
    margin-bottom: 0;
  }
  ul .sub-menu {
    padding-inline-start: 0;
  }
  .sub-menu li{
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
  .sub-menu li a{
    font-weight: 300;
  }
  .sidenav ul.menu{
    margin-right: 0;
  }

  .navbar-toggle{
    position: absolute;
    margin: 0;
  }
}
@media screen and ( max-width: 768px ){
  .menu{
    a{
  		font-size: 33px;
      padding-left: 5px!important;
    }
  }
}
/* ====== NAV BURGER ====== */
