body {
    background: #1A1D2B url(../img/lunaheaderbg.jpg) center center no-repeat;
    background-size: cover;
    padding: 0;
    margin: 0;
}

.inner {
    max-width: 1042px;
    padding: 0 20px;
    margin: auto;
    position: relative;
}

header {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    color: #D0A688;
}

.top-wrap {
    min-height: 20vh;
}

nav ul {
    list-style: none;
    padding: 0;
}

nav li {
    display: inline-block;
    margin: 0 5px;
}

nav a {
    color: #D0A688;
    text-decoration: none;
    font-family: classico-urw, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
}

nav a:hover {
    color: #EEDBCE;
}

nav a.logo {
    font-family: 'Cedarville Cursive', cursive;
    text-transform: none;
    font-size: 2em;
}

#masthead {
    height: 80vh;
    margin-top: 20vh;
    position: relative;
    z-index: -1;
}

.bg-white {
    background: #EEEBE6;
}

.bg-dark {
    background: url(../img/dark-bg.jpg) center top no-repeat;
    background-size: cover;
    color: #eedbcd;
}

section.text {
    padding: 40px 0;
}

.text-center {
    text-align: center;
}

.cols {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    flex-grow: 1;
}

.cols .col {
    width: 50%;
    padding: 0 15px;
    box-sizing: border-box;
}

img.shrink-to-fit {
    max-width: 100%;
    display: block;
    margin: auto;
}

.img-col {
    width: 33%;
    box-sizing: border-box;
}

.img-col img {
    width: 100%;
    margin: 0 5px 5px 0;
    display: block;
}

.img-wrap {
    overflow: hidden;
    width: 100%;
    height: 100vh;
    background-position: center center;
    background-size: cover;
}

.img-wrap img {
    margin: auto;
    display: block;
    min-height: 100%;
    min-width: 100%;
}

a.full-height-rollover {
    text-decoration: none;
    display: block;
    opacity: 0;
    height: 100vh;
    width: 100%;
    font-family: 'Sorts Mill Goudy', serif;
    font-size: 4em;
    line-height: 100vh;
    text-align: center;
    color: #D0A688;
    position: absolute;
    background: rgba(255,255,255,0.3);
    transition: opacity .5s;
}

a.full-height-rollover:hover {
    opacity: 1;
}

a.site-portfolio {
    font-family: classico-urw, sans-serif;
    text-transform: uppercase;
    font-size: 1.5em;
    display: block;
    margin: 0 0 1em;
    text-decoration: none;
}

.instagram-media {
    margin: auto !important;
}

.instagram-wrapper {
    overflow: hidden;
    height: 360px;
}

.empty-placeholder {
    height: 535px;
}

#about-section {
    background-image: url(../img/aboutportraitBIG.gif);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 90% auto;
}

.cols .col.about-text {
    padding-right: 120px;
}

footer {
    background: url(../img/lunaheaderbg.jpg) center top no-repeat;
    background-size: cover;
    color: #eedbcd;
    padding: 40px 0 20px 0;
    font-family: classico-urw, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

ul.social {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.social a {
    font-family: classico-urw, sans-serif;
    text-decoration: none;
    line-height: 2em;
    vertical-align: top;
    text-transform: uppercase;
    font-size: .8em;
}

ul.social a i {
    display: inline-block;
    font-size: 2em;
    width: 1.2em;
}

header ul.social {
    position: absolute;
    right: 0;
    font-size: 10px;
}

header ul.social li {
    display: inline-block;
}

header ul.social a:hover {
    color: #EEDBCE;
}