﻿body, html {
  height: 100%;
  width: 100%;
  margin: 0; padding: 0;
}

.menubar {background-color: #282828;
     background-image: url("images/litfog.jpg");
     padding: 0; margin: 0;
     position: fixed; top: 0; left: 0;
     width: 100%; z-index: 2;
     text-decoration: none;
     height: 60px;
     z-index: 500;
}

.menuspacer {height: 60px;}

.logo {color: #ffffff; font-size: 12pt; float: left;
   font-family: 'Montserrat', sans-serif; font-weight: bold; z-index: 3;
     text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7);
   }

.logo img {height: 60px; margin-left: 0px; margin-right: 5px; margin-top: 0px; margin-bottom: 0px;
 vertical-align:middle;}

a.ourname:link, a.ourname:visited, a.ourname:hover, a.ourname:active
 {text-decoration: none; color: #ffffff;}

.sf__toggler{
  /* ALWAYS KEEPING THE TOGGLER OR THE CHECKBOX ON TOP OF EVERYTHING :  */
    z-index:2;
    height: 50px;
    width: 50px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    opacity: 0;
}

.sf__hamburger{
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 40px;
    padding: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sf__hamburger > div{
    position: relative;
    top: 0;
    left: 0;
    background: white;
    height: 2px;
    width: 60%;
    transition: all  0.4s ease;
}

.sf__hamburger > div::before,
.sf__hamburger > div::after{
    content: '';
    position: absolute;
    top: -8px;
    background: white;
    width: 100%;
    height: 2px;
    transition: all  0.4s ease;
}

.sf__hamburger > div::after{
    top: 8px;
}

.sf__toggler:checked + .sf__hamburger > div{
    background: rgba(0,0,0,0);
}

.sf__toggler:checked + .sf__hamburger > div::before{
    top: 0;
    transform: rotate(45deg);
    background: white;
}

.sf__toggler:checked + .sf__hamburger > div::after{
    top: 0;
    transform: rotate(135deg);
    background: white;
}

.sf__toggler:checked ~ .menu__box{
    left: 0px;
}

.menu__box {
  position: fixed;
  top: 60px;
  left: -100%;
  width: 280px;
  height: -moz-calc(100% - 60px);
  height: -webkit-calc(100% - 60px);
  height: -o-calc(100% - 60px);
  height: calc(100% - 60px);
  box-sizing: border-box;
  margin: 0px;
  padding-left: 0;
  list-style: none;
  background-color: #282828;
  transition: all 0.4s ease;
  overflow: auto;
  z-index: 1;
}

.menu__item {
  display: block; float: none;
  padding: 11px;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 12pt;
  font-weight: 600;
  text-decoration: none;
  transition-duration: .25s;
  border-top: 1px dotted #ffffff;
  text-decoration: none;
  color: #ffffff;
}

.dropdownholder {position: relative;}

.menu__dropdownitem {
  display: block;
  padding-top: 5px;
  padding-left: 30px;
  padding-right: 11px;
  padding-bottom: 5px;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 12pt;
  font-weight: 600;
  text-decoration: none;
  transition-duration: .25s;
}

.shows__dropdownhider, .more__dropdownhider {max-height: 0; overflow: hidden; min-width: 165px; background-color: #282828;
   -webkit-transition-duration: .25s;
   -moz-transition-duration: .25s;
   -o-transition-duration: .25s;
   transition-duration: .25s;}

.menu__dropdownshow {max-height: 800%}

.shows__dropbtn, .more__dropbtn {cursor: pointer;}

.menu__lastdropdown {padding-bottom: 11px}

.menu__lastitem {border-bottom: 1px dotted #ffffff;}

.menu__item:hover, .menu__item:active,
.menu__dropdownitem:hover, .menu__dropdownitem:active {color: #FB0901}

.menu__item:hover, .menu__item:active,
.menu__dropdownitem:hover, .menu__dropdownitem:active {background-color: #000000}

.menu__highlight {background-color: #404040}

.menu__social {float: left; border: none; font-size: 20pt}

.menu__social:hover, .menu__social:active {background-color: transparent}

.fa-caret-down {margin: 5px; font-size: 8pt; float: right}

.menu__toggledon {color: #FB0901; background-color: #000000;}


@media (min-width: 825px) {

.sf__toggler, .sf__hamburger {display: none}

.sf__toggler:checked ~ .menu__box{
    left: auto;
}

.menu__box {
  display: flex;
  align-items: center;
  flex-direction: row;
  position: static;
  float: right;
  top: 0px;
  right: 0px;
  left: auto;
  width: auto;
  height: 60px;
  min-height: auto;
  box-sizing: content-box;
  margin: 0;
  padding: 0;
  list-style: none;
  box-shadow: none;
  overflow: visible;
  background-color: transparent;
  z-index: 3;
  margin: 0;
  transition: all 0s ease;
}

.menu__item {
  padding-left: 11px; padding-right: 11px;
  padding-top: 0px; padding-bottom: 0px;
  margin: 0px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 12pt;
  font-weight: 700;
  text-decoration: none;
  transition-duration: .25s;
  border-top: none;
  padding-top: 19px; padding-bottom: 19px;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7);
}

.menu__social {font-size: 15pt; padding-left: 10px; padding-right: 10px; padding-top: 0px; padding-bottom: 0px; margin: 0px;}

.final__social {padding-right: 15pt}

.menu__social:hover, .menu__social:active {text-shadow: 1px 1px 1px rgba(255,255,255, .75);}

.menu__dropdownitem {
  display: block;
  padding-top: 5px;
  padding-left: 11px;
  padding-right: 11px;
  padding-bottom: 5px;
  color: #ffffff;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 12pt;
  font-weight: 700;
  text-decoration: none;
  transition-duration: .25s;
  background-color: #000000;
}

.shows__dropdownhider, .more__dropdownhider {
  position: absolute; background-color: #282828;
 }

.menu__lastitem {border-bottom: none;}

.fa-caret-down {margin-left: 5px; font-size: 12pt; float: none;
 padding: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 0px}

.menu__highlight {background-color: transparent;
   font-family: 'Roboto', sans-serif; font-size: 9pt; font-weight: 500;
   border: 1px solid #ffffff;
   padding: 10px; margin-left: 10px; margin-right: 10px;
   border-radius: 5px; box-shadow: 2px 2px 6px rgba(0,0,0,0.5);
   text-shadow: none;}

.menu__highlight:hover, .menu__highlight:active {background-color: #ffffff; color: #000000;}

.menu__box :nth-child(5) {order: 1;}


}


/* Footer styling */

.sf-footer {background-color: rgb(50, 50, 50); padding-top: 1.75rem; padding-bottom: 1.75rem;
font-family: "Oswald"; font-size: 11pt; text-align: center; color: grey; padding: 15px;}

.sf-footer a {color: #FB0901; text-decoration: none}

.sf-footer a:link, .sf-footer a:visited,
   text-decoration: none;
   color: #FB0901;
}

.sf-footer a:hover, .sf-footer a:active {
   text-decoration: none;
   color:#FFFFFF;
}

.footer-spacer {height: 60px; display: none}


@media (max-width: 480px) {
   .footer-spacer {display: block}
}





/* Back to top scroller */

#back-top {
  display: none;
  position: fixed;
  bottom: 17px;      
  right: 17px;
  font-size: 25px;
  color: #ffffff;
  background-color: rgba(140,140,140,0.5);
  padding-top: 8px; padding-bottom: 8px;
  padding-left: 11px; padding-right: 11px;
  border-radius: 5px;
  text-decoration: none;
  transition: color 0.4s ease, background-color 0.4s ease;
}

#back-top:hover, #back-top:active {
  background-color: #2D2D2D;
  color: #FB0901;
}

@media (max-width: 480px) {
#back-top {left: 50%; right: auto; transform: translate(-50%);}
}

