 /* CSS Document used for Project 1 assignment
 Author: Brianna Matthews
 Course: ITWP 1000
 File: japan_styles.css
*/

body {
    background-color: #f5f5f5;
    color: #0f0f0f;
    font-family: 'Segoe UI', sans-serif;
}

h1 {
    background-color: #237B7B;
    color: #e2ffff;
    line-height: 200%;
    font-family: 'Segoe UI', sans-serif;
    text-indent: .75em;
    text-shadow: 3px 3px 5px #000000;
    text-align: center;
}

h2 {
    background-color: #B0E6E6;
    color: #237B7B;
    font-family:'Segoe UI', sans-serif;
    text-align: center;
}

nav {
    font-weight: bold;
    font-size: 1.25em;
    word-spacing: .75em;
    text-align: center;
}

nav a {
    text-decoration: none;
}

p{
    text-align: center;
    line-height: 1em;
}

figure {
    text-align: center;
    margin: 10px auto;
}

figcaption {
    font-size: 0.9em;
    color: #000000;
    margin-top: 8px;
}

img {
    max-width: 100%;
    height: 250;
    display: block;
    margin: 0 auto;
}


footer {
    color:#333333;
    font-size: 1em;
    text-align: center;
}