@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,700');
* {
    box-sizing: border-box;
}

:root {
    --white-color: #FFFFFF !important;
    --main-color: #FFD700;
    --display-style: inline-block;
}

header {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 5;
    /* color: white;
    text-transform: uppercase; */
}

header .logo {
    text-transform: uppercase;
    letter-spacing: .2em;
    font-weight: 700;
    color: white;
}

.heading {
    font-size: 50px;
    margin-bottom: 30px;
}

.button {
    background-color: #FFD700;
    transition: .3s all ease;
    padding: 12px 30px;
    margin-top: 1em;
    text-transform: uppercase;
    letter-spacing: .15em;
    color: #fff;
    border: none;
    cursor: pointer;
}

.button:hover {
    color: #697e83;
    background-color: white;
    border: 2px #FFD700;
}

header>div .logo {
    float: left;
    padding: 1em 3.5em 1em 0.5em;
}

nav a {
    padding: 1em 2.5em;
    display: var(--display-style);
    color: var(--white-color);
}

header nav {
    background: transparent !important;
}

nav a:hover {
    /* padding: 1em 2.5em;
    display: inline-block;
    color: #FFFFFF; */
    color: var(--white-color);
    opacity: 0.6;
    text-decoration: none;
}

a {
    transition: .3s all ease;
    -webkit-transition: none;
    text-decoration: none;
    padding: 1em 2.5em;
}

.heroimage {
    background-image: url(../images/repeating\ me-page-001.jpg);
    background-size: cover;
    height: 100vh;
}

div.modal-header img {
    max-width: 100%;
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: 0 0em;
}

div.modal-body img {
    max-width: 100%;
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: 0 0em;
}

div.modal-3 img {
    max-width: 100%;
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: 0 0em;
}

.main-padding {
    padding: 7em 0em;
}

.middletext h2.heading {
    /* width: 30%; */
    float: center;
    text-align: center;
    justify-content: center;
}
.middletext p {
    /* width: 30%; */
    float: center;
    text-align: center;
    justify-content: center;
}

.sideright {
    width: 60%;
    float: right;
}

.bg-color {
    background-color: #F8F9FA !important;
}

.feature {
    text-align: center;
}

.img {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    widows: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: relative;
}

.feature-image img {
    display: inline-block;
    width: 300px;
    margin: 1em;
}

.newsletter {
    padding: 2em;
    color: white;
    background: #87CEFA;
    overflow: hidden;
}

.newsletter form {
    float: right;
    margin: 10px;
}

.newsletter input[type="email"] {
    padding: 12px 30px;
    height: 2.7em;
    width: 250px;
}

.newsletter h1 {
    justify-content: center;
    float: center;
    padding-top: 0.6e, ;
}

.sub-heading {
    transform: scale(uppercase);
    font-size: 12px;
    color: grey;
    letter-spacing: .1em;
}

body {
    background-color: #f4f4f4;
    margin: 0px;
    padding: 0px;
    font-size: 20px;
    font-family: 'Nunito', sans-serif;
}

.footer {
    float: left;
    width: 33%;
    text-align: center;
    margin-bottom: 4em;
}

.main-footer {
    padding: 4em 0em 0.9em 0em;
    background: #F2F2F2;
}

.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: white !important;
    padding: 50px;
    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: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #FFD700;
    background-color: #FFFFFF;
    background: clip padding-box;
    border: 1px solid #ced4da;
}

div.huddleimage img {
    width: fit-content;
    height: fit-content;
    box-shadow: var(--main-color);
}

.contactform {
    width: 70%;
    padding-bottom: 4em;
}

.roomform2image {
    size: 20%;
}

.item>a>img {
    width: 100%;
    height: 100%
}

.item>a>img:hover {
    filter: blur(2px) brightness(60%);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.22);
    cursor: pointer;
}

.item>img {
    width: 100%;
    height: 100%;
}

.item>img:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25) 0 5px 5px rgba(0, 0, 0, 0.22);
    cursor: pointer;
}

nav ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
    text-align: center;
}

nav li {
    list-style: none;
    padding: 1em 0;
}

nav a {
    color: var(--white-color);
    font-weight: 300;
    opacity: 1;
    text-decoration: none;
    transition: 0.3s all ease;
}

.container-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    justify-items: center;
    grid-gap: 20px;
    margin: 0.2em 2em 0.2em 2em;
}

.columns {
    font-size: 1em;
}

.item-2 a {
    float: center;
    margin: 0;
    padding-left: 0;
    padding-top: 0;
}

/* 
.item-2 i{
    float: left;
    margin-bottom: 30;
} */

.item-1 a {
    float: center;
    margin: 0;
    padding-left: 0;
    padding-top: 0;
}

.item>img {
    width: 100%;
    height: 100%;
}

.item>img:hover {
    filter: blur(2px) brightness(60%);
}

/* .heroitems{
    position: relative;
    widows: 100%;
    min-height: 550px;
    height: 100vh;
    text-align: center !important;
    display: table-cell;
    vertical-align: middle;
    margin: auto;
    z-index: 2;
    padding: 0 5em;
    color: white;
    width: 1200px;
} */

.heroitems h1 {
    font-size: 3em;
}

.heroitems p {
    font-size: 1.4em;
}

.heroimage:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    widows: 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: 70px;
    display: none;
    width: 30px;
    float: right;
    color: var(--white-color);
}

.heroitems {
    position: absolute;
    width: 100%;
    height: 50vh;
    text-align: center !important;
    display: table-cell;
    vertical-align: middle;
    margin: auto;
    z-index: 2;
    top: 30%;
    color: white;
}

.loader.spinner:before {
    width: 117px;
    height: 117px;
    border-color: #697e83;
    top: 0;
    left: 0;
    opacity: 0;
    animation: rotate 1s linear 0.5s infinite;
}

.loader {
    margin: auto;
    top: 30%;
    position: relative;
    width: 125px;
    height: 125px;
}

.loader:before, .loader:after {
    content: "";
    display: block;
    position: absolute;
    border-width: 4px;
    border-style: solid;
    border-radius: 50%;
}

.mySlides {display:none;
}

.slideshow li a{
    color: black;
   
} 


