.display{
    display: block;
}
hr {
       width: 250px; 
       margin: 10px 0 5px 0;
}
.menu_text2 {
  font-size: 22px;
  color: #8fc2fa;
  text-decoration:none;
}
a.menu_text2:link {
  font-size: 22px;
  color: #8fc2fa;
  text-decoration:none;
}
a.menu_text2:visited {
    font-size: 22px;
    color: #8fc2fa;
    text-decoration:none;
} 
a.menu_text2:active {
    font-size: 22px;
    color: #8fc2fa;
    text-decoration:none;
}
a.menu_text2:hover{
    font-size: 22px;
    color: #999;
    text-decoration:none;
}
.menu_text1{
  font-size: 24px;
  color: #fff;
}

#toggle {
  display: none;
}

/************************  Hamburger**/
.hamburger {  display: none;}
.hamburger div {  display: none;}
/******************* Nav Styles **/
.nav {  display: none;}
.nav-wrapper {  display: none;}
nav {  display: none;}
/********************************************/
@media(min-width: 250px) and (max-width:545px) {
.display{
    display: none;
}
h1 {
  text-align: center;
  letter-spacing: 1px;
  word-spacing: 0.15em;
  font-size: 3em;
  line-height: 1.2;
  transform: translateY(52%);
}
#toggle {
  display: none;
}
/**  Hamburger**/
.hamburger {display: block;
  position: absolute;
  top: 5em;
  right: 5%;
  margin-left: -2em;
  margin-top: -45px;
  width: 2em;
  height: 45px;
  z-index: 7;
}
.hamburger div {display: block;
  position: relative;
  width: 3em;
  height: 7px;
  border-radius: 3px;
  background-color: #007e97;
  margin-top: 8px;
  transition: all 0.3s ease-in-out;
      z-index : 7; 
}
/**Nav Styles**/
.nav {display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000 url("/page/im/001_tv.jpg")  no-repeat  center fixed;
  background-size:cover;
  top: -100%; left: 0; right: 0; bottom: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  transform: scale(0);
    z-index : 5; 
      color: #e7c06c;
}
.nav-wrapper {display: block;
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  height: 100%;
    z-index : 5; 
}
nav {display: block;
  text-align: left;
  margin-left: 5%;
}
nav a {
  position: relative;
  text-decoration: none;
  color: #6ecddd;
  font-size: 2em;
  display: inline-block;
  margin-top: 1.25em;
  transition: color 0.2s ease-in-out;
  letter-spacing: 1px;
}
nav a:before {
  content: '';
  height: 0;
  position: absolute;
  width: 0.5em;
  background-color: #e7c06c;
  /*left: -0.5em;*/
  left: -16px;
  transition: all 0.2s ease-in-out;
}
nav a:hover {
  color: white;
}
nav a:hover:before {
  height: 100%;
}
/**Animations**/
#toggle:checked + .hamburger .top-bun {
  transform: rotate(-45deg);
  margin-top: 25px;
}
#toggle:checked + .hamburger .bottom-bun {
  opacity: 0;
  transform: rotate(45deg);
}
#toggle:checked + .hamburger .meat {
  transform: rotate(45deg);
  margin-top: -7px;
}
#toggle:checked + .hamburger + .nav {
  top: 0;
  transform: scale(1);
}
}
/*(min-width: 545px) and (min-height: 250px) and (max-width:1200px)  and (max-height: 545px)*/
@media(min-width: 550px) and (max-width:900px) {
.display{
    display: none;
}

h1 {
  text-align: center;
  letter-spacing: 1px;
  word-spacing: 0.15em;
  font-size: 3em;
  line-height: 1.2;
  transform: translateY(52%);
}
#toggle {
  display: none;
}
/**  Hamburger**/
.hamburger {display: block;
  position: absolute;
  top: 5em;
  right: 5%;
  margin-left: -2em;
  margin-top: -45px;
  width: 2em;
  height: 45px;
  z-index: 7;
}
.hamburger div {display: block;
  position: relative;
  width: 3em;
  height: 7px;
  border-radius: 3px;
  background-color: #007e97;
  margin-top: 8px;
  transition: all 0.3s ease-in-out;
  z-index: 7;
}
/**Nav Styles**/
.nav {display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000 url("/page/im/001_tg.jpg")  no-repeat  center fixed;
  background-size:cover;
  top: -100%; left: 0; right: 0; bottom: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  transform: scale(0);
  z-index: 5;
    color: #e7c06c;
}
.nav-wrapper {display: block;
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  height: 100%;
  z-index: 5;
}
nav {display: block;
  text-align: left;
  margin-left: 5%;
}
nav a {
  position: relative;
  text-decoration: none;
  color: #6ecddd;
  font-size: 2em;
  display: inline-block;
  margin-top: 1.25em;
  transition: color 0.2s ease-in-out;
  letter-spacing: 1px;
}
nav a:before {
  content: '';
  height: 0;
  position: absolute;
  width: 0.5em;
  background-color: #e7c06c;
  left: -16px;
  transition: all 0.2s ease-in-out;
}
nav a:hover {
  color: white;
}
nav a:hover:before {
  height: 100%;
}
/**Animations**/
#toggle:checked + .hamburger .top-bun {
  transform: rotate(-45deg);
  margin-top: 25px;
}
#toggle:checked + .hamburger .bottom-bun {
  opacity: 0;
  transform: rotate(45deg);
}
#toggle:checked + .hamburger .meat {
  transform: rotate(45deg);
  margin-top: -7px;
}
#toggle:checked + .hamburger + .nav {
  top: 0;
  transform: scale(1);
}
}
@media(min-width: 760px) and (max-width:1200px){
.display{
    display: none;
}

h1 {
  text-align: center;
  letter-spacing: 1px;
  word-spacing: 0.15em;
  font-size: 3em;
    color: #e7c06c;
  line-height: 1.2;
  transform: translateY(52%);
}
#toggle {
  display: none;
}
/**  Hamburger**/
.hamburger {display: block;
  position: absolute;
  top: 5em;
  right: 5%;
  margin-left: -2em;
  margin-top: -45px;
  width: 2em;
  height: 45px;
  z-index: 7;
}
.hamburger div {display: block;
  position: relative;
  width: 3em;
  height: 7px;
  border-radius: 3px;
  background-color: #007e97;
  margin-top: 8px;
  transition: all 0.3s ease-in-out;
  z-index: 7;
}
/**Nav Styles**/
.nav {display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000 url("/page/im/001_tg.jpg")  no-repeat  center fixed;
  background-size:cover;
  top: -100%; left: 0; right: 0; bottom: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  transform: scale(0);
  z-index: 5;
  color: #e7c06c;
}
.nav-wrapper {display: block;
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  height: 100%;
  z-index: 5;
}
nav {display: block;
  text-align: left;
  margin-left: 5%;
}
nav a {
  position: relative;
  text-decoration: none;
  color: #6ecddd;
  font-size: 2em;
  display: inline-block;
  margin-top: 1.25em;
  transition: color 0.2s ease-in-out;
  letter-spacing: 1px;
}
nav a:before {
  content: '';
  height: 0;
  position: absolute;
  width: 0.5em;
  background-color: #e7c06c;
  left: -16px;
  transition: all 0.2s ease-in-out;
}
nav a:hover {
  color: white;
}
nav a:hover:before {
  height: 100%;
}
/**Animations**/
#toggle:checked + .hamburger .top-bun {
  transform: rotate(-45deg);
  margin-top: 25px;
}
#toggle:checked + .hamburger .bottom-bun {
  opacity: 0;
  transform: rotate(45deg);
}
#toggle:checked + .hamburger .meat {
  transform: rotate(45deg);
  margin-top: -7px;
}
#toggle:checked + .hamburger + .nav {
  top: 0;
  transform: scale(1);
}
}