
/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {  
  .navbar {
    padding: 1rem 0rem
  }
  .main-header {
    text-align: center;
    background-size: 100%;
  }

  .sub-heading {
    font-size: 24px;
  }

  .main-header .header-heading {
    font-size: 30px;
    line-height: 1.4;
  }
  .main-header .main-logo {
    width: 60px;
  }
  .background-heading {
    font-size: 70px;
  }
  .mission .masked-heading {
    margin-top: 50px;
  }
  .mission .background-heading {
    font-size: 70px;
    left: 0px;
    margin-top: 30rem;
  }
  .mission {
    background-size: 100%;
  }

  .review {
    padding: 2rem 0rem;
  }

  .review .masked-heading {
    margin-top: 0rem;
  }

  .review .sub-heading {
    font-size: 18px;
    text-align: center;
    left: 0px;
  }

  .review .review-card {
    margin-bottom: 1rem;
  }
  .events {
    text-align: center;
  }
  .event {
    margin: 2rem 0rem;
  }
  .event a, .map-card .read-more, .map-card .falcon-btn-blue {
   display: initial; 
  }

  .map .map-card {
    padding: 2rem;
    position: relative;
    top: 0rem;
    margin-bottom: 3rem;
  }

  .map .map-card .read-more {
    clear: both;
    display: block;
    max-width: 100%;
    width: 100%;
  }

  .map .map-card .falcon-btn-blue {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 2rem 0rem;
  }

  .map .map-card .sub-heading {
    left: 0px;
  }

  footer {
    padding: 4rem 2rem;
  }

  footer ul.links {
    padding-left: 0px;
    margin-bottom: 2rem;
  }

  footer ul.links li {
    display: block;
    text-align: center;
  }

  footer ul.links li a {
    padding: 1rem 0rem;
  }

  footer .falcon-btn-blue {
    display: initial;
    max-width: 200px;
    margin: 0px;
    width: 200px;
  }

  footer .copyrights {
    margin-top: 2rem;
  }
 }

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 768px) {  
  .navbar {
    padding: 1rem 0rem
  }
  .main-header {
    text-align: center;
    background-size: 100%;
  }

  .sub-heading {
    font-size: 24px;
  }

  .main-header .header-heading {
    font-size: 30px;
    line-height: 1.4;
  }
  .main-header .main-logo {
    width: 60px;
  }
  .background-heading {
    font-size: 70px;
  }

  .mission {
    background-size: 100%;
  }

  .review {
    padding: 2rem 0rem;
  }

  .review .masked-heading {
    margin-top: 0rem;
  }

  .review .review-card {
    margin-bottom: 1rem;
  }

  .event {
    margin: 2rem 0rem;
  }
  .event a, .map-card .read-more, .map-card .falcon-btn-blue {
   display: initial; 
  }

  .map-img {
    top: 45px;
  }

  .map-card .read-more {
    float: left;
    max-width: 150px;
    margin: 0px;
  }

  .map-card .falcon-btn-blue {
    float: left;
    margin: 1rem;
  }

  .map .map-card .sub-heading {
    left: 0px;
  }

  footer {
    padding: 4rem 2rem;
  }

  footer ul.links {
    padding-left: 0px;
    margin-bottom: 2rem;
  }

  footer ul.links li {
    display: block;
    text-align: center;
  }

  footer ul.links li a {
    padding: 1rem 0rem;
  }

  footer .falcon-btn-blue {
    display: initial;
    max-width: 200px;
    margin: 0px;
    width: 200px;
  }

  footer .copyrights {
    margin-top: 2rem;
  }
}
 
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (max-width: 992px) {  
  .main-header {
    text-align: center;
  }
  .review .masked-heading {
    margin-top: 0px;
  }
  .review {
    padding: 4rem 0rem;
  }
  .review .review-card {
    margin-bottom: 1rem;
  }

  .events {
    text-align: center;
  }

  .event {
    margin: 1rem 0rem;
  }
  .event a, .map-card .read-more, .map-card .falcon-btn-blue {
   display: initial; 
  }

  .map-card .read-more, .map-card .falcon-btn-blue {
    margin: 0px;
  }

  footer ul.links {
    padding-left: 0px;
    margin-bottom: 2rem;
  }

  footer ul.links li {
    display: block;
    text-align: center;
  }

  footer ul.links li a {
    padding: 1rem 0rem;
  }
  footer .falcon-btn-blue {
    display: initial;
    margin: 1rem 0rem;
  }
  footer .copyrights {
    margin-top: 2rem;
  }
}
 
/* Large devices (desktops, 992px and up) */
@media (max-width: 1200) {
  .main-header {
    text-align: left;
  }
  .main-header {
    background: url(../img/header-bg.png);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: top right;
  }
  .main-header .header-heading{
    font-size: 52px;
    color: #1C2022;
    letter-spacing: 0;
    line-height: 80px;
    margin: 4rem 0rem;
    font-family: 'Lexie Readable';
    font-weight: bold;
  }
  .mission {
    background: url(../img/MISSION.png);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: top left;
    padding: 4rem 0rem;
  }

  .map-img {
    top: 20rem;
  }

  .map-card .falcon-btn-blue {
    margin: 1rem 1.5rem;
  }
}
 
/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1920) {  
  .main-header {
    text-align: left;
  }
  .main-header {
    background: url(../img/header-bg.png);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: top right;
  }
  .main-header .header-heading{
    font-size: 52px;
    color: #1C2022;
    letter-spacing: 0;
    line-height: 80px;
    margin: 4rem 0rem;
    font-family: 'Lexie Readable';
    font-weight: bold;
  }
  .mission {
    background: url(../img/MISSION.png);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: top left;
    padding: 4rem 0rem;
  }
  .map {
    padding-bottom: 75rem;
  }

  .map-img {
    top: 20rem;
  }
}