body, html {
  padding: 0;
  margin: 0;
}

body {
  width: 100vw;
  height: 100vh;
  background-color: black;
  -webkit-overflow-scrolling: touch;
}

/* The side navigation menu */
.sidenav {
  height: 100vh; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 2; /* Stay on top */
  top: 0; /* Stay at the top */
  right: 0;
  /* float: right;ß */
  background-color: rgba(0, 0, 0, .9); /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 12%; /* Place content 60px from the top */
  transition: 0.2s; /* 0.5 second transition effect to slide in the sidenav */
}

#mySidenav {
  width: 0;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}

.navLogo {
  height: 7vh;
}

/* The navigation menu links */
.sidenav a {
  text-decoration: none;
  font-size: 1rem;
  color: #f1f1f1;
  display: block;
  transition: 0.3s;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.phone a {
  text-decoration: none;
}

.fa-facebook {
    font-size: 4rem;
    margin: 25px;
}


.sidenav button {
  display: block;
  background-color: rgba(0, 0, 0, .8);
  color: rgb(255, 255, 255);
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 1rem;
  padding: 10px 30px;
  margin: 14px;
  width: 85%;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  z-index: 4;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.openButton {
    z-index: 1;
    position: fixed;
    right: 0;
    top: 0;
    color: rgb(0, 0, 0);
    margin-right: 5%;
    margin-top: 2%;
}

/* COVID-19 Facility Updates */
#newsBtn {
  position: fixed;
  top: 5%;
  left: 2%;
  padding: 1%;
  background-color: rgb(252, 32, 3);
  color: rgb(255, 255, 255);
  font-size: 1.5rem;
  border-radius: 25px;
  border: 2px rgb(252, 32, 5) solid;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

#newsBtn:hover {
  background-color: rgb(232, 82, 63);
  color: rgb(232, 82, 63);
}

#newsBtn > a {
  text-decoration: none;
  color: rgb(255, 255, 255);
}

@media only screen and (max-width: 1100px) {
  #newsBtn {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 850px) {
  #newsBtn {
    font-size: .9rem;
  }
}

@media only screen and (max-width: 660px) {
  #newsBtn {
    font-size: .6rem;
  }
}

@media only screen and (max-width: 430px) {
  #newsBtn {
    font-size: .5rem;
  }
}


.landingImage {
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0 );
}

.landscapePhoto {
  width: 100%;
  height: 80vh;
  background-image: url('/images/mccchero.jpg');
  background-position: center;
  background-size: cover;
}

.banner {
  width: 100%;
  height: 10vh;
  background-color: rgb(0, 0, 0);
  color: white;
  display: inline-flex;
  /* flex-direction: row; */
  justify-content: center;
  align-items: center;

}

.logoDiv > img  {
  max-height: 8vh;
}


.redrockPhoto{
  width: 100%;
  height: 20vh;
  background-image: url('/images/transition.jpg');
  background-position: center;
  background-size: cover;
}


@media only screen and (max-width: 1100px) {

  .banner > div {
      width: auto;
  }

  .logoDiv > img  {
    max-height: 7vh;
  }

}

@media only screen and (max-width: 850px) {
  .banner > div > span {
      font-size: 1.2rem;
  }
}

@media only screen and (max-width: 740px) {
  .banner > div > span {
      font-size: 1rem;
  }
}

@media only screen and (max-width: 660px) {
  .banner {
      height: 10%;
  }

  .landscapePhoto {
      height: calc(80vh - 80px);
  }

  .banner > div > span {
      font-size: .9rem;
  }

  .logoDiv > img  {
    max-height: 5vh;
  }
}

@media only screen and (max-width: 600px) {
  .banner > div > span {
      font-size: 1rem;
  }
}

@media only screen and (max-width: 480px) {
  .banner > div > span {
      font-size: 1rem;
      letter-spacing: 2px;
  }

  #newsBtn > a {
    font-size: .9rem;
  }
}

@media only screen and (max-width: 430px) {
  .banner > div > span {
      font-size: .9rem;
      letter-spacing: 1.5px;
      font-weight: 300;
  }

  .logoDiv > img  {
    max-height: 4vh;
    padding: 6%;
  }
}


.sectionTitle {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 6px;
  padding: 20px 0px;
}



@media only screen and (max-width: 1100px) {
  .sectionTitle {
      font-size: .9rem;
      font-weight: 300;
  }
}

@media only screen and (max-width: 400px) {
  .sectionTitle {
      font-size: .8rem;
      font-weight: 300;
  }
}

.section {
  /* height: 20%; */
  background-color: rgb(255, 255, 255);
}

.description {
  color: rgb(0, 0, 0 );
  text-align: center;
  padding: 5% 8%;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-size: 1.25rem;
  letter-spacing: 3px;
  line-height: 2;
  /* z-index: 999;  */
}

@media only screen and (max-width: 1100px) {
  .description {
      font-size: 1rem;
      line-height: 1.5;
      font-weight: 100;
  }
}

@media only screen and (max-width: 400px) {
  .description {
      font-size: .8rem;
      line-height: 1.5;
      font-weight: 300;
  }
}

@media only screen and (max-width: 415px) {
  .purposepage > .row {
    flex-direction: column;
  }
}

@media only screen and (max-width: 415px) {
  .differentialspage > .row {
    flex-direction: column;
  }
}

@media only screen and (max-width: 415px) {
  .therapypage> .row {
    flex-direction: column;
  }
}

@media only screen and (max-width: 415px) {
  .nursingpage> .row {
    flex-direction: column;
  }
}

.transition {
  height: 10vh;
  background-image: url('/images/transition.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.purposerow {
  background-color: white;
  background-size: cover;
}

 .purposepage > .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.purposepage > .row > .leftside {
    flex: 50%;
    text-align: center;
}

.purposepage > .row > .rightside {
  flex: 50%;
  text-align: center;
}

.leftside {
  background-color: white;
}

.leftside > img {
  max-width: 100%;
  vertical-align: bottom;
}

.googlereview {
  max-width: 50%;
}

.differentialsrow {
  background-color: white;
  background-size: cover;
}

 .differentialspage > .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.differentialspage > .row > .leftside {
    flex: 50%;
    text-align: center;
}

.differentialspage > .row > .rightside {
  flex: 50%;
  text-align: center;
}

.leftside {
  background-color: white;
}

.leftside > img {
  max-width: 90%;
  vertical-align: bottom;
  padding: 5%;
}

.bullets {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lists > li {
  text-align: left;
} 

.differentialsphoto {
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.differentialsphoto > img {
  max-width: 90%;
  padding: 5%;
}

.therapyrow {
  background-color: white;
  background-size: cover;
}

 .therapypage > .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.therapypage > .row > .leftside {
    flex: 50%;
    text-align: center;
}

.therapypage > .row > .rightside {
  flex: 50%;
  text-align: center;
}

.leftside {
  background-color: white;
}

.leftside > img {
  max-width: 90%;
  vertical-align: bottom;
  padding: 5%;
}


.nursingrow {
  background-color: white;
  background-size: cover;
}

 .nursingpage > .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.nursingpage > .row > .leftside {
    flex: 50%;
    text-align: center;
}

.nursingpage > .row > .rightside {
  flex: 50%;
  text-align: center;
}

.leftside {
  background-color: white;
}

.leftside > img {
  max-width: 90%;
  vertical-align: bottom;
  padding: 5%;
}

.bullets {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lists > li {
  text-align: left;
} 

.nursingphoto {
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nursingphoto > img {
  max-width: 55%;
  padding: 5%;
}

.accommodations {
  box-sizing: border-box;
  background-color: rgb(0, 0, 0);
} 

.row { 
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0px;
  width: 100%;
  justify-content: space-evenly;
  align-items: flex-start;
}

.slideshow-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  padding-top: 40px;
}


  
/* Create three equal columns that sits next to each other */
.column {
  width: calc(33% - 8px);
  padding: 0px 4px;
}

.column:last-of-type {
    padding-bottom: 8px;
}

.column:nth-of-type(2) {
  display: inline-flex;
  flex-direction: column;
  justify-content: space-evenly;
  
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
}

/* .column:nth-of-type(2) > img {
  margin: 0;
} */

.column:nth-of-type(2) > img:nth-of-type(2) {
  flex-grow: .85;
}

@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}


.footer {
  height: auto;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
  padding-left: 2rem;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100vw;
  padding: 8px 0px;
}

.footer p {
  font-family: 'Roboto', sans-serif;
  letter-spacing: 2px;
  font-weight: 100;
  margin: initial;
}

.phone > a {
  text-decoration: none;
  color: rgb(255, 255, 255);
}

@media only screen and (max-width: 1100px) {
  .footer p {
      font-size: .8rem;
      text-align: center;
  }
}

/* @media only screen and (max-width: 850px) {
  .footer p {
      font-size: .5rem;
      text-align: center;
  }
} */
@media only screen and (max-width: 450px) {
  .footer p {
      font-size: .4rem;
      text-align: center;
      font-weight: 300;
  }
}

.footer > .footerLogo > img {
  max-height: 5vh;
  padding: 0 1rem;
}

@media only screen and (max-width: 1100px) {
  .mainFC  {
      max-height: 4vh;
  }
}

/* @media only screen and (max-width: 450px) {
  .mainFC  {
      padding-right: 35%;
  }
} */


.formHeader {
  font-size: .3rem;
}

::-webkit-scrollbar {
  display: none;
}


/* Modal CSS */
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 3; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: scroll; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 2% auto; /* 15% from the top and centered */
  padding: 15px;
  border: 1px solid #888;
  width: 85%; /* Could be more or less, depending on screen size */
  height: auto;
  overflow: scroll;
}


/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modalFooter {
  height: auto;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
  padding-left: 2rem;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 5px 0px;

}

.FC {
  max-height: 3rem;
  padding: 1rem 1rem;
}

@media only screen and (max-width: 450px) {
  .FC {
      max-height: 2rem;
      /* margin-top: -.6rem; */
  }
}

@media only screen and (max-width: 450px) {
  .modalFooter p {
      font-size: .6rem;
      text-align: center;
      font-family: 'Roboto', sans-serif;
      font-weight: 300;
      letter-spacing: 2px;
  }
}

@media only screen and (min-width: 1920px) {
  .sectionTitle {
   font-size: 1.8rem;
  }
  
  .description {
    padding: 5% 6%;
    font-size: 1.5rem;
  }
 }

