@font-face {
    font-family: 'nexaLight';
    src: url('/fonts/nexa_light-webfont.eot');
    src: url('/fonts/nexa_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/nexa_light-webfont.woff2') format('woff2'),
         url('/fonts/nexa_light-webfont.woff') format('woff'),
         url('/fonts/nexa_light-webfont.ttf') format('truetype'),
         url('/fonts/nexa_light-webfont.svg#nexa_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nexaBold';
    src: url('/fonts/nexa_bold-webfont.eot');
    src: url('/fonts/nexa_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/nexa_bold-webfont.woff2') format('woff2'),
         url('/fonts/nexa_bold-webfont.woff') format('woff'),
         url('/fonts/nexa_bold-webfont.ttf') format('truetype'),
         url('/fonts/nexa_bold-webfont.svg#nexa_boldregular') format('svg');
    font-weight: bold;
    font-style: normal;
}

.wrapped {
    position: relative;
    width: 960px;
    margin: 0 auto;
}
body{
    background-image: url("/images/light_wood_bkg.jpg");
    background-repeat: repeat;
}
header{
    position: relative;
    width: 960px;
    margin: 0 auto 20px auto;
}
#logoHead{
    position: relative;
    display: block;
    clear: both;
    margin: 15px auto 35px auto;
}
nav{
   
}
#topNav {
    position: relative;
    display: block;
    clear: both;
    width: 100%;
}
#topNavList {
    position: relative;
    width: auto;
    margin: 0 auto;
    font-family: 'nexaLight', sans-serif;
    text-align: center;
}
#topNavList li {
    position: relative;
    display: inline-block;
    margin: 12px 20px;
}
#topNavList li a {
    text-decoration: none;
    color: #808080;
}
#topNavList li a:hover {
    color: #f26c4f;
}
#homeTitle {
    position: relative;
    width: 100%;
    height: 530px;
    margin-bottom: 40px;
    background-image: url("/images/homeJumble.jpg");
    background-repeat: no-repeat;
    background-position: center;
}
#homeMain, #content {
    text-align: center;
    margin-top: 55px;
    margin-bottom: 45px;
}

#intro{

}
#samples {
    text-align: center;
    margin-top: 55px;
    margin-bottom: 70px;
}
#workView img {
    border: 5px solid white;
    margin: 15px 0px;
}
footer{
    position: relative;
    margin-top: 25px;
}
footer img {
    margin: 0 auto;
    display: inline;
}
footer section {
    text-align: center;
}
#footerNav {
    position: relative;
    float: left;
    margin-top: 20px;
    }
#footerNavList {
    position: relative;
    font-family: 'nexaLight', sans-serif;
    font-size: 12px;
}
#footerNavList li {
    position: relative;
    display: inline-block;
    margin-right: 45px;
    color: #808080;
}
#footerNavList li:last-child {
    margin-right: 0;
}
#footerNavList li a {
    text-decoration: none;
    color: #808080;
}
#footerNavList li a:hover {
    color: #f26c4f;
}
#aboutBottomNav {
    margin-right: 0;
}
address {
    position: relative;
    float: right;
    margin-top: 20px;
    margin-left: 0;
    font-family: 'nexaLight', sans-serif;
    font-size: 12px;
    color: #808080;
}
address span {
    margin-right: 7px;
    margin-left: 7px;
}
address a {
    text-decoration: none;
    color: #808080;
}
address a:hover {
    color: #f26c4f;
}
#copyright {
    position: relative;
    bottom: 0;
    width: 100%;
    margin-top: 80px;
    padding: 5px 0;
    text-align: center;
    background-color: black;
}
#copyright h6 {
    font-family: 'nexaBold', sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 10px;
    margin-bottom: 0;
}
#tier2-title{
    position: relative;
    display: block;
    width: 100%;
    height: 200px;
    background-image: url("/images/tier2_jumble.jpg");
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -20px;
    margin-bottom: 40px;
}
#tier2-title h1 {
    position: relative;
    margin-top: 50px;
    text-align: center;
    text-shadow: 2px 2px rgba(15, 15, 15, 0.7);
    top: 50px;
}
hr {
    display: block;
    width: 100%;
    border-top: 1px solid #a6a6a6;
    margin: 45px 0;
}
nav hr {
    margin: 0;
}
.inline{
    position: relative;
    display: inline-block;
}
h1, h2, h3, h4, h5, h6, legend {
    color: #414141;
}
h1 {
    font-size: 75px;
    line-height: 1.5 em;
    font-weight: bold;
    font-style: italic;
}
h2, legend {
    display: block;
    font-size: 36px;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 50px;
}
h3 {
    font-size: 30px;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 2.5em;
}
h4 {
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 2.5em;
}
h5 {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    margin-bottom: 2.5em;
}
h6 {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
}
p {
    color: #565656;
}
p a {
    color: #868686;
    text-decoration: none;
}

#intro p {
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.5em;
    margin-bottom: 40px;
}
#sampleFavs li {
    margin: 10px;
}
.white {
    color: white;
}
.last {
    position: relative;
    margin: 10px auto;
    display: inline-block;
}