/* styles.css */

/* https://github.com/edwardtufte/tufte-css.git */

body {
    font-family: 'EB Garamond';
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

h1 {
    letter-spacing:3px;
    font-weight:300;
    text-align: center;
    padding:10px;
}

h3 {
    /* font-weight:100; */
    text-align: left;
}

h4 {
    letter-spacing:2px;
    text-align: center;
    font-weight:100;
}

.menu-item {
    padding: 10px;
}

.menu-item:link {
    color:#8C1515;
    border-bottom:none;
    text-decoration:none;
}

.menu-item:visited {
    color:#820000;
    border-bottom:none;
    text-decoration:none;
}

.menu-item:hover {
    color:#B83A4B;
    border-bottom:none;
    text-decoration:none;
}

/* .menu-item:visited {
    color: #8C1515;
} */

/* .menu-item:hover {
    color: gray;
} */

.menu-item:active {
    color: #B83A4B;
}

.section {
    margin-left: auto;
    margin-right: auto;
    /* text-align: center; */
    max-width: 600px;
    /* "margin: auto; width: 80%; max-width: 800px; font-family: 'Open Sans', sans-serif;" */
}

.project:link {
    color:#8C1515;
    border-bottom:none;
    text-decoration:none;
}

.project:visited {
    color:#820000;
    border-bottom:none;
    text-decoration:none;
}

.project:hover {
    color:#B83A4B;
    border-bottom:none;
    text-decoration:none;
}

.project:active {
    color: #B83A4B;
}
