* {
    padding: 0%;
    margin: 0%;
    /* background-image: url(./body.jpg); */
    /* background-size: cover; */
}

.nab {
    width: 100%;
    height: 5vh;
}

.nabrap {
    margin: auto;
    width: 100%;
    height: 5vh;
    background-color: rgb(59, 59, 63);
}

.nabrap ol {
    margin-left: 80px;
}

.nabrap ol li {
    display: inline;
}

.nabrap a {
    font-weight: bold;
    color: aliceblue;
    margin-top: 10px;
    text-decoration: none;
}

.nabrap a:hover {
    font-weight: bold;
    color: rgb(223, 189, 0);
}



.nab2 {
    position: sticky;
    top: 0px;
    width: 100%;
    height: 12vh;
    background-color: rgb(3, 1, 31);
    border-bottom: 2px solid white;
}

.nabrap2 {
    width: 100%;
    height: 12vh;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 5px;
}

.nabmenu h1 {
    color: aliceblue;
}

.nabmenu {
    margin: auto;
}

.nabmenu ol li {

    display: inline;
    margin-left: 40px;
}

.nabmenu ol li a {
    font-weight: bold;
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-size: 20px;
    text-transform: uppercase;
}

.nabmenu ol li a:hover {
    color: gold;
}






.nab2 {
    position: sticky;
    top: 0px;
    width: 100%;
    height: 12vh;
    background-color: rgb(3, 1, 31);
}

.nabrap2 {
    width: 100%;
    height: 12vh;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 5px;
    border-bottom: 3px solid white;
}

.nabmenu h1 {
    color: aliceblue;
}

.nabmenu {
    margin: auto;
}

.nabmenu ol li {
    display: inline;
    margin-left: 40px;
}

.nabmenu ol li a {
    font-weight: bold;
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-size: 20px;
    text-transform: uppercase;
}

.nabmenu ol li a:hover {
    color: gold;
}





.ban {
    width: 100%;
    height: 70vh;
    background-image: url(./ban1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.banrap {
    width: 100%;
    height: 70vh;
    /* background-color: rgba(0, 0, 0, 0.583) */
}

.bantext h1 {
    float: right;
    margin-top: 360px;
    margin-right: 20px;
    font-size: 190px;
    background: -webkit-linear-gradient(#2f00ff, #000000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}




.mid{
    padding-top: 20px;
    width: 100%;
    height: 380vh;
    background-image: linear-gradient(to right, rgb(0, 0, 0) , rgb(0, 6, 92));
}
.midrap{
    width: 90%;
    margin: auto;
}
.midtext{
    display: grid;
    grid-template-columns: auto auto;
    margin-top: 50px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    
}
.midphoto{
    display: grid;
    grid-template-columns: auto auto;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
   
}
.text h1{
    text-align: center;
    color: floralwhite;
}
.text h2{
    margin-top: 10px;
    color: #ffffff;
}
.text img{
    height:50vh;
}
.text img:hover{
    box-shadow: 2px 2px 10px white;
}
.text i{
    margin-top: 10px;
    margin-left: 20px;
    color: gold;
    font-size: 20px;
}
.text p{
    margin-top: 10px;
    font-family: 'Prompt', sans-serif;
    margin-left: 20px;
    color: #ffffff;
}
.text{
    padding-top: 50px;
}







.footer {
    width: 100%;
    height: 75vh;
    background-image: url(./footer.jpg);
    background-repeat: no-repeat;
}

.footrap{
    height: 75vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.749);
}
.footgrid{
    display: grid;
    grid-template-columns: auto auto auto auto;
}
.gridorder{
    color: #ffffff;
    text-align: center;
    margin-top: 80px;
   
}
.gridorder h1{
    color: GOLD;
    font-size: 25px;
}
.gridorder ol{
    margin-top: 50px;
    list-style: none;
}
.gridorder ol li{
    font-weight: bolder;
    margin-top: 20px;
}
.gridorder a{
    font-size: 23px;
    color: #fff;
    text-decoration: none;
}
.gridorder a:hover{
    color: #2467f8;
}
.gridorder i{
    font-size: 35px;
    margin-top: 20px;
}
.gridorder i:hover{
    color: #2467f8;
}
.footgrid2{
    margin-top: 100px;
    margin-left: 100px;
}
.footgrid2 ol li{
    font-weight: bolder;
    margin-left: 50px;
    display: inline;
}
.footgrid2 a{
    color: #fff;
    font-size: 22px;
    text-decoration: none;
}
.footgrid2 a:hover{
    color:#2467f8; 
}