*{
    margin: 0;
    padding: 0;
}

.mob-card {
    display: none;
}


body {
    background-image: url(images/ILIFF_GoodWoman-whtcrop.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    font-family:"Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-size: 24px;

}

.title-container {
    max-height: 700px;
    width: 100%;
    margin-top: 300px;
    position: fixed;
    top: 0;
}

.nav * {
    box-sizing: border-box;
    transition: all .35s ease;
  }


.nav {
    display: flex;
    justify-items: left;
    position: fixed;
    margin-top: 950px;
    list-style: none;
    background-color: #ffe940da;


}


.nav a {

    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 40px 30px;
    color: black;
    
}

.nav a:hover{

    color: #5e5e5e;
    text-decoration: overline;
}

h1 {
    font-family: "Prompt", sans-serif;
    font-weight: 400;
    font-style: normal;
    color:  #ffe940;
    
    line-height: 20rem;
    font-size: 400px;
    padding-left: 20px;
    text-align: left;
}

h2 {

    color: black;
    font-weight: 300;
    font-size: 30px;
    padding-left: 20px;
    text-align: left;
}


.mob-nav {
    display: none;
}










@media(max-width: 650px){

    body {

        width: 100vw;
        height: 100vh;
        background-image: url(images/*ILIFF\ Flowers\ Table\ Hands-10.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center top;
        font-family:"Zen Kaku Gothic New", sans-serif;
        font-weight: 400;
        font-size: 24px;
        overflow: hidden;
    }
    
    .title-container {
        display: none;
    }

    .nav {
        display: none;
    }



    h1 {
        font-family: "Prompt", sans-serif;
        font-weight: 500;
        color:  #000000;
        line-height: 4rem;
        font-size: 60px;
        padding-left: 20px;
        text-align: center;

    }

    .mob-card {
        position: absolute;
        display: block;
        max-width: 100%;
        height: 300px;
        background-color: #ffe940b5;
        box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        align-content: center;
        margin-top: 350px;


    }

    .mob-nav {
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding-top: 15px;
        list-style: none;
        text-decoration: none;
        color: black;
        transition-duration: 0.6s;
            
    }

    

    .mob-nav li {
        padding: 15px 15px;
    }
    


    .mob-links {
        display: flex;
        justify-content: center;
        text-align: center;

    }
    
    .mob-links a{
        text-decoration: none;
        color: black;
        padding: 0px 30px;
        transition: 0.6s;
    }

    .mob-links a:hover{
        color: #5e5e5e;
        text-decoration: overline;
    }

}