@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Teko:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300&display=swap');


*{
    margin: 0%;
    padding: 0%;
}




h1,h2,h3,h4,#pagetitle{
    color: white;
    text-shadow:
        0.07em 0 0.07em black,
        0 0.07em 0.07em black,
        -0.07em 0 0.07em black,
        0 -0.07em 0.07em black;
    margin-top: 15px;
    margin-bottom: 15px;
    }
       
#pagetitle{
    font-size: 50px;
    text-align: center;
    font-family: 'Bebas Neue', cursive;
}
.nav-link{
    font-size: 30px;
    margin-right: 100px;
    margin-top: 1px;
    font-family: 'Teko', sans-serif;
}



    
    body{
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(20,31,107,1) 48%, rgba(0,0,0,1) 100%);
    margin: 20px;
    padding: 20px;
    background-image: url(../FinalProject/Images/home\ background.jpg);
    
}
#home{
    background-image: url(../FinalProject/Images/home\ background.jpg);
    background-position: center;
    background-attachment: fixed;
}



#kirkman{
    width: 200px;
    height: auto;
    float: right;
    margin-right:30px;
    margin-left: 50px;
    margin-top: 0px;
}

figure{
    text-align: right;
    margin-right: 75px;
    color: black;

}
figure img{
width: 200px;
height: auto;

}

figcaption{
    text-align: center;
}
.nav{
border: solid 5px black;
    text-align: center;
    background: #fff;
    margin-bottom: 10px;
    font-size: 30px;
}

#warning{
    color:red
}

p{
    color: black;
    font-size: 20px;
    margin-bottom: 4px;
    margin-left: 5px;
    font-family: 'Rubik', sans-serif;
}

#career-body{
    background-image: url(Images/career.jpg);
    background-attachment: fixed;

}

#invincible-body{
    background-image: url(Images/invincible-background2.png);
    background-position: right;
    overflow: scroll;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
}


.photo{
   
    margin-bottom: 20px;
    max-height: 250px;
    min-height: 250px;
}



#twdbackground{
    background-image: url(../FinalProject/Images/carl-background2.jpg);
    background-position: center;
    overflow: scroll;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
}



#marvelbody{
    background-image: url(../FinalProject/Images/captain3.jpg);
    background-repeat: no-repeat;
    overflow: scroll;
    position: relative;
    background-attachment: fixed;
    
    
}

section{
   max-width: 70%;

}
.textbox{
    background-color: rgba(255, 255, 255, .85);
    width: fit-content;
    border: black 5px solid;
    margin-bottom: 5px; 
}
