@import url('https://fonts.googleapis.com/css?family=Amatic+SC');

header {
    background: url(../images/header.jpeg);
    background-size: cover;
    background-position: center;
    min-height: 1000px;
}

.splash-logo {
    margin-top: 300px;
}

.splash-logo > h1 {
    margin: 0;
}

.splash-logo > h2 {
    margin: 5px;
    color: rgb(208, 216, 255);
}

.splash-logo .text {
    color: rgb(208, 216, 255);
    border-right: 0.2px solid rgb(208, 216, 255);
}

.splash-logo .quote {
    font-family: 'Amatic SC', cursive;
    letter-spacing: 3px;
    font-size: 40px;
}

@media screen and (max-width: 993px) {
    .splash-logo > h1 {
        font-size: 40px;
    }
    
    .splash-logo > h2 {
        font-size: 30px;
    }

    .splash-logo .quote {
        font-size: 25px;
    }
}

@media screen and (max-width: 670px) {
    header {
        min-height: 500px;
    }

    .splash-logo {
        margin-top: 100px;
    }
}

.desktop-nav > li a {
    font-size: 18px;
}

.sidenav > li a {
    color: white;
    font-size: 20px;
    margin: 30px;
    border-bottom: 1px solid white;
}

.sidenav > li a:hover, .right > li a:hover {
    color: rgb(208, 216, 255);
    border-bottom: 1px solid rgb(208, 216, 255);
}

.projects {
    margin: 10px 60px;
}

.project-title {
    text-transform: uppercase;
    margin: 40px;
}

.section-break {
    height: 100px;
}

.skills-col {
    margin-left: 12vw;
}

@media screen and (max-width: 993px) {
    .skills-list {
        text-align: center;
    }

    .skills-col {
        margin-left: 0;
    }
}

.resume-link {
    font-size: 20px;
}

.resume-link:hover {
    color: rgb(142, 175, 245);
}

@media screen and (max-width: 993px) {
    footer {
        text-align: center;
    }
    
    .links-list {
        display: flex;
        justify-content: center;
    }
}