html,
body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    line-height: 1.5;
}

body {
    margin: 0;
}

.nav-bar {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #98cee0;
    width: 100%;
    position: fixed;
    top: 0;
}

.nav-bar li {
    float: left;
}

.nav-bar li a {
    display: block;
    color: #1e1e1e;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.nav-bar li a:hover {
    background-color: #65adc5;
}

.siteBackground {
    top: 0px;
    background-color: rgb(7, 10, 14);
    position: fixed;
    width: 100%;
    height: 100%;
}

.siteBackground .actualBackground {
    position: absolute;
    background: url('https://davephillips.io/images/data.jpg') no-repeat;
    position: absolute;
    top: 0px;
    width: 100%;
    opacity: 0.3;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
}

.home {
    top: 20%;
    /* width: 100%; */
    max-width: 1220px;
    margin: auto;
    padding-top: 120px;
}

.home h1 {
    position: relative;
    font: normal normal normal 88px/1.4em avenir-lt-w01_85-heavy1475544, sans-serif;
    letter-spacing: normal;
    color: white;
    line-height: 1.2em;
    text-align: center;
    margin: 0;
}

.home h3 {
    position: relative;
    color: #94a3ba;
    text-align: center;
    letter-spacing: 0.25em;
    font-size: 35px;
    margin: 0 0 50px 0;
}

.home .title {
    position: relative;
    width: 100%;
    background: white;
    margin-top: 150px;
}

.home .avatar {
    display: flex;
    position: relative;
    top: -120px;
}

.home .avatar img {
    width: 248px;
    height: 244px;
    border-radius: 150px;
    margin: auto;
    object-fit: cover;
}

.content {
    position: relative;
    background: white;
    top: -120px;
    max-width: 1220px;
    margin: auto;
}

.content .content-section {
    padding: 15px 50px;
}

.content div .underline {
    width: 53px;
    position: relative;
    display: block;
    border-bottom: 7px solid rgba(223, 49, 67, 1);
}

.content div h3 {
    text-align: left;
    font-size: 35px;
    margin-bottom: 5px;
    letter-spacing: 0.1em;
}

.content div ul {
    list-style: none;
}

.skills {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
}

.skills .skill {
    height: 300px;
    width: 300px;
    background-color: darkgray;
    position: relative;
    margin: auto;
}

.skill span {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.skill span p {
    text-align: center;
}

.skills .skill-light {
    background-color: rgb(237, 239, 245);
}

.skills .skill-dark {
    background-color: rgb(187, 200, 221);
}

.skills .skill-light span .highlight {
    color: #df3143;
    font-size: 24px;
    font-weight: bold;
}

.skills .skill-dark span .highlight {
    color: #2e4975;
    font-size: 24px;
    font-weight: bold;
}

.skills .skill span .name {
    color: #000000;
    font-size: 18px;
    font-weight: bold;
}

.experience-card {
    padding: 10px 10px 10px 10px;
    max-width: 300px;
    margin: auto;
}

.experience-card:first-child {
    padding: 10px 10px 10px 0px;
}

.experience-card:last-child {
    padding: 10px 0px 10px 10px;
}

.experience-card .title {
    font-size: 20px;
    font-weight: bold;
    color: black;
}

.experience-card .date {
    font-size: 20px;
    color: #94a3ba;
}

.contact-details-bold {
    margin-right: 40px;
    font-weight: bold;
}

.social a {
    font-size: 30px;
    margin-right: 20px;
}

.social a:link {
    color: black;
    text-decoration: none;
}

.social a:visited {
    color: black;
}

.social a:hover {
    color: black;
}

.social a:active {
    color: black;
}