/* default values */
html, 
body{
  height: 100%;
  width: 100%;
  padding: 0px;
  margin:0px;
  overflow-x: hidden; 
  color: white;
  font-family: 'Montserrat', sans-serif;
}
body {
  background: url('../img/bg-laura-cavazzani-ok.jpg') no-repeat top center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
  font-family: 'Montserrat', sans-serif;
}
* { 
  margin:0; 
  padding:0;
  box-sizing:border-box; 
  border: 0; 
}
a, 
a:hover {
  text-decoration: none;
}
:root {
  --orange: #BD4E47;
}
*:focus {
  outline:none !important; 
  box-shadow: none !important;
}
p {
  font-size: 15px !important;
  line-height: 20px;
  font-weight: 300;
}
h1 {
  font-size: 50px;
  font-weight: 900; 
  color: white;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
h3 {
  font-size: 20px;
  font-weight: 700; 
  color: white;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

/* buttons */

.btn {
  border-radius: 32px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  -o-border-radius: 32px;
  font-weight: 400 !important;
  padding: 12px 20px 12px 20px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
  .btn-white {
    color: var(--orange);
    border: 2px solid white;
    background-color: white;
  }
    .btn-white:hover {
      color: var(--orange);
      border: 2px solid #EAEAEA;
      background-color: #EAEAEA;
    }
  .btn-white-line {
    color: white;
    border: 2px solid white;
    padding: 10px 15px 10px 15px;
    font-size: 13px;
    letter-spacing: 1.2px;
  }
    .btn-white-line:hover {
      color: white;
      border: 2px solid var(--orange);
      background-color: var(--orange);
    }
  

/* css custom */

.extern {
  display: flex;
  justify-content: center;
  align-items: center;
}

.centerDiv {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.logo_ {
  max-width: 150px;
}
.letter {
  max-width: 295px;
}
.ic {
  max-width: 20px;
  margin-top: -3px;
}

/* media queries */

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
  .logo_ {
    max-width: 100px;
  }
  h1 {
    font-size: 30px;
  }
  h3 {
    font-size: 12px;
    font-weight: 700; 
  }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) { 
  
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) { 

}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) { 
  
}

/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) { 
  
}

@media (min-width: 1800px) { 
  .logo_ {
    min-width: 250px;
  }
  .letter {
    max-width: 350px;
  }
  h1 {
    font-size: 70px;
  }
  h3 {
    font-size: 30px;
  }
}
