@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo+Narrow:wght@500&display=swap');
@import url("https://use.typekit.net/oxa4ofy.css");

/* Basic Site Styling */
html, body {
    /* 'sticky' footer with flexbox */
    height: 100%;
    scroll-behavior: smooth;
}
body {
    font-family: 'Montserrat', Verdana, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;

    /* 'sticky' footer with flexbox */
    display: flex;
    flex-direction: column;
}
body a {
    font-family: "museo-sans-display", Verdana, sans-serif;
    font-weight: 800;
}
main {
    /* 'sticky' footer with flexbox */
    flex: 1 0 auto;
}
nav ul li {
    list-style-type: none;
}
nav ul.bullets li {
    list-style-type: disc;
}
nav a {
    text-decoration: none;
    /* Animate hover from center - underline styles */
    display: block;
    position: relative;
    padding: 0.2em 0;
}
/* Animate hover from center - fade in */
nav a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.15em;
    background-color: #bc2f2c;
    opacity: 0;
    transition: opacity 300ms, transform 300ms;
}
/* Animate hover from center - scale from center */
nav ul li a::after {
    opacity: 1;
    transform: scale(0);
    transform-origin: center;
}
nav ul li a:hover::after,
nav ul li a:focus::after {
    transform: scale(1);
}
h1 {
	font-size: 2.5rem;
	line-height: 1;
    font-family: 'Montserrat', Verdana, sans-serif;
    font-weight: 500;
}
h2 {
	font-size: 2rem;
	line-height: 1;
    font-family: 'Montserrat', Verdana, sans-serif;
    font-weight: 500;
}
h3 {
	font-size: 1.7rem;
    font-family: 'Montserrat', Verdana, sans-serif;
    font-weight: 500;
}
h4 {
	font-size: 1.5rem;
    font-family: 'Montserrat', Verdana, sans-serif;
    font-weight: 500;
}
h5 {
	font-size: 1.2rem;
    font-family: 'Montserrat', Verdana, sans-serif;
    font-weight: 500;
}
h6 {
	font-size: 1.1rem;
    font-family: 'Montserrat', Verdana, sans-serif;
    font-weight: 500;
}
.bold {
    font-weight: bold;
}
.italic {
    font-style: italic;
}
.underline {
    text-decoration: underline;
}
.upper-case {
    text-transform: uppercase;
}
ul.no-bullets li {
    list-style-type: none;
}
.red, a.red {
    background-color: #bc2f2c;
}
.blue, a.blue {
    background-color: #002a3a;
}
.light-blue {
	background-color: #cfe0f3;
}
.white, a.white {
    background-color: #ffffff;
}
.button {
    border-radius: 5px;
    box-shadow: 0px 0px 12px -2px rgb(0 0 0 / 50%);
}
.mobile {
    display: none;
}
.desktop {
    display: initial;
}
.disclaimer {
    font-size: 0.8rem;
    /* color: #376c7f; */
    /* margin-top: 80px; */
}
div.inner-border {
    margin: 2rem;
    /* padding: 2rem 3rem; */
    border: 3px solid #ffffff;
    display: flex;
    justify-content: space-between;

    /* 'sticky' footer with flexbox */
    flex-grow: 1;
}
.jumpTo {
    scroll-margin-block-start: 110px;
    /*Adds margin to the top of the viewport*/
}
table i.red {
    color: #bc2f2c;
    background-color: transparent;
}
table i.green {
    color: green;
    background-color: transparent;
}

/* Skip Link Styling - Accessibility feature */
#skip-link {
    background: #002a3a;
    height: 30px;
    padding: 10px;
    position: absolute;
    transform: translateY(-100%);
    transition: transform 0.3s;
    z-index: 101;
    top: 0;
    left: 0;
    right: 0;
    width: fit-content;
    margin: auto;
    display: grid;
    justify-content: center;
    align-content: center;
    color: #ffffff;
    text-decoration: underline;
    text-transform: initial;
}  
#skip-link:focus {
    transform: translateY(0%);
}
/* When the dialog menu is open in mobile */
header.dialog {
    /* needs to match full height of #mainNav */
    height: 105px; 
    min-height: 105px;
    display: flex;
}
header.dialog #mainNav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    max-height: unset;
    flex-wrap: wrap;
    flex-grow: 2;
}
header.dialog #mainNav {
    align-items: baseline;
    align-content: start;
}
header.dialog #mainNav a.logo {
    height: 65px;
    padding: 0;
}
header.dialog #menu {
    flex-direction: column;
    margin-top: 2rem;
}
header.dialog #menu-button.open {
    position: absolute;
    top: 2rem;
    right: 2rem;
}
header.dialog #mainNav ul li {
    margin-left: 0;
}
header.dialog #mainNav .desktop {
    display: initial;
}
#mainNav {
    background-color: #ffffff;
    height: 65px;
    min-height: 65px;
    max-height: 65px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.2rem;
    box-shadow: 0 0.5rem 1rem rgb(58 58 58 / 40%);
    position: relative;
    z-index: 100;
    padding: 20px 30px;
}
#mainNav ul {
    margin: 0;
    display: flex;
    justify-content: space-evenly;
}
#mainNav ul li {
    margin-left: 25px;
}
#mainNav ul li button {
    color: #002a3a;
    background-color: transparent;
    border: none;
}
#menu-button {
    width: 35px;
    height: 45px;
    position: relative;
    margin-top: 10px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
#menu-button span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #002a3a;
    border-radius: 5px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#menu-button span:nth-child(1) {
    top: 0px;
}
#menu-button span:nth-child(2), #menu-button span:nth-child(3) {
    top: 13px;
}
#menu-button span:nth-child(4) {
    top: 26px;
}
#menu-button.open span:nth-child(1) {
    top: 13px;
    width: 0%;
    left: 50%;
}
#menu-button.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#menu-button.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#menu-button.open span:nth-child(4) {
    top: 13px;
    width: 0%;
    left: 50%;
}
#mainNav a {
    color: #002a3a;
}
#mainNav a.logo {
    display: flex;
}
#mainNav a.logo img {
    max-width: 300px;
    width: 300px;
    height: auto;
    margin-top: -15px;
}
#mainNav ul li button {
    text-align: center;
}
.hero {
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 600px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
}
.hero.bottom {
    background-position-y: bottom;
}
.hero div.inner-border {
    grid-column: 1 / span 1;
    grid-row: 1 / span 1;
}
#hero-home {
    /* The image used */
    background-image: url("../img/hero-parallax-shaking-hands-1200px.jpg"); /* Fallback */
}
#hero-services {
    /* The image used */
    background-image: url("../img/hero-parallax-our-services-1200px.jpg"); /* Fallback */
}
#hero-contact {
    /* The image used */
    background-image: url("../img/hero-parallax-contact-us-1200px.jpg"); /* Fallback */
}
#hero-intro {
    background-color: #002a3a;
    background-image: url("../img/background-lighthouse-logo-white.svg");
    background-repeat: no-repeat;
    max-height: 300px;
    color: #ffffff;
    text-align: center;
    align-self: end;
    grid-column: 1 / span 1;
    grid-row: 1 / span 1;
}
#hero-intro h1 span.bold {
    font-weight: 900; /* special font styling for Montserrat */
    margin-top: 0.5rem;
    display: block;
}
article section.content {
    margin: 3rem 15%;
    display: flex;
    flex-direction: column;
}
article section.content h2 {
    color: #002a3a;
    font-size: 4rem;
    font-family: "museo-sans-display", Verdana, sans-serif;
    font-weight: 800;
    border-bottom: 3px solid #bc2f2c;
    width: fit-content;
    margin: 1rem 0;
}
article section.content div.inner-border h2 {
    color: #ffffff;
    margin-left: 25px;
    margin-bottom: 3rem;
    border-bottom: none;
    font-size: 3.2rem;
    width: 60%;
    border: none;
}
article section.content div.inner-border h2.smaller {
    font-size: 2.5rem;
}
article section.content div.content-row {
    display: grid;
    background-color: #ebebeb;
    padding: 2rem;
    margin: 4rem 0 2rem;
    height: 100%;
    box-shadow: 5px 5px 30px -15px #002a3a;
}
article section.content div.content-row .image-background {
    width: 100%;
    min-height: 100%;
    height: fit-content;
    background-color: #002a3a;
    background-image: url("../img/background-lighthouse-logo-white.svg");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 60%;
    display: grid;
}
article section.content div.content-row .inner-border {
    grid-column: 1 / span 1;
    grid-row: 1 / span 1;
}
article section.content article {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
}
article section.content div.border {
    border: 4px solid #002a3a;
    padding: 1.7rem 2rem;
    display: grid;
    margin: 2rem 0 1rem;
    grid-auto-rows: min-content;
    height: fit-content;
    grid-column: 1 / span 1;
    grid-row: 1 / span 1;
    background-color: #ffffff;
}
article section.content h3 {
    color: #ffffff;
    background-color: #bc2f2c;
    font-family: "museo-sans-display", Verdana, sans-serif;
    font-weight: 800;
    width: fit-content;
    padding: 0.5rem 2rem;
    margin: 0;
    margin-top: -3.7rem;
    position: relative;
}
article section.content p {
    margin: 0.5rem 0;
}
article section.content ul {
    margin: 0.75em 0 0.75em 2em;
    padding: 0 1em;
    list-style: none;
}
article section.content li::before { 
    content: "";
    border-color: transparent #bc2f2c;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 0.9em;
    position: relative;
}
article section.content ul.paginate {
    margin: 0.75em auto 0.75em auto;
    padding: 0 1em;
    z-index: 100;
}
article section.content ul.paginate li {
    float: left;
    padding: 1em;
}
article section.content ul.paginate li button {
    color: #002a3a;
    background: transparent;
    border: none;
}
article section.content ul.paginate li button:hover {
    color: #264a58;
    cursor: pointer;
}
article section.content ul.paginate li button.active {
    color: #bc2f2c;
}
article section.content ul.paginate li button.active:hover {
    color: #be5857;
}
article section.content ul.paginate li::before { 
    content: unset;
    border-color: unset;
    border-style: none;
    border-width: 0;
    display: block;
}
article section.content div.quote-block {
    color: #ffffff;
    background-color: #002a3a;
    padding: 2rem;
    margin: 0 auto;
}
#beach-couple {
    background-image: url("../img/article-parallax-couple-beach-1200px.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: grid;
}
div.blue-break {
    background-color: #002a3a;
    display: grid;
}
div.blue-break div {
    color: #ffffff;
    grid-column: 1 / span 1;
    grid-row: 1 / span 1;
    display: flex;
    align-items: center;
}
div.blue-break div img.logo {
    max-height: 100px;
    align-self: center;
    margin-right: 40px;
}
div.blue-break div.column-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
}
div.blue-break div.column-text h3, div.blue-break div.column-text p {
    margin: 0;
}
div.blue-break div a.button {
    color: #ffffff;
    background-color: #bc2f2c;
    padding: 20px 50px;
    height: fit-content;
    text-decoration: none;
}
div.blue-break img.fold {
    height: 125px;
    justify-self: end;
    grid-column: 1 / span 1;
    grid-row: 1 / span 1;
}
article section.content div.quote-block p {
    border: 3px solid #ffffff;
    padding: 2rem;
    margin: 0;
    display: flex;
}
article section.content span.quote {
    font-size: 6rem;
    font-family: 'Archivo Narrow', sans-serif;
    font-weight: 500;
    margin-top: -3rem;
    margin-right: 10px;
}
article section.content header {
    width: 100%;
    min-height: 150px;
    height: 150px;
    background-color: #002a3a;
    background-image: url("../img/background-lighthouse-logo-white.svg");
    background-repeat: no-repeat;
    background-position-x: 85%;
    background-position-y: 15%;
    background-size: 32% auto;
    display: grid;
}
article section.content header .inner-border {
    border-bottom: none;
    margin-bottom: 0;
}
article section.content header h3 {
    background-color: transparent;
    margin: initial;
    padding: 20px;
}
#comparison-table table {
    width: 100%;
    border-collapse: collapse;
}
#comparison-table table caption {
    text-align: left;
    color: #002a3a;
    font-weight: bold;
    font-size: 1.2rem;
}
#comparison-table table tr {
    min-height: 45px;
    text-align: center;
}
#comparison-table table th, #comparison-table table td {
    text-align: center;
    padding: 10px;
    font-weight: normal;
}
#comparison-table table th:first-child, #comparison-table table td:first-child {
    text-align: left;
}
#comparison-table table tr.service-header {
    background-color: #002a3a;
    color: white;
    font-weight: bold;
}
#comparison-table table tr.service-header th {
    border-left: 1px solid #ffffff;
}
#comparison-table table tr.service-header th, #comparison-table table tr.title-header th {
    font-weight: bold;
}
#comparison-table table tr.service-section {
    border-bottom: 1px solid #cecece;
}
#comparison-table table tr.service-section th {
    border-right: 1px solid #cecece;
}
#participant-table {
    display: flex;
    flex-direction: column;
    background-color: #ebebeb;
    border-radius: 10px;
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    box-shadow: 5px 5px 30px -15px #002a3a;
}
#participant-table .list-block:last-of-type {
    margin-bottom: 1rem;
}
#participant-table h4 {
    grid-column: 1 / span 3;
    grid-row: 1 / span 3;
}
#myself {
    grid-column: 1 / span 1;
    grid-row: 1 / span 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#withMe {
    grid-column: 2 / span 1;
    grid-row: 1 / span 1;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
}
#forMe {
    grid-column: 3 / span 1;
    grid-row: 1 / span 2;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
}
#participant-table h4 {
    color: #002a3a;
    font-size: 1.4rem;
    margin: 0 0 calc(2rem + 10px) 0;
    padding: 0;
	text-align: center;
}
#participant-table h4:after {
	content: '';
	display: block;
	background-color: #bc2f2c;
	height: 3px;
	width: 100px;
	margin-top: 5px;
	position: absolute;
	left: 50%;
	margin-left: -50px;
}
#participant-table h5 {
    color: #bc2f2c;
    font-size: 1.2rem;
    margin: 0;
    padding: 0;
    text-align: center;
}
#participant-table ul {
    font-size: 0.9rem;
}
#participant-table .disclaimer {
    margin-left: 2em;
}
article section.content .disclaimer img {
    width: 150px;
}
footer {
    background-color: #002a3a;
    background-image: url("../img/background-lighthouse-logo-white.svg");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 10%;
    background-size: 35% auto;

    /* 'sticky' footer with flexbox */
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    color: #ffffff;
}
footer a {
    color: #ffffff;
    font-family: 'Montserrat', Verdana, sans-serif;
    font-weight: 500;
}
footer a.logo {
    display: inline-block;
}
footer a.logo img {
    width: 300px;
    max-width: 300px;
    height: auto;
    margin: 0 0 1rem 0;
}
footer address div.icon-indent {
    display: flex;
    flex-direction: row;
    column-gap: 10px;
    margin: 0 0.5rem 1rem 2rem;
}
footer address div.icon-indent i {
    margin: 0.2rem 0;
}
footer address div.icon-indent p {
    margin: 0 0;
}
footer nav {
    display: flex;
    flex-direction: column;
}
footer a:hover {
    text-decoration-color: #bc2f2c;
    text-decoration-thickness: 1.4px;
}
footer nav ul {
    display: flex;
    padding: 0;
    margin: 0;
}
footer nav ul li {
    margin-right: 2rem;
}
#disclosure {
    border-top: 1px solid #ffffff;
    margin-top: 1.5rem;
}
#disclosure, #disclosure .disclaimer, #disclosure h6 {
    font-size: 0.8rem;
    color: #ffffff;
}
#disclosure h6, #disclosure p {
    margin: 0.5rem 0;
}
#disclosure ul {
    list-style-type: none;
}
#disclosure ul li {
    margin-right: 1rem;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .mobile {
        display: initial;
    }
    .desktop {
        display: none;
    }
    #mainNav a.logo {
        height: auto;
        width: 100%;
    }
    #mainNav a.logo img {
        max-width: 200px;
        width: 200px;
    }
    #hero-home {
        /* The image used */
        background-image: url("../img/hero-parallax-shaking-hands-640px.jpg"); /* Fallback */
        background-image: -webkit-image-set(
            url("../img/hero-parallax-shaking-hands-640px.jpg") 1x,
            url("../img/hero-parallax-shaking-hands-1200px.jpg") 2x
        );
        background-image: image-set(
            url("../img/hero-parallax-shaking-hands-640px.jpg") 1x,
            url("../img/hero-parallax-shaking-hands-1200px.jpg") 2x
        );
    }
    #hero-intro {
        background-position-x: center;
        background-position-y: center;
        background-origin: content-box;
        padding: 1rem 0;
    }
    #hero-intro h1 {
        font-size: 1.5rem;
        margin: 3rem 3rem 4rem;
    }
    #hero-intro h1 span.bold {
        font-size: 2.5rem;
    }
    section.content {
        margin: 3rem 0.5rem;
    }
    div.content-row {
        grid-template-columns: 1fr;
        grid-row-gap: 2rem;
    }
    article section.content {
        margin: 3rem 1rem;
    }
    article section.content div.content-row .image-background {
        margin-top: -4rem;
    }
    article section.content div.inner-border h2 {
        font-size: 2.5rem;
    }
    article section.content div.inner-padding {
        margin: 2rem 1rem;
    }
    article section.content div.border.page {
        opacity: 1;
        transform: none;
        visibility: visible;
    }
    article section.content h3 {
        font-size: 1.5rem;
    }
    article section.content article.pagination {
        display: flex;
        flex-direction: column;
    }
    article section.content .paginate {
        display: none;
    }
    #beach-couple {
        background-attachment: fixed;
    }
    div.blue-break img {
        display: none;
    }
    div.blue-break div {
        flex-direction: column;
        margin: 1rem 2rem 2rem;
    }
    div.blue-break div.column-text {
        margin-left: 0;
        margin-right: 0;
    }
    article section.content div.quote-block {
        width: 75%;
    }
    article section.content .disclaimer {
        margin-top: 20px;
    }
    footer div.inner-border {
        padding: 1rem;
        flex-direction: column;
    }
    footer a.logo img {
        height: auto;
        width: 100%;
        margin: 0 0 1rem 0;
    }
    footer address div.icon-indent {
        margin: 0 0.5rem 1rem 1rem;
    }
    footer nav {
        margin-top: 1rem;
    }
    footer nav ul {
        flex-direction: column;
    }
    
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .mobile {
        display: initial;
    }
    .desktop {
        display: none;
    }
    #mainNav a.logo {
        height: auto;
        width: 100%;
    }
    #mainNav a.logo img {
        max-width: 200px;
        width: 200px;
    }
    #hero-home {
        /* The image used */
        background-image: url("../img/hero-parallax-shaking-hands-640px.jpg"); /* Fallback */
        background-image: -webkit-image-set(
            url("../img/hero-parallax-shaking-hands-640px.jpg") 1x,
            url("../img/hero-parallax-shaking-hands-1200px.jpg") 2x
        );
        background-image: image-set(
            url("../img/hero-parallax-shaking-hands-640px.jpg") 1x,
            url("../img/hero-parallax-shaking-hands-1200px.jpg") 2x
        );
    }
    #hero-intro {
        background-position-x: center;
        background-position-y: center;
        background-origin: content-box;
        padding: 1rem 0;
    }
    #hero-intro h1 {
        font-size: 1.5rem;
        margin: 3rem 3rem 4rem;
    }
    #hero-intro h1 span.bold {
        font-size: 2.5rem;
    }
    section.content {
        margin: 3rem 0.5rem;
    }
    div.content-row {
        grid-template-columns: 1fr;
        grid-row-gap: 2rem;
    }
    article section.content {
        margin: 3rem 1rem;
    }
    article section.content div.content-row .image-background {
        margin-top: -4rem;
    }
    article section.content div.inner-border h2 {
        font-size: 2.5rem;
    }
    article section.content h3 {
        font-size: 1.5rem;
    }
    article section.content div.inner-padding {
        margin: 2rem 1rem;
    }
    article section.content div.border.page {
        opacity: 1;
        transform: none;
        visibility: visible;
    }
    article section.content article.pagination {
        display: flex;
        flex-direction: column;
    }
    article section.content .paginate {
        display: none;
    }
    #beach-couple {
        background-attachment: fixed;
    }
    div.blue-break img {
        display: none;
    }
    div.blue-break div {
        flex-direction: column;
        margin: 1rem 2rem 2rem;
    }
    div.blue-break div.column-text {
        margin-left: 0;
        margin-right: 0;
    }
    article section.content div.quote-block {
        width: 75%;
    }
    article section.content .disclaimer {
        margin-top: 20px;
    }
    footer div.inner-border {
        padding: 1rem;
        flex-direction: column;
    }
    footer a.logo img {
        height: auto;
        width: 100%;
        margin: 0 0 1rem 0;
    }
    footer address div.icon-indent {
        margin: 0 0.5rem 1rem 1rem;
    }
    footer nav {
        margin-top: 1rem;
    }
    footer nav ul {
        flex-direction: column;
    }
    
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    footer nav ul {
        flex-direction: row;
    }
    header.dialog #mainNav {
        bottom: auto;
    }
    article section.content {
        margin: 3rem 2rem;
    }
    article section.content h3 {
        font-size: 1.7rem;
    }
    article section.content div.quote-block {
        width: 60%;
    }
    article section.content div.inner-padding {
        margin: 2rem 2rem;
    }
    article section.content div.border.page {
        opacity: 0;
        transform: translateY(20vh);
        visibility: hidden;
        transition: opacity 0.6s ease-out, transform 1.2s ease-out;
        will-change: opacity, visibility;
    }
    article section.content div.border.page.is-visible {
        opacity: 1;
        transform: none;
        visibility: visible;
    }
    article section.content article.pagination {
        display: grid;
    }
    article section.content .paginate {
        display: initial;
    }
	#myself {
		align-items: start;
	}
	#withMe {
		align-items: start;
	}
	#forMe {
		align-items: start;
	}
    #beach-couple {
        min-height: 800px;
        max-height: 800px;
    }
    
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .mobile {
        display: none;
    }
    .desktop {
        display: initial;
    }
    #mainNav a.logo {
        height: 100%;
        width: auto;
    }
    #mainNav a.logo img {
        max-width: 300px;
        width: 300px;
    }
    #hero-home {
        /* The image used */
        background-image: url("../img/hero-parallax-shaking-hands-1080px.jpg"); /* Fallback */
        background-image: -webkit-image-set(
            url("../img/hero-parallax-shaking-hands-1080px.jpg") 1x,
            url("../img/hero-parallax-shaking-hands-2048px.jpg") 2x
        );
        background-image: image-set(
            url("../img/hero-parallax-shaking-hands-1080px.jpg") 1x,
            url("../img/hero-parallax-shaking-hands-2048px.jpg") 2x
        );
    }
    #hero-intro {
        background-position-x: center;
        background-position-y: 20%;
        background-size: 65% auto;
    }
    #hero-intro h1 {
        font-size: 2rem;
        margin: 3rem 5rem 4rem;
    }
    #hero-intro h1 span.bold {
        font-size: 4rem;
    }
    article section.content {
        margin: 3rem 2rem;
    }
    article section.content div.content-row {
        grid-template-columns: 40% 60%;
        grid-column-gap: 2%;
    }
    article section.content div.inner-padding {
        margin: 2rem 3rem;
    }
    article section.content div.content-row .image-background {
        margin: -4rem 0;
    }
    div.blue-break {
        max-height: 125px;
        clip-path: polygon(0% 0%, 100% 0%,calc(100% - 94.455px) 100%,0% 100%);
    }
    div.blue-break img {
        display: initial;
    }
    div.blue-break img.logo {
        display: none;
    }
    div.blue-break div {
        margin: 0 0 0 10%;
        flex-direction: row;
    }
    div.blue-break div.column-text {
        margin-right: 50px;
        width: 50%;
    }
    #participant-table {
        background-image: url("../img/background-diagram.png");
        background-repeat: no-repeat;
        background-size: auto 75%;
        background-position-x: center;
        background-position-y: bottom;
        aspect-ratio: 3 / 2;
        display: grid;
        grid-template-columns: 32% auto 32%;
		grid-template-rows: 3rem 1fr 1fr;
        background-color: transparent;
        box-shadow: none;
    }
    #participant-table .list-block {
        margin-top: 2rem;
    }
	#participant-table .disclaimer {
		grid-column: 1 / -1;
	}
	#participant-table #myself {
		align-items: center;
		grid-row: 3 / span 1;
		margin-top: -50%;
	}
	#participant-table #withMe {
		align-items: center;
		grid-row: 2 / span 1;
		margin-top: 0;
	}
	#participant-table #forMe {
		align-items: center;
		grid-row: 3 / span 1;
		margin-top: -50%;
	}
    footer div.inner-border {
        padding: 2rem 3rem;
        flex-direction: row;
    }
    footer a.logo img {
        width: 300px;
        max-width: 300px;
        height: auto;
        margin: 0 0 1rem 0;
    }
    footer address div.icon-indent {
        margin: 0 0.5rem 1rem 2rem;
    }
    footer nav {
        max-width: 45%;
        margin-top: 0;
    }
    
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    article section.content {
        margin: 3rem 15%;
    }
    article section.content div.content-row {
        grid-template-columns: 34% 64%;
        grid-column-gap: 2%;
    }
    div.blue-break div.column-text {
        margin-right: 100px;
    }
    div.blue-break div.column-text h3 {
        font-size: 1.7rem;
    }
    div.blue-break img.logo {
        display: initial;
    }
    footer nav {
        max-width: 40%;
    }
    
}