.containerWide {
  position: relative;
  }

.row {
  display: flex;
}

a {
  text-decoration: none;
  }

.homeContent {
    display: flex;
    align-content: stretch;
    height: 140px;
    width: 100%;
    text-align: center;
    margin: 10px auto;
}

.headlineText {
  font-family: 'Roboto', sans-serif;
  text-align: center;
  width: 100%;
  font-size: 4em;
  line-height: 100%;
  font-weight: 700;
  color: rgb(210, 3, 3);
  text-transform: uppercase;
}

.subheadlineText {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 15px;
  text-align: center;
  width: 100%;
  font-size: 2em;
  line-height: 100%;
  font-weight: 500;
  color: rgb(23, 51, 80);
  text-transform: uppercase;
}

.redText {
  font-family: 'Roboto', sans-serif;
  color: rgb(210, 3, 3);
  font-weight: 900;
}

.transitionText {
  background-color: rgba(255, 255, 255, 0.755);
  padding: 100px;
}

#textHome {
  font-family: Arial, Helvetica, sans-serif; 
  display: none;
  margin: 20px 30px;
}

.covidNotice {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  padding: 0 10%;
  background-color: white;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

.noticeOne {
  font-family: Arial, Helvetica, sans-serif;  
  padding: 10px 0px;
  min-width: 220px;
  text-align: center;
  font-size: 2.75em;
  line-height: 100%;
  font-weight: bolder;
  color: rgb(210, 3, 3);
  text-transform: uppercase;
}

.noticeTwo {
  padding: 10px 15px;
  color: rgb(23, 51, 80);
  line-height: 140%;
  font-size: 1em;
  font-weight: 100;
}

.noticeDiv {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  max-width: 1050px;
  padding: 18px 0px 15px 0px;
  margin: 0px auto;
}

#covidClose {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 70px;
  position: relative;
  right: 0;
  top: 0;
  line-height: 100%;
  font-size: 1.75em;
  padding: -5px 2px 2px 2px;
  margin: 0px;
  cursor: pointer;
  color: rgb(210, 3, 3);
}

#covidClose:hover {
  color: gray;
}

.small {
  font-size: .5em;
  margin-right: 2px;
  text-transform: uppercase;
}

.services {
    width: 100%;
    height: 140px;
    margin: 0px 10px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-position-y: bottom;
    background-size: cover;
}

.services2 {
  width: 100%;
  height: 140px;
  margin: 0px 0px 0px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../images/artSA.png");
  background-position: center;
  background-position-y: bottom;
  background-size: cover;
}

.svcText {
  width: 100%;
  color: white;
  background-color: rgba(12, 26, 41, 0.6);
  text-align: center;
  line-height: 140px;
  font-size: 1.5em;
  text-shadow: 0px 2px 4px rgb(12, 26, 41);
}

.svcText:hover {
  background-color: rgba(12, 26, 41, 0);
  cursor: pointer;
  text-shadow: 0px 0px 3px rgb(12, 26, 41), 0px 2px 6px rgb(12, 26, 41);
}
  
.pageTitle {
    font-family: 'Pacifico', cursive;
    color: rgb(20, 44, 70);
    font-size: 3.5em;
    font-weight: 200;
}

.videoContainer {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 65vh;
    overflow: hidden;
}

#homeVideo {
    z-index: -1;
    position: absolute;
    left: 0px;
    top: 0px;
    min-width: 100%;
    min-height: 100%;
}

.titleImage {
  margin: 20px 0px 10px 0px;
}

#titleImg {
max-width: 375px;
}

.overlayBorder {
  display: none;
  padding: 20px 50px 65px 50px;
  border: 1px solid rgb(23, 51, 80);
  width: 75%;
  background-image: url("../images/screentexture2.png");
  background-repeat: repeat;
  background-size: 5px;
  background-color: rgba(255, 255, 255, 0.755);
}

.overlayBox {
  display: flex;
  flex-direction: column;
  margin: auto;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 50px 65px 50px;
  border: 1px solid rgb(23, 51, 80);
  background-image: url("../images/screentexture2.png");
  background-repeat: repeat;
  background-size: 5px;
  background-color: rgba(0, 0, 0, 0.756);
  z-index: 5;
}

.overlayText {
    color: rgb(23, 51, 80);
    max-width: 940px;
    margin: 0px auto;
    line-height: 185%;
    font-size: 1.25em;
    font-weight: 100;
    padding: 0px 5px 15px;
}

.overlayText a {
    color: rgb(210, 3, 3);
    z-index: 2;
}
  
.pageText {
    padding: 0px 5px 15px;
    line-height: 160%;
    font-size: 1.1em;
    text-align: left;
}

.pageText a {
    color: black;
    font-weight: bolder;
    cursor: pointer;
}

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

  .videoContainer {
      height: 60vh;
  }

  #titleImg {
      max-width: 275px;
  }

  .overlayText {
        line-height: 170%;
        font-size: 1.2em;
    }

  .services {
      width: 100%;
      height: 100px;
      margin: 0px 10px 0px 0px;
      display: flex;
      justify-content: center;
      align-items: center;
      background-position: center;
      background-position-y: bottom;
      background-size: cover;
  }

  .homeContent {
    height: 100px;
  }
  
  .services2 {
    height: 100px;
  }
  
  .svcText {
    line-height: 100px;
    font-size: 1.3em;
  }
    
  }

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

    .services {
      width: 100%;
      margin: 0px 0px 10px 0px;
      padding: 30px 0px 30px 0px;
    }

    .services2 {
      width: 100%;
      margin: 0px 0px 10px 0px;
      padding: 30px 0px 30px 0px;
    }

    .homeContent {
      display: flex;
      flex-direction: column;
      height: auto;
    }

    .videoContainer {
      display: none;
    }

    #textHome {
      display: block;
      margin-bottom: 10px;
    }

    .titleImage {
      margin: 40px 0px 10px 0px;
    }

    #titleImg {
      max-width: 275px;
      }

      .noticeDiv {
        flex-direction: column;
        align-items: flex-start;
        padding: 10px 10px;
      }
  }