/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    background: #fff;
}

body {
  font-family: arboria, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  line-height: 1.4em;
  width:100%;
  color: #282f4f;
}

html, body {
	scroll-behavior: smooth;
}


/*
 * Webfont
 */

@font-face {
  font-family: abigail;
  src: url(../fonts/abigail/abigail-v4.woff);
}

@font-face {
  font-family: fonde;
  src: url(../fonts/fonde/fonde.woff);
}


/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ebeff2;
    margin: 40px 0;
    padding: 0;
}


/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

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

/*
 * Remove default fieldset styles.
 */

fieldset, input {
    border: 0;
    margin: 0;
    padding: 0;
}

input, textarea {
  outline: none;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


/* Grid */

article, section, .stack, footer {
	display:block;
	clear:both;
 	overflow: auto;
}

article {
	margin:0;
	padding:120px 0;
}

section {
}

.column {
	float:left;
	margin: 0;
}

.full {
	width: 100%;
}

.two-thirds {
	width: 66.7%;
	margin: 0;
}

.half {
	width: 50%;
	margin: 0;
}

.one-fourth {
	width: 25%;
}

.one-third {
	width: 33.3%;
}

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


/* Typography */

h1, h2, h3, h4, h5 {
	line-height: 1em;
}

h1 {
	font-family: abigail, serif;
	font-size: 3.6em;
	font-weight: 100;
	margin: 0 0 0.2em;
	color: #fff;
}

h2 {
	font-family: abigail, serif;
	font-size: 2.2em;
	font-weight: 100;
	margin: 0.1em 0 1.3em;
}

h3 {
	font-family: new-spirit, serif;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.2em;
	margin: 0.3em 0;
}

h4 {
	text-transform: uppercase;
	font-size: 0.7em;
	font-weight: 300;
	color: #3d475d;
	letter-spacing: 0.2em;
	line-height: 0.7em;
    padding: 0.7em 0 0;
}

p {
	font-size: 0.9em;
	line-height: 1.3em;
}

a, a:visited {
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-weight: 400;
}

a.button, a.button:visited {
	font-size: 0.7em;
	color: #5f3a5c;
	padding: 5px 20px;
	border: 1px solid #5f3a5c;
	display: inline-block;
	margin: 2em 0 0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}

a.button:hover {
	color: #fff;
	background: #5f3a5c;
	border: 1px solid #5f3a5c;
}

nav {
	width:100%;
	position: fixed;
	color: #fff;
	font-family: abigail, serif;
	background: #5f3a5c;
	transition: background 0.4s ease-out;
}

/*
nav.scroll {
	background: #5f3a5c;
	transition: background 0.4s ease-out;
}
*/

nav .logo {
	display:inline-block;
	float: left;
	margin: 15px 20px;
	height: 40px;
	width: 120px;
	background: url(../img/logo-phugo.svg) no-repeat;
}

nav a {
	color: #fff;
	text-transform: none;
}

.nav-desktop ul {
  height: 42px;
  margin: 15px 20px;
  float:right;
  padding: 0;
}

.nav-desktop ul li {
    float: left;
    margin: 3px 20px 0 0;
}

.nav-desktop ul li:last-of-type {
}

.nav-desktop ul li a, .nav-mobile ul li a {
	padding: 10px 0;
	font-weight: 300;
    line-height: 2.8em;
}

.nav-desktop ul li a {
	font-size: 0.7em;
}

.nav-mobile ul li a {
	font-size: 0.8em;
}

.nav-desktop ul li a:hover {
}

.nav-desktop ul a.button,
.nav-desktop ul a.button:visited,
.nav-mobile a.button,
.nav-mobile a.button:visited {
	margin: 0;
	color: #5f3a5c;
	background: #fff;
	border: 1px solid #fff;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	font-family: 'arboria';
}

a.button:hover,
.nav-desktop ul a.button:hover {
	color: #fff;
	background: #5f3a5c;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}

.nav-desktop ul a.button:hover {
	border: 1px solid #fff;
}

.nav-mobile a.button {
	float: right;
	margin: 15px 0;
}

.nav-mobile .centered {
	float: none;
	text-align: center;
}

.nav-mobile {
	display: none;
}

.menu-mobile {
	display: none;
}

/* Content */

.content {
	width:1000px;
	margin: 0 auto;
}

.info-block {
	padding:0 0 2em;
}

.info-block:last-of-type {
	padding:0;
}

.info-block .logo {
	width: 64px;
	height: 64px;
	display: block;
	margin: 0 0 0.5em 0;
	border: none;
}

.four-points {
	background: url(../img/logo-four-points.svg) #fff no-repeat;
}

.holiday-inn-express {
	background: url(../img/logo-holiday-inn-express.svg) #fff no-repeat;
}

.info-block p:last-of-type {
	margin: 0;
}

.label-value {
	margin: 0 100px 0 0;
}

.label-value:last-of-type {

}

.label-value h4 {
	display:inline;
	width: 110px;
}

.label-value p {
	display:flex;
	line-height: 1.3em;
}

#hero {
	background: url(../img/hero-photo.jpg) center -300px no-repeat;
	background-size: cover;
	height:480px;
	overflow: hidden;
}

#hero div {
	margin: 180px 0;
	text-align: center;
}

#hero p {
	margin: 0 0 1em;
	color: #fff;
	font-weight: 400;
}

#hero .button {
    font-size: 1.3em;
    font-weight: 300;
    line-height: 1em;
    padding: 12px 24px 15px 24px;
    border: 1px solid #fff;
    color: #fff;
}

#hero .button:hover {
    border: 1px solid #5f3a5c;
}

.events {
	
}

.event-icon {
	width: 100%;
	height: 244px;
	display: block;
	margin: 0 0 1em;
	padding: 0;
	text-align: center;
}

.ceremony {
	background: url(../img/wreath7.png) left center no-repeat;
	background-size: contain;
}

.cocktail-hour {
	background: url(../img/wreath10.png) left center no-repeat;
	background-size: contain;
}

.reception {
	background: url(../img/wreath8.png) left center no-repeat;
	background-size: contain;
}

#location {
	background: url(../img/map.jpg) right center no-repeat;
	background-size: cover;
/* 	background: #faf5f9; */
}

#location p {
	margin: 0;
}

#our-story {
	background-image: url(../img/border-left.png), url(../img/border-right.png);
	background-position: left top, right bottom;
	background-repeat: no-repeat, no-repeat;
	background-size: 50%, 40%;
	height:100%;
	overflow: hidden;
}

#our-story p {
	margin: 0 0 1em;
}

#faqs {
	background: #faf5f9;
}

#faqs ul {
	margin: 0 0 3em;
}

#faqs ul li {
	margin: 0 0 2em;
}

#faqs p a {
	text-transform: none;
	letter-spacing: normal;
	text-decoration: underline;
}

#seating-chart {
	background-image: url(../img/day-border-left.png), url(../img/day-border-right.png);
	background-position: left 60px, right 60px;
	background-repeat: no-repeat, no-repeat;
	background-size: 30%, 30%;
	height:100%;
	overflow: hidden;
}

.wedding-day-hero {
	display: block;
	background: url(../img/hero-wedding-day.png) center center no-repeat;
	background-size: contain;
	width: 100%;
	height: 400px;
	margin: 0 auto 3em;	
}

.day {
	background: #faf5f9;	
}

.day-subheader {
	display: block;
	height: auto;
	margin: 6em 0 3em;
}

.day h1 {
	font-family: "dulcinea", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 3.2em;
	text-align: center;
	color: #282f4f;
	margin: 0 0 0.7em;
}

.day h2 {
	font-family: abigail, serif;
	font-size: 1em;
	font-weight: 100;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.07em;
	line-height: 1.2em;
	color: #5f3a5c;
	margin: 0 0 0.5em;
}

.day p {
	font-family: new-spirit, serif;
	font-size: 0.8em;
	font-weight: 300;
	letter-spacing: 0.03em;
	line-height: 1.4em;
	margin: 0 0 1em;
}

.letter-group {
	width: 40%;
	margin: 0 auto 1.5em;
}

.letter-group h2 {
	
}

.table-assignment {
	display: flex;
	background: url(../img/dotted-line.png) repeat-x;
	background-position: left 16px;
}

.guest {
	
}

.table-number {
	text-align: right;
}

.guest span, .table-number span {
	background: #faf5f9;
}

.guest span {
	padding: 0 5px 0 0;
}

.table-number span {
	padding: 0 0 0 5px;
}

#dinner-menu {
	text-align: center;
}

.menu-hero {
	display: block;
	background: url(../img/hero-reception-menu.png) center center no-repeat;
	background-size: contain;
	width: 100%;
	height: 400px;
	margin: 0 auto 3em;	
}

.course {
	width: 40%;
	margin: 0 auto 5em;
}

.course ul li {
	margin: 0 0 3em;
}


footer {
	background: #faf5f9;
	padding: 40px 0 60px;
	overflow: hidden;
}

footer p {
	font-size: 0.7em;
	line-height: 1.5em;
	text-align: left;
	margin:0;
	display: block;
	float: left;
}

footer span {
	display: inline;
	margin: 0 0 0 1em;
}

footer .couple {
	font-family: abigail, serif;
	font-size: 0.8em;
	line-height: initial;
	display: block;
}

footer .details {
	float: right;
}

#countdown {
    background: #faf5f9;
    border-bottom: 1px solid #ede8ee;
    margin: 40px auto 60px;
    padding: 0 0 60px 0;
    text-align: center;
}

#countdown h2 {
	margin: 0;
}

#countdown p {
	width: 100%;
	text-align: left;
}

#countdown ul li {
    width: fit-content;
    padding: 0 9.8em 0 0;
    margin: 0;
    float: left;
}

/*
#countdown ul li:first-of-type {
    padding: 0 5.2em 0 0;
    border: none;
}
*/


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */

}

/* Mobile - Media Queries for Screens less than 768 */

@media only screen and (max-width: 1023px) {

	article, section {
		overflow: hidden;
	}
	
	article {
		padding: 100px 40px;
		margin: 0;
	}
	
	section {
		width: 100%;
	}
	
	.column {
		float: none;
	}

	.two-thirds, .half, .one-third, .one-fourth {
		width: 100%;
	}
	
	h1 {
		margin: 0;
		font-size: 3em;
	}
	
	h2 {
		text-align: center;
	}
	
	.nav-desktop {
		display: none;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
	}
	
	.nav-mobile {
	    display: block;
	    -webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
	}
	
	.menu-mobile {
		display: inline-block;
		float: right;
		height: 42px;
		width: 42px;
		background: url(../img/icon-menu.svg) no-repeat;
		margin: 15px 20px;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
	}
	
	#close-menu {
		display: none;
		float: right;
		height: 42px;
		width: 42px;
		background: url(../img/icon-close.svg) no-repeat;
		margin: 15px 20px;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
	}
	
	#menu-links {
		display: none;
		clear: both;
		text-align: center;
		padding: 2em 0;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
	}
	
	#menu-links li {
		margin: 0 0 0.5em;
	}
	
	.content {
		width: 100%;
	}
	
	.info-block {
		padding:0 0 3em;
		text-align: center;
	}
	
	.info-block:last-of-type {
		padding:0;
	}
	
	.label-value {
		margin: 0 0 15px 0;
		text-align: center;
	}
	
	.label-value p {
		display: block;
	}

	#hero {
		background: url(../img/hero-photo.jpg) -330px 36px no-repeat;
		background-size: cover;
		height: 100%;
	}
	
	#hero div {
	    margin: 100px 0 220px;
	}
	
	#hero p {
		margin: 0;
	}
	
	#hero .button {
		font-size: 1em;
		font-weight: 300;
		line-height: 1em;
		padding: 12px 24px 15px 24px;
		border: 1px solid #5f3a5c;
		background: #5f3a5c;
		color: #fff;
	}
	
	.event-icon {
		height: 300px;
	}
	
	.ceremony {
		background: url(../img/wreath7.png) center center no-repeat;
		background-size: contain;
	}
	
	.cocktail-hour {
		background: url(../img/wreath10.png) center center no-repeat;
		background-size: contain;
	}
	
	.reception {
		background: url(../img/wreath8.png) center center no-repeat;
		background-size: contain;
	}
	
	#location {
		background: url(../img/map.jpg) right center no-repeat;
		background-size: cover;
	/* 	background: #faf5f9; */
	}
	
	#where-to-stay h3 {
		text-align: center;
	}
	
	#where-to-stay .button {
		margin: 0 auto;
	}
	
	.info-block .logo {
	    margin: 0 auto;
	}
	
	#faqs {
		text-align: center;
	}
	
	#our-story {
	    background-image: url(../img/border-left-mobile.png), url(../img/border-right.png);
	    background-repeat: no-repeat, no-repeat;
	    background-size: 100%, 70%;
	    background-position: -40px -40px, 170px bottom;
	    text-align: center;
	}
	
	.wedding-day-hero {
	    height: 250px;
	    margin: 0;
	}
	
	#seating-chart {
		background-position: left 60px, right 60px;
		background-size: 50%, 50%;
	}
	
	.day-subheader {
	    margin: 5em 0 3em;
	}

	.menu-hero {
	    display: block;
	    height: 300px;
	}
	
	.course, .letter-group {
		width: 100%;
	}
		
	#countdown ul li {
	    padding: 0 1.0em;
	}
	
	#countdown p {
		text-align: center;
	}
	
	footer {
		padding: 40px 40px;
		margin: 0;
	}

	footer p {
		margin: 0;
		text-align: left;
	}
	
	footer span {
		display: block;
		margin: 0;
	}
	
	footer .couple {
		width: 100%;
		display: block;
		margin: 0 0 1em;
		text-align: center;
	}
	
	footer .details {
		float: left;
		text-align: center;
		width: 100%;
	}

}


/* Tablets - Media Queries for Screens between 768 and 1024 */

@media (min-width: 768px) and (max-width: 1023px) {

}


/* All Desktops - Media Queries for Screens larger than 1024 */

@media (min-width: 1024px) {

}

/* Medium Desktop - Media Queries for Screens between 1024 and 1200 */

@media (min-width: 1024px) and (max-width: 1199px){

}

/* Large Desktop - Media Queries for Screens larger than 1200 */

@media (min-width: 1200px) {

}


@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
