/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

/* COLORS
navy: #052451
teal: #0C4660
pink: #F4C5B6
champagne: #F4EDD0
poppy: #E27A52
*/


html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: none;
    text-shadow: none;
}

::selection {
    background: none;
    text-shadow: none;
}

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

img {
    vertical-align: middle;
}

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

textarea {
    resize: vertical;
}

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


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font: 14px/21px "abril-text", Georgia, 'Times New Roman', serif;
    color: #333;
    background: #333;
    
}

.wrapper {
    width: 90%;
    margin: 0 5%;
}



/* ==============
    MOBILE: Menu
   ============== */

nav ul {
    margin: 0;
    padding: 0;
    border-top: 1px solid #F4C5B6;
    border-bottom: 1px solid #F4C5B6;
}

nav a {
    display: block;
    margin-bottom: 0px;
    padding: 10px 14px;
    text-align: left;
    text-decoration: none;
    font-weight: normal;
	font-size: 13px;
}

nav a:hover,
nav a:visited {
    color: white;
}

nav a:hover {
    text-decoration: underline;
}

/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 30px 0;
}

.main article h1 {
    font-size: 2em;
}

.main aside {
    color: white;
    padding: 0px 5% 10px;
}

.footer-container footer {
    color: white;
    padding: 20px 0;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

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

.our-story p { line-height: 1.9em; margin-top: 0;}
p { line-height: 1.4em; }
.visiting p { margin: .5em 0; }

h3, h4, p.callout a {
	font-family: "jaf-facitweb", Futura, Helvetica, Arial, sans-serif;
}

.main.wrapper {
	margin-top: -200px;
}

.page-title { }

.page-title h2 {
	margin: 0;
	padding: 0 0 20px 0;
	color: #E27A52;
	letter-spacing: .01em;
	font-weight: normal;
	line-height: 1em;
	border-bottom: 1px solid #E27A52;
}

.content {
	background: #FFF;
	-moz-box-shadow: 0 0 4px 4px rgba(0,0,0,.25);
	-webkit-box-shadow: 0 0 4px 4px rgba(0,0,0,.25);
	box-shadow: 0 0 4px 4px rgba(0,0,0,.25);
	float: left;
	padding: 30px 0 0 0;
}

.our-story .color h5 {
	font-size: 40px;
	line-height: 1.3em;
	margin: 0;
	font-family: "abril-fatface", Georgia, 'Times New Roman', serif;
}

.our-story .champagne.color h5 { padding: 15px 0; border-top: 1px solid #0C4660; border-bottom: 1px solid #0C4660; }
.our-story .poppy.color h5 { padding: 15px 0; border-top: 1px solid #F4EDD0; border-bottom: 1px solid #F4EDD0; }


.our-story .color p, .our-story .color h5 { color: #0C4660; }
.our-story .poppy p, .our-story .poppy h5 { color: #F4EDD0; }
.our-story .color { float: left; padding-left: 0; padding-right: 0; }
.our-story #intro h5 { border: none; margin-bottom: 0; }


#video {
	/*width: 480px; 
	height: 320px; 
	background: #F4EDD0;
	border-top: 1px solid #0C4660;
	padding: 30px 0;
	display: block;
	margin: 0 0 0 33%;*/
}

.pink-dot {
	width: 270px;
	height: 270px;
	border-radius: 135px;
	background: #F4C5B6;
}

#together { padding: 0; width: 100%; position: relative; }
#together img { width: 100%; }

.poppy-dot { 
	background: #E27A52; 
	}
	
.our-story .poppy-dot h5 {
	text-align: center;
	color: #F4EDD0;
	padding-top: 35px;
} 

#cool-guy, #cool-guy .column-image, .registry .column-image { margin-bottom: 0; }

.neighborhood { margin-bottom: 30px; padding-bottom: 20px; border-bottom: 1px solid #CCC; }
.pink .neighborhood { border-color: #0C4660;}

h3 {
	font-size: 28px;
	line-height: 32px;
	color: #0C4660;
	font-weight: normal;
	padding: 15px 0 0 15px; /* accommodates for three col padding */
	margin: 0 0 20px 0;
}

.visiting h3 { padding-left: 0; }
#destinations { float: left; width: 60%; margin-bottom: 15px; padding-top: 30px;}

h4 {
	font-size: 17px;
	color: #0C4660;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 12px 0;
}

h5 {
	font-size: 17px;
	color: #0C4660; /* teal */
	font-weight: normal;
	padding: 0;
	margin: 0 0 12px 0;
}

/*** COLUMNS SETUP ***/


.color { padding: 30px; }
.padding { padding: 0 3%; }

.champagne { background: #F4EDD0; }
.poppy { background: #E27A52; }
.teal { background: #0C4660; color: #F4EDD0;}
.teal a, .teal h5 { color: #F4EDD0; }
.pink { background: #F4C5B6; }

.bordered { border-bottom: 1px solid #0C4660; padding-bottom: 10px; }
.bordered h3 {padding-left: 0;}

.column-image {
	width: 100%;
	margin: 0 0 20px 0;
}

#ringer {
	width: 100%; 
	margin: 0 auto;
	text-align: center;
}

.big, .small { 
	font-family: "jaf-facitweb", Futura, helvetica, arial, sans-serif;
	color: #F4EDD0;
	letter-spacing: .1em;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

.big {
	font-size: 72px;
}

.small {
	font-size: 24px;
}



.footer-container {

}

.footer-container {
    margin-top: 20px;
}

.footer-container .wrapper { padding: 0; border-top: 1px solid #F4C5B6; }

.footer-container p, .footer-container p a {
	color: #F4C5B6;
	font-size: 14px;
	text-decoration: none;
	margin-bottom: 20px;
	margin-top: 1em;
}

.footer-container p a:hover {
	color: #FFF;
}


header {
	font-family: "jaf-facitweb", Futura, helvetica, arial, sans-serif;
	padding-top: 30px;
}


nav {
	font-size: 14px;
}

nav ul {
	height: 40px;
	}

nav a {
	color: #F4C5B6;
	letter-spacing: .05em;
	}
	
nav a:visited { color: #F4C5B6; }

nav a:hover {
	text-decoration: none;
	color: #FFF;
}


.our-story nav li.our-story a, .ceremony nav li.ceremony a, .where-stay nav li.where-stay a, .visiting nav li.visiting a, .registry nav li.registry a { color: #FFF; }


.title, .title a {
    color: #F4C5B6;
}

.title a:hover { color: #FFF; text-decoration: none; }

.title h1 { 
	text-transform: uppercase; 
	font-size: 21px; 
	letter-spacing: .1em; 
	margin: 0; 
	padding: 0; 
    font-weight: normal;
	}
		
.title h2 { 
	font-size: 14px; 
	margin: 0;
	padding: 0;
    font-weight: normal;
	}

h1 {
	font-size: 36px;
}

a {
	color: #0C4660;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



nav select {
  display: none;
  float: right;
  width: 60%;
  height: 40px;
  background: none;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  padding: 8px 15px;
}

.dropdown {
	display: none;
	background: rgba(255,255,255,.8) url(../img/arrow.png) no-repeat 96%;
	display: block;
	overflow: hidden;
}

@media (max-width: 960px) {
  nav ul     { display: none; }
  nav select { display: inline-block; }
  nav .dropdown { display: block; }
}




/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 300px) {

p { font-size: 16px; }

.header-container { min-height: 300px; }

.col { float: none; }
.col-block { margin-bottom: 30px; }

.third.col-block, .half.col-block { padding: 0 15px; }
.third.col-block.first, .half.col-block.first { margin-left: 0%;}
.bordered { margin-bottom: 15px;}

.our-story #intro { padding: 0 3% 0 3%; }
    
    .page-title {
	padding: 0 15px 15px;
}

	.page-title h2 {
	font-size: 1.75em;
}
    
	.title {
        float: none;
        width: 100%
    }

    nav {
        float: none;
        width: 100%;
        margin-top: 10px;
    }
    
    nav select { width: 100%; }
    
    .footer-container p.left { float: none; }
	.footer-container p.right { float: none; }

h4.dot {
	font-size: 24px;
	font-family: "abril-fatface", Georgia, 'Times New Roman', serif;
	text-transform: none;
	line-height: 30px;
}

.dotty { position: relative; }
.dot-box { position: relative; }

.poppy-dot, .pink-dot {
	margin: 15px auto;
}

.video-container {
	width: 100%; 
	float: left;
	text-align: center;
}

#video {
	border-top: 1px solid #0C4660;
	padding: 30px 0;
	display: block;
	margin: 0 auto;
}

    
    }

    
@media only screen and (min-width: 480px) {

.header-container {
	/*background-color: #333;*/
	min-height: 300px;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.where-to-stay .header-container { background-image: url(../img/where-to-stay_sm.png) 0 0 no-repeat; }
.ceremony .header-container { background-image: url(../img/ceremony_sm.png) 0 0 no-repeat; }

.col { float: none; }

nav { width: auto; margin-top: 0; }
.title { width: 50%; }


/* ====================
    INTERMEDIATE: Menu
   ==================== */

.title {
        float: left;
        width: 50%
    }

    nav {
        float: right;
        width: 50%;
    }

    nav a {
        float: left;
        /*width: 27%;
        margin: 0 1.7%;
        padding: 25px 2%;*/
        margin-bottom: 0;
    }

    nav li:first-child a {
        margin-left: 0;
    }

    nav li:last-child a {
        margin-right: 0;
    }
    
    

/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    nav ul li {
        display: inline;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }
}

@media only screen and (min-width: 768px) {

p { font-size: 14px; }

/* ====================
    WIDE: CSS3 Effects
   ==================== */

    /*.header-container,
    .main aside {
        -webkit-box-shadow: 0 5px 10px #aaa;
           -moz-box-shadow: 0 5px 10px #aaa;
                box-shadow: 0 5px 10px #aaa; 
    }*/
    
.header-container {

}

.home {
	background: #333 url(../img/home_sm.jpg) 0 0 no-repeat;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.col {
	float: left;
	display: inline;
	margin: 0;
	width: 8.33%;
}

.col-block { margin-bottom: 30px; }
.color { margin-bottom: 0; }

.third { width: 33.33333%; } /* 33.33% */
.third.col-block { width: 29.33%; margin-right: 3%; padding: 0; }
.third.col-block.first { margin-left: 3%;}
.two-thirds { width: 66.66667%;}
.half { width: 50%; }
.half.col-block { width: 45.5%; margin-right: 3%; padding: 0; }
.half.col-block.first { margin-left: 3%; }
.third.col-block.pink { width: 26.33%; padding: 15px 3%; }

.our-story #intro { padding: 0 3% 0 35%; width: 60%; }

.footer-container p.left { float: left; }
.footer-container p.right { float: right; }

.page-title {
	padding: 0 3% 15px 3%;
}

.page-title h2 {
	font-size: 2em;
}

.pink-dot {
	margin-left: 3%;
}

.poppy-dot {
	position: absolute;
	left: 35%;
	top: 15%;
	margin-left: 0;
}

#video {
	margin: 0 0 0 33%;
}

.video-container {
	text-align: left;
}



/* ============
    WIDE: Menu
   ============ */

    .title {
        float: left;
        width: 50%
    }

    nav {
        float: right;
        width: 50%;
    }

/* ============
    WIDE: Main
   ============ */

    .main article {
        float: left;
        width: 57%;
    }

    .main aside {
        float: right;
        width: 28%;
    }
}

@media only screen and (min-width: 960px) { 
	
	.title {
        float: left;
        width: 25%
    }

    nav {
        float: right;
        width: 75%;
    }
    
h4.dot {
	border-radius: 100px;
	height: 100px;
	width: 160px;
	background: #F4EDD0;
	text-align: center;
	padding: 65px 20px 35px 20px;
	font-size: 35px;
	font-family: "abril-fatface", Georgia, 'Times New Roman', serif;
	text-transform: none;
	line-height: 40px;
}

.dotty { position: relative; }
.dot-box { position:absolute; left: 25%; top: 10%; }
    
}


@media only screen and (min-width: 1140px) {


nav a { padding-left: 20px; padding-right: 20px; }


/* ===============
    Maximal Width
   =============== */

    .wrapper {
        width: 1026px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }
}

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

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

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

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

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

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

.invisible {
    visibility: hidden;
}

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

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@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 {
        border: 1px solid #999;
        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;
    }
}