/* Colors
Midnight Green - #004E64
Pacific Cyan - #00A5CF
Aquamarine - #9FFFCB
Persian green - #25A18E
Light green - #7AE582
Maya Blue - #78C3FB
*/

/* Header Font 
.test1 {
    font-family: 'Alegreya Sans SC', sans-serif;
    font-size: 30px;
}

/* Body Font 
.test8 {
    font-family: 'PT Serif', serif;
    font-size: 30px;
}*/

body {
    margin: 0;
    background-color: whitesmoke;
    font-family: 'PT Serif', serif;
    font-size: 22px;
}

h1 {
    font-family: 'Alegreya Sans SC', sans-serif;
}

h2 {
    font-family: 'Alegreya Sans SC', sans-serif;
}

.header {
    display: flex;
    flex-direction: row;
    font-family: 'Alegreya Sans SC', sans-serif;
    margin-bottom: 80px;
}

.wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 80%;
    margin: 0 auto;
    color: #004E64;
    background-color: whitesmoke;
}

.wrapper h2 {
    background-color: #004E64;
    color: #7AE582;
    padding: 15px 0;
    width: 100%;
    text-align: center;
    margin: 0;
}

.navbar {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: white;
    background-color: #004E64;
}

.navbar .icon {
    display: none;
}

.navbar-title {
    padding: 0 30px 0 30px;
    background-color: #004E64;
    color: #7AE582;
    font-size: 30px;
    font-weight: 700;
}

.navbar-title a {
    text-decoration: none;
    color: inherit;
}

.navbar-links {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 80%;
    padding: 0 30px 0 30px;
    text-align: left;
}

.navbar-links a {
    text-decoration: none;
    color: white;
    padding: 2px 0 2px 5px;
    font-size: 26px;
}

.navbar-links a.active-page {
    background-color: #7AE582;
    color: #004E64;
}

.header-img {
    height: 550px;
    width: 100%;
    object-fit: cover;
    object-position: 0% 50%;
}

.accommodations-header-img {
    height: 550px;
    width: 100%;
    object-fit: cover;
    object-position: 0 85%;
}

.transportation-header-img {
    height: 550px;
    width: 100%;
    object-fit: cover;
    object-position: 0 40%;
}

.faq-header-img {
    height: 550px;
    width: 100%;
    object-fit: cover;
    object-position: 0% 90%;
}

.about {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin: 50px 0;
    width: 100%;
}

.about-text {
    width: 75%;
    text-indent: 50px;
    line-height: 40px;
    text-align: left;
}

.information {
    text-align: center;
    margin: 80px 0 80px 0;
}

.information-container {
    display: flex;
    flex-direction: row;
    margin: 55px 0 55px 0;
}

.information-container p {
    margin: 0;
}

.information-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    width: 33%;
    margin: 0 20px 0 20px;
    padding: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.information-link a {
    text-decoration: none;
    color: inherit;
}

.link-img-container {
    position: relative;
    margin: 0;
    width: 400px;
    height: 400px;
}

.link-img {
    height: 400px;
    width: 400px;
    object-fit: cover;
    backface-visibility: hidden;
}

.information-link:hover .link-img {
    opacity: 30%;
}

.link-hover-text {
    position: absolute;
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 35px;
    font-weight: 700;
}

.information-link:hover .link-hover-text {
    opacity: 1;
}

.link-container {
    width: 400px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.link-container p {
    padding: 5px;
}

.contact {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin: 55px 0 55px 0;
}

.contact-text {
    width: 75%;
    text-indent: 50px;
    line-height: 40px;
    margin-bottom: 40px;
}

.contact-text a {
    color: #004E64;
}

.contact-form {
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 5px outset #004E64;
    border-radius: 10px;
    margin: 20px;
}

.contact-form label {
    margin: 20px 0 10px 0;
}

input[type=text] {
    width: 50%;
    font-size: 25px;
    padding: 5px;
}

.form-check {
    margin: 20px;
}

.form-check-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.check-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px;
}

.form-check input[type=checkbox] {
    margin-left: 10px;
}

.form-check label {
    margin: 0;
}

.form-check h4 {
    margin: 40px 0 0 0;
}

input[type=submit] {
    font-size: 28px;
    margin: 25px;
    border-radius: 5px;
    color: #004E64;
}

.footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    background-color: #7AE582;
    margin-top: 6em;
}

.footer-title {
    padding: 0 30px 0 30px;
    background-color: #004E64;
    color: #7AE582;
    font-size: 30px;
    font-weight: 700;
}

.footer-title a {
    text-decoration: none;
    color: inherit;
}

.footer-links {
    list-style: none;
    padding: 10px 16px;
    margin-right: 2em;
}

.footer-links li {
    display: inline;
}

.footer-links li a {
    text-decoration: none;
    color: #004E64;
    padding: 8px;
    font-family: 'Alegreya Sans SC', sans-serif;
    font-weight: 600;
}

.footer-links li+li::before {
    content: "\00a0|\00a0";
    padding: 8px;
}

.footer-links a.active-page {
    background-color: #004E64;
    color: whitesmoke;
}

.info-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
    color: #004E64;
    background-color: whitesmoke;
}

.info-wrapper h2 {
    background-color: #004E64;
    color: #7AE582;
    padding: 15px 0;
    width: 100%;
    text-align: center;
    margin: 0;
}

.sub-categories {
    width: 100%;
    margin: 50px 0;
}

.sub-categories h2 {
    margin-bottom: 10px;
}

.sub-container {
    position: relative;
}

.sub-img {
    height: 650px;
    width: 100%;
    object-fit: cover;
    object-position: 0% 50%;
}

.sub-img-sight {
    height: 650px;
    width: 100%;
    object-fit: cover;
    object-position: 0% 65%;
}

.sub-img-onisland {
    height: 650px;
    width: 100%;
    object-fit: cover;
    object-position: 0% 80%;
}

.sub-text-right {
    position: absolute;
    background-color: rgba(0, 78, 100, 0.9);
    color: white;
    top: 50%;
    left: 80%;
    transform: translate(-60%, -50%);
    width: 33%;
    font-size: 22px;
    padding: 10px;
    margin: 0;
    border-radius: 10px;
}

.sub-text-left {
    position: absolute;
    background-color: rgba(0, 78, 100, 0.9);
    color: white;
    top: 50%;
    left: 20%;
    transform: translate(-40%, -50%);
    width: 33%;
    font-size: 22px;
    padding: 10px;
    margin: 0;
    border-radius: 10px;
}

.sub-text p {
    margin: 0;
}

.faq-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 50px 0;
}

.faq-section ul {
    width: 75%;
}

.faq-section li {
    padding: 8px;
}

/* MOBILE */
@media screen and (max-width: 750px) {

    body {
        font-size: 18px;
    }

    .header {
        display: flex;
        flex-direction: column;
    }

    .navbar {
        width: auto;
        display: flex;
        flex-direction: row;
    }

    .navbar-links {
        display: none;
    }

    .navbar a.icon {
        display: block;
        padding: 30px;
        color: white;
    }

    .navbar a {
        font-size: 20px;
    }

    .header {
        width: auto;
        margin-bottom: 30px;
    }
    
    .header-img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .accommodations-header-img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }
    
    .transportation-header-img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }
    
    .faq-header-img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .about {
        margin: 30px 0;
    }

    .information {
        width: 100%;
        margin: 30px 0;
    }
    
    .information-container {
        align-items: center;
        flex-direction: column;
        margin: 0;
    }

    .information-link {
        width: 300px;
        height: 300px;
        margin: 20px 0;
        padding-top: 35px;
        padding-bottom: 45px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .information-link a {
        height: 100%;
        width: 100%;
    }

    .link-img-container {
        width: 300px;
        height: 300px;
    }

    .link-img {
        width: 100%;
        height: 100%;
    }
    
    .link-container {
        width: 300px;
        font-size: 14px;
    }

    .link-hover-text {
        opacity: 1;
        top: 0;
        left: 50%;
        transform: translate(-50%, -100%);
        font-size: 22px;
        font-weight: 700;
    }

    .contact {
        margin: 30px 0;
    }

    .contact-text {
        margin-bottom: 20px;
    }

    .contact-text p {
        margin: 10px 0;
    }
    
    .footer {
        background-color: #7AE582;
        margin-top: 6em;
    }

    .footer-title {
        padding: 20px;
        background-color: #004E64;
        color: #7AE582;
        font-size: 22px;
        font-weight: 700;
    }
    
    .footer-links {
        list-style: none;
        padding: 0 16px;
        margin: 0 2em 0 0;
    }
    
    .footer-links li {
        display: block;
    }
    
    .footer-links li a {
        font-size: 16px;
    }
    
    .footer-links li+li::before {
        display: none;
    }
    
    .footer-links a.active-page {
        background-color: #004E64;
        color: whitesmoke;
    }

    .about-text {
        width: 100%;
        line-height: 30px;
    }

    .contact-text {
        width: 95%;
        line-height: 30px;
    }

    .contact-text p {
        text-align: left;
    }

    .contact-form {
        width: 100%;
    }

    .contact-form label {
        margin: 10px 0 10px 0;
    }
    
    input[type=text] {
        width: 80%;
        padding: 5px;
    }

    .form-check {
        margin: 10px;
    }
    
    .form-check-container {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .check-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 20px;
    }
    
    .form-check input[type=checkbox] {
        margin-left: 10px;
    }

    .form-check h4 {
        margin: 40px 0 0 0;
    }

    .check-box {
        margin: 10px;
    }
    
    input[type=submit] {
        margin: 20px;
        border-radius: 5px;
        color: #004E64;
        font-size: 20px;
    }

    .sub-categories {
        height: auto;
        margin: 0;
    }

    .sub-text-right {
        font-size: 16px;
        position: static;
        width: inherit;
        border-radius: 0;
        transform: translate(0, -20%);
        background-color: rgba(0, 78, 100);
    }
    
    .sub-text-left {
        font-size: 16px;
        position: static;
        width: inherit;
        border-radius: 0;
        transform: translate(0, -20%);
        background-color: rgba(0, 78, 100);
    }

    .sub-img {
        height: auto;
        width: 100%;
        object-fit: cover;
    }
    
    .sub-img-sight {
        height: auto;
        width: 100%;
        object-fit: cover;
    }
    
    .sub-img-onisland {
        height: auto;
        width: 100%;
        object-fit: cover;
        object-position: 50% 50%;
    }
}

@media screen and (max-width: 750px) {

    .navbar.responsive {
        position: relative;
        display: flex;
        flex-direction: column;
        width: auto;
    }

    .navbar.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
        padding: 30px;
        color: #7AE582;
    }

    .navbar.responsive .navbar-links {
        display: flex;
        flex-direction: row;
        width: 100%;
        padding: 10px 0 0 0;
    }

    .navbar.responsive .navbar-links a {
        font-size: 16px;
        padding: 10px;
	}
}