@charset "UTF-8";

/* CSS Document */
body {
    background-color: #C2CFD7;
}
#loader {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 1;
    overflow: visible;
    background: #C2CFD7 url('/img/preloader-mountains.gif') no-repeat center center;
}
.banner_photo img {
    width: 100%;
    background-image: url(/img/okanagan-mountain-park-kelowna-eagira.jpg);
    height: auto;
    background-position: 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: 999;
    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;
}

.page-title {
    float: center;
    font-size: 26px;
    color: white;
    text-align: center;
    position: relative;
    background-color: #115D7A;
    margin-top: 3px;
    margin-bottom: 45px;
}

.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;
}