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/stair_treads_railings/main.jpeg") 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: 4px solid white;
  border-bottom: 4px solid white;

  background-color: rgb(139, 147, 158, 0.7);
  margin-top: 230px;
}

section #main h1 {
  font-family: "Roboto", sans-serif;
  color: white;
  font-size: 80px;
  text-shadow: -2px -2px 0 black, 2px -2px 0 black, -2px 2px 0 black,
    2px 2px 0 black;
  text-align: center;
  margin-bottom: 3px;
}

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 #customers {
  background-color: whitesmoke;
  padding-top: 20px;
  padding-bottom: 20px;
}

section #customers img {
  width: 80%;
  height: 300px;
}

section #customers #customers-id {
  width: 100%;
  background: url("../images/customers_no_bg.png") no-repeat top/cover;
}

section #customers p {
  font-family: "Open Sans", sans-serif;
  color: #000099;
  font-size: 30px;
  font-weight: bold;
}

section #customers h2 {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}

section #customers i {
  color: #000099;
}

section #desktop img {
  width: 100%;
  border: 1px solid black;
  border-radius: 5px;
  box-shadow: 0.1px 0.1px 20px 0.2px rgb(236, 236, 109);
}

section #desktop #desktop-img h2 {
  font-family: "Open Sans", sans-serif;
}

section #desktop #desktop-header p {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 25px;
}

section #desktop #desktop-img p {
  margin-top: 20px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: -15px;
}

section #desktop #desktop-img a {
  border: 2px solid #24466a;
  border-radius: 0px;
  color: #595959;
  text-shadow: 0.8px 0.8px #000099 !important;
  font-weight: bold;
  background-color: #ebebeb;
  padding-top: 0px;
  padding-bottom: 1px;
  padding-left: 7px;
  padding-right: 7px;
  text-shadow: none;
  margin-top: 40px;
}

section #desktop #desktop-img a:hover {
  box-shadow: 0.1px 0.1px 20px 0.2px rgb(236, 236, 109);
  border-color: lightyellow;
  color: lightyellow;
}

section #desktop-border #desktop-border-size {
  border-bottom: 0.5px solid black;
  margin-bottom: 30px;
}

section #dome {
  background-color: whitesmoke;
}

section #dome img,
section #turret img,
section #bullet img,
section #ptz img,
section #panovu img {
  width: 70%;
}

section .bg-color-gray {
  background-color: whitesmoke;
}

/*----------------------Carousel----------------------*/

section #caro-commercial {
  margin-left: 50px;
  margin-right: 50px;
  padding-top: 20px;
  padding-bottom: 50px;
}

#caro-commercial h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 40px !important;
  color: black;
}

#caro-commercial .col-2 {
  border-bottom: 1px solid #000099;
}

#caro-commercial .carousel-control-prev,
#caro-commercial .carousel-control-next {
  color: gray;
}

.card {
  border-radius: 25px !important;
}

.card img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.card .card-body {
  background-color: #f0f0f5;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.card-lock .card-body p {
  text-shadow: 2px 2px white;
  color: gray;
}

.card-lock .card-body h4 {
  color: black;
  text-shadow: 1.3px 1.3px white;
}

.card-elec .card-body h4 {
  color: #595959;
  text-shadow: 0.8px 0.8px #000099;
}

.card-elec .card-body p {
  color: #404040;
  text-shadow: 2px 2px white;
}

.card-lock .card-body a {
  border: 2.5px solid black;
  border-radius: 0px;
  color: black;
  font-weight: bold;
  background-color: white;
  padding-top: 2px;
  padding-bottom: 2px;
  border-radius: 0px;
}

.card-elec .card-body a {
  border: 2.5px solid #000099;
  border-radius: 0px;
  color: #000099;
  font-weight: bold;
  background-color: white;
  padding-top: 2px;
  padding-bottom: 2px;
  border-radius: 0px;
}

.card .card-body a:hover {
  box-shadow: 0.1px 0.1px 20px 0.2px lightyellow;
  border-color: #f1f1f1 !important;
}
.card:hover .card-body,
.card:hover img {
  box-shadow: 0.1px 0.1px 20px 0.2px lightyellow;
}

#caro-commercial .carousel-indicators {
  bottom: -50px;
}

#caro-commercial .carousel-indicators li {
  background-color: gainsboro;
  box-shadow: inset 1px 1px 1px 1px rgb(0, 0, 0, 0.5);
  border: none;
  border-radius: 50px;
  height: 15px;
  width: 15px;
}

#caro-commercial .carousel-indicators .active {
  background-color: black !important;
}

/*----------------------Carousel Item Adjustments-----------------------*/
@media (min-width: 768px) {
  #caro-commercial .carousel-inner .carousel-item-right.active,
  #caro-commercial .carousel-inner .carousel-item-next {
    transform: translateX(50%);
  }

  #caro-commercial .carousel-inner .carousel-item-left.active,
  #caro-commercial .carousel-inner .carousel-item-prev {
    transform: translateX(-50%);
  }
}

@media (min-width: 992px) {
  #caro-commercial .carousel-inner .carousel-item-right.active,
  #caro-commercial .carousel-inner .carousel-item-next {
    transform: translateX(33%);
  }

  #caro-commercial .carousel-inner .carousel-item-left.active,
  #caro-commercial .carousel-inner .carousel-item-prev {
    transform: translateX(-33%);
  }
}

#caro-commercial .carousel-inner .carousel-item.active,
#caro-commercial .carousel-inner .carousel-item-next,
#caro-commercial .carousel-inner .carousel-item-prev {
  display: flex;
}

#caro-commercial .carousel-inner .carousel-item-right,
#caro-commercial .carousel-inner .carousel-item-left {
  transform: translateX(0);
}

@media (min-width: 1280px) {
  section #main h1 {
    font-size: 5.5vw;
  }
}

@media (max-width: 1200px) {
  section #main {
    height: 570px;
  }
  section #main #main-title {
    border-top: 3px solid white;
    border-bottom: 3px solid white;
    background-color: rgb(139, 147, 158, 0.7);
  }

  section #main h1 {
    font-size: 70px;
    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;
  }
  section #desktop p {
    font-size: 20px;
  }

  section #caro-commercial {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }

  section #other-services h4 {
    font-size: 15px !important;
  }
}

@media (max-width: 992px) {
  section #main {
    height: 470px;
  }
  section #main #main-title {
    margin-top: 180px;
  }

  section #main h1 {
    font-size: 60px;
  }

  section #customers #customers-list h2 {
    font-size: 27px;
  }

  /*--------------------Carousel Headers-------------------*/
  #caro-commercial h1 {
    font-size: 29px !important;
  }

  #caro-commercial h1 {
    margin-top: -10px !important;
  }

  section #caro-commercial {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }

  section #other-services h4 {
    font-size: 11px !important;
  }
}

/* small - display 1 */
@media (max-width: 767px) {
  section #main {
    height: 470px;
  }
  section #main #main-title {
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    background-color: rgb(139, 147, 158, 0.7);
  }

  section #main h1 {
    font-size: 50px;
    text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black,
      1px 1px 0 black;
  }

  section #customers #customers-list h2 {
    font-size: 19px;
  }

  #caro-commercial .carousel-inner .carousel-item > div {
    display: none;
  }

  #caro-commercial .carousel-inner .carousel-item > div:first-child {
    display: block;
  }

  /*--------------------Carousel Headers-------------------*/
  #caro-commercial h1 {
    font-size: 31px !important;
  }

  #caro-commercial .caro-cards {
    margin-top: -15px !important;
  }
  /*--------------------Carousel Headers-------------------*/

  #caro h1 {
    font-size: 37px !important;
  }

  section #caro-commercial {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }

  section #other-services h4 {
    font-size: 13px !important;
  }
}

@media (max-width: 575px) {
  section #main {
    height: 84vw;
  }
  #main-heading p {
    text-align: left;
  }
  section #main #main-title {
    margin-top: 40vw;
  }

  section #main h1 {
    font-size: 13vw !important;
  }

  section #main #main-title h1 span {
    display: none;
  }

  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 #customers #customers-id {
    height: 200px;
  }

  section #customers #customers-list {
    padding-left: 28vw !important;
    padding-top: 2vw;
  }

  section #customers {
    padding-bottom: 0px;
  }

  section #main-heading {
    margin-top: 4vw;
    margin-bottom: 3vw;
  }

  section #desktop > .container {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  section #desktop #desktop-border {
    margin-bottom: 5px !important;
  }

  section #desktop #desktop-img #first-img {
    margin-bottom: 25px;
  }

  section #desktop #desktop-img a {
    margin-top: 10px;
  }
  /*--------------------Carousel Headers-------------------*/
  #caro-commercial h1 {
    font-size: 6vw !important;
    text-shadow: 0.5px 0.5px #000099;
  }

  #caro-commercial h1 {
    margin-top: 20px !important;
  }

  #caro-commercial .caro-cards {
    margin-top: -15px !important;
  }

  section #caro-commercial {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  /*--------------------Carousel Headers-------------------*/

  section #other-services h4 {
    font-size: 4.4vw !important;
  }
}

@media (max-width: 475px) {
  section #customers #customers-list {
    padding-left: 23vw !important;
  }

  section #caro-commercial {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}

@media (max-width: 435px) {
  section #customers #customers-list {
    padding-left: 19vw !important;
  }
  #caro-commercial .card {
    border-radius: 0px !important;
  }

  #caro-commercial .card img {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }

  #caro-commercial .card .card-body {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  section #caro-commercial {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}

@media (max-width: 400px) {
  section #customers #customers-list {
    padding-left: 16vw !important;
  }
  section #main #main-title h4 {
    font-size: 11vw;
  }
}

/*------------------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: 20px !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;
}

/*-----------------Other Services-----------------*/
section #other-services img {
  width: 85%;
  border: 1.5px solid black;
  border-radius: 25%;
}

section #other-services h4 {
  font-family: "Open Sans", sans-serif;
  margin-top: 5px;
  font-size: 18px;
  font-weight: bold;
  color: darkblue;
  text-shadow: -0.5px -0.5px 0 lightyellow, 0.5px -0.5px 0 lightyellow,
    -0.5px 0.5px 0 #000099, 0.5px 0.5px 0 #000099 !important;
}

section #other-services a {
  text-decoration: none;
}

section #other-services 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 #other-services a:hover h4 {
  color: black;
  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;
}
