/*
 ___ _______   ___    ___   ___ ___ ___
/ __|_   _\ \ / | |  | __| / __/ __/ __|
\__ \ | |  \ V /| |__| _| | (__\__ \__ \
|___/ |_|   |_| |____|___(_\___|___|___/
apply a natural box layout model to all elements */

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#preload {
    display: none;
}

/* -------- [ Site Links ] -------- */
a:link {
	color: #000000;
	text-decoration: none;
	outline: 0;
}
a:visited {
	color: #000000;
	text-decoration: none;
	outline: 0;
}
a:hover {
	color: #56627A;
	text-decoration: underline;
}
a:active {
	color: #56627A;
}


h1 {
    font: 700 22px/22px 'Roboto', Helvetica, sans-serif;
    color: #aaa5a6;
    text-align: left;
}

h2 {
    font: 100 35px/0.8 'Roboto', Helvetica, sans-serif;
    color: #333;
    text-shadow: 4px 4px 3px rgba(0, 0, 0, 0.1);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .5em;
    text-indent: .5em;
}

.container {
    position: relative;
    width: 800px;
    margin: 0 auto;
}

.proof {
    width: 90px;
    position: absolute;
    left: 650px;
    top: 70px;
    height: 171px;
    z-index: 1002;
}

.branding {
    position: absolute;
    height: 30px;
    width: 30px;
    left: 140px;
    top: 38px;
    margin: 0px;
    padding: 0px;
    z-index: 1005;
}

.photographer {
    margin: 0px;
    padding: 0px;
    width: 21px;
    position: absolute;
    left: 684px;
    top: 415px;
    height: 117px;
    z-index: 1002;
    background-image: url(../images/copyright.png);
    background-repeat: no-repeat;
}

.hero-content {
    margin: 0 auto;
    margin-top: 100px;
    background: url(../images/whitephotoedges.png) no-repeat;
    width: 720px;
    padding-top: 38px;
    padding-right: 30px;
    padding-left: 45px;
    padding-bottom: 50px;
    z-index: 100;
}

.main-content {
    width: 697px;
    margin: 0 auto;
    z-index: 200;
    margin-bottom: 50px;
}

#fadeshow1 {
    height: 470px;
    width: 598px;
    z-index: 300;
    cursor: url(../images/camera-icon.png), default;
}

strong {
    font-weight: 700;
}

.main-content p {
    font-weight: 300;
    font-style: normal;
    font-size: .6em;
    font-family: 'Roboto', Helvetica, sans-serif;
    color: black;
    text-transform: uppercase;
    line-height: 1.4;
    z-index: 400;
}


footer {
    width: 100%;
    background-color: rgba(256, 256, 256, 0.9);
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 1500;
    padding: 50px 0;
}

.logo {
    width: 180px;
    margin: 0 auto;
    display: block;
}
