@charset "utf-8";
/* CSS Document */


@media screen and (max-width: 790px){
    
    body {
      overflow-x: hidden;
    }
    
    h6 {
        font-size: 2.5em;
    }
    
    #wrapper {
      position: relative;
      width: auto;
      height: auto;
      margin: 0;
      z-index: 1;
      top: 50px;
      padding-bottom: 10px;
    }
    
    #content {
      background-color: #fff;
      border: 0px;
      width: 100%;
    }
      
    #banner {
      border: 1px solid #0f0;
      z-index: 3;
      position: relative;
      top: 0px;
      width: 100%;
      height: 160px;
    }
    
    #sled-dogs {
      display: block;
      position: relative;
      width: 100%;
      z-index: 3;
      left: 0;
    }
    
    #logo {
      position: absolute;
      z-index: 100;
      width: 50%;
      top: 25%;
      min-width: 400px;
      max-width: 500px;
    }
    
    #sidebar {
      color: #fff;
      width: 100%;
      height: 50px;
      top: 0px;
      left: 0px;
      z-index: 5;
      padding: 5px;
      text-align: right;
      padding: 0 500px 0 0;
      position: fixed;
      top: 0;
      height: 90px;
  }
  
  #userInfo {
    float: left;
    text-align: left;
    width: 35%;
    padding: 5px 0 0 40px;
    font-size: 2em;
  }
  
  li.finance {
    list-style-type: none;
    display: none;
  }
  
  #userFinance {
    position: relative;
    right: 20px;
    top: 5px;
    font-size: 20px;
    border: 1px solid #f00;
  }
  
  #topMenu {
    top: 3%;
    right: 25px;
    list-style-type: none;
    font-size: 2em;
  }
  
  #navigation {
    height: 40px;
    padding: 0;
  }

}