/*
 * Version: 2.1
 * File Description: Place here your custom CSS styles
 */


h1,
h2,
h3,
h5,
h6 {
  color: black;
  line-height: 1.2;
  letter-spacing: 0.0225em;
}

h4 {
  color: black;
  line-height: 1.4;
  letter-spacing: 0.0225em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: black;
  letter-spacing: 0.0225em;
}


p.large {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.0225em;
    margin-bottom: 30px;
}

.anchor{
  display: block;
  height: 87px; /*same height as header*/
  margin-top: -87px; /*same height as header*/
  visibility: hidden;
}

.header .navbar-nav li .nav-link {
  color: #333333;
  font-size: 16px;
  font-weight:600;
  padding: 28px 15px 27px 15px;
  z-index: 102;
  border: none;
  border-bottom: 1px solid transparent;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.main-container {
    padding: 30px 0;
}

.mt-2, .my-2 {
    margin-top: 1.5rem !important;
}

.banner.light-translucent-bg, .banner.dark-translucent-bg, .banner.default-translucent-bg {
    padding-top: 60px;
    padding-bottom: 20px;
}

.dark-translucent-bg:after {
    background-color: rgba(0, 0, 0, 0);
}

.background-img-1 {
    background: url(../images/background_1.jpg) 50% 0px no-repeat;
}

.light-translucent-bg {
    color: #333333;
    border-bottom: 0px solid #dadada;
    border-top: 0px solid #dadada;
}

.default-translucent-bg:after {
    background-color: #75bc20a3;
}

.default-translucent-bg, .default-translucent-bg h1, .default-translucent-bg h2, .default-translucent-bg h3, .default-translucent-bg h4, .default-translucent-bg h5, .default-translucent-bg h6 {
    color: #002856;
}

.icon.default-bg {
    background-color: #5d9619a8;
}

.icon.small {
    font-size: 22px;
    width: 45px;
    height: 45px;
    line-height: 43px;
}

.icon {
    border-radius: 0px;
}

ul {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.0225em;
    margin-bottom: 30px;
}

.image-box .body {
    padding: 20px;
}

.dark-bg {
    background-color: #002856;
    color: #cdcdcd;
}