body{
    background-color: #7fadfc;
}

.header-link {
    color: rgba(1,1,1,.8);
    font-family: Avenir;
    font-size: 20px;
}

#name {
    
    font-size: 40px;
    font-family: 'Quicksand', sans-serif;
}

#projects {
    background-color: transparent;
    font-family: "Avenir Next";

}

.project-icon {
    margin: 0px 20px 10px 0px;
    border-radius: 5px;
    object-fit: contain;
    float: left;
    height: 80px;
}

p .no-bottom {
    margin-bottom: 0;
}

.project-line{
    margin: 5px 0px 10px 0px;
}

.header-title {
    color: white;
    font-size: 50px;
}

.header-subtitle {
    color: whitesmoke;
}

#header-line {
    background-color: white;
    height: 1px;
    margin: 10px 0px 25px 0px;
}

.award {
    margin-right: 5px;
    background-color: gold;
    padding: 2px 5px;
    border-radius: 5px;
}

div h1, h3 {
    margin-bottom: 0px;
}

div h6 {
    margin-top: 10px;
}

div .btn {
    padding: 5px 10px;
    font-weight: normal;
    text-decoration: none;
    margin: 5px 10px 5px 0px;
}

.description {
    color: black;
    font-family: "Avenir Next";
    margin-bottom: 0px;
    padding: 5px 15px;
    font-family: Nunito;
}


