/* CSS files add styling rules to your content */

@font-face { font-family: HKGrotesk; src: url('assets/hk-grotesk.regular.ttf') ; } 
@font-face { font-family: HKGrotesk; font-weight: bold; src: url('assets/hk-grotesk.bold.ttf');}
@font-face { font-family: HKGrotesk; font-style: italic; src: url('assets/hk-grotesk.italic.ttf') ;}
@font-face { font-family: HKGroteskLight; src: url('assets/hk-grotesk.light.ttf') ;}



body {
  font-family: "HKGrotesk",  sans-serif;
  margin: 2em;
}

h1 {
  font-style: italic;
  font-size:3em;
  color: #E91D0E;
}
h2 {
  font-style: italic;
  color: #0052A5;
}

.lor_link {
color: #0052A5;
}
.lor_link:hover {
color: #E91D0E;
}

.lorem {
  font-family: "HKGroteskLight",  sans-serif;
  font-size:3em;
  line-height: 1;
  z-index:-100;
  position:relative;
  opacity:0.03;
  
}
.lan {
 position:absolute;
  top:80px;
}

.descrizione {
  position:absolute;
  font-size:20px;
  top:120px;
}
.lan2 {
 position:absolute;
  top:280px;
  margin-top:80px;
}

.descrizione2 {
  position:absolute;
  font-size:20px;
  top:320px;
    margin-top:80px;

}



.fa {
    padding-right: 30px;
    font-size: 20px;
    width: 30px;
    text-align: center;
    text-decoration: none;
  color: #0052A5;
}

/* Add a hover effect if you want */
.fa:hover {
    opacity: 0.7;
  color: #E91D0E;
}

/* Set a specific color for each brand */
@media screen and (max-width: 560px)  {
  
  .lan{
  position:static;
  
  }
  .lan2 {
    position:static;
  }
  .descrizione{
  position:static;
  }
  .descrizione2 {
  position:static;
  }

}


@media screen and (max-width:560px){
  body {
  margin:1em;
  }
  .container{
    padding:0;
  }
  .lorem{
    display:none;
  }
  .descrizione{
    top:0;
    position:static;
}
  .lan {
  margin-top:20px;
    position: static;
  }
}
.footer-container {
  position: fixed;
bottom: 0;
background: white;
width: 100vw;
font-size: 12px;
}


@media screen and (max-width:992px){
  .descrizione {
  top:160px;
}
  .lan{
  top:120px;
  }
  .descrizione2{
  top:600px;
  }
  .lan2 {
  top:560px;
  }
  .disappear {
    display: none;
  }

  

  
}

@media (min-width: 590px) and (max-width:1200px){
  .lorem{
  font-size:2em;
  }

}