*,
*:before,
*:after {
  box-sizing: border-box;
  margin:0;
  padding: 0;
}

.clearfix:after,
.container:after {
  content: "";
  display: block;
  clear: both;
}

a {
  color: #6d4f47;
  font-weight: bold;
}

a:hover,
a:focus {
  text-decoration: none;
}

img {
  max-width: 100%; 
  display: block;
}

:root {
    font-size: 16px;
}

body {
  font-family:'Montserrat', sans-serif;
  color: #6d4f47;
  background-image: url(https://torredelnera.it/wp-content/uploads/2021/03/texture-ristorante.png);
  background-position: left-top;
  background-repeat: no-repeat;
}

h1 {
  font-family:'Cormorant Garamond', sans-serif;
  text-transform: uppercase;
  font-size:1.6rem;
  font-weight:500;
  margin-bottom: 10px;
}
h2 {
  font-family:'Cormorant Garamond', sans-serif;
  font-size:1.3rem; 
  font-weight:500;
  color:#278276;
  font-style: italic;
  margin-bottom: 10px;
}

h3 {
  line-height: 1.4;
}

p {
  font-size:1rem;
  line-height: 1.5;
  padding: 5px 0;
}

#wrapper {
  position: relative;  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

header {
  margin: 30px 0 0;
}

.head-top {
  width: 100%;
}

.head-top img {
  width: 65%;
  margin: 0 auto;
}

.crumbs {
  padding-bottom: 20px;
  font-size: 0.8rem;
}

.section {
  padding: 15px 0 0;
}

.content {
  position:relative;
  margin: 0; 
  padding:20px;
  /*background-color: #fcc;*/
}

.content .headings  {
  padding-bottom: 15px;
  margin-bottom:30px; 
  border-bottom: 1px solid #d2cdc7;
  /*background-color: red; */
}

.content .text {
  margin-bottom:50px; 
} 

.footer   {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width:100%;  
  margin: 0 auto 2em; 
  font-size:0.7rem;
  color:rgba(0,0,0,0.5); 
  padding-top:2em; 
  line-height: 1.4;
  text-align: center; 
  border-top: 1px solid #d2cdc7;
}

.footer a.credits {
  font-size: .6rem;
}

.btn-call{ 
  margin: 20px 0;
  padding: 10px 0;
}
.btn-call a { 
  border-radius:5px; 
  color:#ffffff; 
  background-color:#006f62;
  /*background-color:#ed2790;*/
  font-weight:400; 
  text-shadow:none; 
  padding: 14px 30px; 
  font-size:.9rem;
}
.btn-call a { 
  color:#ffffff; 
  background-color:#006f62;
  text-decoration: none;
}
.btn-call a:hover { 
  color: #000; 
  background-color: #fff; 
  font-weight: 400; 
  box-shadow: 1px 1px 10px rgba(0,0,0,.2);
}

/* video youtube */

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 0; /*25px*/
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

  .footer a.credits {
    margin-top: 20px;
    display: block;
  }

/*MEDIA QUERY*/

@media (min-width: 768px) {
  :root {
    font-size: 17px;
  }
  header {
    margin: 30px 0 10px;
  }
  .head-top img {
    width: 40%;
  }
  .container {
    max-width: 1366px;
    padding: 0 15px;
    margin: 0 auto;    
  }

}

@media (min-width: 1024px) {
  :root {
    font-size: 18px;
  }
  h1 {
    font-size: 2rem;
  } 
  h2 {
    font-size: 1.6rem;
  } 
  .head-top img {
    max-width: 360px;
  }
}

@media (min-width: 1280px) {
  .footer {
    flex-direction: row;
  }
  .footer a.credits {
    display: inline;
  }
}

@media (min-width: 1441px)    {
  :root {
    font-size: 18px;
  }s
  h1 {
    font-size: 2rem;
  } 
  h2 {
    font-size: 1.6rem;
  } 
  .head-top img {
    max-width: 400px;
  }
}

/* END MEDIA QUERY */