@import url(http://fonts.googleapis.com/css?family=Pacifico);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed);

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

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

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* GLOBAL STYLES
-------------------------------------------------- */
body {
    background: #fff url(../img/gray_jean.png) repeat 0 0;
    font-size: 62.5%;
    margin-top: 40px;
}
a,
a:hover {
    color: #E0AE49;
}
hr {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #eee;
}
#header {
    font-size: 2em;
}
#header .navbar-inner {
    background: #fff;
    border: none;
    height: 50px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#header .brand {
    background: url(../img/ae.png) no-repeat 0 0;
    height: 0;
    margin: 0 10px 0 0;
    overflow: hidden;
    padding: 97px 97px 0 0;
    width: 0;
}
#header #nav {
    font-family: 'Roboto Condensed', sans-serif;
}
#header #nav li a {
    padding: 15px 25px
}
#content {
    font-size: 1.6em;
    line-height: 1.5em;
}
#content .section .container {
    padding-top: 65px;
    padding-bottom: 100px;
}
#footer {
    font-size: 1.6em;
    line-height: 1.5em;
    height: 100px;
    text-align: center;
    padding: 50px 10px;
}
h1 {
    font-family: 'Pacifico', cursive;
    font-size: 4em;
    font-weight: normal;
    line-height: 1em;
    margin: 0.67em 0;
}
h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 2.5em;
    margin: 0.83em 0;
}
h3 {
    font-size: 2em;
    margin: 1em 0;
}
h4 {
    font-size: 1.5em;
    margin: 1.33em 0;
}
h5 {
    font-size: 1.25em;
    margin: 1.67em 0;
}
h6 {
    font-size: 1em;
    margin: 2.33em 0;
}



/* Intro Page Styles
-------------------------------------------------- */
#intro {
    color: white;
    margin: 0 auto;
    padding-top: 0 !important;
}

#intro .splash {
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.4);
    color: #000;
    font-family: 'Pacifico', cursive;
    margin: 75px auto 0;
    padding: 0 0 20px 0;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#intro .splash h1 {
    font-size: 7em;
    line-height: 1em;
    padding: 50px 0 0 0;
    position: relative;
    z-index: 2;
}
#intro .splash img {
    margin-top: -90px;
    margin-bottom: -50px;
    position: relative;
    z-index: 1;
}
#intro .splash h2 {
    font-size: 3em;
    position: relative;
    z-index: 2;
}


/* Our Story Styles
-------------------------------------------------- */
#wedding-day {
    background: #49572A;
    color: #ddd;
    margin: 0 auto;
    padding: 0;
}
#wedding-day h2 {
    margin-top: 0;
}
#wedding-day p {
    font-size: 1.2em;
}
#wedding-day .map-marker img {
    margin-top: -10px;
}


/* Info Page Styles
-------------------------------------------------- */
#info {
    color: #000;
    margin: 0 auto;
    padding: 0;
}
#info img.pull-left {
    margin-right: 10px;
}
#info .map-marker img {
    margin-top: -10px;
}
#info h4 {
    margin-bottom: 10px;
}
#info .registry h4 {
    text-align: center;
}


/* Gallery Page Styles
-------------------------------------------------- */
#gallery {
    background: #49572A;
    color: #ddd;
    margin: 0 auto;
    padding: 0;
}
#gallery .gallery {
    margin: 0 auto;
    max-width: 1080px;
}
#gallery .photo {
    float: left;
    margin: 10px;
}
#gallery .photo img {
    max-width: none;
}


/* Guest Book Page Styles
-------------------------------------------------- */
#guest-book {
    color: #333;
    margin: 0 auto;
    padding: 0;
}


/* RESPONSIVE CSS
-------------------------------------------------- */
/* Large desktop */
@media (min-width: 1200px) {
}

/* Portrait tablet to landscape and desktop */
@media (max-width: 979px) {    
    body {
        margin-top: 0;
    }
    .navbar-fixed-top {
        position: fixed;
        margin-bottom: 0;
    }
    #header .brand {
        top: 10px;
        left: 5px;
        position: absolute;
        z-index: 200;
    }
    #header .navbar-inner {
        padding-left: 0;
        padding-right: 0;
    }
    .nav-collapse {
        background: #FFFFFF;
        margin-top: 55px;
        text-align: right;
        z-index: 100;
    }
    .nav-collapse .nav li a{
        padding-left: 5px;
        padding-right: 5px;
    }
    #gallery .gallery {
        margin: 0 auto;
        max-width: 900px;
    }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    body {
        margin-top: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .navbar-fixed-top {
        margin-left: 0;
        margin-right: 0;
    }
    #content .section {
        padding-left: 10px;
        padding-right: 10px;
    }
    #gallery .gallery {
        margin: 0 auto;
        max-width: 540px;
    }
}

/* Landscape phones and down */
@media (max-width: 480px) {
    #intro .splash h1 {
        font-size: 5em;
    }

    #gallery .gallery {
        margin: 0 auto;
        max-width: 360px;
    }
}












/* ==========================================================================
   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: 100%;
}

/*
 * 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.
   Theses 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 */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* 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 {
        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;
    }
}
