.hide {
display: none;
}

@media screen and (max-width: 1080px) {

  /* Adjustment for anchors due to fixed headers */
  a.anchor {
    display: block;
    position: relative;
    top: -200px;
    visibility: hidden;
  }

  .main-head {
    position: fixed;
    top: 12rem;
    width: 100%;
    z-index: 1;
    background: #B12117; /* Red */
    box-shadow: 4px 7px 10px rgba(0, 0, 0, 0.4);
  }

  .head-nav li:before {
    position: absolute;
    left: -0.925rem;
    top: 0;
    width: 0.925rem;
    height: 100%;
    content: "";
    background: #b12117;
    z-index: 1;
    transition: background 400ms;
  }

  .head-nav li {
  display: inline;
  clear: both;
  width: 100%;
  padding: 0;
  transition: background 400ms;
  }

  .head-nav li a {
  display: inline;
  display: flex;
  padding-top: 2vh;
  padding-bottom: 2vh;
  }
  .head-nav a {
  align-items: center;
  width: 100%;
  color: #fefefe;
  text-decoration: none;
  transition: color 400ms;
  }

  .head-nav a span {
    z-index: 3;
  font-family: Roboto;
  text-indent: 0em;
  color: white;
  }

  .head-nav svg {
    position: relative;
    max-width: 80px;
    max-height: 30px;
    z-index: 1;
    fill: #fefefe;
    background: #b12117;
    transition: 400ms;
  }

  .menu {
    display: flex;
  }




}








/* PC - Above Minimum width for Mobile Devices */
@media screen and (min-width: 1081px) {


/*   #1   */
.main-head {
  position: fixed;
  top: 0;
  width: 83px;
  height: 100%;
  z-index: 1;
  background: #B12117; /* Red */
  transition: width 400ms;
  box-shadow: 4px 7px 10px rgba(0, 0, 0, 0.4);
}

.main-head:hover {
  width: 436px;
}

.main-head:hover .head-nav li:nth-of-type(1) span { transition-delay: 100ms; }
.main-head:hover .head-nav li:nth-of-type(2) span { transition-delay: 200ms; }
.main-head:hover .head-nav li:nth-of-type(3) span { transition-delay: 300ms; }
.main-head:hover .head-nav li:nth-of-type(4) span { transition-delay: 400ms; }

.main-head:hover .head-nav span {
  text-indent: 0;
}



/*   #2   */
.head-nav li:hover {
  background-color: #FFFFFF;
}

.head-nav li:hover:before {
  background-color: #FFFFFF;
}

.head-nav li:hover svg {
  background: #FFFFFF;
  fill: #B12117;
}

.head-nav li:hover a {
  color: #b12117;
}

.head-nav li:before {
position: absolute;
left: -0.925rem;
top: 0;
width: 0.925rem;
height: 100%;
content: "";
background: #b12117;
z-index: 1;
transition: background 400ms;
}

.head-nav ul {
margin-top: 1.85rem;
margin-right: 0;
margin-bottom: 0;
margin-left: 0;
padding: 0;
list-style: none;
}
.head-nav li {
position: relative;
clear: both;
width: 100%;
padding: 0;
transition: background 400ms;
}
.head-nav li a {
display: flex;
padding-top: 2vh;
padding-bottom: 2vh;
}
.head-nav a {
align-items: center;
width: 100%;
color: #fefefe;
text-decoration: none;
transition: color 400ms;
}
.head-nav a span {
position: relative;
display: block;
z-index: 0;
font-family: Roboto;
text-indent: -20em;
white-space: nowrap;
transition: text-indent 400ms ease-in-out;
}

.head-nav svg {
  position: relative;
  max-width: 80px;
  max-height: 30px;
  z-index: 1;
  fill: #fefefe;
  background: #b12117;
  transition: 400ms;
}

}
