body{
  font-family: deckerregular !important;
  color:  #54301a;
}
h1.heading_title {
    font-weight: bold;
    margin-top: 20px;
}
h2.heading_title {
    font-weight: bold;
    margin-bottom: 45px;
}
h2 {
   font-size: 40px;
}
h1{
    font-size: 40px;
    font-weight: initial;
    font-family: deckerregular;
    color: #54301a;
    margin-top: 41px;
    margin-bottom: 41px;
}
.hoa_title_container {
  text-align: center;
  padding-top: 6px;
}
.hoa_title_container span{
  font-size: 20px;
    letter-spacing: 2px;
    font-family: deckerregular;
}
.hoa_title_container p {
    line-height: 0px;
    margin: 0;
    margin-top: -10px;
}
.hoa_title_container > span.hoa_item_small {
  font-size: 10px;
}
.hoa_item_container {
  margin: 10px 5px;
  border: 1px solid #C0C0C0;
  min-height: 223px;
}
.hoa_logo_link {
  border: none;
}
.hoa_logo_link_container {
  margin: 10px 5px 20px;
}
.hoa_top_menu_link {
  color:  #54301a !important;
  text-decoration: none !important;
}
.hoa_image_container img {
  width:100%;
}
.coming_soon_text {
  display: none;
    position: absolute;
    top: 45%;
    left: 50%;
    /*font-size: 20px;*/
    color: #030303;
}
.coming_soon_text_wrapper {
  position: relative;
    top: 50%;
    left: -50%;
    font-size: 15px;
    color: #030303;
    transform: translateY(-50%);
}
.hoa_image_container:hover{
  /*background-color: rgba(0, 0, 0, 0.5);
 *   opacity: .5;*/
}
.hoa_image_container_hover:hover img.no_hover{
  display: none;
}
.img_hover {
  display: none;
}
.hoa_image_container_hover:hover img.img_hover{
  display: block;
}
.hoa_image_container_hover:hover .coming_soon_text{
  display: block;
}
.hoa_top_menu_link {
  margin-left: 20px;
}
.contact .hero_image_container_row_col {
  background-image: url('/images/contact_image.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.careers .hero_image_container_row_col {
  background-image: url('/images/careers.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.careers_footer .hero_image_container_row_col {
background-image: url('/images/careers_footer.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 300px;
    background-origin: border-box;
}
.hero_careers_image_container_row_col {
	background-image: url('/images/careers.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	min-height: 594px;
}
.hoa_top_menu_link_container {
  padding-top: 22px;
}
.hoa_footer{
  padding-bottom: 70px;
}
.hoa_contact_us_textarea {
  min-height: 180px;
}
.hoa_careers_resume_button{
  min-width: 264px;
  background-color: #A3A3A3;
  color: #FFF;
  font-weight: bold;
}
.hoa_contact_us_button {
  min-width: 264px;
  background-color: #543018;
  color: #FFF;
  font-weight: bold;
}
.hoa_contact_us_button:hover {
  min-width: 264px;
  background-color: #543018;
  color: #FFF;
  font-weight: bold;
}
.hoa_form_error {
  border: solid 1px #FF0000;
}
/* Portrait phones and smaller */
@media (max-width: 480px) {
  .hoa_item_container {
    min-height: 164px;
  }
  .hero_image_container_row_col {
    min-height: 136px;
  }
}
@media (min-width: 481px) {
	.hero_image_container_row_col {
		min-height: 173px;
	}
}
@media(min-width:667px){
  .hero_image_container_row_col {
    min-height: 241px;
  }
}
@media(min-width:768px){
  .hero_image_container_row_col {
    min-height: 277px;
  }
}
@media(min-width:1024px){
  .hero_image_container_row_col {
    min-height: 378px;
  }
}
@media(min-width:1200px){
  .hero_image_container_row_col {
    min-height: 418px;
  }
}

@media only screen and (min-width:768px) and (max-width: 1240px)  {
.hoa_item_container {
min-height: 160px;
}
}
@media only screen and (max-width: 768px){
.hoa_title_container span {
font-size:16px;
}
}
/*By House of An Styling */

.by-hoa .hero_image_container_row_col {
  background-image: url('/images/by_hoa_image.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
#by-hoa-container {
  margin-top:50px;
}
#by-hoa-container h2 {
  margin-top:0;
  font-style: italic;
  font-size: 23px;
  line-height: 35px;
}
#by-hoa-container h3 {
  font-size: 37px;
}
#by-hoa-container p {
  font-size: 17px;
}
.by-hoa-left {
    padding-bottom:50px;
  }
.pre-order-banner {
  margin-bottom:15px;
}
.pre-order-container {
  margin:40px 0 60px 0;
}
.pre-order-container .icon {
  margin-right:8px;
}
.book-img {
  margin:0 auto;
}

@media (min-width: 481px) {
  #by-hoa-container h2 {
    font-size: 44px;
    line-height: 58px;
  }
}

@media(min-width:768px){
  .by-hoa-left {
    padding-right:20px;
  }
}

@media(min-width:1200px){
  .by-hoa-left {
    padding-right:100px;
  }
}

