/* General Styles */
body {
    line-height: 1.25rem;
}

main ul {
    padding-left: 0;
}

main ul li {
    list-style-type: square;
    list-style-position: inside;
    padding-left: 0;
    margin:0;
    text-transform:none;
    font-size:1.1rem;
}

main {
    display:block;
}

main a {
    text-decoration: underline;
}

a.home-nav{
    padding-top:1em;
}

.site-header {
  margin-bottom:3rem;
}

.site-footer {
    padding-top: 3em;
}

/* Text Styles */
h1 {
    font-weight: 500;
    font-size: 3.5rem; 
    text-align: center;
    margin: 1.5rem auto 0;
}

h2 {
    font-weight: 300; 
    font-size: 1.9rem; 
    text-align: left;
    margin-top: 0;
    border-bottom: solid 1px #000;
    margin-bottom:.5em;
    padding-bottom:.65rem;
    padding-top:.75rem;
}

h1, h2 {
    text-transform: lowercase;
    font-style:italic;
}

section p {
    margin:0 auto 1.25rem;
}

#contact_information p {
    text-align: center;
    font-weight: 300;
    font-size: 1.25rem; 
    margin: 1.25rem auto 1.75rem;
}

dl{
    margin:0;
}

dt {
    font-weight:400;
    font-size: 1.1rem;
}

dd {
    font-size: 1.1rem;
    margin-left:0;
    margin-bottom:1.25rem;
}

.topic p {
    margin-left: 0;
}

.date {
    font-style: italic; 
    font-weight: 300; 
    font-size: 1.1rem;
}

#skills ul{
    display:flex;
    align-content: space-between;
    flex-direction:column;
    flex-wrap:wrap;
    justify-content:flex-start;
    align-items:stretch;
    align-content:stretch;
    height:10em;
}

#skills li, #interests li {
    list-style-type: none;
    text-transform:none;
}

/* Print Styles */
@media print {
    .site-header, .site-footer, nav {
    display: none !important;
    }

    main h1 {
        margin-top: 1em;
    }

    #contact_information a{
        text-decoration: none;
    }
  }

