@font-face {
    font-family:'Vlanella' ;
    src: url(Vlanella_Font_Family/VLANÈLLA\ REGULAR.ttf) format(truetype);
}



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Helvetica", sans-serif;
}

html,
body {
    border: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;

    /* From Kayce's.  Maybe move background-image and background-size to "section::after" part below */
    min-height: 100vh;
    
}




/* Some of Kayce's original style items below */

.navbar a {
    position: relative;
    font-size: 18px;
    color: rgb(222, 222, 222);
    font-weight: 500;
    text-decoration: none;
    margin-left: 40px;
}

.navbar a::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 2px;
    background-color: white;
    transition: .3s;
}

.navbar a:hover::before {
    width: 100%
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 100px;
    background-color: rgba(1, 1, 13, 0.517);
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
}

#logo{
    width:50px;
    
}

h1 {
    font-size: 20px;
    color: white;
    font-family: Vlanella;
}

h2 {
    color: white;
}

.artist-statement {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    display: table;
    width: 100%;
    color:white;
    
}

#statement {
    position:relative;
    top:20px;
    line-height:30px;
    font-weight:400px;
    color:white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
}

.pj1_description {
    position: relative;
    top: 50%;
    left: 100px;
    border: 2px solid;
    display: flex;
    width: 50%;
}

.tl { 
    position: absolute; 
    top: 20%; 
    left: 200px; 
    right: 50%; 
    bottom: 50%; 
    background: rgb(242, 242, 242); 
    border:none;
    height:500px; }

.bl { 
    position: absolute; 
    top: 0%; 
    left: 200px; 
    right: 40%; 
    bottom: 30%; 
    background: rgb(242, 242, 242); 
    border:none; 
    height:500px; }

.bl img {
        width: auto;
        height: 500px;
        object-fit: cover; /* This property ensures the image covers the entire container */
      }

.br { 
    position: absolute; 
    top: 0%; left: 50%; 
    right: 200px; 
    bottom: 30%; 
    background: rgb(242, 242, 242); 
    height:500px; } 


#pj2_title {
    position: relative;
        top: 50px;
        left: 50px;
        text-decoration: none;
        color: rgb(3, 3, 39);
        z-index:99999999;
        font-family: Vlanella;
        font-size: 15px;
}

#vp {
    text-decoration:none;
    color: black;
    position: relative;
    top: 250px;
    left: 50px;
    border: none;
    background: none;
    font-size: 15px;
    text-decoration: none; /* Added text-decoration: none to remove underline by default */
    color: black;
    cursor: pointer;
    z-index:999999999;    
}

.footer {
    position:absolute;
    top:4000;left:0px;
    background-color:rgba(13, 11, 25, 0.436); 
    height:200px; 
    width:100%;
}

#linkedinimg {
    position:relative; 
    top:70px; 
    left:300px; 
    width:40px;}


    section {
        position: relative;
        width: 100%;
        height: 100%;
    }
    
    section::after {
        position: absolute;
        bottom: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 80%;
    
        /* Below "background" attribute controls the section color/background - currently white/grey */
       
    }
    
    .demo {
        background-image: url(gradient_6.png);
        background-size: cover;
    }
    
    .demo a {
        position: absolute;
        bottom: 20px;
        left: 50%;
        z-index: 2;
        display: inline-block;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        color: white;
        font: normal 400 20px/1 'Josefin Sans', sans-serif;
        letter-spacing: .1em;
        text-decoration: none;
        transition: opacity .3s;
    }
    
    .demo a:hover {
        opacity: .5;
    }
    
    #section01 a {
        padding-top: 60px;
    }
    
    #section01 a span {
        position: absolute;
        top: 0;
        left: 50%;
        width: 24px;
        height: 24px;
        margin-left: -12px;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        box-sizing: border-box;
    }
    
    #section02 a {
        padding-top: 60px;
    }
    
    #section02 a span {
        position: absolute;
        top: 0;
        left: 50%;
        width: 46px;
        height: 46px;
        margin-left: -23px;
        border: 1px solid #fff;
        border-radius: 100%;
        box-sizing: border-box;
    }
    
    #section02 a span::after {
        position: absolute;
        top: 50%;
        left: 50%;
        content: '';
        width: 16px;
        height: 16px;
        margin: -12px 0 0 -8px;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        box-sizing: border-box;
    }
    
    #pj1_title a {
        position: relative;
        top: 50px;
        left: 50px;
        text-decoration: none;
        color: rgb(3, 3, 39);
        z-index:9999999;
        font-family: Vlanella;
        font-size: 15px;
    }
    
    #pj1_title a::before {
        content: '';
        position: absolute;
        top: 100%;
        left: 0;
        width: 0;
        height: 2px;
        background-color: rgb(3, 3, 39);
        transition: .3s;
    }
    
    #pj1_title a:hover::before {
        width: 100%
    }

    
    #sentence_description1 {
        position:relative;
        top:90px;
        left:50px;
        color:rgb(15, 15, 15); 
        font-weight:500;}
    
    #button1, #button2, #button3 {
        position:relative;
        top: 70px;
        left: 50px;
        background-color: rgb(6, 6, 81);
        color:#fff;
        border:none;
        border-radius: 10px;
        padding: 15px;
    }
    
    #newschoolimg { 
        position: absolute; 
        display: inline-block; 
        top: 20%; left: 50%; 
        right: 200px; 
        bottom: 30%; 
        background: blue; 
        border:none; 
        height:500px;
        max-width: 650px
         }
    
       /* #newschoolimg { 
            max-width:100%;
            height:auto;
        } */
        
    
    
    #hyperlink {
        text-decoration:none;
        color: black;
        position: relative;
        top: 40%;
        left: 50px;
        border: none;
        background: none;
        font-size: 15px;
        text-decoration: none; /* Added text-decoration: none to remove underline by default */
        color: black;
        cursor: pointer;
        z-index:9999999;
    }



    

    #view_project:hover {
        text-decoration: underline; /* Underline the button when hovered over */
        text-decoration-color:black;
    }
    
    
    
    


/*@media only screen and (min-width: 768px) {
        .header {
          padding: 20px 100px;
        }
        .all_content {
          flex-direction: row;
          justify-content: center;
        }
        .info {
          margin-left: 30px;
        }
      }

*/




