body {
    font-family: 'Times New Roman', Times, serif;
    font-weight: normal;
    font-style: normal;
    margin-left: 15%;
    margin-right: 15%;
}

header {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    background-image: url(images/starlight.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-x: 60%;
    background-position-y: 40%;
    width: 100%;
    height: 200px;
    display: flex;
    margin-bottom: 20px;
}

header div {
    width: 100%;
    align-self: flex-end;
    margin-left: 20px;
    margin-bottom: 10px;
    margin-right: 20px;
}

h1 {
    color: white;
    display: inline;
}

header p {
    font-weight: bold;
    color: white;
    display: inline;
}

h2 {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #315444;
    margin: 5px 5px 5px 5px;
    margin-left: 0px;
    margin-right: 0px;
}


dt {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: large;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 3px;
}


hr {
    color: #315444;
    border: 3px solid;
    width: 100%;
}

#container {
    display: flex;
    flex-direction: row;
}



#skills {
    background-color: #315444;
    color: white;
    width: 70%;
    padding: 20px 15px 4px 20px;
    box-shadow: rgba(0, 0, 0, 0.753) -3px 2px 4px
}


#skills h2 {
    color: white;
    margin: 0px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: white solid 3px;
}

.dl {

    min-width: 300px;
    margin-right: 30px;
}


#ed-ex {
    border-top: #315444 solid 3px;
    margin-bottom: 5px;
    border-bottom: #315444 solid 3px;
}

footer {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin-top: 5px;
    padding-top: 10px;
    border-top: #315444 solid 3px;
}

address {
    font-style: normal;
}

#ed-ex h2 {
    margin-top: 10px;
}

.skills-title {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: large;
    font-weight: bold;
    margin-bottom: 5px;
}

#skills p {
    margin-left: 35px;
}

#skills ul {
    margin-top: 3pt;
}

dd {
    padding-left: 10px;
    border-left: #315444 3px solid;
}

header a {
    float: right;
    padding: 3px 10px 3px 10px;
    color: rgb(155, 29, 29) !important;
    border: solid;
    border-radius: 15px 15px 15px 15px;
    border-color: rgb(155, 29, 29);
    text-decoration: none;
    font-weight: bold;
    font-size: large;
}

a {
    color: rgb(170, 34, 34);
}

a:visited {
    color: #315444;
}

a:hover {
    color: #aa22226b !important;
    border-color: #aa22226b;
    transition: 500ms;
}

a:active {
    transition: 50ms;
    font-size: 130%;
}