html {
  box-sizing: border-box;
  background: url("../PICTURES/bg2.png") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: black;
}

.modal-open-icon {
  transition: all 0.2s ease-out;
  opacity: 1;
  visibility: visible;
}

.modal-open-icon:hover {
  cursor: pointer;
}

.level-1 {
  position: absolute;
  top: 15px;
  right: 25px;
  height: 5px;
  width: 30px;
  background-color: black;
}

.level-2 {
  position: absolute;
  top: 25px;
  right: 25px;
  height: 5px;
  width: 30px;
  background-color: black;
}

.level-3 {
  position: absolute;
  top: 35px;
  right: 25px;
  height: 5px;
  width: 30px;
  background-color: black;
}

.open-icon-hidden {
  opacity: 0;
  visibility: hidden;
}

.flexer {
  margin-top: 3.5rem;
}

.box {
  padding: 0 3%;
  margin: 0 5%;
}

.nna-logo {
  width: 35%;
  margin: auto;
}

#welcome {
  color: #000000;
  text-align: center;
  padding: 1rem;
}

.bigTitle {
  text-align: center;
  padding: 0 2rem;
  font-size: 2rem;
  margin-top: 3rem;
}

.phone-number {
  font-size: 2.7rem;
  color: black;
}

.headshot {
  width: 45%;
  border-radius: 50%;
  margin: 1rem auto 0 auto;
}

.biggerName {
  font-size: 2rem;
}

.counties {
  font-size: 2rem;
}

/*#welcome img {
    display:block;
    margin:auto;
    width:40%;
    border-radius:50%;
    padding-bottom:2%;
}*/

#contact {
  color: black;
  text-align: center;
  list-style: none;
  padding: 0 1rem 1rem 1rem;
}

.quote {
  font-size: 400%;
  width: 15rem;
  margin: 0 auto 2rem auto;
  padding: 0;
}

.modal-button {
  opacity: 1;
  visibility: visible;
  transition: all 0.2s ease-out;
  width: 60%;
  height: 4rem;
  color: white;
  font-size: 1.5rem;
  background-color: rgba(108, 157, 230, 0.9);
  border: none;
  border-radius: 5px;
}

.modal-button:hover {
  color: rgba(108, 157, 230, 0.9);
  background-color: black;
  cursor: pointer;
}

.modal-button-hidden {
  opacity: 0;
  visibility: hidden;
}

.rollin {
  font-size: 300%;
}

.screen-body-item {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  transform: scale(0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 5%;
}

.modal-visible {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.modal-close-icon {
  position: absolute;
  top: 10px;
  right: 15px;
  transition: all 0.2s ease-out;
  opacity: 0;
  visibility: hidden;
  color: black;
  font-weight: 1000;
  margin-top: 1.5rem;
  margin-right: 1.5rem;
  transform: scaleX(2.5) scaleY(2);
}

.close-icon-visible {
  opacity: 1;
  visibility: visible;
  z-index: 11;
}

.modal-close-icon:hover {
  transform: scale(1.3);
  color: red;
  cursor: pointer;
}

.modal-header {
  color: black;
  font-size: 3rem;
}

.app-form {
  margin-top: 100px;
}

.app-form-control::placeholder {
  color: black;
}

.app-form-control:focus {
  border-color: rgba(108, 157, 230, 0.9);
}

.app-form-group {
  margin-bottom: 15px;
}

.app-form-group.message {
  margin-top: 10px;
}

.app-form-group.buttons {
  margin-bottom: 0;
  text-align: right;
}

.app-form-control {
  width: 70%;
  padding: 10px 0;
  background: none;
  border: none;
  border-bottom: 2px solid black;
  font-size: 14px;
  text-transform: uppercase;
  outline: none;
  transition: border-color 0.2s;
}

.input-number::-webkit-outer-spin-button,
.input-number::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.app-form-button {
  background: none;
  border: 1px solid black;
  border-radius: 7%;
  color: black;
  font-size: 120%;
  cursor: pointer;
  outline: none;
  padding: 1%;
}

.app-form-button:hover {
  color: #eeeeee;
}

@media (min-width: 800px) {
  .flexer {
    margin-top: 0.5rem;
  }

  .flexer::after {
    content: "";
    clear: both;
  }

  .nna-logo {
    position: absolute;
    width: 5%;
    top: 5%;
    left: 2%;
  }

  .modal-open-icon {
    opacity: 0;
    visibility: hidden;
    display: none;
  }

  #welcome {
    margin: 0;
    float: left;
    width: 45%;
  }

  .bigTitle {
    text-align: center;
    font-family: "Oswald", sans-serif;
    padding: 0.25rem 2rem;
    font-size: 3rem;
    margin: 0;
  }

  .biggerName {
    font-family: "Merriweather", serif;
    margin: 0;
  }

  .phone-number {
    font-size: 2.5rem;
  }

  .headshot {
    width: 40%;
  }

  .counties {
    font-size: 1.6rem;
    font-family: "Fasthand", cursive;
    font-size: 2rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
  }

  .counties-title {
    font-family: "Merriweather", serif;
    font-size: 2rem;
  }

  .quote {
    font-family: "Merriweather", serif;
    font-size: 2.5rem;
    width: auto;
    padding: 0.5rem 0;
    margin-bottom: 1rem;
  }

  #contact {
    margin: 0;
    float: left;
    width: 45%;
  }

  .modal-button {
    display: none;
  }

  .screen-body-item {
    opacity: 1;
    visibility: visible;
    position: static;
    transform: scale(1);
    padding: 1rem;
    background-color: rgba(255, 255, 255, 0.6);
  }

  .modal-header {
    display: none;
  }

  .app-form {
    margin: 0;
  }

  .app-form-control {
    border-bottom: 2px solid #eeeeee;
  }

  .open-form {
    display: none;
  }

  textarea {
    resize: none;
    overflow: hidden;
    height: 5rem;
  }
}

@media (min-width: 1100px) {
  .bigTitle {
    padding: 1rem 2rem;
    font-size: 2.75rem;
    margin: 0;
  }

  .biggerName {
    float: left;
    width: 50%;
    font-size: 2.4rem;
  }

  .biggerName a {
    font-size: 1.5rem;
  }

  .headshot-container {
    float: left;
    padding-left: 1.5rem;
  }

  .headshot {
    width: 35%;
    margin: auto;
    border-radius: 15px;
  }

  .large-screen-only {
    width: 100%;
    margin: 2.5rem 0;
  }

  .large-screen-only::after {
    content: "";
    clear: both;
  }

  .counties {
    font-size: 2rem;
  }

  .quote {
    margin-top: 0.75rem;
    font-size: 3rem;
  }
}
