/**** Global ******************************/
body{
  font: 20px/1.5 arial, helvetica, sans-serif;
  padding:0;
  margin:0;
  background-color:#f4f4f4;
}

.container{
  width:85%;
  margin: auto;
  overflow:hidden;
}

.container2{
  width:70%;
  margin: auto;
  overflow:hidden;
}

.logo {
  width: 25%;
}

.tab{
  text-indent: 12px;
}

.tab2{
  text-indent: 190px;
}

a {
  color: #63beb9;
  text-shadow: 2px 2px 1px black;
  text-decoration: none;
}

a:hover {
  color: #cdb912;
  text-shadow: 2px 2px 1px black;
  transition: 0.5s ease;
}


/*** Read More *****************************/
#more {
  display: none;
}
#myBtn {
 font-family: 'Cutive Mono', monospace;
 font-size: 20px;
 height:35px;
 background:#63beb9;
 color: black;
 font-weight: bold;
 border:0;
 padding: 5px 15px;
 box-shadow: -3px 3px 3px grey;
 border-radius: 2px;
 cursor: pointer;
 transition: all 0.5s;
 outline: none;
}
#myBtn:hover {
 color: black;
 background-color: #cdb912;
 box-shadow: -3px 3px 3px black;
 border-radius: 2px;
 cursor: pointer;
 transition: all 0.5s;
}

#more2 {
  display: none;
}
#myBtn2 {
 font-family: 'Cutive Mono', monospace;
 font-size: 20px;
 height:35px;
 background:#63beb9;
 color: black;
 font-weight: bold;
 border:0;
 padding: 5px 15px;
 box-shadow: -3px 3px 3px grey;
 border-radius: 2px;
 cursor: pointer;
 transition: all 0.5s;
 outline: none;
}
#myBtn2:hover {
 color: black;
 background-color: #cdb912;
 box-shadow: -3px 3px 3px black;
 border-radius: 2px;
 cursor: pointer;
 transition: all 0.5s;
}

#more3 {
  display: none;
}
#myBtn3 {
 font-family: 'Cutive Mono', monospace;
 font-size: 20px;
 height:35px;
 background:#63beb9;
 color: black;
 font-weight: bold;
 border:0;
 padding: 5px 15px;
 box-shadow: -3px 3px 3px grey;
 border-radius: 2px;
 cursor: pointer;
 transition: all 0.5s;
 outline: none;
}
#myBtn3:hover {
 color: black;
 background-color: #cdb912;
 box-shadow: -3px 3px 3px black;
 border-radius: 2px;
 cursor: pointer;
 transition: all 0.5s;
}

#more4 {
  display: none;
}
#myBtn4 {
 font-family: 'Cutive Mono', monospace;
 font-size: 20px;
 height:35px;
 background:#63beb9;
 color: black;
 font-weight: bold;
 border:0;
 padding: 5px 15px;
 box-shadow: -3px 3px 3px grey;
 border-radius: 2px;
 cursor: pointer;
 transition: all 0.5s;
 outline: none;
}
#myBtn4:hover {
 color: black;
 background-color: #cdb912;
 box-shadow: -3px 3px 3px black;
 border-radius: 2px;
 cursor: pointer;
 transition: all 0.5s;
}

#more5 {
  display: none;
}
#myBtn5 {
 font-family: 'Cutive Mono', monospace;
 font-size: 20px;
 height:35px;
 background:#63beb9;
 color: black;
 font-weight: bold;
 border:0;
 padding: 5px 15px;
 box-shadow: -3px 3px 3px grey;
 border-radius: 2px;
 cursor: pointer;
 transition: all 0.5s;
 outline: none;
}
#myBtn5:hover {
 color: black;
 background-color: #cdb912;
 box-shadow: -3px 3px 3px black;
 border-radius: 2px;
 cursor: pointer;
 transition: all 0.5s;
}

/*** Header & Dropdown Menu ******************/
.branding {
  float:left;
  margin: 15px 0 0 150px;
}

.dropbtn {
  font-family: 'Cutive Mono', monospace;
  font-size: 30px;
  font-weight: bold;
  color: black;
  padding: 7px;
  margin-left: 85px;
  margin-top: 5px;
  border: none;
  cursor: pointer;
  text-shadow: -2px 2px 2px grey;
}

.dropdown {
  position: relative;
  display: inline-block;
  margin-right: 150px;
}

.dropdown-content {
  font-family: 'Cutive Mono', monospace;
  font-weight: bold;
  display: none;
  text-decoration: none;
  position: absolute;
  background-color: #fff;
  width: 300px;
  z-index: 1;
  box-shadow: 3px 2px 5px grey;
}

.dropdown-content li {
  list-style-type: none;
}

/* dropdown-content Fading Animation */
.dropdown-content {
  -webkit-animation-name: dropdown-content;
  -webkit-animation-duration: 1.3s;
  animation-name: dropdown-content;
  animation-duration: 1.3s;
}
@-webkit-keyframes dropdown-content {
  from {opacity: .4}
  to {opacity: 1}
}
@keyframes dropdown-content {
  from {opacity: .4}
  to {opacity: 1}
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  font-size: 25px;
  text-shadow: -2px 1px 1px grey;
  border-bottom: #cccccc 1px solid;
  transition: 0.3s ease;
}

header li:first-child {
  border-top: #cccccc 1px solid;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropbtn:hover {
  color: #63beb9;
  text-shadow: -2px 2px 2px black;
  transition: 0.3s ease;
}

header {
  background:#e6e6e6;
  min-height:70px;
  box-shadow: 0px 5px 10px grey;
  position:sticky;
  z-index: 99;
  top:0;
}

header a {
  color:#63beb9;
  text-decoration:none;
  text-transform: uppercase;
  font-size: 25px;
  text-shadow: -2px 1px 1px black;
}

header a:hover {
  color:#63beb9;
  text-shadow: -2px 1px 1px black;
}

header .current a {
  color:#63beb9;
  text-shadow: -2px 1px 1px black;
}

header ul {
  text-decoration: none;
  text-align: center;
  display:block;
  padding: 0 10px 0 10px;
  margin: 0;
}

header .dropdown {
  float: right;
}


/**** Showcase ***************************/

#showcase{
  min-height:880px;
  background:url('../img/HbHTitle.jpg');
  background-position: center;
  box-shadow: 0px 4px 10px grey;
}


/**** Boxes *****************************/

#boxes .box0{
  float: none;
  width: auto;
  text-align: justify;
  background-color: #e6e6e6;
  margin-top: 35px;
  margin-bottom: 15px;
  padding: 10px 50px 15px 50px;
  border: #cccccc 1px solid;
  border-radius: 3px;
  box-shadow: inset 0px 2px 5px grey;
}

#boxes .box1{
  float:left;
  width:25%;
  box-sizing: border-box;
}

#boxes .box1 img{
  width: 80%;
  box-shadow: -5px 5px 7px grey;
  margin:70px 0px 50px 30px;
}

#boxes .box1:hover img{
  opacity: 0.8;
  box-shadow: -5px 5px 7px black;
  transition: 0.5s ease;
}

#boxes .box2{
  font-family: 'Cutive Mono', monospace;
  font-size: 22px;
  font-weight: bold;
  float: right;
  width:65%;
  text-align: justify;
  background-color: #e6e6e6;
  margin-top: 65px;
  margin-bottom: 55px;
  padding: 5px 40px 15px 40px;
  border: #cccccc 1px solid;
  border-radius: 3px;
  box-shadow: inset 0px 2px 5px grey;
}

#boxes h2{
  text-decoration: underline;
}

#about .title{
  font-family: 'Cutive Mono', monospace;
  font-size: 45px;
  margin-left: 85px;
  color:black;
  text-shadow: 2px 2px 1px grey;
}

#about .box0{
  font-family: 'Cutive Mono', monospace;
  font-size: 22px;
  font-weight: bold;
  float: none;
  width: auto;
  text-align: justify;
  background-color: #e6e6e6;
  margin-top: 25px;
  margin-bottom: 50px;
  padding: 30px 100px 60px 85px;
  border: #cccccc 1px solid;
  border-radius: 3px;
  box-shadow: inset 0px 2px 5px grey;
}

#news .title{
  font-family: 'Cutive Mono', monospace;
  font-size: 45px;
  margin-left: 85px;
  color: black;
  text-shadow: 2px 2px 1px grey;

}

#news .box0{
  font-family: 'Cutive Mono', monospace;
  font-size: 22px;
  font-weight: bold;
  float: none;
  width: auto;
  text-align: justify;
  background-color: #e6e6e6;
  margin-top: 25px;
  margin-bottom: 50px;
  padding: 30px 85px 30px 85px;
  border: #cccccc 1px solid;
  border-radius: 3px;
  box-shadow: inset 0px 2px 5px grey;
}

#news h3{
  text-decoration: underline;
}

#news .pic1 img{
  width: 100%;
  box-shadow: -5px 5px 5px grey;
  margin: 0px;
}


/**** Hero by Heart Page*******************/

.button_2{
  font-family: 'Cutive Mono', monospace;
  font-size: 22px;
  font-weight: bold;
  height:44px;
  background:#63beb9;
  border:0;
  padding-left:20px;
  padding-right:20px;
  margin-top: 22px;
  margin-bottom: 10px;
  margin-right: 30px;
  box-shadow: -5px 5px 3px grey;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.5s;
}

.button_2 a {
  color: black;
  text-shadow: none;
  text-decoration: none;
}

.button_2:hover{
  color:black;
  background-color: #cdb912;
  box-shadow: -5px 5px 3px black;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.5s;
}

.button_2 a:hover {
  color: black;
  text-shadow: none;
}

.dark{
  background:#e6e6e6;
  border:#cccccc solid 1px;
  margin-top:20px;
  margin-bottom:20px;
  padding: 30px 80px 30px 70px;
  text-align: justify;
  box-sizing: border-box;
  border-radius: 3px;
}

#main .box0{
  float: none;
  width: auto;
  text-align: justify;
  background-color: #e6e6e6;
  margin-top: 25px;
  margin-bottom: 35px;
  padding: 10px 50px 15px 50px;
  border: #cccccc 1px solid;
  border-radius: 3px;
  box-shadow: inset 0px 2px 5px grey;
}

#main .HbHtitle {
  font-family: 'Cutive Mono', monospace;
  font-size: 45px;
  margin: 35px 0 35px 85px;
  color: black;
  text-shadow: -2px 2px 1px grey;
}

#main .dark2{
  font-family: 'Cutive Mono', monospace;
  font-size: 22px;
  font-weight: bold;
  background:#e6e6e6;
  border:#cccccc solid 1px;
  margin-bottom:20px;
  padding: 30px 80px 30px 70px;
  text-align: justify;
  width: 70%;
  box-sizing: border-box;
  float: left;
  border-radius: 3px;
  box-shadow: inset 0px 2px 5px grey;
}

#main .HbHbooks{
  width: 25%;
  margin-top: 50px;
  margin-right: 25px;
  box-sizing: border-box;
  float: right;
}

#main2 .HbHcoverwrap {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: -5px 5px 7px grey;
  width: 85%;
  box-sizing: border-box;
}

#main2 .tab2 {
  font-family: 'Cutive Mono', monospace;
  font-size: 22px;
  font-weight: bold;
}

#main3 .dark{
  font-family: 'Cutive Mono', monospace;
  font-size: 22px;
  font-weight: bold;
  float: left;
  width: 47%;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 100px;
  box-sizing: border-box;
  box-shadow: inset 0px 2px 5px grey;
}

#main3 .dark3{
  font-family: 'Cutive Mono', monospace;
  font-size: 22px;
  font-weight: bold;
  background:#e6e6e6;
  border:#cccccc solid 1px;
  padding: 55px 60px 80px 75px;
  float: right;
  width: 47%;
  margin-top: 25px;
  margin-bottom: 10px;
  box-sizing: border-box;
  border-radius: 3px;
  box-shadow: inset 0px 2px 5px grey;
}

.specs {
  display: flex;
  flex-flow: wrap;
  flex-direction: row;
  justify-content: space-around;
  justify-content: center;
}

#main4 .dark11{
  font-family: 'Cutive Mono', monospace;
  font-size: 20px;
  font-weight: bold;
  flex: 1;
  background:#e6e6e6;
  border:#cccccc solid 1px;
  margin-top:25px;
  margin-bottom: 40px;
  padding: 30px 70px 50px 50px;
  box-sizing: border-box;
  border-radius: 3px;
  box-shadow: inset 0px 2px 5px grey;
}

#main4 .dark12{
  font-family: 'Cutive Mono', monospace;
  font-size: 20px;
  font-weight: bold;
  flex: 1;
  background:#e6e6e6;
  border:#cccccc solid 1px;
  margin-top:25px;
  margin-bottom: 40px;
  padding: 30px 70px 125px 50px;
  box-sizing: border-box;
  border-radius: 3px;
  box-shadow: inset 0px 2px 5px grey;
}

#main4 .dark13{
  font-family: 'Cutive Mono', monospace;
  font-size: 20px;
  font-weight: bold;
  flex: 1;
  background:#e6e6e6;
  border:#cccccc solid 1px;
  margin-top:25px;
  margin-bottom: 40px;
  padding: 30px 70px 125px 50px;
  box-sizing: border-box;
  border-radius: 3px;
  box-shadow: inset 0px 2px 5px grey;
}

#main4{
  margin-bottom: 20px;
}

#main4 ul {
  list-style-type: none;
}

#main4 h3{
  text-decoration: underline;
}

.dark11 li:before {
  content: '\1F4DA';
  margin-left: -30px;
}

.dark12 li:before {
  content: '\1F4D6';
  margin-left: -30px;
}

.dark13 li:before {
  content: '\1F4BB';
  margin-left: -30px;
}

#main3 .storelinks img{
  margin:0px 15px 0px 15px;
}

#main3 .storelinks:hover img{
  opacity: 0.7;
  transition: all 0.5s;
}


/**** Contact *******************************/
.go {
  font-family: 'Cutive Mono', monospace;
  font-size: 22px;
  font-weight: bold;
  color: green;
  margin-left: 40px;
}
.nogo {
  font-family: 'Cutive Mono', monospace;
  font-size: 22px;
  font-weight: bold;
  color: red;
  margin-left: 40px;
}
.button_1{
  font-family: 'Cutive Mono', monospace;
  font-size: 20px;
  font-weight: bold;
  height:38px;
  background:#cdb912;
  border:0;
  padding-left:20px;
  padding-right:20px;
  margin: 30px 0 60px 45px;
  box-shadow: -5px 5px 3px grey;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.5s;
}

.button_1:hover{
  color:black;
  background-color: #63beb9;
  box-shadow: -5px 5px 3px black;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.5s;
}

#contact{
  width: 57%;
  margin-top:25px;
  padding-bottom: 10px;
}

label {
  font-family: 'Cutive Mono', monospace;
  font-size: 22px;
  font-weight: bold;
  margin: 40px 0 15px 40px;
}

.cform{
  font-family: 'Cutive Mono', monospace;
  font-size: 45px;
  margin-top: 20px;
  padding-left: 240px;
  color: black;
  text-shadow: -2px 1px 1px grey;
}

#contact .quote input{
  width:80%;
  padding: 15px;
  margin: 10px 0 25px 35px;
}

#contact .quote textarea{
  width:80%;
  padding: 15px;
  margin: 10px 0 10px 35px;
  height: 80px;
}

#form {
  width:70%;
  margin: auto;
  margin-left: 150px;
  margin-top: 40px;
  margin-bottom: 75px;
  padding-top: 25px;
  background-color: #e6e6e6;
  box-shadow: inset 0px 2px 5px grey;
}


/**** Footer ********************************/
footer{
  font-family: 'Cutive Mono', monospace;
  font-size: 15px;
  font-weight: bold;
  padding:30px 20px;
  color: black;
  background-color:#e6e6e6;
  text-align:right;
  text-shadow: 1px 1px 1px grey;
  box-shadow: 0px -4px 10px grey;
}



/**** @Media *********************************/
/* 1024px Tablet Media Queries ***************/
@media(max-width: 1024px){

  header {
    position: static;
  }

header .branding{
  max-width: 40px;
  margin-top: 20px;
}

header nav,
header nav li{
  align-content: center;
  float:none;
  text-align:right;
  width:100%;
  margin-top: 5px;
  margin-bottom: 10px;
}

.logo{
  width: 100%;
}

#boxes .box1{
 width:30%;
 box-sizing: border-box;
}

#boxes .box1 img{
  width: 100%;
  margin:200px 0px 50px 5px;
}

#boxes .box2{
  float:right;
  margin-top: 30px;
  margin-bottom: 25px;
  width:65%;
  box-sizing: border-box;
}

#about .title{
  margin-left: 60px;
  padding-top: 20px;
}

#about .box0{
  margin-bottom: 25px;
  padding: 30px 40px 30px 40px;
  box-sizing: border-box;
}

#showcase h1{
  float:none;
  width:100%;
  margin-top: 70px;
  margin-bottom: 15px;
}

#showcase{
  background:url('../img/HbHTitle.jpg');
  min-height:600px;
  background-size: 100%;
}

#main{
  align-content: center;
  float:none;
  text-align:justify;
  width:100%;
  margin-top: -5px;
  margin-bottom: 10px;
}

#main .HbHtitle {
  margin: 35px 0 35px 250px;
}

#main .dark2{
  width:100%;
  padding: 10px 20px 20px 20px;
}

#main .HbHbooks{
  width: 60%;
  margin-bottom: 15px;
  margin-top: -15px;
  float: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#main2 .HbHcoverwrap{
  width: 100%;
  float: right;
  margin-bottom: 10px;
}

#main3 .button_2{
  margin-left: 60px;
}

#main3 .dark{
  padding: 10px 20px 20px 175px;
  text-align: justify;
  float: none;
  width: 100%;
}

#main3 .dark3{
  padding: 15px 0 30px 20px;
  margin-top: 40px;
  margin-bottom: 30px;
  float: none;
  width: 100%;
}

#main3 .dark5{
    margin-left: 50px;
}

#main2 .tab2{
 text-align:center;
 text-indent: 5px;
}

#main3 .storelinks img{
 margin:5px 5px 5px 5px;
}

#main4 .dark11{
   padding: 20px 30px 30px 30px;
}

#main4 .dark12{
    padding: 20px 30px 30px 30px;
}

#main4 .dark13{
   padding: 20px 30px 30px 30px;
}

 #form, #contact{
   align-content: center;
   float:none;
   text-align:left;
   width:100%;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 10px;
   padding-bottom: 15px;
 }

 #contact .cform{
   margin-top: 20px;
   padding-bottom: 0px;
   padding-left: 60px;
 }

 #contact .quote input, #contact .quote textarea{
   width: 85%;
 }

 footer{
   align-content: center;
   float:none;
   text-align:right;
   margin-top: 5px;
   margin-bottom: 15px;
 }

}


/* 768px Tablet Media Queries ************/
@media(max-width: 768px){

  header {
    position: static;
  }

  header .branding{
    max-width: 40px;
    margin-top: 20px;
  }

  header nav,
  header nav li{
    align-content: center;
    float:none;
    text-align:right;
    width:100%;
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .logo{
    width: 100%;
  }

  #boxes .box1{
   float:left;
   align-content: center;
   width:85%;
   margin-top: 20px;
   margin-left: 60px;
   box-sizing: border-box;
  }

  #boxes .box1 img{
    width: 80%;
    margin: 20px 0px 0px 40px;
  }

  #boxes .box2{
    float:right;
    margin-top: 35px;
    margin-bottom: 45px;
    width: 100%;
    box-sizing: border-box;
  }

  #about .box0{
    margin-bottom: 25px;
    padding: 30px 40px 50px 40px;
    box-sizing: border-box;
  }

  #about .title{
    margin-left: 30px;
    padding-top: 5px;
  }

  #showcase h1{
    float:none;
    width:100%;
    margin-top: 70px;
    margin-bottom: 15px;
  }

  #showcase{
    background:url('../img/HbHTitle.jpg');
    min-height:400px;
    background-size: 100%;
  }

  #main{
    align-content: center;
    float:none;
    text-align:justify;
    width:100%;
    margin-top: -5px;
    margin-bottom: 10px;
  }

  #main .HbHtitle {
    margin: 35px 0 35px 150px;
  }

  #main .dark2{
    width:100%;
  }

  #main .HbHbooks{
    float: none;
    width: 50%;
    margin-bottom: 15px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  #main2 .HbHcoverwrap{
    width: 100%;
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  #main3 .button_2{
    margin-left: 25px;
    padding-left:7px;
    padding-right:7px;
  }

  #main3 .dark{
      padding: 10px 20px 20px 75px;
      text-align: justify;
  }

 #main2 .tab2{
   text-align:center;
   text-indent: 5px;
 }

 #main3 .storelinks img{
   margin:5px 5px 5px 5px;
 }

 #main3 .dark{
   float: none;
   width: 100%;
   align-content: center;
 }

 #main3 .dark3{
   float: none;
   width: 100%;
   margin-top: 30px;
   align-content: center;
 }

 #main3 .dark5{
   margin-left: 25px;
 }

 #main4 .dark11{
     margin-top: 0;
     margin-bottom: 0;
     padding: 20px 30px 30px 30px;
   }

 #main4 .dark12{
     margin-top: 0;
     margin-bottom: 0;
     padding: 20px 30px 30px 30px;
   }

 #main4 .dark13{
   margin-top: 0;
   margin-bottom: 30px;
   padding: 20px 30px 30px 30px;
   }

   #form, #contact{
     align-content: center;
     float:none;
     text-align:left;
     width:100%;
     margin: auto;
     margin-top: 20px;
     margin-bottom: 10px;
     padding-bottom: 15px;
   }

   #contact .cform{
     margin-top: 20px;
     padding-bottom: 0px;
     padding-left: 60px;
   }

   #contact .quote input, #contact .quote textarea{
     width: 85%;
     margin: 0 15px 0 30px;
   }

 footer{
     align-content: center;
     float:none;
     text-align:right;
     margin-top: 5px;
     margin-bottom: 15px;
   }

}


/* 480px Mobile Media Queries *************/
@media(max-width: 480px){

.tab {
    font-size: 17px;
  }

#main2 .tab2 {
    font-size: 15px;
  }

.box0 h3 {
    font-size: 22px;
  }

.box2 h3 {
    font-size: 22px;
  }

.dark h3 {
    font-size: 22px;
  }

.dark3 h3 {
    font-size: 22px;
  }

.dark11 h3 {
    font-size: 22px;
  }

.dark11 li {
    font-size: 17px;
  }

header {
  position: static;
}

header li {
  display:block;
  width: 100%;
  padding: 15px  10px 0 10px;
 }

nav label {
  display: block;
  cursor: pointer;
  float: right;
}

.menu {
  text-align: center;
  width: 100%;
  display: none;
}

.menu a {
  display: block;
  border-bottom:#63beb9 2px solid;
  margin: 0;
}

#toggle:checked + .menu {
  display: block;
}

.container{
  width:90%;
  margin: auto;
  overflow:hidden;
}

.container2{
  width:90%;
  margin: auto;
  overflow:hidden;
}

.dropdown {
  margin-right: 30px;
}

.dropdown-content {
  margin-left: 0px;
  width: 225px;

}

header .branding{
  max-width: 40px;
  margin: 20px 0 0 40px;
}

header nav, header nav li{
  align-content: center;
  float:none;
  text-align:center;
  width:100%;
  margin-top: -5px;
  margin-bottom: 10px;
}

.logo{
  width: 100%;
}

#boxes .box0{
  margin-bottom: 0;
}

#boxes .box1 {
 margin-top: 0;
 margin-left: 35px;
 float:none;
 width:85%;
}

#boxes .box1 img{
  width: 80%;
  margin: 40px 0px 30px 40px;
}

#boxes .box2{
  margin-top: 0;
  margin-bottom: 25px;
  padding: 10px 20px 20px 20px;
  box-sizing: border-box;
  width:100%;
}

#about .box0{
  margin-bottom: 25px;
  padding: 10px 20px 20px 20px;
  box-sizing: border-box;
}

#about .title{
  margin-left: 0;
  text-align: center;
}

#showcase h1{
  align-content: center;
  float:none;
  text-align:center;
  width:100%;
  margin-top: 190px;
  margin-bottom: 15px;
}

#showcase{
  background:url('../img/HbHTitle.jpg');
  min-height:270px;
  background-size: 100%;
}

#main{
  align-content: center;
  float:none;
  text-align:justify;
  width:100%;
  margin-top: -5px;
  margin-bottom: 10px;
}

#main .box0{
  margin-bottom: 15px;
  padding: 10px 20px 20px 20px;
  box-sizing: border-box;
}

#main .HbHtitle {
  margin-left: 0;
  text-align: center;
}

#main .dark2{
  width:100%;
  margin-bottom: 10px;
}

#main .HbHbooks{
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 15px;
}

#main2 .HbHcoverwrap{
  width: 100%;
  float: right;
  margin-bottom: 10px;
}

#main3 .button_2{
  margin-left: 50px;
}

 #main2 .tab2{
   text-align:center;
   text-indent: 5px;
 }

 #main3 .storelinks img{
   margin:0px 0px 5px 0px;
   padding: 0 0 0 5px;
   align-content: center;
 }

 #main3 .dark{
   padding: 10px 20px 20px 20px;
   text-align: justify;
   float: none;
   width: 100%;
   align-content: center;
 }

 #main3 .dark3{
   padding: 10px 30px 20px 25px;
   text-align: justify;
   align-content: center;
   float: none;
   width: 100%;
 }

 #main4 .dark11{
     margin-top:10px;
     margin-bottom: 0;
   }

 #main4 .dark12{
     margin-bottom: 0;
   }

  #main4 .dark13{
     margin-bottom: 20px;
  }

 #form, #contact{
   align-content: center;
   float:none;
   text-align:left;
   width:100%;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 10px;
   padding-bottom: 15px;
 }

 #contact .cform{
   margin-left: 0;
   text-align: center;
   margin-top: 20px;
   padding-bottom: 0px;
   padding-left: 0px;
 }

 #contact .quote input, #contact .quote textarea{
   width: 85%;
   margin-left: 15px;
 }

 footer{
   align-content: center;
   float:none;
   text-align:right;
   margin-top: 5px;
   margin-bottom: 15px;
 }

}

 /* 360px Mobile Media Queries ***************/
 @media(max-width: 360px){

.tab {
  font-size: 17px;
}

#main2 .tab2 {
  font-size: 15px;
}

.box0 h3 {
  font-size: 22px;
}

.box2 h3 {
  font-size: 22px;
}

.dark h3 {
  font-size: 22px;
}

.dark3 h3 {
  font-size: 22px;
}

.dark11 h3 {
  font-size: 22px;
}

.dark11 li {
  font-size: 17px;
}

 header {
     position: static;
   }

#showcase{
     background:url('../img/HbHTitle.jpg');
     min-height:185px;
     background-size: 100%;
   }

#boxes .box1 img{
   width: 80%;
   margin:40px 0px 30px 20px;
 }

#contact .quote input{
   width:80%;
   margin: 5px 15px 25px 15px;
 }

#contact .quote textarea{
   width:80%;
   margin: 5px 15px 10px 15px;
 }


}
