/*

Light blue/Logo blue
#00b0f0

Darker light blue (PRIMARY)
#00a4f0

Dark blue
#0262bb

Dark Grey
#343a40

*/


.navbar .navbar-brand img {
  height: 3.5rem;
}
ul.navbar-nav li {
  text-transform: uppercase;
}




.page-section#contact {
      padding: 12rem 0;
}


.blackLabel {
  background: #000;
  padding: 3px 8px;
  color: #fff;
  display: inline-block ;
  margin-left: auto;
  margin-right: auto;
  margin-bottom:10px;
    font-family: "Barlow", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    font-weight: 500;
    font-size: 1.2rem;

}

/* OVERWRITES */



section#contact {

    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 09) 100%), url("../images/contact9.jpg");
  background-position: top;
  background-size: cover;

}


.pb-3, .py-3 {
  padding-bottom: 0.5rem !important;
}
.pt-3, .py-3 {
  padding-top: 0.5rem !important;
}



p strong {
  font-weight: 600 !important;
}



/*CONTACT FORM*/

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #00a4f0;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #0262bb;
}


/*INNER MASTHEADS*/


.aboutHead {
background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(92, 77, 66, 0.5) 100%), url("../images/about.jpg") !important;
}

.portfolioHead {
background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(92, 77, 66, 0.5) 100%), url("../images/portfolio.jpg") !important;
}

.servicesHead {
background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(92, 77, 66, 0.5) 100%), url("../images/services.jpg") !important;
}


.contactHead {
background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(92, 77, 66, 0.5) 100%), url("../images/contact2.jpg") !important;
}
