.background {
    background-image: url('../images/meander-feribot.jpg') ; /* width: 1800px; height: 1012px; */
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


@font-face {
  font-family: 'Questrial';
  font-style: normal;
  font-weight: 400;
  src: local('Questrial Regular'), local('Questrial-Regular'),
    url(https://fonts.gstatic.com/s/Questrial/v12/FwZY7-Qmy14u9lezJ-6H6MmBp0u-.woff2)
      format('woff2');
  font-display: swap;
}

.h1 {
    font-size: 24px;
}

.h2 {
    font-size: 20px;
}

.screen-height {
    height: 700px;
}




/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 

    .screen-height {
        height: 700px;
    }


}


 




/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 

.screen-height {
    height: 700px;
}

}




/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 


.screen-height {
    height: 700px;
}

}






/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 

.screen-height {
    height: 700px;
}

}






/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { 

.screen-height {
    height: 800px;
}

}