.topnav {
    overflow: hidden;
    background-color: #262626;
    /* position: fixed; */
    width: 100%;
    /* margin-top: -20px; */
    top: 0;
    left: 0;
    display: block;
    z-index: 4;
    height: 70px;
  }

  .topnav a {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    background-color: #262626;
    line-height: 1.5;
  }
  
  .topnav a.icon {
    background: #262626;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 8px;
    /* padding-left: 40px; */
    font-size: 51px;
    cursor: pointer;
  }
  
  .topnav #myLinks a:hover, .topnav #myLinksAbout a:hover {
    background-color: #ddd;
    color: rgb(190, 34, 34);
  }

  .openNav {
      margin-top: -136px !important;
      /* transition: 3s ease-out; */
  }
 
  #myLinksAbout {
    display: block;
      margin-top: 93px;
      width: 100%;
      left: 0;
      position: fixed;
      /* flex-direction: column-reverse; */
      padding: 0;
      /* top: -20px !important; */
      z-index: 1;
      transition: margin-top 0.8s ease-out;
  }

  #myLinks {
      display: block;
      margin-top: 78px;
      width: 100%;
      left: 0;
      position: fixed;
      /* flex-direction: column-reverse; */
      padding: 0;
      /* top: -20px !important; */
      z-index: 1;
      transition: margin-top 0.8s ease-out;
  } 
  
  #myLinks ul, #myLinksAbout ul {
    /* display: block; */
    left: 0;
    padding: 0;
    margin: 0;
    /* flex-direction: column-reverse; */
}

  #myLinks li, #myLinksAbout li {
      display: block;
      width: 100%;
      list-style-type: none;
      margin: 0;
      /* flex: 1; */
      /* padding: -0.2px 0 */
  }

  #myLinks a, #myLinksAbout a {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    background-color: #262626;
    display: block;
    margin: -1.2px 0;
    float: center;
    text-align: center;
    /* width: 100%; */
    /* margin: 0; */
  }

  /* p {
    margin-top: 28px;
  } */

  /* #vrnodeContainer1 {
    background-color:#ddd;
    width: 100%;
    height: 2px;
    margin-top: 1px;
    padding: 0.4px 0;
} */

  /* #vrnode1 {
    width: 100%;
    margin: 0px 25px;
    height: 2.2px;
    background-color:#ddd;
} */




/* Add in Media Queries */
/* Add in Media Queries */
/* Add in Media Queries */
/* Add in Media Queries */
/* Add in Media Queries */





#content {
    margin: 15px 10px 20px;
}

#bar {
    width: 100%;
    height: 70px;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    background-color: #262626;
    position: fixed;
    z-index: 5;
}
  
  #thisPage {
    background-color: #ddd !important;
    color: rgb(190, 34, 34) !important;
    cursor: default;
  }

  #hr {
    position: fixed;
    width: 100%;
    height: 7px;
    background-color: tomato;
    top: 70px;
    left: 0;
    z-index: 5;
    box-shadow: 0 0 20px 0 rgba(72, 94, 116, 0.7);
}

#logoText * {
    color: white;
    position: fixed;
    z-index: 5;
    margin: 15px 0 0 11px;
    font-family: franklin gothic heavy, franklin, sans-serif;
    /* font-family: Impact, Charcoal; */
    font-size: 140%;
    /* top: 10px; */
}

#logoText *:hover {
  cursor: default;
}

.gallerylogo * {
  font-size: 145% !important;
  top: 10px;
}

#logoP1 {
    margin-top: -10px;
    padding-left: 20px;
}

.logoP2Gallery {
  margin-top: 14.5px !important;
}

.aboutlogo, .contactlogo {
  margin-top: -15px !important;
}

.aboutMobileLogo *{
  padding-top: 8px !important;
}




#hr2 {
    /* position: relative; */
    width: 100%;
    height: 8px;
    background-color: tomato;
    bottom: 150px;
    left: 0;
    box-shadow: 0 0 8px 1px rgba(72, 94, 116, 0.7);
    margin: 0;
}

  #medialink1 {
      font-size: 25px;
      margin-right: 50px;
      color: #ddd;
  }

  #medialink2 {
    font-size: 25px;
    color: #ddd;
}

  #footer {
    margin: 0;
    /* margin-top: 90px; */
    left: 0;
    right: 0;
    bottom: 0;
    height: 150px;
    background-color: #262626;
    position: relative;
    text-align: center;
    color: #ddd;
    font-size: 80%;
  }

  .footertext {
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 2;
  }


/* Media Query */
/* Media Query */
/* Media Query */
/* Media Query */

  .footertext p {
    margin: 12.8px;
  }



  /* Togglable Menu Icon */
  
.toggle {
    position: fixed;
    top: 36px;
    /* left: 90%; */
    right: -5px;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    /* background: transparent; */
    /* box-shadow: 0 5px 10px rgba(0,0,0,0.5); */
    border-radius: 2px;
    z-index: 6;
    cursor: pointer;
}

.toggle span {
    position: absolute;
    width: 44px;
    height: 5.1765px;
    background: #fff;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 2px 2px rgba(0,0,0,0.2);
    border-radius: 2px;
    transition: 0.1s;
    transition-delay: 0.5s;
    z-index: 6;
}

.toggle span:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    display: block;
    top: -13px;
    left: 0;
    box-shadow: 0 2px 2px rgba(0,0,0,0.2);
    border-radius: 2px;
    transition-property: top , transform;
    transition-delay: 0.42s, 0s;
    transition-duration: 0.5s, 0.5s;
    z-index: 6;
}

.toggle span:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    display: block;
    top: 13px;
    left: 0;
    box-shadow: 0 2px 2px rgba(0,0,0,0.2);
    border-radius: 2px;
    transition-property: top , transform;
    transition-delay: 0.42s, 0s;
    transition-duration: 0.5s, 0.5s;
    z-index: 6;
}

.toggle.active {
  background: transparent !important;
}

.toggle.active span:before {
    top: 0;
    transform: rotate(45deg);
    transition-delay: 0s, 0.5s;
}

.toggle.active span:after {
    top: 0;
    transform: rotate(-45deg);
    transition-delay: 0s, 0.5s;
}

.toggle.active span {
    background: transparent;
    box-shadow: 0 2px 2px rgba(0,0,0,0);
}