html, body {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
}


/**
 * Backgrounds
 */

.bg-1 {
  background-color: #52413b;
  background-image: url(https://d2l6tmiv6e1a1j.cloudfront.net/specials/MM_200129_bushfire_relief_bg1a.jpg); 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center bottom;
}

.bg-2 {
  background-color: #444;
  background-image: url(https://d2l6tmiv6e1a1j.cloudfront.net/specials/MM_200129_bushfire_relief_bg2.jpg); 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  color: #fff;
}

.bg-3 {
  color: #fff;
  background-color: #f0794a;
}

.bg-4 {
  background-color: #31a9b3;
  background-image: url(https://d2l6tmiv6e1a1j.cloudfront.net/specials/MM_200129_bushfire_relief_bg4.jpg); 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.bg-5 {
  background-color: #591509;
  background-image: url(https://d2l6tmiv6e1a1j.cloudfront.net/specials/MM_200129_bushfire_relief_bg5a.jpg); 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}


.mm-logo {
 max-width: 180px;
}

.moveLogo {
  max-width: 200px;
  position: absolute;
  top: 0;
  left: -220px;
}

.testimonial {
  background-image: url(https://d2l6tmiv6e1a1j.cloudfront.net/specials/MM_200129_bushfire_relief_tbg_tl.png),url(https://d2l6tmiv6e1a1j.cloudfront.net/specials/MM_200129_bushfire_relief_tbg_rb.png);
  background-position: top left, bottom right;
  background-size: 10% auto, 10% auto;
  background-repeat: no-repeat;
  max-width: 800px;
  padding-left: 6rem;
  padding-right: 6rem;
  padding-top: .2rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.video-container {
  position: relative;
}
.gif {
    position: absolute;
    z-index: 10;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.gif img{
  width: 100%;
  height: 100%;
}

 /**
  * Text
  */

.text-red {
  color: #ff4141
}

.text-bonus {
  color: #fff;
  text-shadow: 3px 3px 3px rgba(0,0,0,.7);
  padding: 1rem 2rem;
  background-color: #ff4141;
  display: inline-block;
}

.text-custom-shadow {
  color: #ff4141;
  text-shadow: 0px 0px 2px rgba(80,138,216,.35), 0px 0px 4px rgba(80,138,216,.35), 0px 0px 6px rgba(80,138,216,.35), 0px 0px 8px rgba(80,138,216,.35), 0px 0px 10px rgba(80,138,216,.35);
}

.text-shadow-big {
  text-shadow: 3px 3px 3px rgba(0,0,0,.7)
}

/**
  * Custom UL lists
  */

ul.triangle {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

ul.triangle li {
  position: relative;
  padding-left: 1.2rem;
  font-size: 1.2rem;
  margin-bottom: .4rem
}

ul.triangle li:before {
  content: "";
  position: absolute;
  left: 0;
  top: .4rem;
  width: 0; 
  height: 0; 
  border-top: .5rem solid transparent;
  border-bottom: .5rem solid transparent;
  border-left: .7rem solid #ff4141;
}


ul.checkmark {
  padding: 0;
  margin: 0 auto;
  box-sizing: border-box;
  list-style-type: none;
  max-width: 800px;
}

ul.checkmark * {
  box-sizing: border-box;
}

ul.checkmark li {
  display: block;
  position: relative;
  margin-bottom: .5rem;
  padding-left: 2rem;
  list-style-type: none;
} 

ul.checkmark li:before {
  position: absolute;
  content: " ";
  width: 1.5rem;
  height: 1.5rem;
  left:0;
  top: 0;
  background-image: url('/corp_css/checkmark_svg.php?color=ffcd40');
  background-size: 100% auto;
  background-repeat: no-repeat;
}


/**
 * Counter
 */


.counter-black {
    display: inline-block;
    margin: .8rem .1rem;
}
.counter-black span {
    background-color: #363636;
    color: #fff;
    padding: 1rem 1.3rem;
    font-size: 2rem;
    border-radius: .9rem;
    display: inline-block;
    font-weight: 900;
}

.counter-black:after {
    content: " ";
    display: block;
    background-color: transparent;
    color: #363636;
    text-transform: uppercase;
    font-size: .8rem;
    font-weight: bold;
}

.counter-black.days:after {
    content: "days";
}

.counter-black.hours:after {
    content: "hours";
}

.counter-black.mins:after {
    content: "mins";
}

.counter-black.secs:after {
    content: "secs";
}



/**
 * Guarantee Seals
 */

.seals {
  max-width: 400px;
}

.seals .row {
  height: 90px;
}

.seals img, div.AuthorizeNetSeal {
  max-width: 90px;
  margin-left: auto!important;
  margin-right: auto!important;
  display: block;
  height: auto;
}

@media (max-width: 575.99px) {
  .seals img, div.AuthorizeNetSeal {
    max-width: 70px;
  }
}






/**
 * Responsive
 */



 @media (max-width: 575.98px) {
  html, body {
    font-size: 14px;
  }
  .video-container {
    margin-left: -15px;
    margin-right: -15px;
  }
  .testimonial {
    background-size: 10% auto, 10% auto;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: .2rem;
  }
 }

 @media (min-width: 576px) and (max-width: 767.98px) {
  html, body {
    font-size: 16px;
  }
  .video-container {
    margin-left: -15px;
    margin-right: -15px;
  }
  .testimonial {
    background-size: 10% auto, 10% auto;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: .2rem;
  }
 }

 @media (min-width: 768px) and (max-width: 991.98px) {

 }

 @media (min-width: 992px) and (max-width: 1199.98px) {

 }

 @media (min-width: 1200px) {
  .container {
      max-width: 960px;
  }
  ul.checkmark li {
    font-size: 1.2rem;
  }
 }




