﻿/* Place Your Custom Styles Here */
body{background-color:#000;}
.nav-toggle.open span:nth-child(1){
    transform:rotate(45deg); margin-top:0px;
}
.nav-toggle.open span:nth-child(2){
    display:none
}
.nav-toggle.open span:nth-child(3){
    transform:rotate(-45deg); margin-top:1px;
}
@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .site-logo{width:250px;}
}


#canvas-image {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}