@charset "utf-8";

/* ! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace,monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: .35em .75em .625em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/* ***** Elad Shechter's RESET ****** */
/* ** box sizing border-box for all elements ** */
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

button {
    background-color: transparent;
    color: inherit;
    border-width: 0;
    padding: 0;
    cursor: pointer;
}

figure {
    margin: 0;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: 0;
}

ul,
ol,
dd {
    margin: 0;
    padding: 0;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
}

p {
    margin: 0;
}

cite {
    font-style: normal;
}

fieldset {
    border-width: 0;
    padding: 0;
    margin: 0;
}

/* img {
  image-rendering: -webkit-optimize-contrast;
} */
@font-face {
    font-family: "Poppins Regular";
    src: url('/fonts/poppins-regular-webfont.woff2') format("woff2"), url('/fonts/poppins-regular-webfont.woff') format("woff");
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
}

@font-face {
    font-family: "Poppins Light";
    src: url('/fonts/poppins-light-webfont.woff2') format("woff2"), url('/fonts/poppins-light-webfont.woff') format("woff");
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
}

@font-face {
    font-family: "Libre Regular";
    src: url('/fonts/librebaskerville-regular-webfont.woff2') format("woff2"), url('/fonts/librebaskerville-regular-webfont.woff') format("woff");
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
}

@-ms-viewport {
    width: device-width;
    initial-scale: 1;
    zoom: 1;
    min-zoom: 1;
    max-zoom: 1;
    user-zoom: fixed;
}

@-o-viewport {
    width: device-width;
    initial-scale: 1;
    zoom: 1;
    min-zoom: 1;
    max-zoom: 1;
    user-zoom: fixed;
}

@viewport {
    width: device-width;
    initial-scale: 1;
    zoom: 1;
    min-zoom: 1;
    max-zoom: 1;
    user-zoom: fixed;
}

html {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background-color: #ffffff;
    font-size: 62.5%;
    overflow: auto;
    scroll-behavior: smooth;
}

/* Safari 6.1-10.0 */
@media screen and (min-color-index: 0) and (-webkit-min-device-pixel-ratio: 0) {
    @media {
        h1,
        h2,
        input {
            -webkit-font-smoothing: antialiased;
        }
    }
}

/* Safari 10.1+ */
@media not all and (min-resolution: .001dpcm) {
    @media {
        @supports (-webkit-appearance: none) {
            input {
                -webkit-font-smoothing: antialiased;
            }
        }
    }
}

::-moz-selection {
    background-color: #229CC2;
    color: #fff;
}

::selection {
    background-color: #229CC2;
    color: #fff;
}

::-moz-selection:not(h1,h2,h3,h4,h5,h6,p,a,div,span,time,input) {
    background-color: transparent;
}

::selection:not(h1,h2,h3,h4,h5,h6,p,a,div,span,time,input) {
    background-color: transparent;
}

iframe {
    outline: none!important;
    border: none!important;
}

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

body {
    -webkit-animation: bugfix infinite 1s;
}

@-webkit-keyframes bugfix {
    from {
        padding: 0;
    }

    to {
        padding: 0;
    }

    /* Android checkbox hack */
}

body {
    /* overflow-y: auto;
	overflow-x: hidden; */
    -webkit-overflow-scrolling: touch;
    font-size: 16rem;
    font-family: "Poppins Regular", Arial, Helvetica, sans-serif;

    /* background: #fff */
    min-width: 280px;
    font-size: 1.6rem;
}

#hero {
    position: relative;
    min-height: 100vh;
    height: auto;
    z-index: 1;
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 65%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
}

.no-js #hero-image {
    opacity: 1;
}

#hero-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0 50%;
    object-position: 0 50%;
}

#hero-image:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    z-index: 2;
    background: rgb(255,255,255);
    background: -o-linear-gradient(right, rgba(255,255,255,1) 0, rgba(255,255,255,0) 68%);
    background: -webkit-gradient(linear, right top, left top, color-stop(0, rgba(255,255,255,1)), color-stop(68%, rgba(255,255,255,0)));
    background: linear-gradient(-90deg, rgba(255,255,255,1) 0, rgba(255,255,255,0) 68%);
}

#nav-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

nav ul {
    height: 50px;
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

nav ul li a {
    display: block;
    margin: 0 10px;
    text-transform: uppercase;
    padding: 15px;
    height: 50px;
    line-height: 1.6;
}

#main-nav-check,
#menu-toggle {
    display: none;
}

#facebook img {
    height: 30px;
    width: 30px;
    margin-top: -7px;
}

#hero-text {
    position: absolute;
    z-index: 3;
    font-family: "Poppins Light", Arial, Helvetica, sans-serif;
    -ms-flex-item-align: center;
    align-self: center;
    right: 4%;
    margin-top: 100px;
    line-height: 1.6;

    /* display: -webkit-box */
    /* display: -ms-flexbox */
    /* display: flex */
    /* -webkit-box-pack: end */
    /* -ms-flex-pack: end */
    /* justify-content: flex-end */
    /* -ms-flex-wrap: wrap */
    /* flex-wrap: wrap */
    text-align: right;
    width: 50%;
    margin-bottom: 80px;

    /* max-width: calc( 670px + (70 - 50) * (100vw - 400px) / (2000 - 400) ); */
}

#hero-text h1 {
    overflow: hidden;
    display: block;
    color: #000;
    font-size: calc( 2.2rem + (70 - 50) * (100vw - 400px) / (2000 - 400) );
    margin-bottom: 1rem;
}

#hero-text h1 span {
    display: block;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

#hero-text a span {
    display: block;
    -webkit-transform: translateY(calc(100% + 10px));
    -ms-transform: translateY(calc(100% + 10px));
    transform: translateY(calc(100% + 10px));
}

.no-js #hero-text h1 span,
.no-js #hero-text a span {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

#hero-text br {
    display: none;
}

#hero-text a {
    overflow: hidden;
    font-size: calc( 1.4rem + (70 - 62) * (100vw - 400px) / (2000 - 400) );
    color: #229CC2;

    /* margin-right: -10px; */
    display: inline-block;
    margin-top: 40px;
}

.cta {
    position: relative;
    overflow: hidden;

    /* align-self: flex-start */
}

.cta span {
    padding: 10px 0 10px 10px;
}

.cta hr {
    outline: none;
    position: absolute;
    bottom: -8px;
    right: 0;
    z-index: 3;
    width: 50%;
    border: none;
    border-bottom: 6px solid #DCEEF8;
    -webkit-transform: translateX(calc(100% + 10px));
    -ms-transform: translateX(calc(100% + 10px));
    transform: translateX(calc(100% + 10px));
}

#logo {
    width: 240px;
    margin-top: 55px;
    -ms-flex-item-align: center;
    align-self: center;
    padding: 15px;
    margin-left: 5%;
    margin-right: calc(4% - 15px);
}

#logo img {
    width: 100%;
    height: auto;
}

#talk-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-transform: uppercase;
}

main {
    padding: 100px 40px;
    position: relative;
}

main:before {
    content: '';
    position: absolute;
    top: -20px;
    left: 10%;
    width: 90%;
    height: 1000px;
    z-index: -1;
    opacity: 0.1;
    -webkit-filter: blur(3px);
    filter: blur(3px);
    background-image: url(graphics/A-Modern-Ceremony-logo_grey.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: cover;
}

section {
    max-width: 2000px;
    margin: 0 auto 80px auto;
}

#hero {
    max-width: none;
}

section p {
    line-height: 1.8;
    max-width: 850px;
    font-size: calc( 1.2rem + (70 - 64) * (100vw - 400px) / (2000 - 400) );
}

#about1 p {
    max-width: 1400px;

    /* padding-left: 5% */
}

#about2 p {
    max-width: 1000px;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

h1 {
    font-size: calc( 2.6rem + (70 - 60) * (100vw - 400px) / (2000 - 400) );
    color: #229CC2;
    margin-bottom: 5rem;
    line-height: 1.4;
    font-family: "Poppins Light", Arial, Helvetica, sans-serif;
}

h2 {
    font-size: calc( 2.2rem + (70 - 60) * (100vw - 400px) / (2000 - 400) );

    /* text-transform: uppercase; */
    margin-bottom: 3rem;
    line-height: 1.4;
    color: #229CC2;
    font-family: "Poppins Light", Arial, Helvetica, sans-serif;
}

#about1 {
    padding: 5%;
}

#about2 {
    margin: 0 auto;
    padding: 80px 0 0 0;
}

#about2 figure,
#about4 figure {
    width: 50%;
    margin-left: 80px;

    /* max-width: 850px */
    position: relative;
}

#about2 figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

#about3 p {
    max-width: 1200px;
}

.quote {
    font-size: calc( 2.2rem + (70 - 68) * (100vw - 400px) / (2000 - 400) );
    margin: 80px auto;
    padding: 40px 40px 40px 80px;
}

.quote span {
    color: #229CC2;
}

.quote:before,
.quote:after {
    font-family: "Libre Regular", Arial, Helvetica, sans-serif;
    color: #229CC2;
    font-size: calc( 6.6rem + (70 - 68) * (100vw - 400px) / (2000 - 400) );
    position: absolute;
    margin-top: -2.8rem;
}

.quote:before {
    content: '\201C';
    margin-left: -4rem;
}

.quote:after {
    content: '\201D';
    margin-left: 1rem;
}

#about4 {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#about4 h1 {
    margin-bottom: 30px;
}

#about4 figure {
    margin-left: 100px;
    margin-right: 50px;
    height: auto;
    width: 25%;
    max-width: 350px;
    min-width: 200px;
}

#about4 figure img {
    width: 100%;
    height: auto;
}

#about4 p {
    margin-top: -70px;
}

#about5 {
    margin: 0 auto 150px auto;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 300px;
}

#about5 h1 {
    /* margin-left: 5% */
    display: inline-block;
    position: relative;
    z-index: 6;
}

#about5 p {
    width: 50%;
}

#about5 .flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#image-grid {
    width: calc(42% - 40px);
    margin-left: auto;
    max-width: 900px;
    position: relative;
}

#image-grid figure {
    position: relative;
}

#image-grid figure:nth-child(1) {
    width: 40%;

    /* margin-right: 40px */
    margin-top: -230px;
    padding-bottom: 50%;
    z-index: 4;
    margin-left: 57%;
}

#image-grid figure:nth-child(2) {
    width: 50%;
    margin-top: -84px;
    margin-left: 22%;
    padding-bottom: 33%;
    z-index: 5;
}

#image-grid figure:nth-child(2):after {
    content: '';
    position: absolute;
    top: 25px;
    left: 25px;
    width: 100%;
    height: 100%;
    background-color: #EDF5FA;
    z-index: -1;
}

#image-grid figure:nth-child(3) {
    width: 35%;
    margin-top: -109px;
    padding-bottom: 50%;
    z-index: 4;
}

#image-grid figure img,
#about6 figure img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

#about6 .flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#about6 h1 {
    width: 70%;
}

#about6 figure {
    width: 100%;
    position: relative;
    padding-bottom: 66%;
}

#about6 p {
    width: 50%;
    margin-right: 60px;
    margin-top: 50px;
}

#contact {
    padding: 0;
    position: relative;
    max-width: none;
}

#contact-inner {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    padding: 40px 40px 200px 40px;
}

#contact-bg {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

#contact-inner:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    opacity: 0.8;
    z-index: 2;
}

#contact-info {
    position: relative;
    z-index: 3;
    padding: 0 100px 0 0;
    line-height: 1.6;
}

#contact-details {
    background-color: rgba(255,255,255,0.7);
    padding: 30px 30px 10px 30px;
    border-radius: 3px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

#contact h1 {
    margin: 0 0 40px 0;
    line-height: 1.6;
}

#contact-info p {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#contact-number,
#contact-email {
    color: #229CC2;
    font-weight: bold;
}

.contact-items:before {
    content: '';
    position: relative;
    height: 32px;
    width: 32px;
    left: -20px;
    margin-top: -4px;
}

#contact-number:before {
    background-image: url(graphics/Phone.svg);
}

#contact-email:before {
    background-image: url(graphics/Email.svg);
}

#contact-address:before {
    background-image: url(graphics/Pin.svg);
}

.contact-items {
    padding-left: 16px;
}

#contact-info a {
    word-wrap: break-word;
}

#contact-logo {
    position: absolute;
    bottom: 200px;
    z-index: 3;
}

#contact-logo a {
    width: 250px;
}

#form-container {
    position: relative;
    width: 60%;
    max-width: 750px;

    /* padding: 40px */
    z-index: 3;
    margin-left: auto;
    margin-top: 25px;
}

#form-container h2 {
    margin-top: 30px;
}

#form-container p {
    margin: 20px 0;
}

#contactform input::-webkit-input-placeholder {
    color: #333;
}

#contactform input::-moz-placeholder {
    color: #333;
}

#contactform input:-ms-input-placeholder {
    color: #333;
}

#contactform input::-ms-input-placeholder {
    color: #333;
}

#contactform input::placeholder {
    color: #333;
}

#contactform textarea::-webkit-input-placeholder {
    color: #333;
}

#contactform textarea::-moz-placeholder {
    color: #333;
}

#contactform textarea:-ms-input-placeholder {
    color: #333;
}

#contactform textarea::-ms-input-placeholder {
    color: #333;
}

#contactform textarea::placeholder {
    color: #333;
}

.selectdiv select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#contactform input:not(.button),
#contactform textarea,
.selectdiv select {
    width: 100%;
    padding: 16px;
    border: 3px solid #229CC2;
    border-radius: 5px;
    margin-bottom: 30px;
    display: block;
}

.selectdiv {
    position: relative;
}

/* To remove button from IE11, thank you Matt */
select::-ms-expand {
    display: none;
}

.selectdiv:before,
.selectdiv:after {
    content: '';
    width: 16px;
    border: 2px solid #229CC2;
    position: absolute;

    /* Adjust for position */
    top: 50%;
    pointer-events: none;
    border-radius: 2px;

    /* -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
      -webkit-transition: -webkit-transform 0.2s ease;
      transition: -webkit-transform 0.2s ease;
      -o-transition: transform 0.2s ease;
      transition: transform 0.2s ease;
      transition: transform 0.2s ease, -webkit-transform 0.2s ease; */
}

.selectdiv:before {
    -webkit-transform: rotate(45deg) translate(0, -50%);
    -ms-transform: rotate(45deg) translate(0, -50%);
    transform: rotate(45deg) translate(0, -50%);
    right: 30px;
}

.selectdiv:after {
    -webkit-transform: rotate(-45deg) translate(0, -50%);
    -ms-transform: rotate(-45deg) translate(0, -50%);
    transform: rotate(-45deg) translate(0, -50%);
    right: 18px;
}

#contactform label {
    display: block;
    margin: 20px 0;
}

#confirmation-field {
    display: none;
}

#contactform textarea {
    height: 250px;
}

#contact-submit {
    padding: 16px 40px;
    margin: 0;
    cursor: pointer;
    background: #229cc2;
    color: #fff;
    border: none;
    border-radius: 5px;
}

#contact-notify {
    line-height: 1.6;
    padding: 30px;
    margin: 30px 0;
    width: 100%;
    color: #229CC2;
    opacity: 0;
    background-color: rgba(255,255,255,0.7);
    border: 1px solid #229CC2;
    border-radius: 5px;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

#contact-notify.success {
    opacity: 1;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 10;
    text-align: center;
    line-height: 1.6;
    padding: 0 20px 20px 20px;
    margin-top: 100px;
}

/* .footer-column:nth-child(2) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.footer-column:nth-child(3) {
            -webkit-box-pack: end;
                -ms-flex-pack: end;
                    justify-content: flex-end;
} */
footer small {
    margin-bottom: 15px;
}

@media screen and (min-width: 1200px) {
    #hero-text h1 {
        font-size: calc( 2.8rem + (70 - 64) * (100vw - 400px) / (2000 - 400) );
    }
}

@media screen and (min-width: 1400px) {
    #about2 figure img {
        max-width: 100%;
        height: auto;
        position: relative;
    }

    #about2 .article-text {
        -ms-flex-item-align: center;
        align-self: center;
    }

    #contact-inner {
        padding: 10%;
    }
}

/* @media screen and (min-width: 1800px) {
    #hero-text {
        font-size: 3.3rem;
    }
} */
@media screen and (max-width: 1600px) {
    section p {
        font-size: calc( 1.5rem + (70 - 68) * (100vw - 400px) / (2000 - 400) );
    }
}

@media screen and (max-width: 1400px) {
    #hero-image img {
        -o-object-position: 0 0;
        object-position: 0 0;
    }

    #about5 p {
        width: 36%;
        min-width: 350px;
    }

    #image-grid {
        width: 50%;
        margin-top: 28px;
    }
}

@media screen and (max-width: 1200px) {
    #nav-container {
        height: 80px;
        background: rgba(255,255,255,0.5);
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);

        /* -webkit-box-direction: reverse */
        /* -ms-flex-direction: row-reverse */
        /* flex-direction: row-reverse */
    }

    nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: 10px;
    }

    nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 0;
    }

    nav ul li:nth-child(1) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    #logo {
        margin-top: 10px;
        width: 210px;
        height: 70px;
        margin-left: auto;
        margin-right: 15px;
    }

    #hero {
        margin-top: 80px;
    }

    #hero-image {
        width: 70%;
    }
}

@media screen and (max-width: 1024px) {
    #image-grid {
        margin-top: 20%;
        margin-left: 30px;
    }

    #about5 {
        padding-top: 120px;
    }

    /* #about5 figure:nth-child(1) {
        min-width: 186px;
        padding-bottom: 220px;
    } */
}

@media screen and (max-width: 991px) {
    h1 {
        margin-bottom: 4rem;
    }

    /* #nav-container {
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    } */
    main {
        padding: 80px 0;
    }

    section,
    #about1 {
        padding: 30px;
        margin-bottom: 50px;
    }

    #about5 {
        padding-left: 30px;
    }

    #about1 p,
    #about2 .article-text {
        padding-left: 0;
    }

    #about2 figure {
        margin-left: 30px;
        width: 65%;
    }

    #hero {
        display: block;
        padding: 0;
        margin-bottom: 0;
        min-height: auto;
    }

    #hero-image {
        width: 100%;
        height: 90vw;
        position: relative;
        min-height: 300px;
        max-height: 70vh;
    }

    #hero-image:after {
        content: none;
    }

    #hero-text {
        position: relative;
        width: 100%;
        padding: 30px;
        left: 0;
        right: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 0;
        margin-bottom: 0;
        max-width: none;
    }

    #hero-text a {
        display: none;
    }

    .quote {
        padding: 30px 30px 30px 70px;
        margin: 0 auto;
    }

    #about4 {
        max-width: 100%;
    }

    #about5 p {
        width: 40%;
    }

    #about5 p,
    #about5 h1 {
        margin-left: 0;
    }

    #about6 p {
        margin-right: 30px;
    }

    #contact-inner {
        padding: 30px;
    }

    #contact-info {
        padding: 0 5% 0 0;
    }
}

/* @media screen and (max-width: 620px) {
    nav {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
} */
@media screen and (max-width: 768px) {
    h1 {
        margin-bottom: 3rem;
    }

    #about2,
    .flex {
        display: block;
    }

    #about2 figure {
        margin-top: 30px;
        margin-left: 0;
        width: 100%;
    }

    section p,
    #about2 figure {
        max-width: none;
    }

    #about2 figure img {
        -o-object-fit: auto;
        object-fit: auto;
        position: static;
        height: auto;
    }

    #about4 p {
        margin-top: 40px;
    }

    #about4 figure {
        width: 100%;
        margin: 0 auto;
    }

    #about5 {
        margin-top: 80px;
    }

    #about5 p {
        width: 50%;
    }

    #image-grid {
        width: 100%;
        margin: 40px auto 0 auto;
    }

    #image-grid figure:nth-child(1) {
        /* margin-top: 0 */
        margin-left: 61%;
    }

    #image-grid figure:nth-child(2) {
        margin-left: 24%;
        margin-top: -110px;
    }

    #image-grid figure:nth-child(3) {
        /* margin-top: -270px */
    }

    #about6 .flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    #about6 p {
        width: 100%;
    }

    #about6 h1 {
        width: 100%;
    }

    #contact-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #contact-info {
        margin-top: 80px;
        padding-right: 0;
    }

    #contact-info h2 {
        padding-left: 0;
    }

    #contact-info,
    #form-container {
        width: 100%;
        max-width: none;
    }

    #contact-logo {
        position: relative;
        margin-top: 140px;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}

@media screen and (max-width: 680px) {
    #about5 {
        margin-bottom: 80px;
    }

    #about5 p {
        width: 100%;
    }

    #image-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    #about5 figure {
        width: 100%!important;
        margin: 0 10px 0 0!important;
        padding-bottom: 0!important;
    }

    #about5 figure:nth-child(3) {
        margin: 0!important;
    }

    #about5 figure:nth-child(2):after {
        content: none;
    }

    #about5 figure img {
        position: relative;
    }
}

@media screen and (max-width: 600px) {
    #logo {
        position: absolute;
        top: 0;
        left: 0;
        margin-left: 0;
    }

    #menu-toggle {
        display: block;
        visibility: visible;
        cursor: pointer;
        position: absolute;
        top: 5px;
        color: #ffffff;
        background: transparent;
        right: 0;
        padding: 20px;
        z-index: 4;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0);
        -webkit-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        -webkit-transition: -webkit-transform 0.4s ease;
        -o-transition: -o-transform 0.4s ease;
        transition: -webkit-transform 0.4s ease;
        -o-transition: transform 0.4s ease;
        transition: transform 0.4s ease;
        transition: transform 0.4s ease, -webkit-transform 0.4s ease;
        -webkit-user-select: none;
        -ms-user-select: none;
        -moz-user-select: none;
        user-select: none;
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
    }

    #menu-toggle,
    #menuToggleLink {
        width: 35px;
        height: 31px;
    }

    #menuToggleLink {
        position: relative;
        display: block;
    }

    #menuToggleLink::before,
    #menuToggleLink::after {
        content: '';
        -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
        -o-transition: -o-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
        transition: -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
        -o-transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
        transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
        transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    }

    #menuToggleLink::before {
        -webkit-transform: translate(0,-10px);
        -ms-transform: translate(0,-10px);
        transform: translate(0,-10px);
        -webkit-transform: translate3d(0,-10px,0);
        -ms-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0);
    }

    #menuToggleLink::after {
        -webkit-transform: translate(0,10px);
        -ms-transform: translate(0,10px);
        transform: translate(0,10px);
        -webkit-transform: translate3d(0,10px,0);
        -ms-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0);
    }

    #menuToggleLink::before,
    #menu-bar,
    #menuToggleLink::after {
        position: absolute;
        width: 100%;
        height: 4px;
        background: #229CC2;
        left: 0;
        top: 14px;
        border-radius: 1px;

        /* mix-blend-mode: difference; */
    }

    #menu-bar {
        opacity: 1;
        -webkit-transition: opacity 0.1s linear;
        -o-transition: opacity 0.1s linear;
        transition: opacity 0.1s linear;
    }

    #nav {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        left: 0;
        margin-left: 0;
        top: 80px;
        width: 100%;
        height: 90vw;
        min-height: 30vh;
        max-height: 70vh;

        /* height: calc(100vh - 70px);
        max-height: none; */
        padding: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 5;
        background-color: rgba(255,255,255,0.7);
        -webkit-backdrop-filter: blur(10px) saturate(1);
        backdrop-filter: blur(10px) saturate(1);
        -webkit-transition: visibility 0s linear 0.4s, opacity 0.3s ease-in-out;
        -o-transition: visibility 0s linear 0.4s, opacity 0.3s ease-in-out;
        transition: visibility 0s linear 0.4s, opacity 0.3s ease-in-out;
        opacity: 0;
        visibility: hidden;
    }

    @supports not ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) {
        #nav {
            background-color: rgba(255,255,255,0.9);
        }
    }

    #nav ul {
        display: block;
        padding: 44px 0 20px 0;
        text-align: center;
        width: 100%;
        height: auto;
        overflow-y: auto;
        overflow-x: hidden;
        max-height: none;
        height: 100%;
    }

    #nav ul li a {
        display: inline-block;
        margin: 10px 0;
        font-size: 2.6rem;
        color: #229CC2;
    }

    #main-nav-check:checked ~ #menu-toggle #menuToggleLink #menu-bar {
        opacity: 0;
    }

    #menuToggleLink::before,
    #menuToggleLink::after {
        content: '';
        -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
        -o-transition: -o-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
        transition: -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
        -o-transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
        transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
        transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    }

    #main-nav-check:checked ~ #menu-toggle #menuToggleLink::before {
        -webkit-transform: translate(0,0) rotate(-45deg);
        -ms-transform: translate(0,0) rotate(-45deg);
        transform: translate(0,0) rotate(-45deg);
        -webkit-transform: translate3d(0,0,0) rotate3d(0,0,1,-45deg);
        -ms-transform: translate3d(0,0,0) rotate3d(0,0,1,-45deg);
        transform: translate3d(0,0,0) rotate3d(0,0,1,-45deg);
    }

    #main-nav-check:checked ~ #menu-toggle #menuToggleLink::after {
        -webkit-transform: translate(0,0) rotate(45deg);
        -ms-transform: translate(0,0) rotate(45deg);
        transform: translate(0,0) rotate(45deg);
        -webkit-transform: translate3d(0,0,0) rotate3d(0,0,1,45deg);
        -ms-transform: translate3d(0,0,0) rotate3d(0,0,1,45deg);
        transform: translate3d(0,0,0) rotate3d(0,0,1,45deg);
    }

    #main-nav-check:checked ~ #menu-toggle #menuToggleLink::before,
    #main-nav-check:checked ~ #menu-toggle #menuToggleLink::after {
        -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
        -o-transition: -o-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
        transition: -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
        -o-transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
        transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
        transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    }

    #main-nav-check:checked ~ #nav-container #nav {
        -webkit-transition: opacity 0.4s ease-in-out;
        -o-transition: opacity 0.4s ease-in-out;
        transition: opacity 0.4s ease-in-out;
        opacity: 1;
        visibility: visible;
    }

    #hero-text {
        text-align: left;
    }

    #hero-text br {
        /* display: block */
    }

    #hero-text h1 {
        display: inline;
    }

    #about4 figure {
        position: relative;
        height: 45vh;
        margin: 0;
        max-width: none;
    }

    #about4 figure img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 50% 50%;
        object-position: 50% 50%;
    }
}

@media screen and (max-width: 480px) {
    #about1,
    .quote,
    #about4,
    #about5,
    #about6,
    #hero-text {
        padding: 20px;
    }

    #hero-text {
        padding-top: 60px;
    }

    .quote {
        padding: 0 0 0 20px;
    }

    .quote:before,
    .quote:after {
        font-size: 4.6rem;
    }

    .quote:before {
        margin-left: -26px;
        margin-top: -20px;
    }

    .quote:after {
        margin-top: -20px;
        margin-left: 0;
    }

    #contact-logo {
        width: 100%;
    }

    #contact-logo .logo-link {
        margin: 0 auto;
        width: 100%;
        max-width: 320px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #contact-inner {
        padding: 20px;
    }

    .contact-items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
    }

    .contact-items:before {
        left: 0;
        margin-bottom: 10px;
    }
}
