
body,
html {
  margin: 0;
  padding: 0;
}

nav,
.navbar-toggle {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

nav {
  position: fixed;
  z-index: 10;
  background-color: /*rgba(231,76,60, 0.95);*/ #222;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  color: white;
  opacity: 0.9;
}

.nav-hide { display: none; }

nav ul {
  /*display: table-cell;*/
  vertical-align: middle;
  padding-left: 0 !important;
}

nav ul li { list-style: none; line-height: 70px;}

nav ul li a {
  font-size: 35pt;
  color: inherit;
 /* font-weight: bolder;*/
  text-decoration: none;
}

.navbar-toggle {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 68px;
  height: 45px;
  z-index: 20;
  cursor: pointer;


  color: #FFF;
display: table;
}

.bar1,
.bar2,
.bar3 {
  width: 100%;
  height: 8px;
  margin-bottom: 5px;
  background-color: #82D026;
  transition: all 0.3s ease-in-out;
}

.navbar-on .bar1,
.navbar-on .bar2,
.navbar-on .bar3 { background-color: white; }

.navbar-on .bar1 {
  transform-origin: 10% 40%;
  transform: rotate(45deg);
}

.navbar-on .bar3 {
  transform-origin: 10% 40%;
  transform: rotate(-45deg);
}

.navbar-on .bar2 { background-color: transparent; }

.tm-site-header-box {
 display: inline-block;
padding: /*40px 80px 40px 40px;*/ 0px 50px 20px 40px;
margin: 20px 20px 20px;
position: absolute;
z-index: 9;
color: #82D026;
opacity: 0.8;
}
.tm-bg-dark {
    background: rgba(0, 0, 0, 0.7);
}
.tm-top-container {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: space-between;
}
