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/padlocks/high_security_padlock/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.9);
  margin-top: 260px;
}

section #main h1 {
  font-family: "Roboto", sans-serif;
  color: white;
  font-size: 80px;
  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 #main-heading {
  margin-top: 40px;
  margin-bottom: 40px;
}

section #main-heading h2,
section #main-heading p {
  font-family: "Open Sans", sans-serif;
}

section #main-heading p {
  color: #404040;
}

section #services .service a {
  text-decoration: none;
}

section #services .service img {
  width: 100%;
  border: 3px solid grey;
  border-radius: 10%;
  box-shadow: 0.1px 0.1px 10px 0.2px black;
}

section #services .service 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 #services .top-product {
  margin-top: 20px !important;
}

section #services .service {
  margin-top: 15px;
  padding-bottom: 20px;
}

section #services .service a:hover img {
  transform: rotateY(180deg);
  transition: transform 0.8s;
  box-shadow: 0.1px 0.1px 20px 0.2px rgb(236, 236, 109);
  border-color: lightyellow;
}

section #services .service a:hover h3 {
  color: black;
  text-shadow: -1px -1px 0 lightyellow, 1px -1px 0 lightyellow, -1px 1px 0 black,
    1px 1px 0 black !important;
}

@media (min-width: 1280px) {
  section #main #main-title {
    margin-top: 230px;
  }

  section #main h1 {
    font-size: 5.5vw;
  }
}

@media (max-width: 1200px) {
  section #main {
    height: 570px;
  }
  section #main #main-title {
    margin-top: 260px;
  }

  section #main h1 {
    font-size: 80px;
  }
}

@media (max-width: 992px) {
  section #main {
    height: 470px;
  }
  section #main #main-title {
    margin-top: 210px;
  }

  section #main h1 {
    font-size: 70px;
  }

  section #services .service img {
    border: 2px solid grey;
  }

  section #services .service h3 {
    font-size: 23px !important;
  }
}

@media (max-width: 767px) {
  section #main {
    height: 470px;
  }
  section #main #main-title {
    margin-top: 210px;
  }

  section #main h1 {
    font-size: 65px;
    text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black,
      1px 1px 0 black;
  }

  section #services .service img {
    border: 1px solid grey;
  }

  section #services .service h3 {
    font-size: 17px !important;
    text-shadow: -0.5px -0.5px 0 lightyellow, 0.5px -0.5px 0 lightyellow,
      -0.5px 0.5px 0 #000099, 1px 1px 0 #000099 !important;
  }

  section #services .service a:hover h3 {
    text-shadow: -0.5px -0.5px 0 lightyellow, 0.5px -0.5px 0 lightyellow,
      -0.5px 0.5px 0 black, 0.5px 0.5px 0 black !important;
  }
}

@media (max-width: 575px) {
  section #main {
    height: 84vw;
  }

  section #services {
    margin-top: -30px !important;
  }

  #main-heading p {
    text-align: left;
  }

  section #main #main-title {
    margin-top: 28vw;
    background-color: rgb(139, 147, 158, 0.7);
  }

  section #main h1 {
    font-size: 14vw;
  }

  section #main #main-title {
    background-color: rgb(139, 147, 158, 0.9);
  }

  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);
  }

  section #services .service h3 {
    font-size: 3.4vw !important;
    text-shadow: -0.3px -0.3px 0 lightyellow, 0.3px -0.3px 0 lightyellow,
      -0.3px 0.3px 0 #000099, 0.3px 0.3px 0 #000099 !important;
  }

  section #services .service img {
    border: 0.5px solid grey;
  }

  section #services .service {
    margin-top: 15px;
    padding-bottom: 13px;
  }
}

/*------------------End of Carousel-------------------*/

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 #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);
}

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;
}
