* {
    margin: 0;
    padding: 0;
}
body {
    height: 100%;
}
/* nav {
    font-family: 'Roboto Condensed', sans-serif;
}
.nav-names {
    float: left;
    list-style: none;
    margin-top: 20px;
}
.nav-names li {
    display: inline-block;
}
.nav-names li a {
    color: rgb(216, 31, 185);
    text-decoration: none;
    padding: 5px 20px;
    font-size: 15px;
}
.logo {
    height: 4vh;
}
#bio:hover ~ hr {
    margin-left: 24%;
    width: 3vw;
}
#portfolio:hover ~ hr {
    margin-left: 44%;
    width: 5vw;
}
#graphic:hover ~ hr {
    margin-left: 71%;
    width: 25%;
}
hr {
    height: 3px;
    width: 8%;
    margin: 0 0 0 23px;
    background-color:rgb(254, 184, 145);
    border: none;
    transition: .3s ease-in-out;
}
.jumbotron-fluid {
    margin-top: 115px;
    height: 55vh;
}
.banner-image {
    background-image: linear-gradient(rgba(0, 0, 0, 0.171), rgba(0, 0, 0, 0.603)),url(./images/landingimages/landing-jumbotron.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#banner-header {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 72px;
}
#banner-sub {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 28px;
}
.header-container {
    color: rgb(252, 238, 228);
    text-align: center;
    padding: 50px 0;
}
h1 {
    font-family: 'Playfair Display', serif; 
}
#feature-header {
    text-align: center;
}
.card {
    border-radius: 20px;
}
.card-text {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
}
#bio-card {
    width: 260px;
    height: 380px;
    margin-left: 140px;
}
.card-title {
    font-family: 'Playfair Display', serif;
}
#avi {
    height: 196px;
    width: 170px;
    margin: 10px 0 0 43px;
    border-radius: 60px;
} */
#hero-img {
    height: 100vh;
    background: #777;
    color: white;
    position: relative;
    background-position: center;
    background-size: cover;
    background-image: linear-gradient(rgba(0, 0, 0, 0.411), rgba(0, 0, 0, 0.199)),url(../images/landingimages/landing-jumbotron.png);

}
.container {
    text-align: center;
    color: rgb(252, 238, 228);
    padding: 250px 0;
}
/* #land-img {
    background-image: linear-gradient(rgba(0, 0, 0, 0.171), rgba(0, 0, 0, 0.603)),url(./images/landingimages/landing-jumbotron.png);
} */

#banner-header {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 72px;
}
#banner-sub {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 28px;
}
button {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 3px;
    text-transform:uppercase;
    display:inline-block;
    text-align:center;
    font-weight:bold;
    width: 140px;
    background-color: rgb(255, 238, 230);
    color: rgb(243, 4, 152);
    margin-top: 10px;
    padding: 8px 0px;
    border: 3px solid rgb(179, 1, 119);
    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: rgb(252, 238, 228);
    background-color: rgb(254, 184, 145);
    border:3px solid rgb(254, 184, 145);
}
button:focus {
    outline: none;
}
@media only screen and (max-width: 320px)
{
   #hero-img {
       height: 100%;
   }

}
@media only screen and (max-width: 375px) {
    #hero-img {
        height: 100%;
        width: 100%;
    }
}
@media only screen and (max-width: 414px) {
    #hero-img {
        height: 100%;
    }
}
@media only screen and (max-width: 768px) {
    #hero-img {
        height: 100%;
    }
}
@media only screen and (max-width: 1024px) {
    #hero-img {
        height: 100%;
    }
}