nav {
  width: 100%;
  height: 60px;
  margin: 0 auto;
  background: #e0091b;
}

nav ul {
  list-style: none;
  text-align: center;
}
nav ul li {
  display: inline-block;
}
nav ul li a {
  display: block;
  padding:  17px 45px;
  text-decoration: none;
  color: black;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 10px;
}
 nav ul li a,
nav ul li a:after,
nav ul li a:before {
  transition: all .5s;
}
nav ul li a:hover {
  color: white;
  text-decoration: none;
} 

#home {display: none;}

  .dropdown-item{
    display: block;
    padding:  17px 45px !important;
    text-decoration: none;
    color:white !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    margin: 0 !important;
    background-color: black !important;
  }
  .dropdown-menu{
    background-color: black !important;
    padding: 0 !important;
    text-align: center !important;
  }

  .dropdown-item:hover {
    color: white!important;
    background-color: #ff5100 !important;
  }
  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
  }

  #mobile_menu {
    display: none;

}

  .row{
    margin:0 !important;
  }

  /* header */
header {
    background-color: #E0091B;
    background-repeat: repeat;
    width: 100%;
    height: 50px;

    text-align: center;
    color: white;
}

.logo{
height: 65px;
padding: 10px 15px;

}

.error{
    height: 1214px;
    background-image: url("../images/tonight/static.jpg");
    background-size: 100% 100%;
    padding-top: 35px;;

}

.error img {
    display: block;
    margin-left: auto;
    margin-right: auto ;
    vertical-align: middle;
    height: 825px;
}





  .container {
    display: flex;
    align-items: center;
    justify-content: center
  }
  
  img {
    height: 455px;
    padding: 85px 15px;
  }
  
  .image {
    flex-basis: 40%;

  }
  
  .text {
    font-size: 20px;
    color:white;
    padding: 100px 0 0 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  }


  .text a{
      font-size: 15px;
     
  }
  .text h1{
    border-top-left-radius:15px;
    border-top-right-radius:15px;
    background-color: rgba(0, 0, 0, 0.60);
    padding:  20px 30px 10px 60px;
    margin: 0 !important;
}

.text h4 {
  background-color: rgba(0, 0, 0, 0.60);
  padding: 3px 60px;
  margin: 0 !important;
}
.text h6 {
font-family: roboto;
background-color: rgba(0, 0, 0, 0.60);
padding: 30px 100px 50px 60px;
margin: 0;
border-bottom-left-radius:15px;
border-bottom-right-radius:15px;
}

  ::-webkit-scrollbar {
    width: 12px;
    display: none;
}

/* footer */
footer{
  background-color: #e0091b;
  height: 250px;
  color: white;
  display: flex !important;
  justify-content: center;
  text-align: center;
  align-items: center;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 14px;
}

footer h6{
  border:  solid 2px white;
  border-radius: 10px;
  padding: 30px 90px;
}



/* Mobile Version */
@media (max-width: 1000px) {

.logo
{
    display: none;
}

img{
  height:375px;
   padding: 10px 10px;
}
nav {
  height: 80px;
}

nav ul {
  list-style: none;
  text-align: center;
   padding-left: 3.5%;
}
nav ul li {
  display: inline-block;
}
nav ul li a {
  display: block;
 padding: 10px 10px 0 0;
  margin: 12px;
  text-decoration: none;
  color: black;
  font-weight: 800;
  text-transform: uppercase;
}
 nav ul li a,
nav ul li a:after,
nav ul li a:before {
  transition: all .5s;
}

.dropdown-item{
  display: block;
  padding: 0 0 0 10px !important;
  text-decoration: none;
  color:white !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  margin: 0 !important;
  background-color: black !important;
}

.dropdown-menu{
  text-align: left !important;
}

#home{ display: inline;}
#current_page {display: none;}

.text h1{
  border-top-left-radius:15px;
  border-top-right-radius:15px;
  background-color: rgba(0, 0, 0, 0.60);
  padding:  20px 30px 10px 30px;
  margin: 0 !important;
}

.text h4 {
background-color: rgba(0, 0, 0, 0.60);
padding: 3px 30px;
margin: 0 !important;
}
.text h6 {
font-family: roboto;
background-color: rgba(0, 0, 0, 0.60);
padding: 30px 60px 50px 20px;
margin: 0;
border-bottom-left-radius:15px;
border-bottom-right-radius:15px;
}
.error img {
    height: 300px;
}

.error{
    height: 500px;
    background-image: url("../images/tonight/static.jpg");
    background-size: 100% 100%;
    padding-top: 100px;
}

footer {
  height: 375px;
}

}