@font-face {
    font-family: 'Butler';
    src: url('fonts/Butler-UltraLight.woff2') format('woff2'),
        url('fonts/Butler-UltraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Butler';
    src: url('fonts/Butler-Medium.woff2') format('woff2'),
        url('fonts/Butler-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Butler';
    src: url('fonts/Butler-Light.woff2') format('woff2'),
        url('fonts/Butler-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Butler';
    src: url('fonts/Butler-Black.woff2') format('woff2'),
        url('fonts/Butler-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Butler';
    src: url('fonts/Butler-Bold.woff2') format('woff2'),
        url('fonts/Butler-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Butler';
    src: url('fonts/Butler-ExtraBold.woff2') format('woff2'),
        url('fonts/Butler-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Butler';
    src: url('fonts/Butler.woff2') format('woff2'),
        url('fonts/Butler.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/pnl.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html, body {
	margin: 0;
    min-height: 100%;
}

body {
	position: relative; /* needed for the overlay to extend when you scroll */
    background-color: #fff;
    font-family: 'Proxima Nova';
    font-weight: 300;
    font-style: normal;
    line-height: 20px;
    color: #333
}

img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block
}

input[type=button], input[type=submit], input[type=reset] {
  	background-color: #E09DA5;
  	border: none;
  	color: white;
  	padding: 12px 28px;
  	text-decoration: none;
  	margin: 4px 2px;
  	cursor: pointer;
	font-weight: 600;
    font-style: normal;
    font-size: 14px;
}

a {
	color:#E09DA5;
}

a:hover {
	color:#fbafb8;
}

ul {
	padding-inline-start: 20px;
}

.centered_content {
	text-align: center;
}

.top-margin {
	margin-top: 50px;
}

.no-uppercase {
	text-transform: none;
}

.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 940px;
}

 .container:before, .container:after {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

.page-wrap {
    border-style: none;
}

.content-wrap {
    border-right: 1px solid #585357;
    border-left: 1px solid #000;
}

.intro {
    padding-top: 50px;
    padding-bottom: 0px;
    border-style: none;
}

.intro-header-small-nopad.notop.nobottom
{
	margin-bottom: 5px;
	margin-top: 5px;
}

.intro-header-small.nobottom
{
	margin-bottom: 5px;
}

.intro-header-small.notop
{
	margin-top: 5px;
}

.intro-header-small {
    position: relative;
    margin-top: 15px;
    margin-bottom: 30px;
    color: #585357;
    font-family: 'Proxima Nova';
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: 1;
    text-align: center;
/*     text-transform: uppercase; */
}

.intro-header-small.date {
	padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom:0px;
}

.intro-header-small.top-padding.extra-line-height {
	margin-top:30px;
}

.intro-header-small.extra-line-height {
    line-height: 1.75;
}

.intro-header-small.padding.extra-line-height {
    padding-bottom: 25px;
    line-height: 1.75;
/*     text-transform: uppercase; */
}

.intro-header-small.padding.extra-line-height.extra-padding-bottom {
    padding-right: 100px;
    padding-bottom: 50px;
    padding-left: 100px;
}

.intro-header-lrg {
    position: relative;
    color: #585357;
    font-size: 52px;
    line-height: 42px;
    text-align: center;
    font-family: 'Butler';
    font-weight: 900;
    font-style: normal;
/*     text-transform: uppercase; */
}

.memoji_thumb {
	width: 160px;
	height: 160px;
	text-align: center;
}

.divider-line-full-width {
    position: absolute;
    left: 0px;
    z-index: 10;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #585357;
}

.divider-line-full-width.mobile-only {
    display: none;
}

.credits {
    padding: 50px;
}

.column-text-block {
    color: #585357;
    font-size: 16px;
    font-family: 'Proxima Nova';
    font-weight: 300;
    font-style: normal;
    line-height: 1.5;
    text-align: center;
}

.image-top {
    padding: 0px;
}

.main-image {
	padding: 25px;
}

.section-header {
    position: relative;
    margin-top: 30px;
    margin-bottom: 25px;
    color: #585357;
    font-size: 52px;
    line-height: 42px;
    text-align: center;
    font-family: 'Butler';
    font-weight: 900;
    font-style: normal;
/*     text-transform: uppercase; */
}

.teaser {
    padding-top: 50px;
    padding-right: 50px;
    padding-left: 50px;
}

.navbar {
	background-color: transparent;
}

.nav {
    position: relative;
    z-index: 15;
}

.nav-menu {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    background-color: transparent;
    text-align: center;
}

.menu-button
{
	font-size: 24px;
	padding:18px;
	float: right;
	cursor: pointer;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	z-index: 20;
	position: relative;
}

.nav-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #222222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto
}

.nav-item-link {
	font-family: 'Proxima Nova';
    font-weight: 300;
    font-style: normal;
    color: #585357;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
}

.section-text {
 	font-family: 'Proxima Nova';
    font-weight: 300;
    font-style: normal;
    color: #585357;
    font-size: 16px;
    line-height: 1.5;
    text-align: justify;
}

.section-text.center {
    text-align: center;
}

.section-text.padding-bottom {
    padding-bottom: 25px;
    font-size: 16px;
    line-height: 1.5;
}

.section-text.padding-last {
    padding-bottom: 50px;
    border-style: none none solid;
    border-width: 1px;
    border-color: #000 #000 #585357;
    font-size: 16px;
    line-height: 1.5;
}

.our-story {
        padding-top: 25px;
        padding-right: 25px;
        padding-left: 25px;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
    padding: 50px 0px;
}

.row:before, .row:after {
    content: " ";
    display: table
}

.row:after {
	clear: both;
}

.col {
	text-align: center;
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

.col-half {
    width: 50%
}

.column-right {
    padding-right: 0px;
    padding-left: 50px;
    border-right: 1px none #585357;
    border-left: 1px solid #585357;
}

.text-block {
    padding-right: 25px;
    padding-left: 25px;
}

.column-left {
    padding-right: 50px;
    padding-left: 0px;
}

.section-subheader {
    position: relative;
    margin-top: 0px;
    margin-bottom: 10px;
    color: #585357;
    font-size: 42px;
    line-height: 42px;
    text-align: center;
    font-family: 'Butler';
    font-weight: 900;
    font-style: normal;
}

.section-subsubheader {
	position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    text-transform: uppercase;
}

.header-medium {
    position: relative;
    margin-bottom: 0px;
    font-family: "Butler";
    color: #585357;   
    font-size: 30px;
    line-height: 1;
    font-style: italic;
    font-weight: 900;
    font-style: normal;
    text-align: center;
}

.header-medium.extra-padding {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 38px;
    transition: background-color 0.2s ease-out;
}

.border {
	border-top: 1px solid #585357;
    border-bottom: 1px solid #585357;
}

.border-top {
	border-top: 1px solid #585357;
}

.wedding-details {
    padding: 25px 50px;
}

.rsvp {
    padding-top: 25px;
    padding-right: 25px;
    padding-left: 25px;
}


.faq {
    padding-top: 25px;
    padding-right: 25px;
    padding-left: 25px;
}

.faq-item {
    padding-top: 25px;
    padding-bottom: 25px;
    border-style: none none solid;
    border-width: 1px;
    border-color: #000 #000 #585357;
}

.faq-item.first {
    padding-top: 0px;
}

.faq-item-first {
    padding-top: 0px;
    padding-bottom: 25px;
    border-style: none none solid;
    border-width: 1px;
    border-color: #000 #000 #585357;
}

.faq-item-first.first {
    padding-top: 0px;
}

.faq-item-last {
    padding-top: 25px;
    padding-bottom: 50px;
    border-style: none;
    border-width: 1px;
    border-color: #000 #000 #585357;
}

.faq-item-last.first {
    padding-top: 0px;
}

.text-header-bold {
    margin-bottom: 10px;
    color: #585357;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    text-align: justify;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.gallery {
    padding: 50px 50px 0px;
}

.gallery-img-lhs {
    width: 50%;
    margin-bottom: 50px;
    padding-right: 50px;
    float: left;
    border-right: 1px solid #585357;
}

.gallery-img-lhs.margin-bottom-50 {
    margin-bottom: 50px;
}

.gallery-img-lhs.float-right {
    padding-right: 0px;
    padding-left: 50px;
    float: right;
    border-style: none none none solid;
    border-left-width: 1px;
    border-left-color: #585357;
}

.gallery-img-rhs {
    width: 50%;
    padding-right: 0px;
    padding-left: 50px;
    float: left;
    border-style: none;
    border-right-width: 1px;
    border-right-color: #585357;
}

.gallery-img-rhs.float-left {
    padding-right: 50px;
    padding-left: 0px;
    border-left: 1px none #fff;
    border-right-style: solid;
    border-right-color: #fff;
}

.gallery-row-wrap {
    margin-bottom: 50px;
}

.gallery-row-wrap.no-margin-bottom {
    margin-bottom: 0px;
}

.gallery-hdivider-line {
    position: absolute;
    left: 0px;
    z-index: 18;
    width: 50%;
    height: 1px;
    background-color: #585357;
}

.hline-gallery {
    position: relative;
    left: 0px;
    top: 50px;
    z-index: 18;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #585357;
}

.gallery-clearfix:before, .gallery-clearfix:after {
    content: " ";
    display:table
}

.gallery-clearfix:after {
    clear:both
}

.link-text {
    border-bottom: 1px solid rgba(88, 83, 87, .2);
    color: #585357;
    text-decoration: none;
}

.link-text:hover {
    border-bottom-color: rgba(88, 83, 87, 0);
    background-color: rgba(88, 83, 87, .05);
}

.intro-header-small.padding.extra-line-height.extra-padding-bottom.border-bottom {
    margin-bottom: 50px;
    border-bottom: 1px solid #585357;
}

.schedule_header {
	text-align: right;
	vertical-align: top;
}

.schedule_row_time {
	text-align: right;
	vertical-align: top;
}

.schedule_row_label {
	text-align: left;
}

/* overlay styles, all needed */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 21;
}

/* just some content with arbitrary styles for explanation purposes */
.modal {
    width: 75%;
    height: 75%;
    top:12.5%;
    left: 12.5%;
    position: fixed;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    z-index: 22; /* 1px higher than the overlay layer */
    overflow-y: auto;	
}

.modal-container {
	min-height:100%;
	display: flex;
	align-items: center;
}

.large_button {
	background-color: #E09DA5;
	color: white;
	border: 0px solid rgba(255, 255, 255, 0);
	width: 120px;
	height: 50px;
	font-weight: 600;
    font-style: normal;
    font-size: 14px;
}

.large_button:active {
	background-color: #b3777e;
}

.registry {
	padding: 25px 25px 0px;
}

.header-medium-link {
    color: #585357;
    text-decoration: none;
    transition: background-color 0.2s ease-out;
}

.header-medium-link:hover {
    border-style: none;
    border-bottom-width: 1px;
    border-bottom-color: #585357;
    color: #585357;
}

.header-medium.extra-padding.border:hover {
	background-color: rgba(214, 137, 149, 0.2);
}

.header-medium.extra-padding.border-top:hover {
	background-color: rgba(214, 137, 149, 0.2);
}

.couple-email {
    color: #585357;
}

.stickynavbarwrap {
    position: fixed;
    left: 0px;
    top: -100px;
    right: 0px;
    z-index: 19;
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    border-bottom: 1px solid #585357;
    background-color: #fff;
    text-align: center;
}

@media screen and (max-width:991px) {
    .container {
        max-width: 728px;
        border-right: 1px solid #585357;
		border-left: 1px solid #585357;
    }
    
    .content-wrap {
        padding-top: 60px;
    }
    
    .navbar {
	    
    }
    
    .nav-menu {
        display: none;
    }
    
    .nav-link {
		display: block;
		background-color: transparent;
    }
    
    .stickynavbarwrap {
        position: fixed;
        top: 0px;
        width: 100%;
        border-left: 1px none #000;
        border-bottom-style: solid;
        background-color: #fff;
    }
    
    .intro-header-small.padding.extra-line-height.extra-padding-bottom {
	    padding-left: 10px;
	    padding-right: 10px;
    }
    
    .gallery {
        padding: 25px 25px 0px;
    }

    .gallery-img-lhs {
        margin-bottom: 25px;
        padding-right: 25px;
    }

    .gallery-img-lhs.float-right {
        padding-left: 25px;
    }

    .gallery-img-rhs {
        padding-left: 25px;
    }

    .gallery-img-rhs.float-left {
        padding-right: 25px;
    }

    .gallery-row-wrap {
        margin-bottom: 25px;
    }

    .hline-gallery {
        top: 25px;
    }
}

@media screen and (max-width:479px) {
    .container {
        max-width: none
    }
    
    .column-right {
        margin-top: 50px;
        padding-left: 0px;
        border-style: none;
    }

    .column-left {
        padding-right: 0px;
    }
    
    .col {
	    width: 	100%;
    }
    
    .gallery-img-lhs {
        width: 100%;
        margin-top: 0px;
        padding-right: 0px;
        border-style: none;
    }

    .gallery-img-lhs.float-right {
        padding-left: 0px;
        border-left-style: none;
    }

    .gallery-img-rhs {
        width: 100%;
        margin-bottom: 25px;
        padding-left: 0px;
        border-style: none;
    }

    .gallery-img-rhs.float-left {
        padding-right: 0px;
    }
}