/* Custom Stylesheet */
body, html {
      margin: 0;
      -webkit-font-smoothing: antialiased;
      background:#000;
      text-align: left;
      background-color: #1B1B1B;
}

body, .main, html {
  padding: 10;
  width: 100%;
  float: left;
  font-family: Arial,sans-serif;
}

body .header{
  color: #ecf0f1;
  margin: 25px 0;
}

.menu a {
  background: black;
  color: #fff;
  font-weight: bold;
  border-color: #444;
}

.menu a:hover {
  background: black;
  border-color: #777;
}

.menu a.active {
  background: black;
  border-color: #777;
}
.main p {
  color: #000;
  font-size: 16px;
  font-weight: 100;
}
.nav-top {
  background: pink;
  z-index:50;
}

.nav-top a {
  color: #FFF;
}

.footer {
	width: 100% ;
 	margin-left:auto;
	margin-right:auto;
/* 	top:70%; */
/* 	position:absolute; */
	z-index:40;
	padding-bottom:10px;
	padding-top:10px;
}
#blackFont{
	text-transform:uppercase;
	font-family: Arial,sans-serif;
	font-size: 10px;
	color:#000;
	text-align:center;
}

/* ALL DEMO */
h1 {
  color: #ffffff;
  font-family: Arial,sans-serif;
  font-size: 44px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: bold;
}
h3 {
  font-weight: bold;
  margin-bottom: 0px;
}
ul.previous {
  font-size: 90%;
}

h1 span {
  font-size: 44px;
  display: block;
}

body .nav-top {
  position: absolute; 
  z-index: 11;
  padding-top: 0;
}

body .nav-top span {
  display: inline-block;
}

.adswrap {
  margin-top: 55px;
}

.menu, .header, .nav-top {
  margin-bottom: 0px;
  position: relative;
  z-index: 10;
  padding-top: 50px;
  padding-bottom: 0px;
}

 .menu {
      padding-top: 400px;
 }

canvas {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
}

.direction {
  position: relative;
  color: #ddd;
  font-style: italic;
}
.direction a{
  color: white;
  font-weight: bold;
}

@media (max-width:1024px) {
    .main .cursive {
        margin-top: 40px !important;
        font-size: 80px;
    }
}

@media (max-width:768px) {
    .fixed-plugin{
        top: 80px;
        right: 0px;
    }
    .main .container{
        margin-bottom: 50px;
    }
    #video_background{
        display: none;
    }
    h1.logo {
        margin-top: 30px !important;
        font-size: 40px !important;
    }
    h4.info {
        font-size: 20px !important;
        margin-top: 10px !important;
    }
    h3 {
        font-size: 95%;
    }
    .footer {
/*         top: 50%; */
    }
    ul.previous {
      font-size: 80%;
    }
}
