@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,700');
* {
    box-sizing: border-box;
}

:root {
    --display-style: inline-block;
    --main-color: #697e83;
    --white-color: #ffffff;
}

.fnav {
    display: flex;
    padding-left: 0%;
}

.menu {
    width: 100%;
    padding: 0;
}

.menu a {
    display: flex;
    margin: 0;
}

.menu li {
    margin: 0%;
    padding-left: 0%;
}

.gradient {
    border: 1px solid black;
    -webkit-box-shadow: inset 0 1px 0px rgba(255, 255, 255, .2);
    -moz-box-shadow: inset 0 1px 0px rgba(255, 255, 255, .2);
    box-shadow: inset 0 1px 0px rgba(255, 255, 255, .2);
    background: #494949;
    /* Old browsers */
    background: -webkit-linear-gradient(top, #494949 0%, #434242 31%, #393838 55%, #242323 83%, #1b1a1a 100%, #161515 100%, #0b0b0b 100%);
    background: -moz-linear-gradient(top, #494949 0%, #434242 31%, #393838 55%, #242323 83%, #1b1a1a 100%, #161515 100%, #0b0b0b 100%);
    background: -o-linear-gradient(top, #494949 0%, #434242 31%, #393838 55%, #242323 83%, #1b1a1a 100%, #161515 100%, #0b0b0b 100%);
    background: -ms-linear-gradient(top, #494949 0%, #434242 31%, #393838 55%, #242323 83%, #1b1a1a 100%, #161515 100%, #0b0b0b 100%);
    background: linear-gradient(top, #494949 0%, #434242 31%, #393838 55%, #242323 83%, #1b1a1a 100%, #161515 100%, #0b0b0b 100%);
    /* W3C */
}

.songname {
    width: 25%;
    text-align: center;
    margin-left: 2%;
    color: #35424a;
    padding-top: 4.5em;
    padding-bottom: 4em;
    margin-top: 4em;
}

.ss {
    width: 100%;
}

body {
    background-color: lightgray;
}

.audio-container {
    float: right;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    -ms-transition: all .7s ease;
    transition: all .7s ease;
    width: 427px;
    height: 70px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 13px rgba(0, 0, 0, .3), inset 0 1px 0px rgba(255, 255, 255, .2);
    -moz-box-shadow: 0px 0px 13px rgba(0, 0, 0, .3), inset 0 1px 0px rgba(255, 255, 255, .2);
    box-shadow: 0px 0px 13px rgba(0, 0, 0, .3), inset 0 1px 0px rgba(255, 255, 255, .2);
    padding: 10px;
    padding-left: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 37%;
    margin-top: 0;
    padding-top: .3em;
    margin-bottom: 0em;
}


/* Page Loader */

.loader.spinner:before {
    width: 117px;
    height: 117px;
    border-color: #697e83;
    top: 0px;
    left: 0px;
    animation: rotate 1s linear 0s infinite;
}

.loader.spinner:after {
    width: 117px;
    height: 117px;
    border-color: #697e83;
    top: 0;
    left: 0;
    opacity: 0;
    animation: rotate 1s linear 0s infinite;
}

.loader {
    margin: auto;
    top: 30%;
    position: relative;
    width: 125px;
    height: 125;
}

.loader:before,
.loader:after {
    content: "";
    display: block;
    position: absolute;
    border-width: 4px;
    border-style: solid;
    border-radius: 50%;
}

@keyframes rotate {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(.7);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

#loadingDiv {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #ddd;
    z-index: 9999999;
}


/*Pageloader End*/

#particles-js {
    width: 70%;
    height: 200%;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.nasa {
    margin-top: 10%;
    margin-left: 20%;
    margin-right: auto;
}

.heroitems {
    position: absolute;
    width: 100%;
    height: 50vh;
    text-align: center !important;
    display: table-cell;
    vertical-align: middle;
    margin: auto;
    z-index: 2;
    top: 30%;
    padding: 0 5em;
}

body {
    background-color: #f4f4f4;
    margin: 0%;
    padding: 0%;
    font: 20px/1.5 "Comic Sans MS", cursive, sans-serif;
}

header {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 5;
}

.container {
    width: 100%;
}

.logo {
    margin-right: 0;
    margin-left: 0;
    display: flex;
    flex-wrap: nowrap;
    float: left;
    padding: 1.25em .9em .1em .1em;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-weight: 700;
    color: white;
}

.logo>h6 {
    width: 45%;
    text-align: center;
    margin: 1%;
}

header nav {
    background-color: rgba(red, green, blue, 0) !important;
    display: block;
    margin-top: -.9em;
}

.navy {
    width: 90%;
    margin: auto;
    font-size: 60%;
}

nav ul {
    text-align: center;
    display: flex;
    justify-content: space-around;
}

nav li {
    list-style: none;
    padding: 2.8em 0 0 0;
}

nav li a {
    color: var(--white-color);
    font-weight: 300;
    opacity: 1;
    text-decoration: none;
    transition: .3 all ease;
}

nav a {
    color: var(--white-color);
    text-decoration: none !important;
    font-weight: 300;
    opacity: .6;
    transition: .3s all ease;
}

nav a:hover {
    opacity: 1;
    color: var(--white-color);
}

.heroimage {
    background: url(../images/beach.jpg);
    height: 100vh;
}

.herovid {
    height: 100vh;
    margin-bottom: 5%;
}

.herovid video {
    width: 100%;
}

.main-padding {
    padding: 7em 0em;
}

.sideleft {
    width: 60%;
    float: left;
    text-align: center;
}

.sideleft img {
    margin: 1em;
}

.sub-heading {
    text-transform: uppercase;
    font-size: 12px;
    color: gray;
    letter-spacing: .1em;
}

.heading {
    font-size: 35px;
    color: black;
    letter-spacing: .1em;
}

.button {
    background-color: #697e83;
    transition: .3 all ease;
    padding: 12px 30px;
    margin-top: 1em;
    text-transform: uppercase;
    letter-spacing: .15em;
    border: none;
    cursor: pointer;
    color: #e6e6e6;
    margin-left: 25%;
    z-index: 0;
}

.button:hover {
    color: #697e83;
    background-color: white;
    border: 2px solid #697e83;
}

.sideright {
    margin-top: 5%;
    width: 30%;
    float: right;
}

.bg-color {
    background-color: #898c8ff6 !important;
}

.clearfix {}

.vids {
    margin-top: .5em;
    margin-bottom: .5em;
    padding-top: .5em;
    padding-bottom: .5em
}

.feature {
    text-align: center;
}

.feature-image {
    position: relative;
}

.feature-image img {
    display: inline-block;
    width: 300px;
    margin: 1em;
    height: 350px;
}

.feature-image>a>img:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.22);
    cursor: pointer;
    filter: blur(2px) brightness(60%);
}

.newsletter {
    padding: 2em;
    color: white;
    background-color: #35424a;
    overflow: hidden;
}

.sub {
    margin-left: 50%;
}

.newsletter h1 {
    float: left;
}

.newsletter form {
    float: left;
    margin: 10px;
}

.newsletter input[type="email"] {
    padding: 12px 30px;
    margin-bottom: 5%;
    margin-top: 2%;
    height: 2.7em;
    width: 250px;
    margin-left: 56%;
}

.footer {
    float: left;
    width: 33%;
    text-align: center;
    margin-bottom: 4em;
    display: block;
}

.main-footer {
    padding: 4em 0em .9em 0em;
    background-color: #f2f2f2;
    text-align: center;
    align-content: center;
    align-items: center;
    display: block;
    justify-content: center;
    width: 100%;
}

.copyright {
    text-align: center;
}

.rooms-pic-1 {
    max-width: 30%;
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: 0 1em;
}

.rooms-pic-1 figure {
    float: left;
}

.rooms-body {
    background-color: white !important;
    padding: 30px;
    border: 1px solid #e6e6e6;
    border-top: none;
}

figure .img {
    max-width: 100%;
    height: auto;
}

.contactform input[type="text"] .contactform input[type="email"] .contactform textarea {
    display: block;
    width: 100%;
    padding: .365rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: var(--white-color);
    background-clip: padding-box;
    border: 1px solid #ced4da;
}

#message {
    text-align: left;
}

.contactform {
    width: 70%;
    padding-bottom: 4em;
}


/* The Close Button */

.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}


/* Next & previous buttons */

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}


/* Position the "next button" to the right */

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.item {
    width: 330px;
    display: inline-block;
    margin: 1rem;
    position: relative;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all .3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.item>a>img {
    width: 100%;
    height: 100%;
}

.item>a>img:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.22);
    cursor: pointer;
    filter: blur(2px) brightness(60%);
}

nav a {
    padding: 1em 2.5em;
    display: var(--display-style);
    color: var(--white-color);
}

.container-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-columns: repeat(auto-fill, minmax(250, 1fr));
    justify-content: center;
    grid-gap: 20px;
    margin: .2em 2em .2em 2em;
}

.heroitems h1 {
    font-size: 3em;
    color: var(--white-color);
}

.heroitems p {
    font-size: 1.4em;
    color: var(--white-color);
}

img {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.heroimage:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100vh;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

button {
    margin-top: 0 !important;
}

#toggle {
    display: none;
}

.label {
    font-size: 26px;
    line-height: 95px;
    display: none;
    width: 30px;
    float: right;
    color: var(--white-color);
}

@media(max-width: 992px) {
    .feature-image {
        width: 50%;
    }
    .feature-image>a>img {
        margin-left: 50%;
    }
    .label {
        display: block;
        cursor: pointer;
    }
    nav ul {
        text-align: center;
        display: none;
        flex-direction: column;
        padding-top: 2, 2em;
        background-color: transparent;
        width: 80%;
    }
    nav ul li {
        width: 100%;
        text-align: center;
        flex: auto;
        background-color: rgba(0, 0, 0, 0.8);
        position: relative;
        top: 1em;
    }
    nav a {
        opacity: 1;
    }
    #toggle:checked+.menu {
        display: block;
    }
    header>div .logo {
        float: left;
        padding: 1em .5em .5em .5em;
    }
    .heroitems {
        height: 100vh;
    }
    .heroitems h1 {
        font-size: 40px;
    }
    .sideleft,
    .sideright,
    .newsletter h1,
    .newsletter form,
    .footer,
    .feature-image img,
    .newsletter input[type="email"],
    button,
    .contactform,
    .button,
    textarea,
    .rooms-pic-1 {
        float: none;
        width: 100%;
        text-align: center;
        margin: .8em 0 .8em 0;
    }
    .rooms-pic-1 {
        max-width: 100%;
    }
    .sideleft {
        padding-bottom: 1em;
    }
    .main-padding {
        padding: 2em 0;
    }
    .heroitems p {
        font-size: 25px;
        margin-bottom: 20px;
    }
    .footer {
        margin-bottom: 1em;
    }
    button {
        margin-top: 1em !important;
    }
    .pagination {
        width: 50%;
        margin: auto;
        display: flex;
        flex-direction: row;
        padding-left: 0;
        list-style: none;
        border-radius: .25rem;
    }
    .page-item {
        background-color: inherit;
        top: 0;
    }
}

@media(max-width: 480px) {
    .heroitems h1 {
        font-size: 30px;
    }
    .heroitems p {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .page-link {
        font-size: small;
    }
}