/*   GLOBAL - BEGIN   */

html {
    border: 0px;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    font-family: 'Bodoni', sans-serif;
    font-size: 18px;
    font-weight: 300;
    overflow-x: hidden;
    /* FIX FOR PORTRAIT TO LANDSCAPE FONT ADJUSTING */
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;

}

body {
    border: 0px;
    margin: 0px;
    padding: 0px;
    width: 100%;
    position: absolute;
    font-family: "Bodoni", sans-serif;
    background-color: #000000BB !important;
}

#header {
    padding: 0px;
    border: 0px;
    margin: 0px;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 900;
    width: 100%;
    height: 75px;
    text-align: center;
}

#headerImage {
    border: 0px;
    padding: 0px;
    margin: 0px;
    position: relative;
    top: 16px;
    width: 80%;
    padding-left: 10%;
}

#headerImage img {
    border: 0px;
    padding: 0px;
    margin: 0px;
    width: 220px;
}

#headerMessage {
    border: 0px;
    margin: 0px;
    padding: 0px;
    position: relative;
    top: 7px;
    width: 100%;
    font-family: 'Bodoni';
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    padding-top: 8px;
    letter-spacing: 2px;
}

#headerDaysToGo {
    padding: 0px;
    border: 0px;
    margin: 0px;
    position: relative;
    top: 19px;
    width: 100%;
    font-size: 16px;
    font-weight: Bold;
    font-family: 'roboto';
}

#headerDome {
    border: 0px;
    padding: 0px;
    margin: 0px;
    position: relative;
    top: 13px;
    width: 100%;
}

#headerDome img {
    width: 100%;
}

#dayMode {
    position: fixed;
    top: 13px;
    right: 15px;
    cursor: pointer;
}

#dayModeImage {
    position: fixed;
    top: 10px;
    right: 6px;
    width: 25px;
}

#home {
    border: 0px;
    margin: 0px;
    padding: 0px;
    position: fixed;
    top: 100px;
    left: 0px;
    z-index: 800;
    width: 100%;
    height: 100%;
    text-align: center;
}

#homeImage {
    position: absolute;
    z-index: 800;
    top: -25px;
    left: 0px;
    width: 100%;
}

#homeRSVP {
    width: 90%;
    padding-left: 5%;
    position: absolute;
    top: -5px;
    z-index: 801;
}

#rsvpButton {
    font-size: 4vw;
    text-align: center;
}

#content {
    padding: 0px;
    border: 0px;
    margin: 0px;
    position: relative;
    left: 0px;
    top: 95vh;
    width: 95%;
    padding-left: 2%;
    padding-right: 3%;
}

.slideDome {
    padding: 0px;
    border: 0px;
    margin: 0px;
    width: 100%;
    position: relative;
    left: 0px;
    top: -25px;
}

.slideDome img {
    padding: 0px;
    border: 0px;
    margin: 0px;
    width: 100%;
    position: relative;
    left: 0px;
    top: 0px;
}

.slideContent {
    padding: 0px;
    border: 0px;
    margin: 0px;
    position: relative;
    left: 0px;
    top: -30px;
    width: 100%;
    z-index: 800;
    text-align: center;
    background-color: transparent;
}

.slide1 {
    /* WEDDING */
    padding: 0px;
    border: 0px;
    margin: 0px;
    position: relative;
    left: 0px;
    width: 100%;
    top: 0px;
    z-index: 800;
    text-align: center;
    padding-bottom: 50px;
    border-bottom: #666 3px solid;
    border-left: #666 3px solid;
    border-right: #666 3px solid;
}

.slide2 {
    /* EVENTS */
    padding: 0px;
    border: 0px;
    margin: 0px;
    position: relative;
    width: 100%;
    top: 12vh;
    z-index: 800;
    text-align: center;
    padding-bottom: 50px;
    border-bottom: #666 3px solid;
    border-left: #666 3px solid;
    border-right: #666 3px solid;
}

.slide3 {
    /* TRAVEL */
    padding: 0px;
    border: 0px;
    margin: 0px;
    position: relative;
    width: 100%;
    top: 25vh;
    z-index: 800;
    text-align: center;
    padding-bottom: 50px;
    border-bottom: #666 3px solid;
    border-left: #666 3px solid;
    border-right: #666 3px solid;
}

.slide4 {
    /* PARTY */
    padding: 0px;
    border: 0px;
    margin: 0px;
    position: relative;
    width: 100%;
    top: 38vh;
    z-index: 800;
    text-align: center;
    padding-bottom: 50px;
    border-bottom: #666 3px solid;
    border-left: #666 3px solid;
    border-right: #666 3px solid;
}

.slide5 {
    /* PHOTOS */
    padding: 0px;
    border: 0px;
    margin: 0px;
    position: relative;
    width: 100%;
    top: 50vh;
    z-index: 800;
    text-align: center;
    padding-bottom: 50px;
    border-bottom: #666 3px solid;
    border-left: #666 3px solid;
    border-right: #666 3px solid;
}

.slide6 {
    /* QA */
    padding: 0px;
    border: 0px;
    margin: 0px;
    position: relative;
    width: 100%;
    top: 60vh;
    z-index: 800;
    text-align: center;
    padding-bottom: 50px;
    border-bottom: #666 3px solid;
    border-left: #666 3px solid;
    border-right: #666 3px solid;
}

/* OVERRIDES */

#footer {
    top: 540px;
    height: 100px;
    font-family: 'san-serif';
}

.webImage {
    width: 100%;
}

h1 {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 20px;
    font-family: 'Bodoni', 'san-serif';
    font-size: 8vw;
    text-decoration: none;
    padding: 10px 10px 10px 10px;
}

h2 {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 6vw;
}

h3 {
    text-align: center;
    border: 0px;
    margin: 0px;
    padding: 0px;
}

h4 {
    text-align: center;
    border: 0px;
    margin: 0px;
    padding: 0px;
}

p {
    text-align: left;
    border: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 5vw;
}

.switchColor {
    color: #000;
    background-color: #fff;
}

/*     FLIP IMAGE     */
.flipLeft {
    transform: rotate(0deg);
    transition: 0.3s;
}

.flipRight {
    transform: rotate(360deg);
    transition: 0.3s;
}

.link_button,
.link_button_toggle {
    border: 0px;
    margin: 0px;
    font-weight: bold;
    cursor: pointer;
    white-space: nowrap;
    border-radius: 5px;
    text-decoration: none;
    padding: 3px;
    background: linear-gradient(#ffffff80, #000000, #000000);
    color: #fff;
    border: 1px solid #fff;
    text-shadow: #fff;
}

.formDome img {
    width: 100%;
    position: relative;
    top: -2vh;
}

#rsvpDiv {
    position: fixed;
    z-index: 800;
    top: 0px;
    width: 100%;
    height: 100%;
    display: none;
    background-color: #00000080;
}

#contactDiv {
    width: 80%;
    margin-left: 10%;
    height: 55vh;
    position: relative;
    top: 140px;
    padding-bottom: 20px;
}

.contact-form {
    position: relative;
    top: -15px;
    padding-left: 20px;
    padding-right: 20px;
}

input[type=text],
select {
    width: 100%;
    padding: 3px 5px;
    margin: 4px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 18px;
}

input[type=submit] {
    margin: 0px 0;
    height: 5vh;
    border: none;
    border-radius: 5vw;
    cursor: pointer;
    font-size: 5vw;
}

.cStatus {
    text-align: left;
    display: block;
    visibility: visible;
    position: relative;
    color: #cf1313 !important;
    width: 100%;
    height: 40px;
    margin-top: 10px;
    font-size: 16px;
    text-shadow: none;
    font-weight: bold;
    font-family: roboto;
}

/*  OVERRIDDEN FROM MENUBUTTON.JS  */
#menuButton {
    left: 10px;
    top: 10px;
}

/*  OVERRIDDEN FROM ABOVE  */
#dayModeImage {
    top: 12px;
    right: 10px;
}