*{
  margin:0px;
  padding:0px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Montserrat', sans-serif;
  color:#212529;
  font-size:16px;
  margin: 0px;
}

h1{
  margin-bottom: 40px;
  margin-top: 0px;
  /*font-family: 'Roboto', sans-serif;*/
  font-size: 2.5em;
  font-weight: 900;
  text-transform: uppercase;
}

h2{
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
}

h3{
  margin: 0 0 5px 0;
  /*font-family: 'Roboto', sans-serif;*/
  font-weight: 400;
  text-transform: uppercase;
  color: #e7060d;
}

h4{
  font-size: 1.33em;
  font-weight: 700;
  color: #212529;
  margin-bottom: 20px;
}

p{
  margin: 0 0 20px 0;
  line-height: 1.5em;
}

a{
  text-decoration: none;
  transition: .4s;
  color: #212529;
}

/*span{
  color: #fe0000;
}*/

ul li{
  margin-bottom: 5px;
}

.center-text{
  text-align: center;
}

.short-red-border{
  height: 2px;
  width: 55px;
  background: #fe0000;
  margin-bottom: 20px;
}

/*a.no-border{
  border-bottom: none !important;
}*/

#homepage-hero{
  background: url(images/homepage-hero2.jpg) no-repeat 50% 10%;
  background-size: cover;
}

.subpage-hero{
  background: url(images/subpage-hero.jpg) no-repeat center;
  background-size: cover;
}

.subpage-content a{
  font-weight: bold;
  border-bottom:1px solid #e7060d;
}

.subpage-content a:hover{
  color: #e7060d;
}

#contact-content a{
  font-weight: normal
}

@media (min-width: 1100px) {

  .container {
    width:1100px;
    margin:0 auto;
  }

  .content{
    padding: 80px 0;
  }

  span{
    font-size: 1.5em;
    font-weight: bold;
  }

  /*** HEADER DESKTOP STYLES ***/

  header{
    width: 100%;
    position: fixed;
    top: 0;
    min-height: fit-content;
    z-index: 110;
    transition: .6s;
    background: url(images/header-background.jpg) no-repeat center;
    /*background-size: cover;*/
    border-bottom: 1px solid #212529;
  }

  #nav{
    width: 100%;
    padding: 10px 0;
  }

  #nav .container{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    font-size: .9em;
  }

  #nav img{
    width: 220px;
    height: auto;
    margin-top: 5px;
  }

  .topnav{
    display: flex;
    /*justify-content: flex-end;*/
    align-items: center;
    margin-left: 80px;
  }

  .topnav a{
    color: #212529;
    padding: 4px 0;
    margin: 0 16px;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 2px solid white;
  }

  .topnav a:hover{
    /*color: #e7060d;*/
    border-bottom: 2px solid #e7060d;;
  }

  #myTopnav a.icon{
    display: none;
  }

  /*dropdown menu styles*/

  .dropdown {
    position: relative;
    display: inline-block;
  }

  .hidden {
    display: none;
    position: absolute !important;
    z-index: 1;
    padding-top: 15px;
  }

  .hidden a {
    color: #fff;
    padding: 8px 12px;
    text-decoration: none;
    display: block;
    background: rgba(33, 37, 41, .9);
    font-size: .8em;
    width: 180px;
    transition: .4s ;
    border-bottom: none;
  }

  .hidden a:hover{
    background-color: #e7060d;
    color: #fff;
    display: block;
    opacity: 1;
    border-bottom: none;
  }

  .dropdown:hover .hidden {
    display: block;
  }

  .dropbtn{
    cursor: default;
  }

  a.dropbtn:hover{
    color:#212529;
    background-color:transparent;
    border-bottom: 2px solid white;
  }

  .hidden:hover{
      opacity: 1;
  }

  .hidden {
      animation: fadeIn .5s;
      -webkit-animation: fadeIn .5s;
      -moz-animation: fadeIn .5s;
      -o-animation: fadeIn .5s;
      -ms-animation: fadeIn .5s;
    }
    @keyframes fadeIn {
      0% {opacity:0;}
      100% {opacity:1;}
    }

    @-moz-keyframes fadeIn {
      0% {opacity:0;}
      100% {opacity:1;}
    }

    #header-pay-btn{
      color: white;
      padding: 10px 20px;
      margin-left: 60px;
      margin-right: 0;
      border-bottom: none;
      background: #e7060d;
      border: 2px solid #e7060d;
      border-radius: 30px;
    }

    #header-pay-btn:hover{
      background: white;
      color: #e7060d;
    }

  /***HERO DEKSTOP STYLES***/

   #homepage-hero, 
   .subpage-hero{
    margin-top: 122px;
   } 

   #homepage-hero .container{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    color: white;
   }

   #homepage-hero-text{
    text-align: right;
   }

   #homepage-hero-text h1{
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 3.5em;
   }

  /*MAIN BODY DESKTOP STYLES*/

  #homepage-about-us{
    padding-top: 110px;
  }

  #homepage-about-us .container{
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  #home-about-text{
    width: 570px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  /*#home-about-text span{
    font-size: 1.5em;
    font-weight: bold;
  }*/

  #home-about-icons{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    width: 570px;
    margin-top: 20px;
    margin-left: -20px;
  }

  .home-icon{
    width: 170px;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    margin: 10px 10px;
  }

  .home-icon img{
    height: 40px;
    width: auto;
    margin-bottom: 10px;
  }

  .home-icon p{
    font-weight: bold;
    font-size: .9em;
    text-align: center;
  }

  #home-about-img{
    margin-left: 100px;
    margin-top: 120px;
  }

  #about-text-box{
    border-radius: 10px;
    background: #e7060d;
    color: white;
    padding: 20px;
    width: 220px;
    position: absolute;
    margin-top: -150px;
    margin-left: 170px;
  }

  #about-text-box img{
    margin-bottom: 20px;
  }

  #home-about-img img{
    border-radius: 10px;
  }

  #homepage-services{
    background: url(images/homepage-services-background.jpg) no-repeat 40% center;
    background-size: cover;
  }

  #homepage-service-container{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 40px;
  }

  p.half-width-paragraph{
    max-width: 600px;
  }

  p.quarter-width-paragraph{
    width: 400px;
  }

  .homepage-service{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    background: white;
    border: 1px solid #e8e9ea;
    margin-top: 20px;
    width: 300px;
    height: 240px;
  }

  .homepage-service img{
    background: white;
    padding: 15px;
    border: 1px solid #e8e9ea;
    border-radius: 50%;
    margin-bottom: 20px;
    margin-top: -50px;
  }

  #partner-form-container{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 40px;
  }
  
  .partner-icon{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
  }

  .partner-icon:last-child{
    margin-bottom: 0px;
  }

  .partner-icon i{
    font-size: 1.5em;
    padding: 10px;
    border-radius: 50%;
    color: #212529;
    border: 1px solid #212529;
    margin-right: 20px;
    height: 44px;
    width: 44px;
    text-align: center;
    line-height: 44px;
  }

  .partner-icon p{
    margin-bottom: 0px;
  }

  .partner-icon a{
    border-bottom: 1px solid #e7060d;
  }

  .partner-icon a:hover{
    color: #e7060d;
  }

  .revenue-form{
    width: 660px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }

  .revenue-form input{
    height: 20px;
    padding: 10px;
    font-family: 'Montserrat', sans-serif;
    color: #212529;
    border-radius: 10px;
    width: 295px;
    margin-bottom: 15px;
    border: 1px solid #adadad;
  }

  .revenue-form input:nth-child(3){
    width: 660px;
  }

  .revenue-form textarea{
    height: 150px;
    padding: 10px;
    font-family: 'Montserrat', sans-serif;
    color: #212529;
    border-radius: 10px;
    width: 660px;
    margin-bottom: 30px;
    border: 1px solid #adadad;
  }

  .revenue-form #submit{
    height: 40px;
    width: 200px;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: bold;
    text-align: center;
    color: white;
    background: #e7060d;
    border: 2px solid #e7060d;
    transition: .4s;
  }

  .revenue-form #submit:hover{
    color: #e7060d;
    background: white;
    cursor: pointer;
  }

  #homepage-map-title{
    padding: 20px 0;
  }

  #homepage-map{
    background: url(images/map-background.jpg) no-repeat center;
    background-size: cover;
    min-height: 400px;
  }

  /***SUBPAGE DESKTOP STYLES***/

  .subpage-hero .container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 160px;
    color: white;
    text-align: center;
  }
  
  .subpage-hero h1{
    margin-bottom: 0px;
  }

  /***BECOME A PARTNER DESKTOP STYLES***/

  .contact-content .container{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .contact-text{
    width: 500px;
  }

  .contact-container{
    margin-top: 40px;
  }

  .contact-container a{
    font-weight: normal;
  }

  .social-contact{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 300px;
    padding-top: 10px;
  }

  .social-contact a{
    border-bottom: none;
    font-size: 1.25em;
  }

  .social-contact a:hover{
    color: #e7060d;
  }

  .contact-form{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 500px;
  }

  .contact-form input{
    background: transparent;
    width: 44%;
    padding: 10px;
    height: 20px;
    font-family: 'Montserrat', sans-serif;
    border: 1px solid #212529;
    color: #212529;
    margin-bottom: 20px;
  }

  .contact-form #address{
    width: 100%;
  }

  .contact-form textarea{
    background: transparent;
    width: 100%;
    padding: 10px;
    height: 200px;
    font-family: 'Montserrat', sans-serif;
    border: 1px solid #212529;
    color: #212529;
    margin-bottom: 20px;
  }

  .contact-form #submit{
    height: 50px;
    background: #212529;
    color: white;
    transition: .4s;
    text-transform: uppercase;
    font-weight: bold;
  }

  .contact-form #submit:hover{
    background: #e7060d;
    cursor: pointer;
  }

  .contact-form p{
    margin-bottom: 40px;
    font-weight: bold;
  }

  /***CONTACT DESKTOP STYLES***/


  /***SERVICES DESKTOP STYLES***/

  .service-gallery{
    position: relative;
    margin: 60px auto;
    width: 900px;
    padding: 40px 60px;
    background: #f8f9fa;
  }

  .mySlides {
    display: none;
  }

  .mySlides img{
    max-width: 900px;
    display: block;
    margin: 0 auto;
  }

  .cursor {
    cursor: pointer;
  }

  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: #e7060d;
    background: #f8f9fa;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    border: 2px solid #212529 !important;
  }

  /* Position the "next button" to the right */
  .next {
    right: -80px;
    border-radius: 3px 0 0 3px;
  }

  .prev{
    left: -80px;
  }

  .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }

  /* Number text (1/3 etc) */
  .numbertext {
    color: #212529;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
    font-weight: bold;
    display: none;
  }

  /* Container for image text */
  .caption-container {
    text-align: center;
    background-color: #212529;
    padding: 10px;
    color: white;
    margin-bottom: 40px;
    /*margin-top: -4px;*/
  }

  .caption-container p{
    margin-bottom: 0px;
  }

  .row:after {
    content: "";
    display: table;
    clear: both;
  }

  .row{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  /* Six columns side by side */
  .column {
    /*float: left;
    width: 16.66%;*/
  }

  /* Add a transparency effect for thumnbail images */
  .demo {
    opacity: 0.5;
    transition: .4s;
  }

  .active,
  .demo:hover {
    opacity: 1;
    /*border: 1px solid #e7060d;*/
  }


  /***FOOTER DESKTOP STYLES***/

  #footer-charity{
    padding: 40px 0;
    border-top: 1px solid #cdcdcd;
  }

  #footer-charity .short-red-border{
    margin-bottom: 0px;
  }

  #footer-charity-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #footer-charity-container p{
    margin-bottom: 0px;
    /*width: 500px;*/
  }

  #charity-image{
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  #charity-image img{
    margin:0 20px;
    padding: 20px;
    border-right: 1px solid #adadad;
    border-left: 1px solid #adadad;
    width: 100px;
    height: auto;
  }

 a.charity-btn{
    display: inline-block;
    color: #adadad;
    border-bottom: 1px solid #e7060d;
    font-weight: bold;
  }

  a.charity-btn:hover{
    color: #e7060d;
  }

  footer{
    background: #f8f9fa;
    padding: 40px 0;
  }

  footer .container{
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  footer h3{
    color: #212529;
    font-weight: bold;
    margin-bottom: 20px;
  }

  #footer-image{
    width: 100%;
  }

  #footer-image img{
    margin-bottom: 20px;
  }

  .footer-col{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 200px;
  }

  .footer-col:nth-of-type(2){
    width: 350px;
    margin-right: 30%;
  }

  .footer-col a{
    display: inline-block;
    margin-bottom: 15px;
    border-bottom: 1px solid #f8f9fa;
  }

  .footer-col a:hover{
    color: #e7060d;
    border-bottom: 1px solid #e7060d;
  }

  #privacy-container{
    width: 100%;
    margin-top: 40px;
    padding-top: 20px;
    border-top:  1px solid #adadad;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .privacy-row {
    display: flex;
    justify-content: flex-start;
    font-weight: bold;
    font-size: .9em;
  }

  .privacy-row p{
    margin-bottom: 0px;
    margin-right: 20px;
  }

  .privacy-row a:hover{
    color: #e7060d;
  }

  .privacy-row i{
    margin-left: 20px;
    font-size: 1.3em;
  }

  #sub-footer{
    width: 100%;
    padding: 20px 0;
    text-align: center;
    background: #212529;
    color: white;
    font-size: .9em;
  }

  #sub-footer p{
    margin-bottom: 0px;
  }

  #sub-footer a{
    color: white;
  }

  #sub-footer a:hover{
    color: #e7060d;
  }

  
}

 @media (max-width: 1099px) {

  .content {
    padding: 60px 20px;
  }

  .container {
    width: 100%;
    margin: 0 auto;
  }

  h2{
    font-size: 1.5em;
  }

  h3{
    text-align: center;
  }
  .short-red-border{
    margin: 0 auto 20px;
  }
  span{
    font-size: 1.25em;
    font-weight: bold;
    text-align: center;
  }

  /***** HEADER MOBILE STYLES *****/

  header{
    width: 100%;
    transition: 0.4s;
    position: fixed;
    top: 0;
    z-index: 110;
    background: #212529 !important; 
  }

  #nav{
    width: 100%;
  }

  #nav img{
    width: 170px;
    height: auto;
    margin: 10px 0 5px 20px
  }

  /* Links inside the navbar */
  .topnav a { 
    float: left;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }

  /* Add a background color to navbar links on hover */
  .topnav a:hover{
    background-color: #e7060d;
    color:#fff;
  }

  /* When the screen is less than 1099 pixels wide, hide all links. 
  Show the link that should open and close the topnav (.icon) */
  .topnav a{
    display:none;
  }

  .topnav a.icon {
    display: block;
    position: absolute;
    font-size: 30px;
    top: 10px;
    right: 0;
    float: right;
    margin-right: 10px;
    color: #fff;
    transition: unset;
  }

  .topnav a.icon:hover{
    background-color:transparent;
    color: #fff;
  }

   /* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. 
  This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
  .topnav.responsive {
    position: relative; 
    clear:both;
    margin-bottom:20px;
    margin-top: 0px;
  }
    .topnav.responsive a.icon {
      position: absolute;
      right: 0px;
      top: -81px;
      border-bottom:none;
      transition: unset;
    }

    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
      border-bottom:1px solid #fff;
      padding-left: 30px;
    }
    .topnav.responsive .dropdown {float: none;}
    .topnav.responsive .dropdown-content {position: relative;}
    .topnav.responsive .dropdown .dropbtn {
      display: block;
      width: 100%;
      text-align: left;
    }

    #header-pay-btn{
      padding: 10px 20px;
      background: #e7060d;
      color: white;
      border-bottom: none;
      width: 140px;;
      text-align: center;
      margin-top: 20px;
      margin-left: 20px;
      border-radius: 30px;
    }

    #header-pay-btn:hover{
      background: white;
      color: #e7060d;
    }

    /* DROPDOWN MENU */

    .topnav.responsive .dropdown {float: none;}
    .topnav.responsive .dropdown-content {position: relative;}
    .topnav.responsive .dropdown .dropbtn {
      display: block;
      text-align: left;
    }

    .topnav.responsive,
    .hidden {
      animation: fadeIn .5s;
      -webkit-animation: fadeIn .5s;
      -moz-animation: fadeIn .5s;
      -o-animation: fadeIn .5s;
      -ms-animation: fadeIn .5s;
    }
    @keyframes fadeIn {
      0% {opacity:0;}
      100% {opacity:1;}
    }

    @-moz-keyframes fadeIn {
      0% {opacity:0;}
      100% {opacity:1;}
    }

    .topnav-contact{
      border-top: 1px solid white;
    }

    /* Dropdown Content */
    .hidden{
      display: none;
      margin-bottom: 15px;
    }

    .hidden a{
      margin-left: 25px !important;
      font-size: .9em;
     /* width: 150px;*/
      border-bottom: none !important;
    }

    /*.hidden a:hover{
      color: #e7060d;
      background: transparent;
    }*/

    /* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
    .show {display:block;}

    .dropbtn{
      border-bottom: none !important;
    }
    .dropbtn:hover{
      cursor: pointer;
    }

  /***HERO MOBILE STYLES***/

  #homepage-hero,
  .subpage-hero{
    margin-top: 90px;
  }

   #homepage-hero .container{
    display: flex;
    /*flex-direction: column;*/
    justify-content: center;
    align-items: center;
    height: 200px;
    color: white;
   }

   #homepage-hero-text{
    text-align: right;
    /*width: 150px;*/
    margin-right: 10px;
   }

   #homepage-hero-text h1{
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 2em;
   }

   #homepage-hero img{
    width: 150px;
    height: auto;
    margin-bottom: 40px;
   }
  
  /*MAIN BODY DESKTOP STYLES*/

  #homepage-about-us{
    padding-bottom: 80px;
  }

  #homepage-about-us .container{
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #home-about-text{
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 500px;
  }

  #home-about-text p:nth-of-type(1){
    text-align: center;
  }

  /*#home-about-text span{
    font-size: 1.25em;
    font-weight: bold;
    text-align: center;
  }*/

  #home-about-icons{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
    margin: 20px 0 40px;
  }

  .home-icon{
    width: 140px;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    margin: 10px 10px;
  }

  .home-icon img{
    height: 40px;
    width: auto;
    margin-bottom: 10px;
  }

  .home-icon p{
    font-weight: bold;
    font-size: .9em;
    text-align: center;
  }

  #home-about-img{
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }

  #about-text-box{
    border-radius: 10px;
    background: #e7060d;
    color: white;
    padding: 20px;
    width: 300px;
    margin-top: -100px;
    z-index: 10;
  }

  #about-text-box img{
    margin: 0 auto 20px;
  }

  #home-about-img img:nth-child(2){
    border-radius: 10px;
    width: 300px;
    height: auto;
  }

  #homepage-services{
    background: url(images/homepage-services-mobile.jpg) no-repeat 50% center;
    background-size: cover;
  }

  #homepage-service-container{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: flex-start;
    margin-top: 60px;
  }

  .homepage-service{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    background: white;
    border: 1px solid #e8e9ea;
    margin-top: 20px;
    width: 280px;
    height: 260px;
    margin: 0 20px 60px;
  }

  .homepage-service:last-child{
    margin-bottom: 20px;
  }

  .homepage-service img{
    background: white;
    padding: 15px;
    border: 1px solid #e8e9ea;
    border-radius: 50%;
    margin-bottom: 20px;
    margin-top: -50px;
  }

  #homepage-partner .container{
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #partner-form-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  
  .partner-icon{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
  }

  .partner-icon:last-child{
    margin-bottom: 0px;
  }

  .partner-icon i{
    font-size: 1.5em;
    padding: 10px;
    border-radius: 50%;
    color: #212529;
    border: 1px solid #212529;
    margin-right: 20px;
    height: 44px;
    width: 44px;
    text-align: center;
    line-height: 44px;
  }

  .partner-icon p{
    margin-bottom: 0px;
  }

  .partner-icon a{
    border-bottom: 1px solid #e7060d;
  }

  .partner-icon a:hover{
    color: #e7060d;
  }

  .revenue-form{
    width: 100%;
    max-width: 500px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 60px;
  }

  .revenue-form input{
    height: 20px;
    padding: 10px;
    font-family: 'Montserrat', sans-serif;
    color: #212529;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #adadad;
  }

  .revenue-form textarea{
    height: 150px;
    padding: 10px;
    font-family: 'Montserrat', sans-serif;
    color: #212529;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 30px;
    border: 1px solid #adadad;
  }

  .revenue-form #submit{
    height: 40px;
    width: 200px;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: bold;
    text-align: center;
    color: white;
    background: #e7060d;
    border: 2px solid #e7060d;
    transition: .4s;
    margin-bottom: none;
  }

  .revenue-form #submit:hover{
    color: #e7060d;
    background: white;
    cursor: pointer;
  }

  #homepage-map-title{
    padding: 20px 0;
  }

  #homepage-map{
    background: url(images/map-background.jpg) no-repeat center;
    background-size: cover;
    min-height: 200px;
  }
  
  /***SUBPAGE MOBILE STYLES***/

  .subpage-hero .container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 160px;
    color: white;
    text-align: center;
  }
  
  .subpage-hero h1{
    margin-bottom: 0px;
    font-size: 2em;
  }

  /***BECOME A PARTNER MOBILE STYLES***/

  .contact-content .container{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .contact-text{
    max-width: 500px;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #cdcdcd;
  }

  .contact-container{
    margin-top: 40px;
  }

  .contact-container a{
    font-weight: normal;
  }

  .social-contact{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 300px;
    padding-top: 10px;
  }

  .social-contact a{
    border-bottom: none;
    font-size: 1.25em;
  }

  .social-contact a:hover{
    color: #e7060d;
  }

  .contact-form{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    max-width: 500px;
  }

  .contact-form input{
    background: transparent;
    width: 42%;
    padding: 10px;
    height: 20px;
    font-family: 'Montserrat', sans-serif;
    border: 1px solid #212529;
    color: #212529;
    margin-bottom: 20px;
  }

  .contact-form #address{
    width: 100%;
  }

  .contact-form textarea{
    background: transparent;
    width: 100%;
    padding: 10px;
    height: 200px;
    font-family: 'Montserrat', sans-serif;
    border: 1px solid #212529;
    color: #212529;
    margin-bottom: 20px;
  }

  .contact-form #submit{
    height: 50px;
    background: #212529;
    color: white;
    transition: .4s;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: auto;
  }

  .contact-form #submit:hover{
    background: #e7060d;
    cursor: pointer;
  }

  .contact-form p{
    margin-bottom: 40px;
    font-weight: bold;
  }

  /***SERVICES MOBILE STYLES***/

  .service-gallery{
    position: relative;
    margin: 60px auto;
    width: 100%;
    max-width: 900px;
  }

  .mySlides {
    display: none;
  }

  .cursor {
    cursor: pointer;
  }

  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: #e7060d;
    background-color: rgba(0, 0, 0, 0.8);
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    border: 1px solid #212529 !important;
  }

  /* Position the "next button" to the right */
  .next {
    right: -10px;
    border-radius: 3px 0 0 3px;
  }

  .prev{
    left: -10px;
  }

  .prev:hover,
  .next:hover {
   background-color: rgba(255, 255, 255, 0.8);
  }

  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }

  /* Container for image text */
  .caption-container {
    text-align: center;
    background-color: #212529;
    padding: 10px;
    color: white;
    margin-bottom: 40px;
    margin-top: -4px;
  }

  .caption-container p{
    margin-bottom: 0px;
  }

  .row:after {
    content: "";
    display: table;
    clear: both;
  }

  .row{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  /* Six columns side by side */
  .column {
    /*float: left;
    width: 16.66%;*/
  }

  /* Add a transparency effect for thumnbail images */
  .demo {
    opacity: 0.5;
    transition: .4s;
  }

  .active,
  .demo:hover {
    opacity: 1;
  }

  /***FOOTER MOBILE STYLES***/

  #footer-charity{
    padding: 40px 20px;
    border-top: 1px solid #cdcdcd;
  }

  #footer-charity-container{
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #footer-charity-container p{
    margin-bottom: 0px;
    text-align: center;
    max-width: 500px;
  }

  #charity-image{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }

  #charity-image img{
    margin: 20px 0;
    /*padding: 20px;
    border-top: 1px solid #e7060d;
    border-bottom: 1px solid #e7060d;*/
    width: 100px;
    height: auto;
  }

  a.charity-btn{
    display: inline-block;
    color: #adadad;
    border-bottom: 1px solid #e7060d;
    font-weight: bold;
  }

  a.charity-btn:hover{
    color: #e7060d;
  }

  footer{
    background: #f8f9fa;
    padding: 40px 20px 20px;
  }

  footer .container{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    align-items: flex-start;
  }

  footer h3{
    color: #212529;
    font-weight: bold;
    margin-bottom: 20px;
  }

  #footer-image{
    width: 100%;
    text-align: center;
  }

  #footer-image img{
    margin-bottom: 40px;
  }

  .footer-col{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 140px;
  }

  .footer-col:nth-of-type(2){
    width: 300px;
    margin-bottom: 20px;
  }

  .footer-col a{
    display: inline-block;
    margin-bottom: 15px;
  }

  .footer-col a:hover{
    color: #e7060d;
  }

  #privacy-container{
    width: 100%;
    margin-top: 40px;
    padding-top: 20px;
    border-top:  1px solid #adadad;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .privacy-row {
    display: flex;
    justify-content: center;
    font-weight: bold;
    font-size: .9em;
  }

  .privacy-row:first-child{
    margin-bottom: 20px;
  }

  .privacy-row p{
    margin: 0 10px 0px;
  }

  .privacy-row a:hover{
    color: #e7060d;
  }

  .privacy-row i{
    margin: 0 10px;
    font-size: 1.3em;
  }

  #sub-footer{
    width: 100%;
    padding: 20px 0;
    text-align: center;
    background: #212529;
    color: white;
    font-size: .9em;
  }

  #sub-footer p{
    margin-bottom: 0px;
  }

  #sub-footer a{
    color: white;
  }

  #sub-footer a:hover{
    color: #e7060d;
  }
  
}