@charset "UTF-8";

/* CSS Document */
body {
    background-color: #C2CFD7;
    color: white;
    font-family: "Oxygen";
}

#loader {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 1;
    overflow: visible;
    background: #C2CFD7 url('/img/preloader-mountains.gif') no-repeat center center;
}

#navlist {
    background-color: #115D7A;
    top: -60px;
    width: 100%;
    display: inline-block;
    transition: top 0.3s;
    font-family: "ubuntu";
    position: fixed;
    margin: 0 auto;
    clear: left;
    height: auto;
    z-index: 0;
    text-align: center;
}

#navlist a {
    display: inline-flex;
    color: white;
    text-align: center;
    padding: 14px 20px;
    text-decoration: none;
    font-size: 15px;
    overflow: hidden;
}

#navlist a:hover {
    background-color: #849EAE;
    color: white;
}

.container {
    text-align: center;
    color: var(--color);
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url("/img/mokuleia-beach-hawaii-eagira.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    margin-top: -100px;
    font-family: "oxygen";
}

.container h1 {
    font-weight: 700;
    font-size: 3rem;
    background-color: rgba(0, 0, 0, .8);
    font-family: "oxygen";
}

.container p {
    max-width: 52ch;
    line-height: 1.5;
    padding: 1em;
    background-color: rgba(0, 0, 0, .7);
    font-family: "oxygen";
}

.blank a {
    display: inline-block;
    color: #115D7A;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: .5px;
    font-size: 110%;
    font-family: "oxygen";
}

.blank {
    box-sizing: border-box;
    padding: 2em;
    margin-top: 15px;
    min-height: 50vh;
    color: black;
    font-size: 1em;
    text-align: center;
    word-wrap: break-word;
}

.one {
    font-size: 130%;
}
.second {
    background-image: url("/img/foster-botanical-garden-hawaii-eagira.jpg");
    background-attachment: fixed;
    height: 1200px;
}

.card>a {
    margin-bottom: 2em;
}

.item {
    display: flex;
    max-width: 320px;
    background-color: white;
    flex-direction: column;
    align-items: center;
    border-radius: .5em;
    -webkit-box-shadow: 0px 29px 38px -15px rgba(0, 0, 0, 0.43);
    -moz-box-shadow: 0px 29px 38px -15px rgba(0, 0, 0, 0.43);
    box-shadow: 0px 29px 38px -15px rgba(0, 0, 0, 0.43);
}

.img {
    width: 90%;
    height: 200px;
    background-color: lightgrey;
    background-size: cover;
    background-position: center;
    margin-top: 20px;
    border-radius: .3em;
    ;
}

.img-first {
    background-image: url("/img/twin-falls-smithers-eagira.jpg");
}

.img-second {
    background-image: url("/img/butchart-gardens-victoria-eagira.jpg");
}

.img-third {
    background-image: url("/img/three-sisters-fernie-eagira.jpg");
}

.second {
    flex-direction: row;
    gap: 1.6em;
}

.back-button {
    font-size: 20px;
    text-align: left;
    display: block;
    position: relative;
    font-family: 'ubuntu', serif;
    padding-left: 15%;
    padding-bottom: 5%;
}

.back-button a {
    display: inline-block;
    padding: 5px 0;
    position: relative;
    background-clip: text;
    transition: all 0.3s ease-in-out;
    font-family: 'ubuntu', serif;
    text-decoration: none;
    color: white;

}

.back-button a:before {
    content: '';
    background: #849EAE;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 3px;
    transition: all 0.3s ease-in-out;
    font-family: 'ubuntu', serif;
    text-decoration: none;
}

.back-button a:hover {
    background-position: 0;
    font-family: 'ubuntu', serif;
    text-decoration: none;
    color: #115D7A;
}

.back-button a:hover::before {
    width: 100%;
    font-family: 'ubuntu', serif;
    text-decoration: none;
}

footer {
    font-family: "ubuntu";
    display: table;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -100px;
    text-decoration: none;
    color: black;
}

footer a {
    font-family: "ubuntu";
    display: inline;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 25px;
    text-decoration: none;
    color: black;
}

@media (max-width: 767px) {

    .description-container {
        font-size: 1.5em;
    }

    .item {
        flex-direction: column;
        height: auto;
    }

    .second {
        flex-direction: column;
    }

    .one {
        box-sizing: border-box;
        min-height: 110vh;
        color: black;
        font-size: 1.25em;
        font-size: 26px;
        text-align: center;
    }

    .two {
        box-sizing: border-box;
        min-height: 40vh;
        color: black;
        font-size: 1em;
        text-align: center;
    }

    .back-button {
        font-size: 20px;
        text-align: left;
        display: block;
        position: relative;
        font-family: 'ubuntu', serif;
        margin-top: -15%;
        padding-left: 15%;
        padding-bottom: 5%;
    }
}
@media only screen and (min-device-width: 768px) and 
(max-device-width: 1024px) {
    .back-button {
        margin-top: -170px;
        padding: 0 0 0 15%;
    }
}