/* Typography */
:root {
  --diborange: #FF931E;
  --dibblue: #0B4E90;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Saira", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji" ,"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 600;
}

p {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji" ,"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.headingUnderline {
  margin-bottom: 18px;
  padding-bottom: 6px;
  position: relative;
}

.headingUnderline:after {
  content: "";
  width: 190px;
  background: var(--diborange);
  height: 2px;
  position: absolute;
  bottom: 0;
}

.headingUnderlineLeft {
  text-align: left;
}

.headingUnderlineLeft:after {
  left: 0;
}

.headingUnderlineCenter {
  text-align: center;
}

.headingUnderlineCenter:after {
  left: 50%;
  transform: translateX(-50%);
}


.herotext {
  color: #FFFFFF;
  font-family: "Saira", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji" ,"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 300;
  line-height: 1.8;
  font-size: 21px;
  text-align: center;
}

@media only screen and (min-width: 600px) {
  .herotext {
    font-size: 30px;
    text-align: left;
  }
}

.aboutText {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji" ,"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #FFFFFF;
  padding-top: 1%;
}

.icontext {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji" ,"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  list-style: none;
}

.otherlist {
  list-style: none;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji" ,"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  padding-bottom: 10%;
}

.contactText {
  color: #FFFFFF;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji" ,"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 20px;
  align-items: center;
}

.foot {
  color: #FFFFFF;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji" ,"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 300;
  font-size: 14px;
}

/* Header Image, NavBar */

body, wrapper {
  min-height:100vh;
}

.sticky-top {
  position: fixed;
  width: 100%;
  top: 0;
}

.heroimg {
  background-image: url(../images/backgrounds/hero-background.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.navbar-container {
  /*position: relative;*/
}

.navbar {
  overflow: hidden;
  background-color: #FFFFFF;
  margin: 20px 0;
  box-shadow: 0 3px 9px #00000020;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0;
}

.navbar-brand {
  margin-left: 14px;
}

.navbar-brand img {
  width: 95px;
}

@media only screen and (min-width: 600px) {
  .navbar-brand img {
    width: 118px;
  }
}

.navbar-expand-md .navbar-nav .nav-link, .navbar-expand-md .navbar-nav .nav-link.contact {
  color: #16202F;
  text-align: center;
  text-decoration: none;
  height: 48px;

  padding: 14px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-link, .navbar-expand-md .navbar-nav .nav-link.contact {
    padding: 20px !important;
    height: 68px;
  }
}

.nav-item {
  color: #16202F;
}
.nav-item:hover {
  color: #16202F;
}

.contact {
  background-color: #FF931E;
  color: #FFFFFF !important;
}

.contact:hover  {
  background-color: #FF7117;
  color: #FFFFFF;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-toggler {
  background: #fff;
}

.heroTextContainer {
  padding-top: calc(12% + 105px);
  padding-bottom: 12%;
}

@media only screen and (min-width: 600px) {
  .heroTextContainer {
    padding-top: calc(10% + 105px);
    padding-bottom: 10%;
  }
}

/* About Section */

/*#about {*/
/*  padding-top: 5%;*/
/*  text-decoration: underline;*/
/*  !* padding-bottom:2px;*/
/*  width: 8%; *!*/
/*  display:block;*/
/*  width:100%;*/
/*}*/

/*@media (min-width:  980px) {*/
/*  #about  {*/
/*    padding-left: 13%;*/
/*  }*/
/*}*/

/*#aboutUs {*/
/*  color: #16202F;*/
/*}*/

.aboutTextList {
  padding-left: 18px;
}

.servicesIncluded {
  background-color: #0B4E90;
  color: #FFFFFF;
  padding: 2rem;
}


/* Services Section */

.serviceCard {
  background-color: #ECECEC;
}

.serviceSection {
  background-color: #ECECEC;
}

.icons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin: 0 auto 0.5rem auto;
  width: 96px;
}

@media(min-width: 600px) {
  .icons {
    width: 119px;
  }
}

.iconSection {
  width: 80%;
  padding-left: 20%;
}

.otherHead {
  padding-top: 10%;
}

.otherServices {
  width: 70%;
  padding-left: 30%;
}

/* Footer Section */

#contactimg {
  background-image: url(../images/backgrounds/contact-background.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.contactHead {
  margin-bottom: 1rem;
  color: #FFFFFF;
  border-bottom: 3px solid #FFFFFF;
  padding-bottom: 2px;
  min-width: 190px;
  text-align: center;
}

#foot {
  background-color: #0B4E90;
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1080px;
  }
}

.col-5 {
  flex-basis: 100%;
  flex-grow: 1;
  max-width: 100%;
}

@media(min-width: 600px) {
  .col-5 {
    flex-basis: 0;
    flex-grow: 1;
  }
}

.footer-copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.footer-copyright img {
  margin-bottom: 1rem;
}

@media(min-width: 600px) {
  .footer-copyright img {
    margin-bottom: 0;
    margin-right: 1rem;
  }
}

@media(min-width: 600px) {
  .footer-copyright {
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }
}

.footer-copyright p {
  margin: 0;
}

.section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media(min-width: 600px) {
  .section {
    padding-top: 6%;
    padding-bottom: 6%;
  }

}
