* {
  margin:0px;
  padding:0px;
  box-sizing:border-box;
  font-family:sans-serif;

}
body {
  min-height: 100vh;
  color: white;
  background-color: #30261D;
  transition:all 300ms linear;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  outline: 0;
  -moz-outline-style: none;
  position: relative;
  margin: 0;
  padding-bottom: 6rem;
}
p {
  margin-top: 15px;

}
a {
  color: #FF5B06;
  text-decoration: none;
}
a:hover {
  color: #fff;
  text-decoration: none;
  -moz-outline-style: none;
  outline: 0;
}
a.currentpage {
  color: #fff !important;
}
a.currentpageheader {
  color: #FF5B06 !important;
}
iframe {
  width: 100%;
  height: 350px;
  border: solid 3px #FF5B06;
}

.row {
  padding: 25px 0;

}
#footer .row {
  padding: 0;
  margin: 0;
}

#sidebar {
  position: fixed;
  left:-200px;
  width:10%;
  height:100%;
  background:#151719;
  transition:all 300ms linear;
  border: 0%;
  z-index: 999;
  outline: 0;
}
#sidebar .toggle-btn {
  position:absolute;
  cursor: pointer;
  left:220px;
  top:1%;

}
#sidebar .toggle-btn span {
  display:block;
  width:170%;
  height: 5px;
  background:#FF5B06;
  margin:5px 10px;
  cursor:pointer;

}
#sidebar div.list div.item {
  padding:15px 10px;
  border-bottom:1px solid #444;
  color: #FF5B06;
  font-size:15px;
  outline: 0;
  text-align: center;
  -moz-outline-style: none;

}

.title {
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 7px;
  color: #FF5B06;
  border-bottom: 1px solid #222;
  background: #2a2a2a;
  top: -1%;
}
body.sidebar-active #sidebar {
  left:0px;
  outline: 0;
}
#header{
  padding: 35px;
  background-color: transparent;
  width: 100%;
  text-align: center;
  outline: 0;
}
#header a:hover {
  color: #FF5B06;
  outline: 0;
}
#header h1 {
  margin: 0px 0;
  display: inline;
}
#header img {
  width: auto;

}
.page{
  width: 60%;
  margin: 0em auto;
  padding: 0px 0;
  border-top:1px solid #FF5B06;
  border-bottom:1px solid #FF5B06;
  text-align:center;
}
.page span,h5{
  opacity:0;
  text-transform: uppercase;
  -webkit-transition: all 100ms ease-in-out;
   transition: all 100ms ease-in-out;
}
.page span{
	font-size: 4.2rem;
  padding-bottom: 8px;
  text-shadow: 0 2px 1px rgba(0, 0, 0, .5);
  margin-right: 7px;
}
.page span:nth-child(1){
  -webkit-animation: introText 3s 1;
	-webkit-animation-delay: 1s;
	-webkit-animation-fill-mode: forwards;
	animation: introText 2s 1;
	animation-delay: 1s;
	animation-fill-mode: forwards;

}
.page h5{
  font-size: 20px;
  line-height: 24px;
  padding: 5px 0;
  -webkit-animation: introText 3s 1;
	-webkit-animation-delay: 4s;
	-webkit-animation-fill-mode: forwards;
	animation: introText 3s 1;
	animation-delay: 2.5s;
	animation-fill-mode: forwards;
}


@-webkit-keyframes introText{
  0% {opacity: 0;}
  100% {opacity: 1;}
}@keyframes introText{
  0% {opacity: 0;}
  100% {opacity: 1;}
}


@import url(http://fonts.hosni.netdna-cdn.com/fonts/cdn/file_font/?font=JF_Flat_Regular);


#content {
  padding: 20px 30px;

}
#content img {
  max-width: 100%;
  margin: 5px 0;
}

input, textarea {
  width: 80%;
  margin: 10px 0;
  padding: 5px;
}
input[type=submit] {
  cursor: pointer;
  border: none;
  height: 30px;
}
input[type=submit]:hover {
  background: #FF5B06;
  color: white;
}

.behindfooter {
  height: 60px;
  width: 100%;
  background: transparent;
}
#footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  color: #FF5B06;
  background-color: #151719;

}
#copyright {
  float: left;
  margin-left: 0px;

}
 #date {
   float: right;
   text-align: right;
   margin-right: 0;
   margin-left: auto;
}
#txt, #month {
  display: inline-block;
  margin-right: 0;

}
