/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
 * HTML content. To learn how to do something, just try searching Google for questions like
 * "how to change link color." */

body {
    background-color: black;
    background-image: url("aboutme/checker.png");
    color: white;
    font-family: Arial;
}

div {
    background-color: black;
    
    
}

#upbar1 {
    width:1000px;
    border-radius:15px 15px 0 0;
    border-style: solid;
    background-color: white;
    color:black;
    border-color:white;
    padding: 5px;
    padding-left: 75px;
    margin: auto;
    margin-top: 60px;
    margin-bottom:0px;
    text-align: right;
    font-weight: bold;

}

.main {
    width:1080px;
    height:1650px;
    border-radius:0 0 15px 15px;
    border-style: solid;
    margin: auto;
    word-break: break-word;
}


#Jesse img {
    width:400px;
    margin:-100px 55% -130px;
}

p {
    line-height: 0.3;
}

#aboutme_window {
    position: absolute;
    top:170px;
    left: calc(50% - 600px);
    text-align: left;
    width: 600px;
    height: 250px;
    margin: 20px;
    padding:20px;
    background-color: black;
    border-radius: 15px;
    border: solid white 4px;
    border-top: solid white 25px;
}

#aboutme_window p {
    line-height: 1.2;
}

#divider {
    padding: 0 50px;
}

.flag {
    width: 50px;
    padding: 0 50px;
}

#laflexion {
    position: absolute;
    width:200px;
    top: 490px;
    left: calc(50% - 590px);
}

table {
    width: 100%;
    border-top: solid white 4px;
}



#middle_left {
    width: 71%;
}

#info-box {
    padding: 10px 10px 20px;
    height:30px;
}

.info-box p {
    opacity: 0;
    animation: fadeIn 0.5s forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#info-box2 {
    padding: 10px 10px 20px;
    height:30px;
}

.info-box2 p {
    opacity: 0;
    animation: fadeIn2 0.5s forwards;
}

@keyframes fadeIn2 {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#middle_left img {
    width: 200px;
    margin:-15px;
    margin-top:-50px;
    filter: grayscale(1) brightness(0.9);
   
    
}

#middle_left img:hover {
    transform: scale(1.1,1.1);
    filter: grayscale(0);
}
    


#middle_right {
    vertical-align: top;
    padding-top: 20px;
    text-align: left;
}

#stamps {
    margin-top:40px;
}

#middle_right img {
    max-width: 300px;
    margin-top: -10px;
}



#GF_section th {
    width:50%
}

#GF_section img {
    margin-top:-90px;
 
}

