
@font-face {
  font-family: 'Juliette';
  src: url('font/BP-JulietteEx1-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
    --primary-color: #301728;
}
nav{
    background: var(--primary-color);
}
nav a{
    color:#fff !important;
}
nav button{
    margin:0;    
}
h1 {
  font-family: 'Juliette', serif;
  font-size: 75px;
  color: var(--primary-color);
}
h2 {
  font-family: "EB Garamond", serif;
  font-size: 40px;
  /*color: var(--primary-color);*/
}
h3 {
  font-family: "EB Garamond", serif;
  /*color: var(--primary-color);*/
  font-size: 25px;
}
h4 {
  font-family: "EB Garamond", serif;
  font-size: 40px;
  text-align: center;
  margin: 60px;
}

p {
  font-family: "EB Garamond", serif;
  font-size: 24px;
}

.hero {
  /*background-image: url("sfondo_test_matrimonio.png");*/
  padding: 2%;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--primary-color);
}

.sfondo-colorato {
  background-color: var(--primary-color);
  color:#fff;
}
.sfondo-colorato h2{
    font-family: 'Juliette', serif;
  font-size: 50px;
  line-height: 105px;
  color:#fff;
}

.sfondo-colorato img {
  width: 50%;
  align-items: center;
}

.info h2, .conferma h2, .hotel h2 {
  font-family: 'Juliette', serif;
  font-size: 50px;
  line-height: 105px;
  color: var(--primary-color);
}
.info h3 {
  text-align: center;
  font-weight: bold;
}
.info img {
  width: 50%;
  align-items: center;
}


form
{
  padding: 50px;
  border: solid 1px #a8c7bb;

}

.form-control {
  background-color: transparent;
}
button {
  margin: 20px;
}
.custom-btn {
  width: 130px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
  7px 7px 20px 0px rgba(0,0,0,.1),
  4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
}
.btn-6 {
  background: var(--primary-color);
  line-height: 42px;
  padding: 0;
  border: none;
}

.contatti{
  background: #ebede0;
  padding: 5px;
}


@media screen and (max-width: 600px) {
    nav{
        background: #fff;
    }
    nav a{
        color: var(--primary-color) !important;
    }
    #logo{
        width: 50%;
    }
  h1 {
    font-size: 47px;
  }

  h4 {
    font-size: 31px;
    text-align: center;
    margin: 13px;
  }

  .sfondo-colorato img {
    width: 100%;
  }

  .info img {
    width: 100%;
  }

  .info h2, .conferma h2, .hotel h2, .sfondo-colorato h2{
      font-size: 38px;
      line-height:80px;
  }

}