html, body {
  width: 100vw;
  height: 100vh;
  background-color: #062D3D;
}
main{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.filter{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.row{
  position: relative;
  z-index: 3;
}
.row .col-5{
  text-align: center;
}
#info .col-12{
  text-align: center;
}

img{
  width: 100%;
}

p, a, h1, h3, h4{
  color: white;
  text-decoration: none;
}
a:hover{
  color: white;
}
h2{
  font-style: 20px;
  line-height: 24px;
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
p{
  font-size: 14px;
  line-height: 18px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
}

h1, h3{
  font-family: "sm";
}
h4{
  font-family: "sl";
}


/** FONTS **/
@font-face {
    font-family: sl;
    src: url("../fonts/sl.otf") format("opentype");
}
@font-face {
    font-family: sm;
    src: url("../fonts/sm.otf") format("opentype");
}

/** RESPONSIVE **/
main{
  padding-top: 30px;
}
#info .col-12{
  margin-bottom: 14px;
}
#info .col-12:last-child{
  margin-bottom: 0;
}
#info .c-l {
  display: block;
  text-align: inherit;
}
h1{
  text-align: center;
  font-size: 40px;
  line-height: 46px;
}
h3, h4{
  font-size: 14px;
  line-height: 24px;
}
iframe{
  height: 250px;
}
@media (min-width: 576px) {
}

@media (min-width: 768px) {
  #info .c-l{
    display: inline-block;
    text-align: left;
  }
  h1{
    font-size: 50px;
    line-height: 60px;
  }
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
  h1{
    font-size: 73px;
    line-height: 88px;
  }
}

@media (min-width: 1400px) {

}