@import url("https://fonts.googleapis.com/css?family=Karla:400,700&display=swap");

body{
  font-family: "Karla", sans-serif;
  background-color: #FFF;
  min-height: 100%; 
}
.btn-custom{
  border-color: #153A2C !important;
  color: #153A2C !important;
  box-shadow: none !important;
  outline: none !important;
}

.btn-custom:hover,
.btn-custom:focus{
  background-color: #153A2C !important;
  border-color: #153A2C !important;
  color: #FFF !important;
  box-shadow: none !important;
  outline: none !important;
}
.logo{
  width: 345px; 
  height: 138px;
  background-image: url("../images/logo.svg");
  background-size: cover;
  text-align: center;
}
.div-btn{
  width: 120px;
  height: 75px;
  
  margin-left: auto;
  margin-right: auto;
}
.btn-radius{
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin-right: 20px;
  background-color: #BE9F56;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  float: left;
}
.btn-radius2{
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #BE9F56;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  float: right;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
.sizelg{
  font-size: 2.60rem !important;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1) !important;
}
/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 2rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 22rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}
.ci-01{
  background-image: url("../images/banner_c_1.png");
  background-size: cover;
}
.ci-02{
  background-image: url("../images/banner_c_2.png");
  background-size: cover;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


::-webkit-scrollbar-track {
  background-color: #DDDEDF;
}
::-webkit-scrollbar {
  width: 7.5px;
}
::-webkit-scrollbar-thumb {
  background: #666;
}


.modal-img{
  display: block;
  visibility: visible;
}
.modal-img-mobile{
  display: none;
  visibility: hidden;
}


/* RESPONSIVE CSS
-------------------------------------------------- */
@media only screen and (max-width: 767px) {
  .logo{
    width: 200px; 
    height: 80px;
  }
  .sizelg{
    font-size: 1.80rem !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1) !important;
  }
  .ci-01{
    background-image: url("../images/banner_c_1_m.png");
    background-size: cover;
  }
  .ci-02{
    background-image: url("../images/banner_c_2_m.png");
    background-size: cover;
  }
  .modal-img{
    display: none;
    visibility: hidden;
  }
  .modal-img-mobile{
    display: block;
    visibility: visible;
  }
}