body {
  padding-top: 100px;
}
.backgr {
  background: #e9ecef;
}

ul {
  list-style-type: none;
}

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 500;
}

.navbar .dropdown-menu {
  overflow: auto;
}

.navbar .nav-link {
  font-size: 18px;
  text-transform: uppercase;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.navbar .nav-link.btn {
  margin-left: 1rem !important;
  margin-top: 1rem !important;
}

.active.btn {
  border: 0.25rem solid #fff !important;
}

#ourServicesBorder .container {
  border: 5px solid #0275d8 !important;
}

#blueBorder {
  border: 4px solid #0275d8 !important;
}

.btn-outline-primary {
  border: 4px solid #0275d8;
}

.card-img {
  width: 100%;
  height: 20vh;
  object-fit: contain;
}

i.fas {
  color: #fff;
  background: #0275d8;
  padding: 5px;
  border-radius: 5px;
}

#roundedDivider {
  border-top: 2px solid #bbb;
  border-radius: 3px;
}

#roundedDividerBottom {
  border-top: 2px solid #bbb;
  border-radius: 3px;
}

#serviceHeader {
  min-height: auto;
}

#myBuilder {
  max-width: 33px;
  min-height: auto;
  background: #0275d8;
}

#yell {
  max-width: 33px;
  min-height: auto;
  background: #0275d8;
}

.fa-circle {
  color: #0275d8;
}

#mapcanvas {
  border-top: 30px solid #000;
  border-bottom: 30px solid #000;
  border-left: 15px solid #000;
  border-right: 15px solid #000;
  border-radius: 25px;
}

/* Responsive Cards Tanking*/

.tnkcrdimg1 {
  border: none;
  background-image: url(../img/Tanking-before.jpg);
  background-size: cover;
  background-position: center;
}

.tnkcrdimg2 {
  border: none;
  background-image: url(../img/Tanking-during.jpg);
  background-size: cover;
  background-position: center;
}

.tnkcrdimg3 {
  border: none;
  background-image: url(../img/Tanking-after.jpg);
  background-size: cover;
  background-position: center;
}

.tnkcb1,
.tnkcb2,
.tnkcb3 {
  background: #fff;
  opacity: 0;
  transition-duration: 1.5s;
}

.tnkcb1:hover,
.tnkcb2:hover,
.tnkcb3:hover {
  opacity: 1;
  background: #0275d8;
}

/* Responsive Cards Rising Damp*/

.rdcrdimg1 {
  border: none;
  background-image: url(../img/rdamp-hallway-before.jpg);
  background-size: cover;
  background-position: center;
}

.rdcrdimg2 {
  border: none;
  background-image: url(../img/rdamp-Hallway-during-1.jpg);
  background-size: cover;
  background-position: center;
}

.rdcrdimg3 {
  border: none;
  background-image: url(../img/r-damp-Hallway-after.jpg);
  background-size: cover;
  background-position: center;
}

.rdcb1,
.rdcb2,
.rdcb3 {
  background: #fff;
  opacity: 0;
  transition-duration: 1.5s;
}

.rdcb1:hover,
.rdcb2:hover,
.rdcb3:hover {
  opacity: 1;
  background: #0275d8;
}

#crdhr {
  border-bottom: 2px solid lightgray;
}

/* Contact form */

.form-invaid {
  outline: 2px solid red !important;
}

/* about page facebook ipad */
