/**
 * Styles
 * Generated: 2025-08-29T18:03:39Z
 */
	
	

/**
 * Learn2Commit Styles Beta
 */
 /**
 * Mitten Moves 
 * Styles
 */

* { 
    /* font-family: Verdana, Geneva, Tahoma, sans-serif */
    font-family: 'Quicksand', sans-serif;
  
}

#banner { 
  position: relative;
  width: 100%; 
  left: 0px; 
  right: 0px; 
  height: 500px; 
  overflow: hidden; 

}

#banner-left { 
  position: absolute; 
  left: 10%; 
  top: 20%; 
  color: #fff; 
  font-size: 2em; 
}

#banner-left button { 
  font-size: .5em;
}


#banner img { 
  width: 100%; 
  height: auto; 
}

#logo-wrapper { 
  position: absolute; 
  top: 14px; 
  left: 10px; 
  z-index: 9999;
}


body { 
    background-color: #fff; 
    /* background-color: #F16623;  */
    margin: 0; 
    padding: 0; 
    overflow-x: hidden; 
    height: 100%; 
    width: 100%; 
}

h2 { 
  margin: 10px; 
  padding-bottom: 10px; 
  border-bottom: solid 1px #000; 
}

p { 
  margin: 10px; 
  padding-bottom: 10px; 
}

header { 
    height: 60px;
    border-bottom: solid 1px #000; 
    display: flex; 
    position: fixed; 
    top: 0; 
    left: 0; 
    width: 100%;
}

#heading1 { 
    margin-left: 20px; 
    margin-top: 10px; 
    flex-grow: 1; 
}

#heading-menu { 
  height: 100%; 
  line-height: 60px; 
  min-width: 600px; 
}

#heading-menu a { 
  color: #000; 
  text-decoration: none; 
  display: inline-block; 
  margin-right: 5%; 
}

#heading-menu a.selected, .sidenav .menu-item a.selected { 
  text-decoration: underline; 
  color: #f26624;
}

.review { 
  font-size: 1.2em; 

}


#heading-menu-mobile { 
  display: none; 
}

@media only screen and (max-width: 600px) { 
  #banner { 
    height: 200px; 
  }

  #heading-menu { 
    display: none; 
  }
  #heading-menu-mobile { 
    display: block; 
    position: absolute; 
    top: 15px; 
    right: 15px; 
    height: 40px; 
    width: 40px; 
  }

  #heading-menu-mobile .hamburger-bar { 
    background-color: #999; 
    height: 5px; 
    margin-bottom: 6px; 
    border-radius: 5px; 
    width: 100%; 
  }
}

#background-image { 
  opacity: .2; 
  position: absolute; 
  bottom: 0; 
  right: -250px; 
}

#logo { 
    width: auto; 
}

main { 

    margin-top: 60px; 
    text-align: center;
    height: calc(100% - 160px); 
    background-color: #fff; 
    overflow-y: auto; 
    width: 100%; 
    overflow-x: hidden; 
}

.content { 
  padding: 30px; 
}

footer { 
    height: 100px; 
    background-color: #000; 
}

footer #copyright { 
    color: #fff;
    font-size: .8em; 
    text-align: center; 
    padding-top: 20px; 
}

footer #footer-contact { 
  text-align: center; 
  font-size: .8em; 
  color: #fff; 
}

footer #footer-contact a { 
  text-decoration: underline; 
  color: #fff; 
}

@media only screen and (max-width: 600px) { 
  footer #copyright { 
    font-size: .7em; 
  }
}

button.btn { 
    border-radius: 3px; 
    text-align: center; 
    border: solid 1px #000; 
    padding: 10px 20px; 
    background-color: #009; 
    color: #fff; 
    cursor: pointer; 
    
}

.btn:hover { 
    background-color: #008; 
    color: #eee; 
}

/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 250px; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    right: -250px;
    background-color: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    z-index: 1000; 
  }

  #overlay { 
    background-color: rgba(100, 100, 100, .2);
    position: absolute;
    height: 100%; 
    width: 100%; 
    top: 0; 
    left: 0; 
    bottom: 0; 
    right: 0; 
    transition: 0.5s; 
    display: none; 
    z-index: 999; 
  }
  
  /* The navigation menu links */
  .sidenav .menu-item a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  /* When you mouse over the navigation links, change their color */
  .sidenav .menu-item a:hover {
    color: #f1f1f1;
  }


  .sidenav .divider { 
    margin-top: 40px; 
    margin-bottom: 30px; 
    width: calc(100% - 40px); 
    margin-left: auto; 
    margin-right: auto; 
    border-top: solid 1px #818181;
  }
  .sidenav .social { 
    text-align: center; 
  }
  .sidenav .social a { 
    display: inline-block; 
    color: #818181;
    height: 40px; 
    width: 40px; 
    font-size: 1.6em; 
  }

  .sidenav .contact { 
    margin-top: 20px; 
  }
  .sidenav .contact a { 
    display: block; 
    height: 16px; 
    line-height: 16px; 
    vertical-align: middle; 
    color: #fff; 
    text-decoration: underline; 
    width: 100%; 
    text-align: center; 
    color: #818181
  }
  
  #sidenav-footer { 
    position: absolute; 
    bottom: 40; 
    width: 100%; 
    text-align: center; 
  }

  #sidenav-footer-img { 
    height: 50px; 
    width: auto;  
  }

  /* Position and style the close button (top right corner) */
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    color: #818181;
  }

  /* Style page content - use this if you want to push the page content to the right when you open the side navigation */
  #main {
    transition: margin-left .5s;
    height: 100%; 
    width: 100%; 
    overflow: hidden; 
  }

  .banner { 
    width: calc(100% + 60px); 
    margin-left: -30px; 
    margin-top: -30px; 
    margin-right: -30px;
}

.banner-large { display: block; } 
/* .banner-small { display: none; } */


.page-title { 
  position: absolute; 
  top: 120px; 
  left: 0px; 
  height: 48px; 
  width: 100%; 
  background: #000; 
  color: #fff; 
  line-height: 48px; 
  vertical-align: middle; 
  font-size: 1.4em; 
  text-indent: 20px; 
  font-variant: small-caps;

}

@media only screen and (max-width: 600px) { 
  /* .banner-large { display: none; }  */
  /* .banner-small { display: block; } */
  .page-title { 
    top: 60px; 
  }
  #footer-contact { 
    display: none; 
  }
}

.copy-wrapper { 
  margin-left: auto; 
  margin-right: auto; 
  max-width: 780px;
  padding: 20px; 
}

@media only screen and (max-width: 600px) { 
  #logo-wrapper { 
    top: 5px; 
  }
  #logo { 
      height: 53px; 
  }

  header { 
      height: 60px; 
  }

  footer { 
      height: 60px; 
  }

  #heading1 { 
      margin-left: 10px; 
      margin-top: 5px; 
  }

  main { 
      margin-top: 60px; 
      height: calc(100% - 120px)
  }
}

.front-review { 
   border: solid 1px #eee; 
   border-radius: 5px; 
   padding: 10; 
   margin: 10; 
 }
 
 .front-review-inner { 
   margin-bottom: 5px; 
 }
 
 .front-review-author { 
   margin-left: 20px; 
   font-style: italic; 
   font-size: .9em; 
 }		
