@import url("http://fonts.googleapis.com/css?family=IM+Fell+English:400");
@import url("http://fonts.googleapis.com/css?family=IM+Fell+Great+Primer:400");
@import url("http://fonts.googleapis.com/css?family=Libre+Baskerville:400");

body, a, a:hover {
    font-family: "Libre Baskerville";
    font-size: 9px;
    font-style: normal;
    font-weight: normal;
    color: #555;
    line-height: 1.8
}

button {
    font-family: "Courier";
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    color: #000;
    border-color: #a3aab2;
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    background-color: #f9f9f9
}

button:hover {
    background-color: #c6d0d6
}

#wedding-title {
    font-family: "IM Fell English";
    font-size: 57px;
    font-style: normal;
    font-weight: normal;
    color: #a3aab2
}

#wedding-date-location {
    font-family: "Courier";
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 0.4px
}

.theme-image {
    background-position: top left;
    background-image: url(/img/puzzle-top-left.png);
}

.theme-image-bottom {
    background-position: bottom right;
    background-image: url(/img/puzzle-bottom-right.png);
}

#main-nav li a {
    font-family: "Courier";
    font-size: 17px;
    font-style: normal;
    font-weight: normal;
    color: #555;
    letter-spacing: 2px
}

#main-nav li a:hover, #main-nav li a.selected {
    color: #a3aab2
}

#main-container-background {
    background-image: url(/gs/assets/guest/themes/vintage_whale-gray/background_image-62a22c7b244beecd378f57d287918ec8.gif);
    background-repeat: repeat
}

#main-nav-container.fixed {
    background-color: rgba(251, 250, 250, 0.98)
}

#main-container-background, #main-nav > ul > li > ul {
    background-color: #fbfafa
}

.section-title, .event-section-title, .wedding-event-section-title, .wedding-party-section-title, .location-section-title, .album-section-title, .photo-section-title, .registry-section-title {
    font-family: "IM Fell Great Primer";
    font-size: 40px;
    font-style: normal;
    font-weight: normal;
    color: #a3aab2
}

.item-title, .event-title, .wedding-event-title, .location-title {
    font-family: "Courier";
    font-size: 23px;
    font-style: normal;
    font-weight: normal;
    color: #a3aab2;
    text-transform: uppercase
}

@media (max-width: 767px) {
    #wedding-date-location {
        font-size: 14px !important
    }
}

.theme-image-container {
    margin-bottom: -8%
}

@media (min-width: 1200px) {
    .theme-image-container {
        margin-bottom: -120px
    }
}

button.main-nav {
    float: right
}
