body{
  font-family: 'Open Sans', sans-serif;
}
.navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 10px;
    font-weight: 600;
    font-size: 16px;
}
@media (min-width: 992px){
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.navbar-light.bg-light{
  background-color: #C5C5C5 !important;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,1);
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgba(31,84,53,1);
}
.css3-shadow, .css3-gradient1, .css3-gradient2 {
    position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.css3-gradient1:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 100%;
    bottom: 0;
    width: 100%;
    height: 30px;
    left: 0%;
    right: 0%;
    background: -webkit-radial-gradient(50% -3%, ellipse cover, rgba(00, 00, 00, 0.5), rgba(97, 97, 97, 0.0) 40%);
    background: radial-gradient(ellipse at 50% -20%, rgba(00, 00, 00, 0.5), rgba(97, 97, 97, 0) 50%);
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: auto;
    left: 15%;
    top: calc(50% - 150px);
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #000;
    text-align: left;
}
.carousel-caption h1{
  font-family: 'Oswald', sans-serif;
  font-size: 90px;
}
.small-line{
  width: 200px;
  float: left;
}
.hard-line{
  width: 250px;
  height: 3px;
  background-color: #C59155;
}
.carousel-caption p {
    width: 40%;
}
.sliv-header{
  color: #C59155;
  font-size: 30px;
  font-weight: bold;
}
.hr-bt{position: relative; margin-bottom: 20px;}
.hr-bt::after{
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0px;
  width: 60px;
  height: 1px;
  background-color: #606060;
}
.text-right .hr-bt::after{left: auto; right: 0px;}
p.big-title{
  font-size: 44px;
  color: #606060;
  font-weight: bold;
}
.bg-gray{
  background-color: #CDCDCD;
}
.renkli-bardaklar img{
  transition: 300ms transform;
}
.renkli-bardaklar img:hover{
  transform: scale(1.13);
}

footer p, footer a{
  font-weight: bold;
  color: #111;
}

footer .nav-link {
    display: block;
    padding: .4rem 1rem;
}
footer .nav {
    border-right: solid 3px #C59155;
    width: 80%;
}
.bg-black{background-color: #000; color: #fffd}

.product-name, .page-title{
  font-size: 60px;
  color: #606060;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
}

@media only screen and (max-width: 720px) {
  .navbar-nav {
    border-top: solid 1px #aaa;
    margin-top: 8px;
    padding-top: 5px;
  }
  .mob-center-text{text-align: center !important;}
  footer .nav {
    border-right: solid 0px #C59155;
    width: 100%;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: solid 3px #C59155;
  }
  p.big-title {
    font-size: 26px;
  }
  .product-name, .page-title {
    font-size: 40px;
  }
  .logo{
    width: 100px !important;
  }
  .alt-logo{
    width: 180px !important;
  }
  footer.pt-5{padding-top: 20px !important;}
}