/* * {
    margin: 0;
    padding: 0;
} */
.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;
}
#bio 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-left-radius: 20px;
    border-bottom: rgb(255, 208, 108) 1px solid;
}
#portfolio:hover {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom: rgb(255, 208, 108) 1px solid;
}
#graphic:hover {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom: rgb(255, 208, 108) 1px solid;
}
#about-me-header {
    font-family: 'Playfair Display', serif;
}
#about-me-sub {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    border-bottom: rgb(255, 208, 108) 2px solid;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
#about-me-p {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
}
.about-me-group {
    margin-top: 10px;
}
.about-img {
    height: 72vh;
    /* margin-left: 80px; */
}
.about-container {
    padding-bottom: 20px;
}

.foot-sub {
    padding-top: 10px;
}
footer {
    background-color: rgb(204, 24, 129);
    padding-bottom: 2px;
    margin-top: 30px;
}
#footer-names li {
    display: inline-block;
}
button {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size:12px;
    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;
}
/* #github-btn {
    margin-left: 20px;
    margin-right: 20px;
} */
@media only screen and (max-width: 768px)
{
    nav {
        width: 15%;
    }
    .foot-sub {
        width: 15%;
    }
    #about-me-bio {
        width: 95%;
    }
    .about-me-group {
        width: 105%;
    }
    #about-me-img {
        width: 50%;
    }
    .about-img {
        height: 36vh;
    }
}
/* @media only screen and (max-width: 768px)
{
    nav {
        width: 70%;
    }
    .foot-sub {
        width: 70%;
    }
    #about-me-bio {
        width: 95%;
    }
    .about-me-group {
        width: 105%;
    }
    #about-me-img {
        width: 50%;
    }
    .about-img {
        height: 36vh;
    }
} */
/* @media only screen and (max-width: 1024px)
{
    nav {
        width: 70%;
    }
    .foot-sub {
        width: 70%;
    }
    #about-me-bio {
        width: 95%;
    }
    .about-me-group {
        width: 105%;
    }
    #about-me-img {
        width: 50%;
    }
    .about-img {
        height: 36vh;
    }
} */
/* @media only screen and (max-width: 1024px)
{
    nav {
        width: 15%;
    }
    .foot-sub {
        width: 15%;
    }
    #about-me-bio {
        width: 95%;
    }
    .about-me-group {
        width: 105%;
    }
    #about-me-img {
        width: 50%;
    }
    .about-img {
        height: 36vh;
    }
} */

/* @media only screen and (max-width: 375px)
{
    nav {
        width: 15%;
    }
    footer {
        width: 100%;
    }
    .foot-sub {
        width: 15%;
    }
    .about-me-group {
        width: 100%;
    }
    #about-me-img {
        width: 50%;
    }
    .about-img {
        height: 36vh;
    }
}
@media only screen and (max-width: 426px)
{
    nav {
        width: 15%;
    }
    footer {
        width: 100%;
    }
    .foot-sub {
        width: 15%;
    }
    .about-me-group {
        width: 100%;
    }
    #about-me-img {
        width: 50%;
    }
    .about-img {
        height: 36vh;
    }
}
@media only screen and (max-width: 768px)
{
    nav {
        width: 70%;
    }
    footer {
        width: 100%;
    }
    .foot-sub {
        width: 100%;
    }
    .about-me-group {
        width: 100%;
    }
    #about-me-img {
        width: 50%;
    }
    .about-img {
        height: 52vh;
    }
} */