body {
    font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.5em;
    color: #464646;
    padding-top: 120px;
    overflow-x: hidden;
}
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    color: #B76E79;
    text-decoration: none;
    transition: color 0.3s ease,
                background-color 0.3s ease;
}
a:hover {
    color: #EABFB9;
}
a.button {
    display: inline-block;
    line-height: 40px;
    padding: 0 20px;
    color: #FFFFFF;
    background-color: #B76E79;
    border-radius: 5px;
}
a.button:hover {
    background-color: #EABFB9;
    color: #FFFFFF;
}
b {
    font-weight: 700;
}
p {
    margin-bottom: 20px;
}
span {
    display: block;
}
h2 {
    font-family: 'Permanent Marker', cursive;
    font-size: 50px;
    line-height: 1.5em;
    margin-bottom: 20px;
}
h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    border-bottom: 1px solid #D4D4D4;
    padding-bottom: 5px;
    line-height: 30px;
}
h4 {
    font-weight: 600;
}

@media only screen and (max-width: 700px) {
    body {
        padding-top: 80px;
    }
    h2 {
        text-align: center;
    }
}

/* ========== CONTENT ========== */
.content {
    margin: 0 auto;
    max-width: 800px;
    padding: 20px;
}
.block {
    margin-bottom: 40px;
}
.aside {
    color: #A2A2A2;
}
.content.full-width {
    max-width: none;
}
.nav-section:before {
    display: block;
    content: "";
    margin-top: -121px;
    height: 121px;
    visibility: hidden;
    pointer-events: none;
}
@media only screen and (max-width: 700px) {
    .nav-section:before {
        margin-top: -81px;
        height: 81px;
    }
}

/* ========== Header ========== */
.header {
    position: fixed;
    background: #FFF;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    border-bottom: 1px solid #eabfb9;
}
.header h1 a {
    font-family: 'Permanent Marker', cursive;
    display: inline-block;
    vertical-align: bottom;
    position: absolute;
    top: 20px;
    font-size: 40px;
    width: 150px;
    text-align: center;
}
@media only screen and (max-width: 700px) {
    .header {
        position: fixed;
    }
    .header .content {
        height: 80px;
    }
    .header h1 {
        top: 10px;
        left: 10px;
    }
    .header h1 a {
        font-size: 30px;
        width: 110px;
        line-height: 0.7em;
        top: 10px;
    }
}

/* ===== Nav ===== */
.header .nav-container {
    text-align: right;
}
.header input {
    display: none;
}
.header .nav {
    height: 30px;
    line-height: 30px;
    margin-top: 50px;
}
.header .nav li {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}
.header .nav li:last-child {
    margin-right: 0;
}
.header .nav li a.active {
    color: #EABFB9;
}
.header .nav li a.button {
    line-height: inherit;
    padding: 0 15px;
}
@media only screen and (max-width: 700px) {
    .header .mobile-nav-toggle {
        -webkit-touch-callout: none;
        position: fixed;
        display: block;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        width: 40px;
        height: 40px;
        opacity: 0;
        z-index: 3;
        cursor: pointer;
        top: 20px;
        right: 20px;
        margin: 0;
    }
    .header .nav-icon {
        width: 40px;
        height: 40px;
        position: fixed;
        top: 20px;
        right: 20px;
        z-index: 2;
    }
    .header .nav-icon:after, 
    .header .nav-icon:before, 
    .header .nav-icon div {
        background-color: #B76E79;
        border-radius: 3px;
        content: '';
        display: block;
        height: 5px;
        margin: 7px 0;
        transition: all .2s ease-in-out;
    }
    .header .mobile-nav-toggle:checked ~ .nav-icon:before {
        transform: translateY(12px) rotate(135deg);
    }
    .header .mobile-nav-toggle:checked ~ .nav-icon:after {
        transform: translateY(-12px) rotate(-135deg);
    }
    .header .mobile-nav-toggle:checked ~ .nav-icon div {
        transform: scale(0);
    }
    .header .nav {
        margin-top: 0;
        padding: 20px 60px;
        float: none;
        height: auto;
        text-align: center;
        position: fixed;
        left: 100%;
        background-color: #FFFFFF;
        width: 100%;
        z-index: 1;
        transition: left 0.3s ease;
        top: 0;
        bottom: 0;
    }
    .header .mobile-nav-toggle:checked ~ .nav {
        left: 0;
    }
    .header .nav li {
        display: block;
        margin: 0;
        line-height: 50px;
        font-size: 24px;
    }
    .header .nav li a.button {
        line-height: inherit;
        padding: 0 20px;
    }
}

/* ========== Hero Image ========== */
.image {
    height: 60vw;
    max-height: 75vh;
    margin-bottom: 30px;
}

/* ========== SLIDESHOW ========== */

#slideshow {
    overflow: hidden;
    height: 100%;
    width: 100%;
    margin: 0 auto;
}
.slide-wrapper {
  width: 500%;
  -webkit-animation: slide 30s ease infinite;
  height: 100%;
}
.slide {
  float: left;
  height: 100%;
  width: 20%;
  background-size: cover;
  background-position: center;
  display: table;
}
.slide:nth-child(1) {
  background-image: url(/img/us-vineyard.jpg);
}

.slide:nth-child(2) {
  background-image: url(/img/us-iceland-01.jpg);
}

.slide:nth-child(3) {
  background-image: url(/img/us-boat.jpg);
}

.slide:nth-child(4) {
  background-image: url(/img/us-amalfi.jpg);
}
.slide:nth-child(5) {
  background-image: url(/img/us-iceland-02.jpg);
}
.image .slide .announcement {
    float: right;
    display: table;
    height: 100%;
    width: 50%;
}
.image .slide .announcement h2 {
    display: table-cell;
    vertical-align: middle;
    font-size: 100px;
    font-family: 'Permanent Marker', cursive;
    color: #FFFFFF;
    line-height: .75em;
    transform: rotate(15deg);
    width: 50%;
    text-align: center;
}
.image .slide-2 .announcement h2 {
    transform: rotate(-5deg);
    vertical-align: bottom;
    padding-bottom: 40px;
}
.image .slide-3 .announcement {
    float: left;
    width: 40%;
}
.image .slide-3 .announcement h2 {
    transform: rotate(-29deg);
    vertical-align: top;
    padding-top: 40px;
}
.image .slide-4 .announcement {
    width: 40%;
}
.image .slide-4 .announcement h2 {
    vertical-align: top;
    padding-top: 50px;
}
.image .slide-5 .announcement {
    float: left;
    width: 40%;
}
.image .slide-5 .announcement h2 {
    transform: rotate(-5deg);
    vertical-align: bottom;
    padding-bottom: 20px;
}

@-webkit-keyframes slide {
  15% {margin-left: 0px;}
  20% {margin-left: -100%;}
  40% {margin-left: -100%;}
  45% {margin-left: -200%;}
  60% {margin-left: -200%;}
  65% {margin-left: -300%;}
  80% {margin-left: -300%;}
  85% {margin-left: -400%;}
  95% {margin-left: -400%;}
}

@media only screen and (max-width: 700px) {
    .image .slide .announcement h2 {
        font-size: 60px;
    }
}


/* ========== CELEBRATE ========== */
.celebrate h2 {
    display: inline-block;
}
.celebrate .button {
    float: right;
    margin: 20px 0;
}
.celebrate .schedule {
    width: 100%;
    display: table;
}
.celebrate .schedule .day {
    border-top: 1px solid #D4D4D4;
    position: relative;
    padding-top: 20px;
}
.celebrate .schedule .day .date {
    position: absolute;
    top: 20px;
    left: 0;
}
.celebrate .schedule .details {
    padding-left: 150px;
}
.celebrate .schedule .event {
    margin-bottom: 20px;
}
.celebrate .schedule .event ~ .event {
    border-top: 1px solid #D4D4D4;
    padding-top: 20px;
}
.celebrate .schedule h3 {
    padding: 0;
    border-bottom: 0;
    margin-bottom: 5px;
}
.celebrate .schedule .date {
    color: #A2A2A2;
}
.celebrate .event-breakdown li {
    position: relative;
    margin-bottom: 10px;
}
.celebrate .schedule .breakdown-time {
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 600;
    color: #B76E79;
}
.celebrate .schedule .breakdown-details {
    padding-left: 120px;
}
@media only screen and (max-width: 700px) {
    .celebrate h2 {
        display: block;
        margin-bottom: 15px;
    }
    .celebrate .button {
        float: none;
        display: block;
        margin: 0;
        text-align: center;
    }
    .celebrate .schedule .day {
        margin-top: 30px;
        padding-top: 30px;
    }
    .celebrate .schedule .day .date {
        position: initial;
        margin-bottom: 10px;
    }
    .celebrate .schedule .day .date span {
        display: inline-block;
        vertical-align: top;
    }
    .celebrate .schedule .event p {
        margin-bottom: 10px;
    }
    .celebrate .schedule .details {
        padding-left: 0;
    }
    .celebrate .schedule .breakdown-time {
        position: initial;
    }
    .celebrate .schedule .breakdown-details {
        padding-left: 0;
    }
}

/* ========== ENJOY ========== */
.enjoy h3 {
    margin-bottom: 10px;
    padding-bottom: 5px;
}

/* ========== FOOTER ========== */
.footer {
    background: center top url(/img/chairs-footer.png) no-repeat;
    background-size: 250px auto;
    height: 200px;
}

/* ========== DARK MODE ========== */
@media (prefers-color-scheme: dark) {
    body,
    .header {
        background-color: #222222;
        color: #D4D4D4;
    }
    .celebrate .schedule .breakdown-time {
        color: #EABFB9;
    }
    .footer {
        background-image: url(/img/chairs-footer-dark.png);
    }

    @media only screen and (max-width: 700px) {
        .header .nav {
            background-color: #222222;
        }
    }
}