body {
  font-family: 'Playfair Display', serif;
  background-image: url(../img/weddingphotos-bg1.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  color: #605e5d;
  line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Playfair Display', serif;
  color: #000;
}

ul {
  margin: 0;
  padding: 0;
}

a {
  transition: all .3s;
}

img {
  max-width: 100%;
}

.navbar {
  position: relative;
  top: 15px;
  padding: 0 30px;
}

.navbar .logo img {
  max-width: 172px;
}

.navbar li {
  margin-left: 20px;
}

.navbar a {
  color: #1b2024;
  font-size: 18px;
  position: relative;
  font-weight: 600;
  font-family: 'Playfair Display', serif;
}

.navbar li a.active {
  color: #dab656;
}

.navbar li a:hover {
  color: #dab656;
}

a.buton {
  color: #fff;
  font-size: 18px;
  background: #000;
  padding: 15px 25px;
  margin-top: 20px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}

a.buton:hover {
  background: #dab656;
  color: #fff;
}

.main {
  padding: 5px 0 75px;
}

.top-100margin {
  margin-top: 100px;
}

footer {
  background-image: url(../img/weddingphotos-bg-footer.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-attachment: initial;
  text-align: center;
  padding: 0 0 100px;
}

.newsletter h3 {
  margin: 10px 0;
}

.logo-footer img {
  max-width: 75px;
}

.logo-footer {
  margin: 50px 0 20px;
}

.social-icons {
  text-align: center;
  margin: 20px 0;
}

.social-icons li {
  list-style-type: none;
  margin: 0 5px;
  display: inline-block;
}

.social-icons i {
  color: #000;
  font-size: 21px;
}

.social-icons a:hover i {
  color: #dab656;
}

.hero {
  margin-top: 50px;
}

.subtitle {
  text-align: center;
  margin: 50px 0;
}

.subtitle h2 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 900;
  letter-spacing: 0px;
}

.subtitle p {
  font-family: 'Playfair Display', serif;
  margin-top: 40px;
}

.subtitle img {
  margin: 15px 0;
}

.produse {
  text-align: center;
  margin-bottom: 50px;
}

.produse h3 {
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
  letter-spacing: 0px;
  margin-top: 30px;
}

.testimonial {
  text-align: center;
}

.testimonial p {
  font-size: 20px;
  font-family: 'Playfair Display', serif;
}

.testimonial img {
  margin-bottom: 30px;
  width: 85px!important;
  display: inline-block!important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #dab656!important;
}

.bannere {
  margin: 85px 0 0;
}

.bannere img {
  margin: 10px 0;
}

.newsletter {
  margin: 50px 0;
}

.newsletter input {
  padding: 10px 20px;
  border: none;
  border: 1px solid #E0E0E0;
}

.newsletter input[type=submit] {
  background-color: #000;
  border: none;
  color: white;
  padding: 10px 32px;
  text-decoration: none;
  cursor: pointer;
}

.newsletter input[type=submit]:hover {
  background-color: #dab656;
}

.description h2 {
  margin-bottom: 30px;
}

.serviciu {
  padding-left: 90px;
  margin: 20px 0;
}

.serviciu img {
  position: absolute;
  left: 0;
}

.flower-divider {
  background: url(../img/home-graphic-2.png);
  background-repeat: repeat-x;
  height: 50px;
  width: 300px;
  margin: 100px auto;
}

.contact-info input,
.contact-info textarea {
  width: 100%;
  margin: 5px 0;
  padding: 10px 20px;
  border: 1px solid #E0E0E0;
}

.contact-info input[type=submit] {
  background-color: #000;
  border: none;
  color: white;
  padding: 10px 32px;
  text-decoration: none;
  cursor: pointer;
}

.contact-info input[type=submit]:hover {
  background-color: #dab656;
}


/*responsive*/

@media (max-width: 767px) {
  .navbar {
    padding: 0 15px;
  }
  .navbar-nav {
    background: #fff;
    margin-top: 20px;
    padding: 20px 0;
  }
  .navbar a {
    color: #000;
  }
  .navbar li a.active:before {
    display: none!important;
  }
  .navbar .logo img {
    max-width: 86px;
  }
  footer {
    text-align: center;
    padding: 50px 0 70px;
  }
  .main {
    padding: 10px 0;
  }
  .newsletter input {
    width: 100%;
    margin: 5px 0;
  }
}