body,
html {
    height: 100%;
    width: 100%;
}

nav {
    top: 8em;
    background-color: white;
    width: 100%;
    position: fixed;
}

body {
    font-family: 'Open Sans';
}

.block {
    display: block;
}

.none {
    display: none;
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

nav ul li a.current {
    background-color: rgba(29, 89, 89, 1);
    color: white;
	font-weight: bold;
}


/* Fonts */

@font-face {
    src: url(../Fonts/GrafolitaScriptRegular.otf);
    font-family: 'Grafolita';
}

@font-face {
    src: url(../Fonts/OpenSans-Regular.ttf);
    font-family: 'Open Sans';
}

@font-face {
    font-family: 'Open Sans';
    src: url(../Fonts/OpenSans-Light.ttf);
    font-weight: 100;
}

.link {
    text-decoration: none;
    color: white;
}

body,
header,
html {
    width: 100%
}

#mobileheader-menu {
    display: none;
}

html {
    padding: 0;
    overflow-x: hidden
}

body {
    margin: 0;
}

header {
    background-color: #fff;
    position: fixed;
	top: 0;
    transition: top 0.3s; /* Transition effect when sliding down (and up) */
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

#logo {
    background-image: url(../Images/logo.PNG);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 6em;
    width: 33%;
}

.header-box {
    display: flex;
    width: 33%;
    padding: 10px;
    align-items: center;
}

.header-text {
    font-size: 13px;
    padding: 5px;
    font-weight: 100;
    font-style: italic;
}

#header-menu {
    font-size: 13px;
    width: 100%;
    color: white;
	font-weight: bold;
    align-items: center;
    margin: 0;
    padding: 0;
    background-color: #5DDBF2;
    display: flex;
    justify-content: space-around;
}

.dropdown-menu {
    display: none;
    list-style-type: none;
    position: absolute;
    background-color: #5DDBF2;
    margin: 0;
    padding: 0;
    text-align: left;
}

.dropdown-menu li {
    padding: 10px;
}

.dropdown-menu li:hover {
    color: block;
}

.menu-link:hover .dropdown-menu {
    display: block;
}

#header-container li:hover .menu-link {
    color: black;
}

#header-container {
    width: 80%;
    display: flex;
    justify-content: space-around;
}

.dropdown-link {
    text-align: center;
    color: white;
    text-decoration: none;
    list-style: none;
}

.dropdown-link:hover {
    color: black;
}

.menu-link {
    text-align: center;
    color: white;
    text-decoration: none;
    list-style: none;
}

.menu-text {
    text-align: center;
    font-size: 13px;
}

.sub-menu {
    display: none;
    padding: 0;
    color: #000;
    text-align: left;
    top: 3.2em;
}

.sub-link {
    color: #000!important
}

.sub-item:hover .sub-link {
    text-decoration: none;
    color: #fff!important
}

.sub-item {
    padding: 5%;
    background-color: rgba(255, 255, 255, .8);
    color: #000
}

#testimonial,
#top-text {
    color: #fff;
    display: flex
}

.sub-item:hover {
    color: #fff;
    background-color: rgba(173, 191, 189, .8)
}

.menu-link:hover .sub-menu {
    display: block;
}

#header-mobile {
    display: none;
}

#header-offset {
    height: 140px;
}

#header-top {
    display: flex;
    width: 100%;
    height: 100%;
}


/* Picture Section */

#main-image {
    height: 400px;
    background-image: url("../Images/img1.jpg");
    background-position: center;
    background-size: cover;
    position: relative;
}

#main-text {
    bottom: 0;
    margin: 0;
    font-weight: bold;
    width: 100%;
    color: white;
    padding: 10px;
    font-style: italic;
    position: absolute;
    text-align: center;
    background-color: rgba(29, 89, 89, 0.75);
}

#picture-section {
    padding-top: 8em;
}

#page-picture {
    height: 50em;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../Images/Sample.PNG);
}

* {
    box-sizing: border-box
}

* {
    box-sizing: border-box
}

body {
    margin: 0
}

.mySlides {
    display: none;
    height: 100%;
}

img {
    vertical-align: middle;
}

#img1 {
    background-image: url(../Images/img1.jpg);
}

q {
    color: white;
}


/* Slideshow container */

.slideshow-container {
    background-image: url(../Images/testimonials.jpg);
    background-position: center;
    background-size: cover;
    margin-bottom: 10px;
    position: relative;
    height: 300px;
}

.slideshow-colour {
    background-color: rgba(29, 89, 89, 0.75);
    height: 100%;
}

.testimonial-intro {
    color: white;
    padding: 10px;
}


/* Slides */

.mySlides {
    display: none;
    padding: 0 80px;
    text-align: center;
}


/* Next & previous buttons */

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -30px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
}


/* Position the "next button" to the right */

.next {
    position: absolute;
    right: 0;
    border-radius: 3px 0 0 3px;
}


/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
}


/* The dot/bullet/indicator container */

.dot-container {
    text-align: center;
    padding: 20px;
    background: #ddd;
}


/* The dots/bullets/indicators */

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}


/* Add a background color to the active dot/circle */

.active,
.dot:hover {
    background-color: #717171;
}


/* Add an italic font style to all quotes */

.quote {
    font-style: italic;
    color: white;
}


/* Add a blue color to the author */

.author {
    color: white;
    font-weight: bold;
}


/* Text */

.uppercase {
    text-transform: uppercase;
}

.center,
h1 {
    text-align: center;
}


/* Fading animation */

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

.entertainment-container {
    display: grid;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
    padding: 0 10%;
    margin-bottom: 40px;
    flex-shrink: 0;
    justify-content: space-between;
}

.entertainment-circle {
    width: 100px;
    height: 100px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
    border-radius: 50%;
    flex-shrink: 0;
    background-color: #5DDBF2;
}

.cuisine-bottom-text {
    background-color: #5DDBF2;
    padding: 10px;
    color: white;
    margin: 30px 0;
}

.cuisine-container {
    display: grid;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-bottom: 30px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    text-align: center;
    padding: 0 10%;
}

.cuisine-image {
    margin: auto;
    text-align: center;
}

.cuisine-rectangle {
    background-color: #5DDBF2;
    color: white;
    padding: 20px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
}

.cuisine-text {
    height: 75%;
}

.cuisine {
    display: grid;
    grid-column-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
}

.cuisine-bottom {
    text-align: center;
    padding: 10px;
    color: white;
    margin: 0;
    background-color: rgba(29, 89, 89, 1);
}

.seder-box {
    background-color: rgba(29, 89, 89, 1);
    text-align: center;
    margin: auto;
    color: white;
    border-radius: 10px;
    padding: 10px;
    margin-top: 30px;
    width: 300px;
}

#seder-image {
    background-image: url(../Images/seders.jpg);
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
}

#cuisine-image {
    background-image: url(../Images/CUISINE.jpg);
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
}

.early-box {
    background-color: rgba(29, 89, 89, 1);
    margin: auto;
    color: white;
}

#early-image {
    background-image: url(../Images/early-arrival.jpg);
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
}

#kids-image {
    background-image: url(../Images/kids.jpg);
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
}
#contacts-image {
    background-image: url(../Images/contact-us.jpg);
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
}

#kids {
    display: grid;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
}

.kids-blue {
    background-color: #5DDBF2;
    text-align: center;
    padding: 30px;
    color: white;
}

.seder-text {
    padding: 10px;
}

.seder-container {
    margin-top: 30px;
    display: grid;
    text-align: left;
    grid-column-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}

#seder-prices {
    display: flex;
    justify-content: space-between;
}

.seder-bottom {
    border: rgba(29, 89, 89, 1) 5px solid;
    margin-top: 30px;
    text-align: center;
    border-radius: 10px;
}

#seder-guests {
    background-color: rgba(29, 89, 89, 1);
    width: 100%;
    text-align: center;
    color: white;
    padding: 10px;
}

.seder-inline {
    background-color: rgba(29, 89, 89, 1);
    text-align: center;
    color: white;
    border-radius: 10px;
    padding: 10px;
}

.room-container {
    display: grid;
    grid-column-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}

.room-container-top {
    display: grid;
    grid-column-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 30px;
}

.attractions {
    display: grid;
    width: 100%;
    grid-column-gap: 5px;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
    list-style: none;
    padding: 0;
}

.single-attraction {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.attraction {
    text-align: center;
    padding: 10px;
}

#attractions {
    display: grid;
    width: 100%;
    grid-column-gap: 5px;
    grid-template-columns: repeat(8, 1fr);
    text-align: center;
    list-style: none;
    padding: 0 10px;
}

.attraction-button {
    border-style: solid;
    display: block;
    font-size: 10px;
    height: 100%;
    color: rgba(29, 89, 89, 1);
    ;
    text-decoration: none;
    border-color: rgba(29, 89, 89, 1);
    border-radius: 7px;
}

#selectable .ui-selecting {
    border-color: rgba(29, 89, 89, 1);
}

#selectable .ui-selected {
    background: rgba(29, 89, 89, 1);
    color: white;
}

.attractions-head {
    height: 200px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#drive30 {
    background-image: url(../Images/anaheim.jpg);
}

#drive45 {
    background-image: url(../Images/venice.jpg);
}

#popular {
    background-image: url(../Images/attrc-1.jpg);
}

#waterfront-attractions {
    background-image: url(../Images/marina.jpg);
}

#hotel-amenities {
    background-image: url(../Images/gym.jpg);
}

#water-activities {
    background-image: url(../Images/water-activities.jpg);
}

#nearby-attractions {
    background-image: url(../Images/theme-park.jpg);
}

#parks {
    background-image: url('../Images/ATT (1) (1).jpg');
}

#sports {
    background-image: url('../Images/ATT (2).jpg');
}

#shopping {
    background-image: url('../Images/ATT (5).jpg');
}

#golf {
    background-image: url('../Images/ATT (6).jpg');
}

#arts {
    background-image: url('../Images/ATT (4).jpg');
}

#walking {
    background-image: url('../Images/Walking Attractions.jpg');
}

#valencia {
    background-image: url('../Images/Valencia Attractions.png');
}

#santa {
    background-image: url('../Images/Santa Attractions.jpg');
}

#attractions-head {
    padding-top: 8em;
    position: fixed;
    width: 100%;
    background-color: white;
}

#attractions-header-offset {
    height: 20em;
}

.attractions-group {
    text-align: center;
    color: white;
    font-weight: 900;
    padding: 10px;
    background-color: rgba(29, 89, 89, 1);
}

.attractions-time-container {
    margin-top: 30px;
    text-align: center;
}

.attractions-time {
    text-align: center;
    color: white;
    margin: auto;
    font-weight: 900;
    padding: 10px;
    background-color: rgba(29, 89, 89, 1);
}

.attractions-title {
    font-weight: bold;
}

.attractions-distance {
    text-transform: uppercase;
    font-weight: bold;
}

.attraction-text {
    font-weight: 100;
}



.contact-info {
    padding: 30px;
}

.contact-colour {
    background-color: rgba(93, 219, 242, 0.75);
    padding: 30px;
    width: 80%;
    margin: auto;
}

#details {
    display: grid;
    grid-column-gap: 30px;
    padding: 0 30px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(6, auto);
}


/* Contact */

form {
    margin-top: 30px;
    background-size: cover;
    background-position: center;
    margin-bottom: 0;
}

button {
    background-color: rgb(41, 47, 51);
    border: none;
    padding: 10px;
    color: white;
    font-family: 'Open Sans';
    margin-top: 10px;
}

label {
    color: white;
    font-weight: bold;
}

textarea,
input {
    border: none;
    border-bottom: white 5px solid;
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    padding: 10px;
}

.hover-text {
    width: 100%;
}

#speaker-image {
    background-image: url(../Images/speakers.jpg);
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
}

#about-image {
    background-image: url(../Images/boardwalk.jpg);
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
}

#owner-section {
    margin-top: 20px;
}

#owners {
    background-color: #1D5959;
    width: 90%;
    color: white;
    padding: 10px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

#rooms {
    display: flex;
    justify-content: space-around;
    width: 90%;
    margin: 30px auto;
}

#room-1 {
    background-image: url(../Images/mel-home.jpg);
}

#room-2 {
    background-image: url(../Images/mel-home.jpg);
}

.rooms {
    height: auto;
    width: 100%;
}

#room-button {
    padding: 10px;
    width: 70%;
    margin: auto;
    font-size: 12px;
}

.text-room {
    padding: 10px;
    font-weight: 100;
}

#room-text {
    background-color: #1D5959;
    color: white;
    padding: 10px 0 10px 0;
    text-align: center;
    border-radius: 5px;
    font-size: 17px;
}

.room-item {
    flex-basis: 100%;
    background-size: cover;
    background-position: center;
    padding: 30px;
}

#owner-text {
    width: 90%;
    font-weight: 100;
    text-align: justify;
}

#owner-image {
    background-image: url(../Images/owners.jpg);
    height: 60px;
    width: 60px;
    flex-shrink: 0;
    border-radius: 100%;
    margin: 0 auto;
    background-size: cover;
}

footer {
    background-color: #5DDBF2;
    text-align: center;
    color: white;
    padding: 10px;
    line-height: 22px;
}

footer p {
    margin: 0;
}

.white {
    color: white;
}

.page-text {
    padding: 0 10%;
    margin-bottom: 30px;
    text-align: left;
}

h1 {
    font-family: 'Grafolita';
    font-size: 2.25em;
}

h2 {
    color: #1D5959;
    font-size: 14px;
}

/*Sports and Spa Page*/

.sports-text {
    padding: 0 10%;
    margin-bottom: 30px;
}

#sports-image {
    background-image: url(../Images/sports-banner.jpg);
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
}

.sports-container {
    display: grid;
    grid-gap: 30px;
    margin-bottom: 30px;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    padding: 0 10%;
}

.sports-rectangle img {
    width: 100%;
}

.sports-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.sports-block {
    width: 90%;
    text-align: center;
    padding: 10px;
    color: white;
    margin: 0 auto;
    background-color: rgba(29, 89, 89, 1);
}

.sports-block-bottom {
    margin-bottom: 1rem;
}

.telephone {
    text-decoration: none;
    color: white;
}

/*Spa Section*/

#spa-image {
    background-image: url(../Images/solarium.jpg);
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
}

.spa-container {
    display: grid;
    margin-bottom: 30px;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
    padding: 0 10%;
}


@media screen and (max-width: 640px) {
    #header-offset {
        height: 9em !important;
    }
    header {
        height: auto;
        display: block;
        position: fixed;
    }
    #button {
        display: block;
        height: 30px;
        width: 30px;
        background-image: url(../Images/hamburger.svg);
        background-size: contain;
        background-repeat: no-repeat
    }
    .header-text {
        padding: 0px;
    }
    #header-menu,
    .menu-link {
        height: auto;
        width: 100%;
        font-size: 12px
    }
    #header-menu {
        display: none;
    }
    #mobileheader-menu {
        display: none;
        position: relative;
		left: 0;
        margin: 0;
        font-family: 'Open Sans', sans-serif;
        background-color: #fff;
        overflow: auto;
    }
    #header-mobile {
        height: 3em;
        background-color: #5DDBF2;
        display: flex;
        padding: 0 0 0 20px;
        align-items: center;
    }
    .menu-link,
    .sub-item,
    .sub-menu {
        background-color: #fff!important;
        color: #000!important
    }
    .menu-link {
        padding: 0;
        text-align: left;
        display: block;
        justify-content: space-around;
        margin: 0
    }
    .sub-menu {
        display: none!important;
        padding: 0;
        list-style-type: none;
        text-align: left;
        width: 100%;
        margin-top: 35px;
        margin-left: 50px
    }
    .sub-item {
        display: block;
        padding: 0 0 15px
    }
    .header-box {
        display: none;
    }
    #logo {
        width: 100%;
    }
    .menu-text {
        text-align: left;
    }
    .header-text {
        margin: 0;
    }
    .mobile-headerbox {
        color: white;
        padding-left: 3%;
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    #section2 {
        height: auto;
        width: 100%;
        padding-top: 140px;
        padding-bottom: 0
    }
    #owner-image {
        height: 100px;
        width: 100px;
        margin-top: 0;
    }
    #room-button {
        padding: 0;
    }
    .text-room {
        margin: 0;
    }
    #rooms {
        display: block;
        margin-top: 10px;
    }
    #room-2 {
        display: none;
    }
    #room-1 {
        height: 300px;
    }
    #room-text {
        margin: 0;
    }
    #owners {
        display: block;
    }
    #owner-text {
        width: 100%;
        padding: 10px;
        margin: 0;
    }
    .slideshow-container {
        height: 400px;
    }
    .dropdown-menu {
        display: block;
        background: none;
        position: relative;
    }
    .seder-container,
    .room-container {
        display: block;
    }
    .seder-inline,
    .seder-box {
        width: 100%;
    }
    .seder-inline {
        margin-bottom: 30px;
    }
    #kids-image,
    #seder-image {
        height: 200px;
    }
    #cuisine-image {
        height: 200px;
    }
    .room-container {
        text-align: center;
    }
    .rooms-mobile {
        text-align: justify;
    }
    .cuisine-group1 {
        display: grid;
        grid-column-gap: 30px;
        grid-template-columns: repeat(2, 1fr);
    }
    .cuisine-group2 {
        background-color: #1D5959;
        margin: 30px 0;
    }
    .cuisine-bottom-text {
        background-color: #1D5959;
    }
    .cuisine-bottom {
        background-color: #5DDBF2;
        margin: 0;
    }
    .cuisine-rectangle {
        padding: 10px;
        margin: 0 0 30px 0;
    }
    .cuisine-container {
        grid-column-gap: 0;
        grid-row-gap: 0;
        margin-bottom: 0;
        grid-template-columns: none;
        grid-template-rows: none;
    }
    .mobile {
        display: block;
    }
    .desktop {
        display: none;
    }
    .contact-mobile {
        background-image: url(../Images/contact-us.png);
    }
    #contact {
        background-image: none;
    }
    #details {
        display: block;
    }
    .entertainment-container {
        display: block;
    }
    .contact-colour {
        width: 100%;
        margin: 0;
    }
    form {
        width: 80%;
        margin: 30px auto 0 auto;
        background-image: url(../Images/contact-us.png);
    }
    .room-container-top {
        display: block;
    }
    #attractions {
        display: none;
    }
    #attractions li {
        padding: 10px;
    }
    .attractions {
        display: block;
    }
    nav {
        position: relative;
        top: 0;
    }
    /*Sports and spa mobile I guess*/

    .sports-container {
        display: flex;
        flex-direction: column;
    }

    .spa-container {
        display: flex;
        flex-direction: column;
        padding: 0;
    }

    #sports-image {
        height: 200px;
    }

    #spa-image {
        height: 200px;
    }
}
