@font-face {
    font-family: 'FuturaNewBook-Reg';
    src: url('../fonts/FuturaNewBook-Reg.eot');
    src: url("../fonts/FuturaNewBook-Reg.otf") format("opentype");
    src: url('../fonts/FuturaNewBook-Reg.ttf') format('truetype');
    src: url('../fonts/FuturaNewBook-Reg.eot?#iefix') format('embedded-opentype'),
         url('../fonts/FuturaNewBook-Reg.svg#FuturaNewBook-Reg') format('svg'),
         url('../fonts/FuturaNewBook-Reg.woff') format('woff'),
         url('../fonts/FuturaNewBook-Reg.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'BodoniBE-LightItalicOsF';
    src: url('../fonts/BodoniBE-LightItalicOsF.svg#BodoniBE-LightItalicOsF') format('svg'),
         url('../fonts/BodoniBE-LightItalicOsF.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'BodoniBEItalic';
    src: url('../fonts/BodoniBEItalic.eot');
    src: url('../fonts/BodoniBEItalic.ttf') format('truetype');
    src: url('../fonts/BodoniBEItalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BodoniBEItalic.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
  }

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

header, nav, main, footer, article, section, aside {
display:block;
text-align: center;
}

.fullscreen-image {
background: url("../images/BahaMar_HeroDrone.jpg") no-repeat;
height: 100vh;
background-position: center;
background-size: cover;
display: flex;
flex-direction: column;
align-items: center;
color: #616161;
font-family: 'BodoniBEItalic';
position: relative;
}

#header {
width: 100%;
height: 60px;
background: #00A1B0;
text-align: center;
}

#header img {
display: block;
width: 190px;
margin: 10px auto 0;
}

.landing-h1 {
font-style: italic;
font-weight: normal;
font-size: 55px;
line-height: 66px;
margin-top: 30px;
}

.landing-h1,
.landing-p {
padding-left: 20px;
padding-right: 20px;
text-align: center;
}

.landing-p {
margin-top: 20px;
font-family: 'FuturaNewBook-Reg';
font-style: normal;
font-weight: normal;
font-size: 24px;
line-height: 29px;
text-align: center;
letter-spacing: 0.03em;
max-width: 988px;
}

a.btn, .comingup {
display: inline-block;
vertical-align: middle;
margin: 0;
padding: 7px 40px;
border: 2px solid #00A1B0;
border-radius: 0;
background: #fff;
margin-bottom: 20px;
-webkit-appearance: none;
line-height: 1;
text-align: center;
cursor: pointer;
text-transform: uppercase;
font-family: 'FuturaNewBook-Reg';
font-style: normal;
font-weight: normal;
font-size: 30px;
line-height: 36px;
text-decoration: none;
color: #00A1B0;
}

.comingup {
border: none;
cursor: default;
}

#info {
text-align: center;
color: #fff;
position: absolute;
left: 0;
bottom: 40px;
right: 0;
}

#info h2 {
font-family: 'BodoniBEItalic';
font-style: italic;
font-weight: normal;
font-size: 45px;
line-height: 54px;
}

#info p {
font-family: 'FuturaNewBook-Reg';
font-style: normal;
font-weight: normal;
font-size: 21px;
line-height: 24px;
letter-spacing: 0.03em;
text-align: center;
max-width: 620px;
margin: 18px auto 0;
}

@media(max-width: 991px) {
    .landing-h1 {
        font-size: 40px;
        line-height: 40px;
        margin-top: 20px;
    }

    .landing-p {
        font-size: 20px;
        line-height: 26px;
    }

    #info h2 {
        font-size: 32px;
        line-height: 42px;
    }

    a.btn, .comingup {
        font-size: 24px;
        line-height: 30px;
    }
}

@media(max-width: 1024px) {
    #info {
        bottom: 120px;
    }
}

@media(max-width: 768px) {
    #info {
        bottom: 130px;
    }
}

@media(max-width: 640px) {
    .landing-h1 {
        font-size: 21px;
        line-height: 20px;
        margin-top: 20px;
    }

    .landing-p {
        font-size: 16px;
        line-height: 22px;
        margin-top: 24px;
    }

    #info {
        bottom: 100px;
    }

    #info p {
        font-size: 18px;
        line-height: 26px;
        margin: 24px auto 0;
        padding: 0 12px;
    }

    #info h2 {
        font-size: 20px;
        line-height: 20px;
    }

    a.btn, .comingup {
        font-size: 20px;
        line-height: 26px;
    }
    .fullscreen-image {
        background-position: 50% 100%;
        background-size: 495%;
    }
}

@media(max-width: 640px) and (max-height:736px) {
    .fullscreen-image {
        background-position: 50% 100%;
        background-size: 388%;
    }
}

@media(max-width: 912px) and (max-height:1368px) {
    .landing-h1 {
        margin-top: 80px;
    }
}

@media(max-width: 1024px) and (max-height:1366px) {
    .landing-h1 {
        margin-top: 80px;
    }
}

@media(max-width: 768px) and (max-height:1024px) {
    .landing-h1 {
        margin-top: 80px;
    }
}

@media(max-width: 400px) {
    #info {
        bottom: 100px;
    }
}

@media(max-width: 375px) and (max-height:812px) {
    .landing-h1 {
        margin-top: 20px;
    }
}

@media(max-width: 375px) and (max-height:736px) {
    #info {
        bottom: 60px;
    }
}

@media(max-width: 320px) {
    .landing-h1 {
        font-size: 19px;
    }
    #info {
        bottom: 20px;
    }
}
