#main{
    width: 100%;
    background: url(1.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    height: 109vh;
}

#icon{   
    background-color: white;
    text-align:center;
    position:relative ;
    bottom: 25px;
}

ul{
    list-style-type: none;
    overflow: hidden;
    background-color: black;
}
  
li{
    float: left;
}
  
li a{
    display: block;
    color: white;
    font-family: Arial;
    text-align: center;
    padding: 16px 20px;
    text-decoration: none;
    transition: 0.4s ease-in-out;
}

li a:hover:not(.active) {
    color: #ff7200;
}  

#main1{
    width: 100%;
    background: url(x.webp);
    background-position: center;
    background-size: cover;

    height: 109vh;
    text-align: center;
}

.josh{
    position: relative;
    right: 100px;
    top: 50px;
} 

#main2{   
    width: 100%;
    background: url(4.avif);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-attachment: fixed;
    height: 109vh;
}

table{
    width: 60%;
    position: relative;
    top:100px;
    left: 400px;
    font-size: 50px;
    border-collapse: collapse;
    border: 1px solid;
}

table th{
    color: gold;
    border:1px solid;
}

table td{
    color: paleturquoise;
    border:1px solid;
}

#main3{   
    width: 100%;
    background: url(bookbg.jpg);
    background-position: center;
    background-size: cover;
    height: 109vh;
}

.tt{
    position: absolute;
    aspect-ratio: auto;
    height: 600px;
    margin-left: 300px;
    margin-top: 50px;
  
}

#main4{
    width: 100%;
    background: url(3.avif);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    height: 109vh;
}

#main4 h3{
    margin-left: 160px;
}

.largercheckbox{
    margin-left: 300px;
    width: 18px;
    height: 18px;
}

.box{
    text-align: center;
}  

#hb1,#hb2,#hb3,#hb4{
    margin-left: 500px;
    display: none;
}

.btn-sm{
    margin-left: 300px;
}

#main5{
    width: 100%;
    background: url(contact.jpeg);
    background-position: center;
    background-size: cover;
    height: 109vh;
}

.footer{
    bottom: 0px;
    width:100%;
    background-color: cornsilk;
    position:fixed ;
    z-index: 1000;
}

.footer-links a{
    padding:5px 400px;
    margin-left: 20px;
    float: left;
    color:black;
    display: block;
    transition: color 0.5s ease-in-out;
    text-decoration: none;
}

.footer-links a:hover{
    color: #ff304d;
}

