body {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}

section .full-length-border {
  width: 100%;
  height: 7px;
  background-color: #000099;
  border-top: 2px solid grey;
  border-bottom: 2px solid grey;
}

section #main {
  width: 100%;
  height: 600px;
  background: url("../images/key_safe_lock_box/knox_box/main.jpg") no-repeat
    top/cover;
}

section #main a {
  margin-top: 10px;
  margin-right: 10px;
  text-decoration: none;
  font-weight: bold;
  color: white;
  font-family: "Open Sans", sans-serif;
  padding: 7px;
  font-size: 20px;
  border: 2px solid white;

  text-shadow: -1px -1px 0 #000099, 1px -1px 0 #000099, -1px 1px 0 #000099,
    1px 1px 0 #000099;

  background-color: rgb(49, 86, 134, 0.7);
}

section #main a:hover {
  box-shadow: 0.1px 0.1px 20px 0.2px rgb(236, 236, 109);
  border-color: lightyellow;
  color: lightyellow;
}

section #main #main-title {
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  background-color: rgb(139, 147, 158, 0.8);
  margin-top: 200px;
}

section #main h1 {
  font-family: "Roboto", sans-serif;
  color: white;
  font-size: 90px;
  text-shadow: -1.5px -1.5px 0 black, 1.5px -1.5px 0 black, -1.5px 1.5px 0 black,
    1.5px 1.5px 0 black;
  text-align: center;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}

/*section .hover01 img {
  width: 100%;
}*/

section .page-image img {
  width: 100%;
  border: 3px solid grey;
  border-radius: 10%;
  box-shadow: 0.1px 0.1px 10px 0.2px black;
}

section .page-image h3 {
  margin-top: 5px;
  color: darkblue;
  text-shadow: -1px -1px 0 lightyellow, 1px -1px 0 lightyellow,
    -1px 1px 0 #000099, 1px 1px 0 #000099 !important;
}

section .page-image p {
  padding-inline-start: 10px !important;

  font-family: "Open Sans", sans-serif;
  font-size: 1.2em;
  font-weight: 100;
  color: rgb(39, 146, 233);
  text-shadow: -0.7px -0.7px 0 white, 0.7px -0.7px 0 white, -0.7px 0.7px 0 black,
    0.7px 0.7px 0 black !important;
  padding-bottom: 0px;
}
.for-h2 {
  border: solid #000091a1 1.5px;
  width: 90% !important;
  margin-bottom: 15px;
  margin-top: 15px;
  padding-bottom: 15px;
  border-radius: 5px;
  box-shadow: 0.5px 0.5px 5px 4px lightgrey;
  background-color: whitesmoke;
}

.for-h2 h2 {
  text-align: center;
  margin-top: 5px !important;
  font-weight: 300 !important;
  color: #000099;
  font-family: "Opens Sans", sans-serif;
  text-shadow: -1px -1px 0 lightyellow, 1px -1px 0 lightyellow,
    -1px 1px 0 #000099, 1px 1px #000099 !important;
  font-size: 50px;
}

.date {
  font-family: "Dosis", sans-serif;
  text-align: center;
}

hr.title {
  border: 0.5px solid #ccc;
  width: 95%;
}

#audit-video {
  display: flex;
  justify-content: center;
  width: 90%;
  margin: auto;
  height: 315px;
}

.definition {
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  font-weight: 100;
  color: black;
  text-shadow: -0.7px -0.7px 0 white, 0.7px -0.7px 0 white, -0.7px 0.7px 0 grey,
    0.7px 0.7px 0 grey !important;
  padding-bottom: 20px;
  text-align: center;
  margin-top: 10px;
}

hr.end {
  border: 0.5px solid lightgrey;
  width: 97%;
  margin-top: -10px;
}

.for-h2 ul {
  list-style: none;
  padding-inline-start: 10px !important;
}

.for-h2 li::before {
  content: "\2022"; /* Unicode bullet symbol */
  color: red; /* Bullet color */
}

.for-h2 li {
  margin-bottom: 25px;
}

.checklist {
  font-family: "Open Sans", sans-serif;
  font-size: 1.2em;
  font-weight: 100;
  color: grey;
  text-shadow: -0.7px -0.7px 0 white, 0.7px -0.7px 0 white, -0.7px 0.7px 0 grey,
    0.7px 0.7px 0 grey !important;
  padding-bottom: 0px;
}

.list {
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  font-weight: 200;
  color: rgb(39, 146, 233);
  text-shadow: -0.7px -0.7px 0 white, 0.7px -0.7px 0 white, -0.7px 0.7px 0 grey,
    0.7px 0.7px 0 grey !important;
  padding-bottom: -10px;
}

a.link:hover {
  text-decoration: none;
}

.titled {
  text-align: center;
  color: black;
  font-size: 1.25em;
  font-weight: 200;
  font-family: "Dosis", sans-serif;
}

hr.line {
  border: 0.5px solid grey;
  margin-top: -10px;
  width: 90%;
}

.hover01 img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.graphic {
  width: 100%;
}

.hover01 a {
  text-decoration: none !important;
}

.hover01 img:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.img-title {
  font-size: 0.75em;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  text-shadow: -0.7px -0.7px 0 white, 0.7px -0.7px 0 white, -0.7px 0.7px 0 grey,
    0.7px 0.7px 0 grey !important;
  color: grey;
}

.img-title:hover {
  text-shadow: -1px 1px 0 lightyellow, 1px 1px 0 lightyellow !important;
}

.button {
  display: flex;
  justify-content: center;
  width: 100%;
}

a.button1 {
  display: inline-block;
  padding: 0.35em 1.2em;
  border: 0.1em solid #000091a1;
  margin: 0 0.4em 0.4em 0.3em;
  border-radius: 0.12em;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "Dosis", sans-serif;
  font-weight: 300;
  color: black;
  text-align: center;
  background-color: whitesmoke;
  box-shadow: 0.5px 1px 4px 3px rgb(175, 174, 174);
}

a.button1:hover {
  color: white;
  background-color: #000091;
  box-shadow: 1px 1px 5px 4px lightyellow;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Dosis", sans-serif;
}

@media (min-width: 1200px) {
  section #main h1 {
    font-size: 6.8vw;
  }

  #audit-video {
    height: 415px;
  }

  ul {
    padding-inline-start: 20px !important;
  }

  .resize {
    width: 100%;
  }

  .img-title {
    font-size: 0.85em;
  }
}

@media (max-width: 1200px) {
  section #main {
    height: 570px;
  }
  section #main #main-title {
    margin-top: 200px;
  }

  section #main h1 {
    font-size: 90px;
  }

  ul {
    padding-inline-start: 15px !important;
  }

  .resize {
    width: 100%;
  }

  .hover01 img:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (max-width: 992px) {
  section #main {
    height: 470px;
  }
  section #main #main-title {
    margin-top: 160px;
  }

  section #main h1 {
    font-size: 80px;
  }
  #audit-video {
    height: 350px;
  }

  .resize {
    width: 100%;
  }
  .offset-md-1 {
    margin-left: 0px !important;
  }

  .col-lg-2 {
    margin-top: 0px;
  }

  .titled {
    font-size: 1.5em;
  }

  .hover01 img:hover {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }

  .img-title {
    font-size: 0.9em;
  }

  hr.line {
    width: 100%;
  }
}

@media (max-width: 767px) {
  section #main {
    height: 470px;
  }
  section #main #main-title {
    margin-top: 150px;
  }

  section #main h1 {
    font-size: 75px;
    text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black,
      1px 1px 0 black;
  }

  .resize {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .container {
    width: 95% !important;
  }

  section #main {
    height: 84vw;
  }

  section #main #main-title {
    margin-top: 28vw;
    background-color: rgb(139, 147, 158, 0.9);
  }

  section #main h1 {
    font-size: 14vw;
  }

  section #main a {
    padding: 5px;
    font-size: 15px;
    border: 2px solid white;

    text-shadow: -0.2px -0.2px 0 lightyellow, 0.2px -0.2px 0 lightyellow,
      -0.2px 0.2px 0 #000099, 0.2px 0.2px 0 #000099;

    background-color: rgb(49, 86, 134, 0.7);
  }

  #audit-video {
    width: 86vw;
  }

  ul {
    padding-inline-start: 0px !important;
    margin-left: -10px;
  }

  .resize {
    width: 100%;
  }

  .titled {
    font-size: 1.5em;
  }
}

section #contact-form h3 {
  color: white;
  text-shadow: 2px 2px black;
  padding-bottom: 13.5px;
  border-bottom: 1px solid white;
}

section #contact-form {
  padding-top: 20px;
  padding-bottom: 7px !important;
  background-color: lightgray;
}

section #contact-form .control-label {
  font-family: "Roboto", sans-serif;
  text-shadow: 0.5px 0.5px #000099;
}

section #contact-form .control-label span {
  color: red;
}

section #contact-form .form-control {
  border: 1px solid lightyellow;
  box-shadow: 0.1px 0.1px 5px 0.2px rgb(236, 236, 109);
}

section #contact-form #top-form-section {
  padding-top: 10px;
}

section #contact-form {
  padding-bottom: 13px;
}

section #contact-form button {
  font-size: 20px;
  border: 2px solid #b8b8b8;
  border-radius: 2px;
  color: #ebebeb;
  font-weight: bold;
  background-color: #000099;
  padding-top: 0px;
  padding-bottom: 1px;
  padding-left: 7px;
  padding-right: 7px;
  text-shadow: none;
}

section #contact-form button:hover {
  box-shadow: 0.1px 0.1px 20px 0.2px rgb(236, 236, 109);
  border-color: lightyellow;
  color: lightyellow;
}

section #call-us {
  margin-top: 25px;
}

section #call-us a {
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  color: black;
  font-size: 20px;
  text-shadow: 0.5px 0.5px #000099;
}

section #call-us a:hover {
  text-shadow: -1px -1px 0 lightyellow, 1px -1px 0 lightyellow,
    -1px 1px 0 lightyellow, 1px 1px 0 lightyellow;
}

section #social-media {
  margin-bottom: 25px !important;
}

section #social-media #facebook i {
  color: darkblue;
}

section #social-media #youtube i {
  color: darkred;
}

section #social-media #instagram i {
  color: darkviolet;
}

section #social-media i:hover,
section #bbb img:hover {
  box-shadow: 0.1px 0.1px 20px 0.2px rgb(236, 236, 109);
}
