body {
  background-color: black;

}
footer {
  padding-left: 15px;
  padding-right: 15px;
    background-color: black;
}



.navbar {
    background-color: black;
    border-style: none;
}

.logo {
  position: static;
  margin: 0 auto 0 auto;
  z-index: 2;
}

.dancer {
  width: 80px;
  height: 200px;
  background-color: white;
}

#myhead {
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  border-style: solid;
  border-color: transparent;
  border-width: 2px;
  
}

#mybody {
  position: bottom;
}

.normal {
  width: 150px;
}

.big {
  width: 280px;
}

#canvas {
  height: 700px;
  width: 100%;
  background-size: 100%;
  background-image: url('../img/landscape.jpg');
  position: fixed;

}

#sidebar-wrapper {
  background-color: black;
  z-index: -1;
  width: 20%;
  color: white;
}

/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 768px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -33%;
  }

  .row-offcanvas-left.active {
    left: 33%;
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 33%;
    margin-left: 10px;
  }
}


/* Sidebar navigation */
.nav-sidebar {
  background-color: #f5f5f5;
  margin-right: -15px;
  margin-bottom: 20px;
  margin-left: -15px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a {
  color: #fff;
  background-color: #428bca;
}

/*
 * Main content
 */

.main {
  padding: 20px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.main .page-header {
  margin-top: 0;
}