body{
    padding: 0px;
    margin: 0px;
    left: 0;
    right: 0;
    width: 100%;
}
.wrapper{
    padding: 0;
    margin: 0;
    right: 0;
    left: 0;
    overflow: hidden;
}
.navi{
    background-color: rgba(200, 200, 200, 0.7);
    color:#254751;
    z-index: 10;
    margin: 0;
    padding: 0;
    width: 100%;
}
.logo{
    width: 40%;
}
.nav-link{
    color:#254751;
    font-size: 18px;
}
.nav-link:hover{
    background-color: rgba(235, 151, 42, 0.7);
}
.donate{
    background: #EB972A;
    color: white;
    float: right;
    font-size: 18px;
}
.donate:hover{
    color: white;
    background-color: #254751;
}
.drop{
    background-color: rgba(200, 200, 200, 1);
}
.slider{
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    left: 0;
    right: 0;
}
.carousel-item{
    transform: 2s ease, opacity .5s ease-out;
}
.body1{
    margin-top: -50px;
    z-index: 10;
    padding-left: 10%;
    padding-right: 10%;
}
.body2{
    margin-left: 5px;
    margin-right: 5px;
    z-index: inherit;
    max-width: 40%;
    margin-left: auto;
    margin-right: auto;
}
.main1{
    background-color: #254751;
    color: white;
    z-index: inherit;
    text-align: center;
    height: 150px;
    padding: 5px;
}
.main2{
    margin-top: -20px;
    background-color: #EB972A;
    color: white;
    text-align: center;
    height: 40px;
    line-height: 40px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100px;
}
.main2 a{
    text-decoration: none;
    color: white;
    text-align: center;
    margin: auto;
}
.main3{
    background-color: #EB972A;
    color: white;
    z-index: inherit;
    text-align: center;
    height: 150px;
    padding: 5px;
}
.main4{
    margin-top: -20px;
    background-color: #254751;
    color: white;
    text-align: center;
    height: 40px;
    line-height: 40px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100px;
}
.main4 a{
    text-decoration: none;
    color: white;
    text-align: center;
    margin: auto;
}
.glimpse{
    padding: 40px 20px 40px 20px;
}
.glimpse h2{
    float: left;
    color: #254751;
}
.glimpse a{
    color: #254751;
    text-decoration: none;
    font-weight: bold;
    font-size: 24px;
    float: right;
}
.glimpse-1{
    max-width: 25%;
    padding-bottom: 30px;
}
.glimpse-1 img{
    object-fit: cover;
    width: 100%;
    height: 250px;
}
.main5{
    background-color: #254751;
    padding: 40px 20px 40px 20px;
    color: white;
    text-align: justify;
}
.main-video2{
    display: none;
}
.main6{
    padding: 40px 20px 40px 20px;
    float: right;
    color: #254751;
    text-align: justify;
}
.main6-1 img{
    object-fit: cover;
    width: 100%;
    height: 350px;
}
.main6-2 h2{
    text-align: right;
}
.main7{
    display: none;
    padding: 40px 20px 40px 20px;
    color: #254751;
    text-align: center;
}
.main7 a{
    text-decoration: none;
    color: #254751;
    text-align: left;
}
.main7 a img{
    text-align: center;
    height: 50px;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.main11{
    padding: 40px 20px 40px 20px;
}
.main11 h2{
    text-align: center;
}
.main1-1{
    margin-top: 50px;
    max-width: 90%;
}
.main1-1-1{
    max-width: 90%;
    margin-left: 5%;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}
.main1-1 p{
    text-align: justify;
}

.footer{
    height: 40px;
    background-color: #EB972A;
}
.footer p{
    text-align: center;
    color:#254751;
    line-height: 40px;
}

@media(max-width: 600px){
    *{
        padding: 0px;
        margin: 0px;
    }
    .wrapper{
        left: 0;
        right: 0;
        padding: 0px;
        margin: 0px;
    }
    .navi{
        color: white;
        z-index: 10;
        margin: 0;
        padding: 0;
        width: 100%;
        left: auto;
        right: auto;
        margin-top: 0px;
    }
    .logo1{
        width: 20%;
    }
    .logo{
        width: 100%;
        margin-top: 5px;
    }
    .navbar {
        max-width: 80%;
    }
    .navbar button{
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 44 36' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(37,71,81)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='14' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
        background-position: right center;
        border-color: #254751;
        margin-left: 190px;
    }
    #collapsibleNavbar{
        min-width: 100%;
        float: right;
    }
    .nav-link{
        color: #254751;
    }
    .nav-link:hover{
        color: #EB972A;
    }
    .donate{
        background:none;
        color: #254751;
        float:none;
    }
    .donate:hover{
        color: white;
    }
    .slider{
        position: absolute;
        margin: 0;
        padding: 0;
        width: 100%;
        left: 0;
        right: 0;
    }
    .drop{
        background-color: rgba(128, 128, 128, 0.7);
    }
        .body1{
        margin-top: 0px;
        z-index: 10;
        padding-left: 0%;
        padding-right: 0%;
    }
    .body2{
        margin-left: 5px;
        margin-right: 5px;
        padding-bottom: 2px;
        z-index: inherit;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .main1{
        background-color: #254751;
        color: white;
        z-index: inherit;
        text-align: center;
        height: 150px;
        padding: 5px;
    }
    .main2{
        margin-top: -20px;
        background-color: #EB972A;
        color: white;
        text-align: center;
        height: 40px;
        line-height: 40px;
        margin-left: auto;
        margin-right: auto;
        max-width: 100px;
    }
    .main2 a{
        text-decoration: none;
        color: white;
        text-align: center;
        margin: auto;
    }
    .main3{
        background-color: #EB972A;
        color: white;
        z-index: inherit;
        text-align: center;
        height: 150px;
        padding: 5px;
    }
    .main4{
        margin-top: -20px;
        background-color: #254751;
        color: white;
        text-align: center;
        height: 40px;
        line-height: 40px;
        margin-left: auto;
        margin-right: auto;
        max-width: 100px;
    }
    .main4 a{
        text-decoration: none;
        color: white;
        text-align: center;
        margin: auto;
    }
    .glimpse{
        padding: 20px 10px 20px 10px;
    }
    .glimpse h2{
        float: left;
        color: #254751;
    }
    .glimpse a{
        color: #254751;
        text-decoration: none;
        font-weight: bold;
        font-size: 24px;
        float: right;
    }
    .glimpse-1{
        max-width: 50%;
        padding-bottom: 30px;
    }
    .glimpse-1 img{
        object-fit: cover;
        width: 100%;
        height: 150px;
    }
    .main5{
        background-color: #254751;
        padding: 20px 10px 20px 10px;
        color: white;
    }
    .main-video{
        display: none;
    }
    .main-video2{
        display: inline-block;
    }
    .main6{
        padding: 20px 10px 20px 10px;
        float: right;
        color: #254751;
        text-align: justify;
    }
    .main6-1 img{
        object-fit: cover;
        width: 100%;
        height: 350px;
    }
    .main6-2 h2{
        text-align: right;
    }
    .main7{
        display: none;
        padding: 40px 20px 40px 20px;
        color: #254751;
        text-align: center;
    }
    .main7 a{
        text-decoration: none;
        color: #254751;
        text-align: left;
    }
    .main7 a img{
        text-align: center;
        height: 50px;
        width: 50px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    
}
