body {
    font-family: Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
p {
    margin: 0 0 18px;
    font-family: Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 20px;
 }
    p small {
    font-size: 11px !important;
 }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: bold;
  color: inherit;
  text-rendering: optimizelegibility;
  font-family: Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
}
h1, .mhaf-size-1 {
  font-size: 42px;
  line-height: 47px;
}
h1 small {
  font-size: 18px;
}
h2, .mhaf-size-2 {
  font-size: 38px;
  line-height: 41px;
}
h2 small {
  font-size: 18px;
}
h2.artists {
  font-size: 24px;
}
h3, .mhaf-size-3 {
  line-height: 27px;
  font-size: 18px;
}
.mhaf-size-35 {
  line-height: 27px;
  font-size: 30px;
}
h3 small {
  font-size: 14px;
}
h4,
h5,
h6 {
  line-height: 18px;
}
h4, .mhaf-size-3 {
  font-size: 14px;
}
h4 small {
  font-size: 12px;
}
h5, .mhaf-size-5 {
  font-size: 12px;
}
h6, .mhaf-size-6 {
  font-size: 11px;
}
.mhaf-anchor {
  margin-bottom: 120px;
}
.mhaf-sponsor-contain {
  padding: 20px;
}
strong {
  font-weight: 900;
}

/* Misc */


/* Buttons */
.mhaf-button {
  padding: 10px 20px;
  text-transform: uppercase;
  border-radius: 10px 0 10px 0;
}
.mhaf-button-tickets {
  border: 2px dotted #c85c11;
  background-color: #c85c11;
  color: #fff;
}
.mhaf-button-tickets:hover {
  color: #c85c11;
  border: 2px solid #c85c11;
  text-decoration: none;
  background-color: #fff;
}

.mhaf-button-standard {

  border: 2px solid #c85c11;
  background-color: transparent;
  color: #c85c11;
}
.mhaf-button-standard:hover {
  color: #c85c11;
  text-decoration: none;
  background-color: #f4f4f4;
}

/* Buttons */

/* Hero post 2022 */
.mhaf-hp-hero-contain {
  position: relative;
}
.mhaf-hp-hero-contain > .mhaf-hp-hero-text-contain {
  position: absolute;
  top: 20px;
  left: 42%;
  display: flex;
  flex-direction: row;
  min-height: 25%;
}
.mhaf-hp-hero-text {
  font-size: 20px;
  line-height: 20px;
  color: #d7890f;
  padding: 10px;
  animation: fadeIn 4s;
  -webkit-animation: fadeIn 4s;
  -moz-animation: fadeIn 4s;
  -o-animation: fadeIn 4s;
}
.mhaf-hp-hero-text:first-child {
  border-right: 1px solid #12294c;
}
.mhaf-hp-hero-text:last-child {
  display: flex;
  align-items: flex-end;
}
@keyframes fadeIn {
  0% { opacity: 0;}
  100% { opacity: 1;}
}
@-webkit-keyframes fadeIn {
  0% { opacity: 0;}
  100% { opacity: 1;}
}
@-moz-keyframes fadeIn {
  0% { opacity: 0;}
  100% { opacity: 1;}
}
@-o-keyframes fadeIn {
  0% { opacity: 0;}
  100% { opacity: 1;}
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .mhaf-hp-hero-text {
    font-size: 16px;
    line-height: 16px;
  }
  .mhaf-hp-hero-contain > .mhaf-hp-hero-text-contain {
    top: 5px;
    left: 38%;
  }
}
@media only screen and (min-width: 566px) and (max-width: 767px) {
  .mhaf-hp-hero-text {
    font-size: 14px;
    line-height: 14px;
  }
  .mhaf-hp-hero-contain > .mhaf-hp-hero-text-contain {
    top: 5px;
  }
}
@media only screen and (min-width: 491px) and (max-width: 565px) {
  .mhaf-hp-hero-text {
    font-size: 11px;
    line-height: 11px;
  }
  .mhaf-hp-hero-contain > .mhaf-hp-hero-text-contain {
    top: 5px;
  }
}
@media only screen and (min-width: 441px) and (max-width: 490px) {
  .mhaf-hp-hero-text {
    font-size: 10px;
    line-height: 11px;
  }
  .mhaf-hp-hero-contain > .mhaf-hp-hero-text-contain {
    top: 0;
    left: 39%;
  }
}
@media only screen and (max-width: 440px) {
  .mhaf-hp-hero-text {
    font-size: 8px;
    line-height: 9px;
  }
  .mhaf-hp-hero-contain > .mhaf-hp-hero-text-contain {
    top: 0;
    left: 36%;
  }
}
/* End Hero post 2022 */

/* Hero */
.mhaf-hero {
  background-color: #fff;
  padding: 60px 0;
    
}
.mhaf-hero h1 {
    font-family: anton !important;
    font-size: 62px;
    line-height: 70px;
    color: #12294c;
}
.mhaf-hero-2022 {
  padding: 20px 0 3px 0;
}
.mhaf-hero-2022 h1 {
  font-family: anton !important;
  font-size: 50px;
  line-height: 70px;
  color: #12294c;
  margin-bottom: 10px;
}
.mhaf-hero-2022 h2 {
  font-size: 25px;
  line-height: 38px;
  color: #d7890f;
}
.mhaf-hero-container {
  display: flex;
}
.mhaf-hero-contain-left-flex {
  display: flex;
}
.mhaf-hero-left {
  background-color: #fff;
  font-family: anton;
}
.mhaf-hero-right {
  background-color: #d7890f;
  padding: 0 20px;
  margin-left: 0 !important;
  text-align: right;
  align-items: center;
  display: grid;
  color: #fff;
}
.mhaf-hero h1 {
    font-family: anton !important;
    font-size: 62px;
    line-height: 70px;
    color: #12294c;
}
.mhaf-hero h2 {
    font-size: 24px;
    line-height: 34px;
    color: #fff;
}
.mhaf-hero-year {
  width: 50%;
  margin: auto;
}
.mhaf-hero p {
    font-size: 20px;
    line-height: 25px;
}
.mhaf-hero p.hero-label {
    font-size: 25px;
    line-height: 25px;
}
.interconnections-abstract {
  height: 100%;
  vertical-align: bottom;
  align-items: flex-end;
}
p.mhaf-hero-dates {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;;
}
p.hero-social-phone {
  font-size: 20px;
}
/* End Hero */

/* Interconections Banner */
.intercon-contain {
  display: flex;
}
.intercon-banner-left {
  /*background-color: #d7890f;*/
  color: #333;
  height: 100%;
}
.intercon-banner-left h3 {
  font-style: italic;
}
.mhaf-intercon-banner {
  padding: 60px 0;
    
}
.mhaf-intercon-banner-container {
  display: flex;
}
.mhaf-intercon-banner-left {
  background-color: #d7890f;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0 20px;
  min-height: 300px;
}
.mhaf-intercon-banner-left div h3,
.mhaf-intercon-banner-left div p {
  font-weight: 700;
  font-style: italic;
}
.mhaf-intercon-banner-left div h3 {
  font-size: 40px;
  line-height: 45px;
}
.mhaf-intercon-banner-left div p {
  font-size: 22px;
  line-height: 24px;
}
.mhaf-intercon-banner-right p {
  font-size: 22px;
  line-height: 30px;
}
.mhaf-intercon-banner-right {
  background-image: url("../images/interconections-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px;
  margin-left: 0 !important;
  text-align: right;
  align-items: center;
  display: grid;
}
/* End Interconections Banner */

/* Theme thumbnails */

.theme-thumbnail-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin: 40px 0 0 0;
}
.theme-thumbnail {
  float: left;
  margin: 0 30px 0 0;
  line-height: 40px;
  font-size: 20px;
}
.theme-thumbnail img {
  filter: drop-shadow(8px 8px 10px gray);
}




/* Artists 2023 */
.artist-image-2023 {
  position: relative;
  transition: transform .8s;
  max-width: 500px;
}
.artist-image-2023:hover {
  transform: scale(1.03);
}
.artist-title-2023 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #384461;
  color: #fdd800;
  opacity: .75;
  padding: 20px 0 0 0;
}
.artist-title-2023 h3 {
  font-size: 25px;
  text-transform: uppercase;
  text-decoration: underline;
}
.artist-title-2023 p {
  font-size: 10px;
}
.font-2023-theme > p {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 20px;
  line-height: 27px;
}
.artist-more-cta-2023 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30%;
  background-color: #0b1928;
  color: #fdd800;
  padding: 3px 0;
}

/* Dropdown */
.dropbtn-gi, .dropbtn-lineup {
  cursor: pointer;
}
.dropbtn-gi:hover, .dropbtn-gi:focus,
.dropbtn-lineup:hover, .dropbtn-lineup:focus {
  background-color: #2980B9;
}
.dropdown-gi, .dropdown-lineup {
  position: relative;
  display: inline-block;
}
.dropdown-content-gi, .dropdown-content-lineup {
  display: none;
  position: absolute;
  background-color: #fff;
  width: 200px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content-gi a, .dropdown-content-lineup a {
  color: #000;
  font-size: 19px;
  line-height: 24px;
  padding: 5px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content-gi a:hover, .dropdown-content-lineup a:hover {
  background-color: #f9f9f9;
}

.dropdown-show-gi, .dropdown-show-lineup {
  display: block;
}
/* End Dropdown */

img {
    height: auto;
    max-width: 100%;
}
.brand-logo {
    padding: 20px 0;
}
.icon-social {
  width: 24px;
  height: 24px;
  display: inline-block;
  border: none;
}
.icon-social-footer {
  width: 18px;
  height: 18px;
  display: inline-block;
  border: none;
  margin-right: 5px;
}
.mhaf-social-icon {
  width: 36px !important;
  height: 36px !important;
  display: inline-block;
  border: none;
}










/* Theme 2025 */
.mhaf-theme-2025 {
  margin-top: -2px;
  color: #fff;
  background-color: #146080;
  font-family: 'DM Sans' !important;
}

.artist-2025 {
  color: #c56844;
}

.artist-2025-heading {
  background-color: #c56844;
  color: #fff;
  width: 100%;
  padding: 30px;
  text-align: center;
  font-size: 30px;
}
.artist-2025-container {
  min-height: 300px;
  margin: auto;
}
.artist-2025-name {
  float: left;
  position: relative;
  min-height: 250px;
  margin: 30px 0 0 100px;
  padding: 20px;
  width: 20%;
  background-color: #c56844;
  color: #fff;
  text-align: center;
}
.artist-2025-name h3 {
  margin-top: 40px;
  font-size: 25px;

}
.artist-2025-name p {
  margin-top: 100px;
  font-size: 16px;
  text-align: left;
  font-style: italic;
}

.artist-2025-name-border {
  position: absolute;
  top: 20px;
  left: -20px;
  width: 100%;
  height: 100%;
  border: 2px solid #155f82;
}





.artist-2025-photo {
  float: right;
  width: 50%;
  filter: drop-shadow(8px 8px 10px gray);
}


.button-artist-2025 {
  background-color: #155f82;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 14px;;
  float: right;
  margin-top: -4px;
}

.artist-ticket-2025 {
  background-color: #155f82;
  display: inline-block;
  margin: 0 20px 20px 0;
  padding: 15px 30px;
  color: #fff;
  font-size: 26px;
  line-height: 35px;
  letter-spacing: 1px;
}
.artist-ticket-2025 a {
  color: #fff;
}


@media only screen and (max-width: 767px) {
  .artist-2025-heading {
    padding: 15px;
    text-align: left;
    font-size: 22px;
  }
  .artist-2025-name {
    margin: 30px 0 0 20px;
    min-height: 150px;
    width: 30%;
  }
  .artist-2025-name h3 {
    margin-top: 10px;
    font-size: 20px;
    text-align: left;
  }
  .artist-2025-name p {
    margin-top: 10px;
    font-size: 16px;
  }


  .artist-2025-name-border {
    
    top: 20px;
    left: -10px;
    border: 1px solid #155f82;
  }


  .button-artist-2025 {
    padding: 5px;
  }
  
}




















/* Theme 2024 */

.mhaf-theme-2024 {
  margin-top: -2px;
  color: #fff;
}
.mhaf-theme-2024__pink {
  background-color: #e80a8c;
}
.mhaf-theme-2024__blue {
  background-color: lightblue;

}



.artist-thumbnail-2024 {
  width: 25%;
  float: left;
}
.artist-thumbnail-2024 img {
  border-radius: 50%;
  border: 10px solid #e80a8c;
  box-shadow: 0px 0px 20px #e80a8c;
  width: 80%;

}
.artist-description-2024 {
  float: left;
  width: 75%;

}
.artist-description-2024 .janra-2024 {
  font-style: italic;
  margin-bottom: 8px;
}
.artist-description-2024 .artist-description-2024-underline {
  border-top: 1px solid #ac2778;


}
.description-artist-blurb-2024 {
  color: #e80d8c;
}
.description-artist-title-2024 {
  letter-spacing: 4px;
  font-weight: 900;
  font-size: 20px;
  margin-bottom: 5px;
}
.artist-description-2024 .button-artist-2024 {
  background-color: #ac2778;
  color: #fff;
  padding: 10px;
  text-align: center;
  width: 120px;
  float: right;
}


/* Performers 2024 */
.mhaf-presented-by-logo {
  margin: 20px 0 40px 0;
  padding: 20px 0 20px 40px;
  border-bottom: 1px solid #333;
  border-top: 1px solid #333;
}
.mhaf-presented-by-logo img {
  width: 56%;
}
.mhaf-presented-by-logo p {
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .mhaf-presented-by-logo {
    padding: 20px 0;
  }
  .mhaf-presented-by-logo img {
    width: 100%;
    
  }
}
.artist-ticket-2024 {
  background-color: #ac2778;
  display: inline-block;
  margin: 0 40px 20px 0;
  padding: 15px 30px;
  color: #fff;
  font-size: 26px;
  line-height: 35px;
  letter-spacing: 1px;
}
.artist-ticket-2024 a {
  color: #fff;
}
/* Performers 2023 */

.artist-h1-2023 {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.artist-ticket-2023 {
  background-color: #384461;
  display: inline-block;
  margin: 0 40px 20px 0;
  padding: 15px 30px;
  color: #fdd800;
  font-size: 26px;
  line-height: 35px;
  letter-spacing: 1px;
}
.artist-ticket-2023 a {
  color: #fdd800;
}
.medium {
  font-size: 20px;
  font-style: italic;
}


  /*  Performers 2022 */
.mhaf-program-container {
    position: relative;
    min-height: 350px;
}
.mhaf-artist-image {
    text-align: right;
    margin-top: 10px;
}
.mhaf-program-container img {
    width: 60%;
}
.mhaf-program-overlay {
    position: absolute;
    top: 10px;
    left: 30px;
}
.mhaf-program-overlay .mhaf-program-date-outline,
.mhaf-program-overlay .mhaf-program-genra {
max-width: 160px;
text-align: right;
padding: 20px 60px 20px 20px;
}
.mhaf-program-overlay .mhaf-program-date-outline {
border: 2px solid #c85c11;
border-radius: 30px 0 40px 0;
}
.mhaf-program-overlay .mhaf-program-genra {
    margin-top: 10px;
}
.mhaf-program-overlay .mhaf-program-date-outline p {
font-size: 25px;
line-height: 30px;
}
.mhaf-program-overlay .mhaf-program-genra h3 {
font-size: 25px;
line-height: 27px;
}
.mhaf-program-overlay .mhaf-program-genra p {
font-size: 18px;
line-height: 24px;
}

.mhaf-program-overlay .mhaf-program-genra p,
.mhaf-program-overlay .mhaf-program-genra h3 {
color: #c85c11;
}
/*  2022 Theme  */

.theme-2022-container {
  border: 2px solid #c85c11;
  border-radius: 30px 0 40px 0;
  padding: 20px;
  color: #c85c11;
  
}
.theme-2022-container h3 {
  line-height: 70px;
  font-size: 40px;
  letter-spacing: 2px;
}
.theme-2022-container h4 {
  line-height: 40px;
  font-size: 30px;
  letter-spacing: 2px;
}
.theme-2022-container p {
  line-height: 40px;
  font-size: 25px;
}
.theme-2022-font-color {
  color: #c85c11;
  letter-spacing: 5px;
}
@media only screen and (min-width: 768px) {
  .theme-2022-container {
    min-height: 820px;
  }
}
@media only screen and (max-width: 767px) {
  h3.mhaf-2023-theme-heading {
    font-size: 18px;
  }
  h4.mhaf-2023-theme-subheading {
    font-size: 16px;
    line-height: 18px;
  }
  .mhaf-2023-theme-p p {
    font-size: 15px;
    line-height: 19px;
  }
}

/*  2021 Theme  */
.theme-2021-hero {
  background-color: #f2f2f2;
}
.theme-2021-hero-right {
  padding: 30px 0;
  color: #3dad90;

}
.theme-2021-hero-right h3 {
  font-size: 30px;
  padding-bottom: 15px;
}
.theme-2021-hero-right h4 {
  font-size: 25px; 
  padding-bottom: 15px;
}
.theme-2021-hero-right p {
  font-size: 18px; 
  line-height: 21px;
}
.theme-2021-hero-right .caps {
  letter-spacing: 7px;
}

.theme-2021-font-color {
  color: #3dad90;
  letter-spacing: 5px;
}
.theme-2021-rule {
  border-bottom: 2px solid #f8d979;
  margin: auto;
  width: 30%;
}
  
  @media only screen and (max-width: 1200px) {
  
    .mhaf-program-container img {
      width: 50%;
    }
    .mhaf-program-genra {
      margin-top: 0px;
    }
    .mhaf-hero h2 {
      font-size: 22px;
      line-height: 28px;
    }
    .mhaf-intercon-banner-left div h3 {
      font-size: 35px;
      line-height: 40px;
    }
    .mhaf-intercon-banner-left div p {
      font-size: 18px;
      line-height: 22px;
    }
    .mhaf-intercon-banner-right p {
      font-size: 20px;
      line-height: 26px;
    }
  }

  /* Tablet/Desktop View */
  @media only screen and (min-width: 768px) {
    .mhaf-hero-phone {
      display: none !important;
    }
    .mhaf-phone {
      display: none !important;
    }
    .social-navbar {
      padding: 30px 0 0 0;
    }
    
  }

 
  @media only screen and (max-width: 979px) {
    .mhaf-program-overlay {
      left: 5px;
    }
    .mhaf-program-container img {
      width: 50%;
    }
    .mhaf-program-overlay .mhaf-program-date-outline p, .mhaf-program-overlay .mhaf-program-genra p {
      font-size: 18px;
      line-height: 22px;
    }
    .mhaf-hero h2 {
      font-size: 16px;
      line-height: 22px;
    }
    .mhaf-intercon-banner-left div h3 {
      font-size: 27px;
      line-height: 36px;
    }
    .mhaf-intercon-banner-left div p {
      font-size: 15px;
      line-height: 18px;
    }
    .mhaf-intercon-banner-right p {
      font-size: 18px;
      line-height: 23px;
    }
  }
  @media only screen and (max-width: 767px) {
    .social-navbar {
      display: none !important;
    }
    .mhaf-sponsor-contain > img {
      max-width: 50%;
      margin-bottom: 20px;
    }
    .mhaf-tablet-deskotp {
      display: none !important;
    }
    .mhaf-hero {
      display: none !important;
    }
    .mhaf-hero-phone-content h2 {
      font-size: 25px;
      line-height: 32px;
    }
    .mhaf-hero-phone-content {
      color: #fff;
      background-color: #d7890f;
      padding: 30px;
    }
    p.mhaf-hero-dates-phone {
      text-transform: uppercase;
      font-size: 18px;
      line-height: 21px;
    }
    .mhaf-program-overlay {
      left: 0;
    }
    .mhaf-program-container img {
      width: 60%;
    }
    .mhaf-hero h2 {
      font-size: 16px;
      line-height: 22px;
      padding-top: 20px;
    }
    .mhaf-intercon-banner-left-phone {
      background-color: #d7890f;
      color: #fff;
      padding: 40px;
    }
    .mhaf-intercon-banner-left-phone h3,
    .mhaf-intercon-banner-left-phone p {
      font-weight: 700;
      font-style: italic;
    }
    .mhaf-intercon-banner-left-phone h3 {
      font-size: 30px;
      line-height: 34px ;
      margin-bottom: 10px;
    }
    .mhaf-intercon-banner-left-phone p {
      font-size: 20px;
      line-height: 24px ;
    }
    .mhaf-intercon-banner-left-phone p {
      font-size: 20px;
    }
    .mhaf-intercon-banner-right {
      text-align: left;  
    }
    .mhaf-intercon-banner-right p {
      font-size: 18px;
      line-height: 22px;
    }
  }
  @media only screen and (max-width: 548px) {
    
    .navbar-inner {
      border-bottom: none !important;
  } 
    .mhaf-program-container img {
      width: 50%;
    }
    .mhaf-intercon-banner-left-phone {
      padding: 20px;
    }
    .intercon-banner-left {
      padding-top: 40px;
    }
    .mhaf-intercon-banner-left-phone h3 {
      font-size: 24px;
      line-height: 28px ;
    }
    .mhaf-intercon-banner-left-phone p {
      font-size: 18px;
      line-height: 22px ;
    }
    .mhaf-intercon-banner-right {
      padding: 20px;
    }
  }

  @media only screen and (max-width: 400px) {
    
    .mhaf-program-container img {
      width: 45%;
    }
    .mhaf-program-overlay .mhaf-program-date-outline {
    max-width: 100px;
    padding: 20px !important;
    }
    .mhaf-program-overlay .mhaf-program-genra {
    min-width: 200px;
    padding: 20px !important;
    }
    
    .intercon-banner-left {
      padding-top: 40px;
    }
    .mhaf-program-overlay .mhaf-program-date-outline,
    .mhaf-program-overlay .mhaf-program-genra {
      max-width: 160px;
      padding: 20px 60px 20px 20px;
      text-align: left;
    }
    
  }


/* Overrides */
.navbar-inner {
    padding: 7px 0 0 0;
    background-color: #fff;
    color: #333;
    font-size: 20px;
    border-bottom: 1px solid #666;
}
.nav {
  top: 20px;
}




/* Helpers */
.caps, .allcaps {
  text-transform: uppercase;
}
.mhaf-line-height-30 p  {
  line-height: 40px !important;
}
.mhaf-legal-text {
    font-size:12px;
}
.mhaf-margin-top-none {
    margin-top: 0 !important;    
}
.mhaf-margin-top, .mhaf-margin-top-10  {
    margin-top: 10px;    
}
.mhaf-margin-top-double, .mhaf-margin-top-20  {
    margin-top: 20px;
}
.mhaf-margin-top-triple, .mhaf-margin-top-30  {
    margin-top: 30px;
}
.mhaf-margin-top-quad, .mhaf-margin-top-40 {
    margin-top: 40px;
}
.mhaf-margin-top-50 {
    margin-top: 50px;
}
.mhaf-margin-top-60 {
    margin-top: 60px;
}
.mhaf-margin-top-70 {
  margin-top: 70px;
}
.mhaf-margin-top-80 {
  margin-top: 80px;
}
.mhaf-margin-top-90 {
  margin-top: 90px;
}
.mhaf-margin-top-100 {
  margin-top: 100px;
}
.mhaf-margin-bottom-none {
    margin-bottom: 0 !important;
}
.mhaf-margin-bottom {
    margin-bottom: 10px;
}
.mhaf-margin-bottom-double, .mhaf-margin-bottom-20 {
    margin-bottom: 20px;
}
.mhaf-margin-bottom-triple, .mhaf-margin-bottom-30 {
    margin-bottom: 30px;
}
.mhaf-margin-bottom-quad, .mhaf-margin-bottom-40 {
  margin-bottom: 40px;
}
.mhaf-margin-bottom-50 {
  margin-bottom: 50px;
}
.mhaf-margin-bottom-60 {
    margin-bottom: 60px;
}
.mhaf-margin-bottom-70 {
  margin-bottom: 70px;
}
.mhaf-margin-bottom-68 {
  margin-bottom: 68px;
}
.mhaf-margin-bottom-90 {
  margin-bottom: 90px;
}
.mhaf-margin-bottom-100 {
  margin-bottom: 100px;
}
.mhaf-padding {
    padding: 10px 0;
}
.mhaf-padding-left-zero {
    padding-left: 0 !important;
}
.mhaf-align-left {
  text-align: left;
}
.mhaf-align-right {
    text-align: right;
}
.mhaf-align-center {
    text-align: center;
}
.mhaf-table {
    display: table;
}
.mhaf-table-cell {
    display: table-cell;
    text-align: right;
}
.mhaf-float-right {
    float: right;
}
.mhaf-vertical-align-middle {
    vertical-align: middle;
}
.mhaf-social-icon {
    padding-left: 10px;
}
.mhaf-font-10 {
  font-size: 10px !important;
}
.mhaf-font-12 {
  font-size: 12px !important;
}
.mhaf-font-14 {
  font-size: 14px !important;
}
.mhaf-font-16 {
  font-size: 16px !important;
}
.mhaf-font-18 {
  font-size: 18px !important;
}
.mhaf-font-20 {
  font-size: 20px !important;
}
.mhaf-font-22 {
  font-size: 22px !important;
  line-height: 26px;
}
.mhaf-font-24 {
  font-size: 24px !important;
  line-height: 27px;
}
.mhaf-font-30 {
  font-size: 30px !important;
  line-height: 34px;
}

.mhaf-padding-left-right-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.mhaf-padding-left-right-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.mhaf-make-relative {
  position: relative;
}
.mhaf-make-absolute {
  position: absolute;
}


    


/* Footer */

footer > .footer-left-block {
  float: left;
}
footer > .footer-right-block {
  float: right;
}

footer.bg-dark {
    background-color: #333 !important;
}

footer ul {
    padding: 0 0 20px 0;
    font-size: 16px;
    list-style: none;
}

footer ul li {
    padding-bottom: 10px;
}

footer ul li a, footer ul li a:hover, footer ul li a:active, footer ul li a:visited {
    color: #fff;
}

.footer-links {
    margin: 0;    
}

ul.navbar-nav li.nav-item {
    padding-right: 20px;
}


@media (min-width: 992px) {
  header {
    padding: 156px 0 100px;
  }
}
@media only screen and (max-width: 991px) {
    .mhaf-cover-image {
    min-height: 200px !important;
    max-height: 200px !important;
}
}

@media only screen and (max-width: 991px) {
    a.mhaf-link-support-us:link, a.mhaf-link-support-us:visited, a.mhaf-link-support-us:hover, a.mhaf-link-support-us:active{
        margin-left: 0px !important;
    }
    li.nav-item .active {
        border-bottom: 2px solid transparent !important;
    }
    .mhaf-logo-contain {
         padding: 40px 50px 0 50px;
    }
    p.mhaf-social-text {
        font-size: 14px;
    }
    .mhaf-social-icon {
        padding-left: 5px;
    }
    .bg-primary {
         height: 720px;
    }
    
}

@media only screen and (max-width: 350px) {
    p.mhaf-social-text {
        font-size: 12px;
        padding-right: 5px;
    }
}



