/*@media (min-width: 315px) and (max-width: 1184px) {*/
/*  #foot{*/
/*    position: fixed;*/
/*    bottom: 2px;*/

/*  }*/
/*}*/

body{
  /*background-image: url("img/img2.jpg") 25% 40%;*/
  background: url("img/lightning-1082080_1920.jpg")25% 40%;
}
.title{
  font-family: "Bernard MT Condensed", serif, sans-serif;
  color: #5eb95e;
}
.data{
  /*background-color: #17A2B8;*/
  background-color: forestgreen;
  opacity: 0.85;
  color: white;

}
.foot{
  color: white;
}
p{
  font-size: large;
  font-weight: bold;

}

@media (min-width: 576px) and (max-width: 767.98px) {

}
/* Side Menu */

#sidebar-wrapper {
  margin-right: -250px;
  right: 0;
  top:0;
  width: 100px;
  background: #000;
  background :none;
  position: fixed;
  height: 100%;
  overflow-y: auto;
  z-index: 1000;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.sidebar-nav {
  position: absolute;
  width: 250px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-nav li {
  line-height: 40px;
  text-indent: 20px;
}

.sidebar-nav li a {
  color: black;
  display: block;
  text-decoration: none;
  font-weight: bold;
}

.sidebar-nav li a:hover {
  color: green;
  background: rgba(255,255,255,0.2);
  text-decoration: none;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  height: 55px;
  line-height: 55px;
  font-size: 18px;
}

.sidebar-nav > .sidebar-brand a {
  color: #999999;
  /*color: #5eb95e;*/
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}
#menu-toggle {
  top: 0;
  right: 0;
  position: fixed;
  z-index: 1;
}
#sidebar-wrapper.active {
  right: 250px;
  width: 250px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.toggle {
  margin: 5px 5px 0 0;
}
#menu-close{

  left:  0;
  z-index: 15;
}
#footer {
    background-color: black;
    color: white;
    padding: 15px;
  position: absolute;
    bottom: 0;
  width: 100vw;
}