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

/*Colors from: https://kuler.adobe.com/Copy-of-vintage-card-color-theme-3065107/edit/?copy=true&base=2&rule=Custom&selected=0&name=Copy%20of%20Copy%20of%20vintage%20card&mode=rgb&rgbvalues=0.57,0.46467391304347827,0.5018478260869227,0.5490196078431373,0.7450980392156863,0.6980392156862745,0.9490196078431372,0.9215686274509803,0.7490196078431373,0.9529411764705882,0.7098039215686275,0.3843137254901961,0.9411764705882353,0.3764705882352941,0.3764705882352941&swatchOrder=0,1,2,3,4*/
/*
More possible themes:
https://kuler.adobe.com/Dusk-color-theme-3231193/
https://kuler.adobe.com/elianne3-color-theme-3214301/
*/

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

a {
    color:#222;
}

body {
    font-size: 1em;
    /*line-height: 1.4;*/
    font: 16px/26px Brandon Grotesque,  Helvetica Neue, Helvetica, Arial;
    font-family: "brandon-grotesque";
}

p {
    font-size: 1.5em;
    line-height: 140%;
}

h3 {
    font-size: 1.5em;
}

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

::selection {
    background: #b3d4fc;
    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;
}


/* ===================
    Theme
   =================== */

h1 {
  font-family: "brandon-grotesque";  
  line-height: 1em;
}

.ampersand{
    font: 16px Minion Pro;
    font-family: 'minion-pro';
    font-size: 1em;
    font-style: italic;
    font-weight: bold;
}

.us{
    /*height:15vh;*/

    padding-bottom: 0px;
}

/*.married{
    font: 36px Hoefler Text;
}

.wedding-info{
    font: 16px Hoefler Text;
}*/

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

.intro {
    background: url(step2.jpg) no-repeat 75% 30% scroll;
    width: 100%;
    -webkit-background-size: 1024px 970px; 
    -moz-background-size: 100%; 
    -o-background-size: 100%; 
    background-size: 100% 100%; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 575px;
}

.header-container {
    border-bottom: 0px solid #e44d26;
    position: fixed;
    top: 0px;
    width: 100%;
    /*height: 5vh;*/
    /*height:5%;*/
}

.footer-container,
.main aside {
/*    border-top: 2px solid #e44d26;
*/}

.header-container,
.footer-container,
.main aside {
    background: #5C4B51;,
    opacity: 10%;
}

.main-container {
    background-color: #f2ebbf;
}

.main-container h1 {
    font-size: 6em;
    text-align: center;
    margin: 0px;

}

.travel-container {
    background-color: #8cbeb2;
}

.stay-container {
    background-color: #F3B562;
}

.do-container {
    background-color: #f2ebbf;
}

.schedule-container {
    background-color: #8CBEB2;
}

.others-container {
    background-color: #f06060;
}

.title {
    color: white;
}

/* ==============
    Menu
   ============== */

nav a {
    display: block;

    text-align: center;
    text-decoration: none;
    /*font-weight: bold;*/

    color: white;
    background: #5C4B51;
    float: left;
    width: 13%;
    margin: 0 1.7%;
    /*padding: 5px;*/
    margin-bottom: 0;
    line-height: 40px;

    /*text-decoration: underline;*/
    -o-transition:color .5s linear, background .5s linear;
    -ms-transition:color .5s linear, background .5s linear;
    -moz-transition:color .5s linear, background .5s linear;
    -webkit-transition:color .5s linear, background .5s linear;
    transition:color .5s linear, background .5s linear;
}

.small{
    display: none;
}

.large{
    display: block;
}

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

nav a:hover {
    background: #917680;
    /*text-decoration: underline;*/

    
}

nav ul {
    margin: 0;
    padding: 0;
}

/*nav li{
    height: 5%;
    vertical-align: middle;
}*/

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

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

/* ==============
    Main
   ============== */

.main {
    padding: 30px;
}

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

.main aside {
    color: white;
    /*padding: 0px 5% 10px;*/
    margin-top: 5%;
    border-top: 20px solid #F06060;
    /*5C4B51*/
    border-left: 20px solid #5C4B51;
    border-right: 20px solid #5C4B51;
    border-bottom: 20px solid #5C4B51;
    float: right;
    width: 28%;
/*    -webkit-box-shadow: 0 5px 10px #000;
    -moz-box-shadow: 0 5px 10px #000;
    box-shadow: 0 5px 10px #000;*/
}

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

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


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

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

/* Flexible iFrame */

.Flexible-container {
    position: relative;
    padding-bottom: 200.25%;
    padding-top: 20px;
    height: 0;
    overflow: hidden;
}

.Flexible-container iframe,   
.Flexible-container object,  
.Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.person{
    display: inline;
}

.name{
    font-weight: bold;
    text-align: center;
}

/*Circle Images*/
.circle{
    border-radius: 50%;
    width: 9%;
}



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

/*Less than 675 px in width 

    1. Shrink font of mike and emily
    2. Change text in top to icons
    3. Increase width to 90 %

*/
@media (max-width: 675px) {
    .wrapper {
        width: 80%; /* 1140px - 10% for margins */
        /*margin: 0 5%;*/
    } 

    .main-container h1 {
        font-size: 4em;
        line-height: 1em;
        margin-bottom: .5em
    }  

    .large{
        display:none;
    }

    .small {
        display: block;
    }

    .intro {
        height: 450px;
    }
}

@media (max-width: 480px) {
    .intro {
        height: 250px;
    }
}



