@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-Font/Gotham-Light.otf') format('opentype');
}

body {
    font-family: Gotham, Arial, sans-serif !important;
    font-size: 16px;
    line-height: 20px;
    color: black !important;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    padding: 0;
    margin: 0;
}

.lead {
    font-size: 14px !important;
}

.img-height {
    height: 300px !important;
    /*height: 500px !important;*/
}

.content-grid .lead-block {
    padding: 40px 20px !important;
}

.content-grid .img-block {
    background-position: top center !important;
}

.bg-img {
    background-image: url('../images/banner.jpg') !important;
}

.blog .post-info .date {
    background: black !important;
}

.text-underline {
    text-decoration: underline !important;
}

.text-nav:hover {
    color: #CFA774 !important;
}

.btn-black {
    background-color: #1F1E21 !important;
}

.btn.btn-black {
    border: none !important;
}

.btn.btn-nav.btn-black {
    border: none !important;
    border: 1px solid white !important;
}

.btn.btn-black:hover {
    background-color: white !important;
    color: #CFA774 !important;
}

.btn.btn-nav.btn-black:hover {
    background-color: white !important;
    color: #CFA774 !important;
    border: 1px solid #CFA774 !important;
}

.text-black {
    color: black !important;
}

.top {
    background: #CFA774 url(../images/top-arrow.svg) no-repeat center 50%;
    color: white !important;
}

#hero-carousel {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1 !important;
}

#hero-carousel .carousel-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

#hero-carousel .carousel-inner .item {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top;
}

h2,
.h2 {
    font-weight: 700;
    font-size: 34px;
    line-height: 34px;
}

h3,
.h3 {
    font-weight: 400;
    font-size: 30px;
    line-height: 32px;
}

.nav_item_custom {
    font-weight: 600 !important;
    font-size: 15px !important;
    text-transform: none !important;
}

p,
li {
    font-size: 14px !important;
    line-height: 16px !important;
}

/* Style Bolit */
.wrapper-counter {
    display: flex;
    flex-direction: column;
    height: 150px;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

#amountCounter {
    color: red;
    font-size: 65px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 20px;
}

/*Hide Close button popup google map*/
.gm-ui-hover-effect {
    display: none !important;
}

/*Style col Promise*/
.promise-col {
    padding-left: 30px;
    padding-right: 30px;
}
