.nav-names {
    list-style: none;
    margin-top: 20px;
    font-family: 'Roboto Condensed', sans-serif;
}
.nav-names li {
    display: inline-block;

}
.nav-names li a {
    color: rgb(216, 31, 185);
    text-decoration: none;
    padding: 5px 20px;
    font-size: 18px;
}

.logo {
    height: 3.8vh;
}
#portfolio a {
    color: lightgoldenrodyellow;
    background-image: linear-gradient(to right,rgb(214, 61, 128), rgb(255, 208, 108));
    border-radius: 20px;
}
#home:hover {
    border-bottom-right-radius: 20px;
    border-bottom: rgb(255, 208, 108) 1px solid;
}
#bio:hover {
    border-bottom-right-radius: 20px;
    border-bottom: rgb(255, 208, 108) 1px solid;
}
#graphic:hover {
    border-bottom-right-radius: 20px;
    border-bottom: rgb(255, 208, 108) 1px solid;
}
.card {
    background-color: rgb(255, 254, 253);
}
.deck2 {
    padding-top: 5px;
    padding-bottom: 5px;
}
.card-title {
    font-family: 'Playfair Display', serif;
}
.card-text {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;   
}
.deck3 {
    padding-bottom: 5px;
}
#upperclass-title {
    font-size: 23px;
}
.foot {
    background-color: rgb(204, 24, 129);
    padding-bottom: 2px;
}
.foot ul {
    display: inline-block;
    list-style: none;
}
#footer-names {
    margin-top: 10px;
}
button {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 13px;
    letter-spacing:3px;
    text-transform:uppercase;
    display:inline-block;
    text-align:center;
    font-weight:bold;
    width: 140px;
    background-color: rgb(252, 252, 252);
    color: rgb(238, 3, 148);
    padding:8px 0px;
    border:3px solid rgb(204, 24, 129);
    border-radius: 6px;
    position:relative; 
}
button:hover {
    background-position: 100% 0;
    -moz-transition:.8s ease-in-out;
    -o-transition:.8s ease-in-out;
    -webkit-transition:.8s ease-in-out;
    transition:.8s ease-in-out;
    color: white;
    background-color: rgb(254, 184, 145);
    border:3px solid rgb(254, 184, 145);
}
button:focus {
    outline: none;
}
@media only screen and (max-width: 768px)
{
    nav {
        width: 15%;
    }
    .foot-sub {
        width: 15%;
    }
    /* .deck3 {
        width: 99%;
    } */
}
