body {
    background: url(bg.jpg) repeat;
    color: #999;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
    margin: 0;
}

h1 {
    text-align: center;
    font-size: 120px;
    color: #a35d00;
    font-family: "IM Fell English", cursive;
    font-style: italic;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.15);
    font-weight: 400;
    letter-spacing: 2px;
    width: 70%;
    margin: 30px auto 0;
}

h1 span {
    letter-spacing: -10px;
}

#tagline {
    max-width: 681px;
    width: 80%;
    margin: 0 auto;
}

#tagline img {
    width: 100%;
}

#tagline span {
    display: none;
}

#pics {
    width: 80%;
    max-width: 700px;
    min-width: 300px;
    margin: 100px auto 0;
}

#pics article {
    margin: 0 0 200px;
}

#pics article h3 {
    font-size: 24px;
    text-align: center;
    color: #f9c300;
    background: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 1px 1px rgba(0,0,0,0.25);
    letter-spacing: 2px;
    margin: 0;
}

#pics article .frame {
    width: 100%;
    background: url(frame.png) no-repeat;
    background-size: 100%;
    cursor: pointer;
    padding: 0 0 70px;
}

#pics article .frame .pic img {
    width: 75.4%;
    margin: 12.3% 0 0 12.3%;
}

#pics article .info {
    width: 350px;
    background: #fff;
    color: #000;
    float: left;
    text-align: left;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.15);
    margin: 10px 0 0 40px;
    padding: 15px 15px 5px 10px;
}

#pics article .info p {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin: 0 0 10px;
    padding: 0;
}

#pics article .info p.title {
    font-weight: 700;
}

#pics article .info p.used {
    font-style: italic;
}

#pics article .info p.by {
    text-transform: capitalize;
}

#share {
    position: fixed;
    left: 40px;
    top: 60px;
}

#share .fb,#share .tw {
    margin: 0 0 15px;
}

#loading {
    display: none;
    text-align: center;
    padding: 0 0 50px;
}

@media (max-width: 480px) {
    body {
        width: 100%;
    }

    h1 {
        font-size: 60px !important;
    }

    #tagline {
        padding-bottom: 10px;
    }

    #pics {
        min-width: 300px;
        width: 80%;
        margin: 0 auto;
    }

    #pics article .info {
        width: 280px!important;
        margin-left: 10px!important;
        margin-top: -20px;
        box-sizing: border-box!important;
    }

    #share {
        position: relative;
        left: 0;
        top: 0;
        text-align: center;
        margin: 0 auto;
        padding: 0 0 20px;
    }

    #share .fb,#share .tw {
        display: inline-block;
        text-align: center;
        margin: 0;
    }

    #share .fb {
        display: none;
    }
}
