@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;700&display=swap");

@font-face {
  font-family: egyptienneRegular;
  src: url(../fonts/Egyptienne-Regular.otf);
}
@font-face {
  font-family: urbanoRegular;
  src: url(../fonts/Urbano-Regular.otf);
}
@font-face {
  font-family: egyptienne-light;
  src: url(../fonts/Egyptienne-Light.otf);
}
@font-face {
  font-family: urbanoLight;
  src: url(../fonts/Urbano-Light.otf);
}
html body {
  font-family: 'Arial' ;
}

input[type="checkbox"]{
  border: 1px #D0D0CE;
}
/* @media (max-width: 978px) {
  .col-list {
    margin: 0px;
    padding-left: 0px;
  }
} */

.dom-logo {
  max-width: 15%;
  margin: 25px;
}

.dom-logo img {
  width: 150px;
}

.footer-logo {
  align-content: flex-start;
}

.header-bg {
  background-color: #555555;
  max-width: 100%;
}

.contractor-img {
  width: 400px;
}

/* .nav-link {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
} */
.main-nav-links {
  color: #ffffff;
  font-family: urbanoRegular, "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
}

.nav-link.active {
  color: #ffffff;
  border-bottom: 2px solid;
  padding-bottom: 6px;
}
.navbar-toggler {
  color: #ffffff;
}

.nav-item {
  padding: 10px;
  line-height: 1.8rem;
}

@media (max-width: 768px) {
  nav-item {
    padding: 10px;
    line-height: 2.4rem;
  }
  .signup-form h2 {
    margin: 0 0 15px;
    position: relative;
    text-align: center;
    font-family:  'Arial';
    font-weight: bold;
    font-size: 32px;
    line-height: 2.4rem;
    color: #000000;
  }
}


.body-text{
  font-family: 'Arial';
  font-size: 16px;
  line-height: 1.5rem;
  color: #000000 !important;
}

.checkbox-text{
  font-family: 'Arial';
  font-size: 14px;
  line-height: 16px;
  color: #000000 !important;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
  font-size: 12px;
  text-transform: uppercase;
  padding: 17px 29px 16px;
  line-height: 1;
  background-color: #ececec;
  color: rgba(0, 0, 0, 0.6);
  margin: 0.5rem;
  /* font-family: urbanoRegular, "Roboto", sans-serif; */
  font-size: 16px;
}

.nav-pills .nav-link.active {
  background-color: #135ba6 !important;
}

/* .col-list {
  width: 100%;
  padding-left: 100px;
} */

/* link hover styles */
a.middle {
  position: relative;
  color: #ffffff;
}

a.middle:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.4s ease-in-out;
}

a.middle:hover:before {
  visibility: visible;
  transform: scaleX(1);
  color: #ffffff;
}
/* link hover styles END */

.border-right {
  border-right: solid white 2px;
}

.btm-border-ylw {
  top: 210px;
  left: 0.5px;
  max-width: 100%;
  height: 0px;
  border: 3px solid #fedb00;
  opacity: 1;
}
.hero-img {
  background-image: url(../img/hero-1920x400-dark2.png);
  background-size: cover;
}
.contact-hero-img {
  background-image: url(../img/contact-hero-overlay.png);
  background-size: cover;
}

/* .form-bg {
} */

p {
  font-family: urbanoLight, "Roboto", sans-serif;
  font-size: 16px;
}

h1 {
  font-family:  'Arial';
  font-weight: bold;
  color: #000000;
}
.drop-shadow {
  text-shadow: 2px 2px 4px rgb(66, 66, 66);
}

h2 {
  font-family: 'Arial';
  font-weight: bold;
  color: #000000;
}
h3 {
  font-family: Egyptienne-Light, "Roboto", sans-serif;
  font-size: 22px;
}

h4 {
  font-family: urbanoLight, "Roboto", sans-serif;
  font-size: 18px;
}

.p-shadow {
  text-shadow: 2px 2px 4px #000000;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px; /* Margin bottom by footer height */
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
  background-color: #555555;
  color: #ffffff;
  font-family: urbanoLight, "Roboto", sans-serif;
}

/*-------------------------------------------------- */

/* BUTTON STYLES */
.button {
  width: 250px;
  height: 50px;
  margin-top: 25px;
  background: #135ba6;
  border: none;
  font-family: urbanoLight, "Roboto", sans-serif;
  color: #ffffff;
}
.button:hover {
  transition-duration: 0.3s;
  background: #0f4075;
}

.btn {
  width: 250px;
  height: 50px;
  margin-top: 25px;
  background: #FFB81C;
  border: none;
  font-family: "Arial";
  font-weight: bold;
  color: #000000;
  min-width: 180px;
  min-height: 36px;
}
.btn:hover {
  transition-duration: 0.3s;
  background: #555555;
  color: #ffffff;
}

input::placeholder {
  color: #000000 !important;
  font-size: 16px  !important;
  font-family: 'Arial Regular' !important;
}

textarea::placeholder {
  color: #000000 !important;
  font-size: 16px  !important;
  font-family: 'Arial Regular' !important;
}
/*-------------------------------------------------- */

/* ICON STYLES */
.benefits-icons {
  width: 100px;
  height: 100px;
  margin: 10px;
}

/*-------------------------------------------------- */

/* REGISTRATION FORM STYLES */
.form-control {
  height: 40px;
  box-shadow: none;
  color: #4e4e4e;
}
.form-control:focus {
  border-color: #135ba6;
}
.form-control,
.btn {
  border-radius: 2px;
}
.signup-form {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
  padding-right: 10px;
  font-size: 15px;
}
.signup-form h2 {
  margin: 0 0 15px;
  position: relative;
  text-align: center;
  font-family:  'Arial';
  font-weight: bold;
  font-size: 32px;
  line-height: 1.8rem;
  color: #000000;
}
/* .signup-form h2:before,
.signup-form h2:after {
  content: "";
  height: 2px;
  width: 30%;
  background: #d4d4d4;
  position: absolute;
  top: 50%;
  z-index: 2;
} */
.signup-form h2:before {
  left: 0;
}
.signup-form h2:after {
  right: 0;
}
.signup-form .hint-text {
  color: #999;
  margin-bottom: 30px;
  text-align: center;
}
.signup-form form {
  color: #999;
  border-radius: 3px;
  margin-bottom: 15px;
  background: #D0D0CE;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  padding: 30px;
}
.signup-form .form-group {
  margin-bottom: 20px;
}
.signup-form input[type="checkbox"] {
  margin-top: 3px;
}
.signup-form .btn {
  font-size: 16px;
  font-weight: bold;
  min-width: 180px;
  outline: none !important;
}
.signup-form .row div:first-child {
  padding-right: 10px;
}
.signup-form .row div:last-child {
  padding-left: 10px;
}
.signup-form a {
  color: #fff;
  text-decoration: underline;
}
.signup-form a:hover {
  text-decoration: none;
}
.signup-form form a {
  color: #5cb85c;
  text-decoration: none;
}
.signup-form form a:hover {
  text-decoration: underline;
}

.form-label {
  font-family: urbanoRegular, "Roboto", sans-serif;
}
