/* font-family: 'Karla', sans-serif;
font-family: 'Roboto', sans-serif; */

body {
    font-family: 'Roboto', sans-serif;
    font-size: 1.2em;
    background-image: url(../img/background-body.png);
    background-color: #f1faee;
    text-align: center;
    margin: 0;
}

header {
    background-color: #354d31;
    padding:.5em 0;
}

div {
    width: 60%;
    margin: auto;
}

h1,h2,h3,h4 {
    font-family: 'Karla', sans-serif;
    font-size: 2.5em;
}

h1,h2 {
    color: #fefffe;
}

h1 {
    margin: 0 auto 10px;
    font-size: 4em;
}

h2 {
    margin: 0 auto 20px;
    font-size: 1em;
}

ul, ol { 
    list-style: none;
    padding-left: 0;
}

a {
    text-decoration: none;
    color: #60a854;
}

nav {
    word-spacing: 20px;
}

nav ul{
    margin-bottom: 0;
}

nav li {
    display: inline;
    font-size: 1em;
}

nav a {
    color: #fefffe;
    word-spacing: 0;
    /* because i want just want the li to be seperated, not the content inside of li */
}

a.nav-current {
    color: #83af7f;
}


/* ------ home page ------ */
#blockquote {
    border: 8px inset #afbaae;
    max-width: 20em;
    margin: 13px auto;
    background: #fefffe59;
    text-align: left;
    padding: .5em;
    font-size: 1em;
    font-style: italic;
}


#founder {
    text-align: right;
}

main {
    display: block;
    /* to make the main tag be recognized by IE */
    text-align: center;
}

p{
    text-align: left;
}

h4 {
    font-size: 1.5em;
}

footer {
    margin-top: 50px;
    background-color: #354d31;
    color: white;
}


/* ------ about page ------ */

#about-offer {
    margin-bottom: .1em;
}

#offer-blurb {
    text-align: center;
    font-size: .8em;
    font-style: italic;
    max-width: 60%;
    margin: auto;
}

.offer-items {
    margin-bottom: .1em;
}

p {
    margin-top: .1em;
}

cite a {
    color: rgb(116, 116, 116);
}

#timeline ol {
    text-align: left;
}

.year {
    font-weight: bold;
}

.work {
    text-indent: 2em;
}

#work-description {
    display: inline-block;
    font-style: italic;
    text-indent: 0;
    margin-left: 8em;
}

#fees td {
    text-align: center;
}

#discount {
    font-style: italic;
    font-size: .8em;
}

table {
    margin: auto;
    border-collapse: collapse;
}

tbody tr td {
    border: 2px solid;
}


/* ------ contact page ------ */
#contact p {
    text-align: center;
}

#contact li p {
    text-align: left;
}

.come-from, .day {
    font-weight: bold;
    text-align: center;
}

#map {
    text-align: center;
    margin: auto;
}