* {
    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;
}







.mid{
    width: 100%;
    height: 50vh;
    background-image: url(./gallery\ 2.jpg);
    background-position: cover;
    background-repeat: no-repeat;
}
.midrap{
    width: 100%;
    height: 50vh;
}
.midorder li{
    display: inline;
}
.midorder a{
    margin-left: 150px;
    text-decoration: none;
    font-size: 60px;
    color: rgb(226, 238, 0);
    font-weight: bolder;
}

.midorder a:hover{
    border-top: 2px solid white;
}






.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; 
}

