﻿#mainheader {
    margin: 0px;
    font-size: 290%;
    text-align: right;
    font-family: BlackJackRegular, Georgia, cursive;
    line-height: 100%;
    color: #157096;
}

#subtitle {
    line-height: 40px;
    font-size: 15px;
}

#photos {
    position: relative;
    margin-top: 3em;
    left: -36%;
}

#photos > img {
    width: 52%;
    vertical-align: text-bottom;
    border-width: 0px;
}

#photos > img:first-child {
    position: relative;
    -moz-transform: rotate(-7deg);
    -webkit-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
    z-index: 2;
}

#photos > img:last-child {
    margin-left: -4.5%;
    position: absolute;
    max-width: 100%;
    -moz-transform: rotate(2.5deg);
    -webkit-transform: rotate(2.5deg);
    -ms-transform: rotate(2.5deg);
    -o-transform: rotate(2.5deg);
    z-index: 1;
}

#menu {
    height: 100px;
}

#gift {
    width: 50%;
    float: left;
}

#gift > h1, #wedding > h1 {
    width: 60%;
    border-bottom: 2px dotted #cdc9c6;
    margin: auto;
}

#gift > ul, #wedding > ul {
    list-style-type: none;
    margin-right: -4px;
    padding: 0;
    margin-top: 1em;
    display: block;
    list-style-position: inside;
}

#gift > ul > li, #wedding > ul > li {
    border-left: 2px solid #959595;
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-right: 4px;
    width: 30%;
    zoom: 1;
}

#gift > ul > li:first-child, #wedding > ul > li:first-child {
    border-left: none;
}

#gift > ul > li > a, #wedding > ul > li > a {
    display: block;
    font-family: "Nobile",Arial,sans-serif;
    font-weight: bold;
    color: #469abd;
    text-decoration: none;
}

    #gift > ul > li > a:hover, #wedding > ul > li > a:hover {
        text-decoration: underline;
    }

#wedding {
    width: 50%;
    float: right;
}

@media screen and (max-width: 930px) {
    #gift, #wedding {
        vertical-align: bottom !important;
    }

    #photos > img:last-child {
        position: absolute;
        z-index: 1;
    }

    #mainheader, #subtitle {
        float: none !important;
        text-align: center !important;
    }

    #photos {
        vertical-align: top;
        float: none !important;
        margin: 5% 10% 10% 10%;
        width: 100%;
        bottom: 10%;
        text-align: center !important;
        left: -33%;
    }

    photos > img {
        float: none !important;
        text-align: center !important;
        width: 50% !important;
    }

    #photos > img:first-child {
        margin-left: 0% !important;
        position: relative;
        z-index: 2;
    }

    #menu {
        margin-bottom: 2em;
    }
}

@media screen and (max-width: 885px) {
    #gift, #wedding {
        margin-bottom: 3em !important;
    }

    #menu {
        height: 150px !important;
    }
}

@media screen and (max-width: 500px) {
    #gift > ul > li, #wedding > ul > li {
        border-left: none !important;
    }

    #gift, #wedding {
        float: none !important;
        width: 100% !important;
        margin-bottom: 3em !important;
    }

    #menu {
        height: 100% !important;
    }

    #menu > * {
        float: none !important;
    }
}

@media screen and (max-width: 382px) {
    #menu {
        margin-bottom: 3em !important;
    }
}

@media screen and (max-width: 882px) {
    #photos > img:first-child {
        margin-left: 0% !important;
    }

    #photos > img:last-child {
        margin-right: 9% !important;
    }

    #photos {
        vertical-align: top;
        float: none !important;
    }
}