/* Styles for Big assignment */

* {
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body {
    background-image:url("../images/background.jpg");
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

div#wrapper {
    background:white;
    width:940px;
    margin:20px auto;   
}

#logo {
    display:inline;
    margin-bottom:16px;
}

img.right {
    float: right;
    margin-left:30px;
    margin-bottom: 10px;
}

img.left {
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
}

header {
    padding:20px 20px 0 20px;
}

main {
    padding-left: 20px;
}

/* NAVIGATION */

nav {
    height:50px;
    line-height:50px;
    background:#563017;
}

nav li {
    list-style-type: none;
    float: left;
    width:50%;
    text-align:center;
}

nav a {
    text-decoration: none;
    color:white;
    display:block;
}

nav a:hover {
    background:#A69F5C;
    color:White;
    
}

.home li:nth-child(1) a, .big li:nth-child(2) a {
    background: #A69F5C;
    color:White;
}

main {
    width:580px;
    float:left;
    margin-top:24px;
    padding-right:20px;
}

aside {
    width:340px;
    background:#A69F5C;
    float:right;
    margin-top:20px;
    margin-right:20px;
    padding:15px;
}

footer {
   clear:both;
   height:70px;
   line-height:70px;
   border-top:1px dotted #878190;
   font-size:.9em;
   margin: 20px 20px 20px 20px;
   background:white;
}

footer li {
    list-style-type: none;
    float: left;
    margin-right: 30px;
    color:#878190;
}

footer img {
    padding-top:10px;
}

a {
    color:#878190;
}

figcaption {
    background:black;
    color:white;
    font-size:.875em;
    padding:8px;
    font-style: italic;
}

figure {
    margin-bottom:15px;
}


img {
    max-width:100%;
    display:block;
}

/* TYPOGRAPHY */

h1, h2, h3 {
    margin-bottom:8px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    line-height:1.2;
}

h1 {
    color: #D1945D;
    font-weight:200;
    font-size: 3.5em;
   
}

h2 {
    color:#878190;
    font-size: 2em;
    font-weight:200;
    text-transform:uppercase;
}

h3 {
    color:white;
    font-size: 1.9em;
    text-transform:uppercase;
}

p {
    margin-bottom:20px;
    line-height:1.4;
    
}

aside p {
    font-size: .9em;
}

.center {
    margin:20px auto;
    display:block;
    /* text-align:center; */
}
