/* Add here all your css styles (customizations) */

.nav1 {
  background-color: #a10f2b;
}

/* Wines */
.wines-container {
  text-align: center;
}

.wine-price {
  margin-left: 40px;
}

.wine {
  padding: 6px;
  margin-bottom: : 30px;
}

.wine h4, h3 {
  color: #ffffff !important;
  font-weight: bold !important;
}

.wine h3 {
  margin-bottom: 0px !important;
}
.wine h4 {
  font-size: 14px;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}

p {}
/* end wines */

.my-custom-label {
  font-family: 'Kaushan Script', cursive;
	color: #FFF;
	font-size: 62px;
	line-height: 62px;
	font-weight: 800;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
  text-transform: capital;
}


.red {
  color: #a10f2b;
}



/* Logo/Brand Text */
.logo-text {
  font-size: 60px;
  font-family: 'Kaushan Script', cursive;
  color: #ffffff !important;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}

.navbar-brand a:hover {
  text-decoration: none;
}



section {
  padding-top: 70px;
}

/* Streetmap */
.map-footer {
  height: 140px !important;
  background-image: url(../csarda_img/Csarda_Streetmap_1.jpg);
  background-position: -20px -160px;
  background-repeat: no-repeat;
  border: 4px solid #fff;
  border-radius: 4px;
}

.footer-v6 {
    padding-bottom: 20px;
  }

  .footer .footer-v6 {
        padding-top: 20px !important;
  }

.footer-v6 i {
      padding-right: 8px;
}

.footer-v6 a{
  color: #ccc !important;
}
  .testimonials-v6 a {
  	color: #ccc !important;
  }

  .testimonials-v6 i {
    padding-right: 8px;
  }
