#nav{
    position: fixed;
    height: 100%;
    max-width: 250px;
    
}   
#contents{
    margin-left: 250px; 
    margin-right: 0px;
    background-image: url("black-background-websites-The-Texture-Suite.jpg");
    background-size: cover;
}

#Lunch {
    writing-mode: vertical-lr;
    text-orientation: sideways-right;
    text-align: center;
    font-family: sans-serif;
    font-size: 3vh;
    max-width: 2.9vh;
}

.blank{
    min-width: 7vh;

}

th{
    color: aliceblue !important;
    border-width: 3px !important;  
    text-align: center; 
}
td{
    color: aliceblue !important;
    border-width: 3px !important;  
    text-align: center; 
}

#ttbg{
    margin-top: 100px;
    min-height: 500px;
    background-size:cover;
    background-position: 50% 50%;
    background-attachment: fixed;
    background-image: url("timeclock.jpeg") ;
}

#ibg{
    margin-top: 100px;
    min-height: 500px;
    background-size:cover;
    background-position: 50% 50%;
    background-attachment: fixed;
    background-image: url("sports.jpeg") ;
}

#abg{
    margin-top: 100px;
    min-height: 500px;
    background-size:cover;
    background-position: 50% 50%;
    background-attachment: fixed;
    background-image: url("cup.jpg") ;
}

#sbg{
    margin-top: 100px;
    min-height: 500px;
    background-size:cover;
    background-position: 50% 50%;
    background-attachment: fixed;
    background-image: url("education.webp") ;
}

#ambg{
    margin-top: 0px;
    min-height: 450px;
    background-size:cover;
    background-position: 50% 50%;
    background-attachment: fixed;
    background-image: url("wingies.jpg") ;
}

.headings{
    text-align: center;
    padding-top: 200px;
    font-size: 100px;
    color: rgb(184, 169, 169);
}

.form-check-input{
    margin-top: 20px;
    margin-right:10px;
    width: 40px !important;
    height: 20px !important;
}

.form-check-label{
    margin-top: 20px;
    color: aliceblue;
    font-size: 20px;
}

.checklist{
    margin-left: 20px;
    margin-bottom: 100px;
}

.details{
    margin-top: 50px;
    color: wheat;
}
.details h1{
    margin-top: 50px;
    color:white;
    text-align:center;
}

.button{
    text-align: center;
    
}

#exampleModal{
    margin-top: 190px;
}

.details h1{
    display: none;
}
.details p1{
    display: none;
}

.table-responsive{
    position: relative;
    bottom:500px;
    left:0px; 
}

.tableText th{
    background-color: rgba(0,0,0,0.5);
    color: rgb(255,255,255) !important;
    border-color: brown;
}
.tableText td{
    background-color: rgba(0,0,0,0.5);
    color: rgb(255,255,255) !important;
    border-color: brown;
}

#Achievements ul{
    list-style-type:disc;
    color: aliceblue; 
    font-size: 25px;
}

#Achievements ul li{
    background-color: rgba(0, 102, 255, 0.424);
    margin-bottom: 20px;
}

.profilepic{
    padding-left: 0px !important;
    max-width: 25vw !important;
}
#profile{
    width:25vw;
    height:auto;
    padding-top: 10vh;
}

#description h1{
    color: aliceblue;
    margin-top:80px;
}

.footer{
    background-color: rgba(83, 87, 93, 0.346);
}