* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

.navigation1 {
    height: 15vh;
    background-color: rgba(243, 244, 239, 0.829);
}

.nab1icon {
    width: 50%;
    margin-left: 420px;
}

.nab1icon i {
    margin-top: 10px;
    font-size: 30px;
    margin-left: 40px;
}

.nab1icon i:hover {
    color: #010000 !important;
}

.nab1icon button {
    float: right;
    width: 20%;
    height: 7vh;
    font-size: 20px;
    border-radius: 15px;
    font-weight: bold;
    border: none;
}

.nab1icon button:hover {
    color: rgb(0, 0, 0);
    background-color: gold;
}

.nabphoto img {
    display: block !important;
    margin-left: 80px;
}

.navigation2 {
    width: 100%;
    margin: auto;
    height: 6vh;
    background-color: black;
    border-bottom: 2px solid white;
    /* position: sticky; */
    /* top: 0%; */
}



.menu {
    font-weight: bold !important;
    font-family: 'Noto Serif', serif;
    display: inline;
}
.menu2 a {
    margin-left: 130px;
    color: rgb(255, 255, 255) !important;
    font-size: 23px;
    text-decoration: none;

}

.menu2 a:hover {
    color: rgb(255, 225, 0) !important;
}
.menu4{
    margin-left: 150px;
}
.menu4 a {
    font-weight: bold !important;
    font-family: 'Noto Serif', serif;
    margin-left: 1px;
    color: black !important;
}

.menu4 a:hover {
    color: rgb(230, 23, 0) !important;
}














/* Banner */
.carousel-item {
    position: relative;
    height: 75vh;
}

.carousel-item img {
    object-fit: cover;
    height: 75vh;
    width: 100%;
}

.carousel-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.572);
    /* Adjust the overlay color and opacity as needed */
}

.carousel-item .caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    width: 80%;
}

.caption h3 {
    font-size: 80px !important;
    font-weight: bolder;
}

.caption i {
    /* margin-right: 100px!important; */
    color: gold;
}

.caption p {
    font-size: 20px !important;
    font-weight: bold;
}






/* mid1 */
.mid1{
    width: 100%;
    height: 120vh;
}
.midrap1{
    width: 90%;
    height: 120vh;
    margin: auto;
}
.midrap1 h1{
    text-align: center;
    padding-top: 40px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.midrap1 p{
    font-size: 20px;
}
.grid{
    padding-top: 50px;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 20px;
}
.headline{
    border: 2px solid red;
}
.headline img{
    height: 50vh;
}







/* Create four equal columns that sits next to each other
And also over write left & right padding with internal stylesheet for col*/
.container-fluid h1{
    text-align: center!important;
    padding-top: 20px;
}
.row > div {
    padding: 0 4px !important;
}

.row img {
  margin-top: 25px;
  vertical-align: middle;

}









/* mid 5 */
.mid5 {
    width: 100%;
    height: 35vh;
}

.midrap5 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    height: 20vh;
}

.midrap5 h1 {
    text-align: center;
    margin-top: 25px;
    font-size: 17px;
}






/* footer */
.footheadline li {
    margin-left: 20px;
    list-style-type: none;
    margin-top: 30px;
}

.footheadline a {
    color: white;
    font-size: 20px;
    text-decoration: none;
    font-weight: bolder;
}

