* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

.nav1 {
    background-color: #FF4800;
}

.donate {
    height: 60px;
    width: 200px;
    background-color: black;
    color: white;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    border: none;
}

.offlist a {
    text-decoration: none;
    color: black;
    line-height: 45px;
    font-weight: 600;
    font-size: 17px;
}

.offlist a:hover {
    color: #FF4800;
    border-bottom: 2px solid #FF4800;
}

.nav2 {
    width: 580px;
}

.nav2 a {
    font-size: 18px;
    color: black;
    text-decoration: none;
}

.nav2 a:hover {
    color: #FF4800;
    border-bottom: 2px solid #FF4800;
}

/* Nav section done- */


.homeimg {
    background-image: url("..//images/backgrounds/hero.jpg");
    background-size: cover;
    background-position: center;
    height: 200px;
    opacity: 0.9;
    margin-bottom: 80px;
}

.homebtn {
    height: 50px;
    width: 160px;
    margin-top: 10px;
    background-color: #FF4800;
    color: white;
    border: none;
    border-radius: 20px;
}

.hometxt1 {
    font-size: 40px;
    font-weight: 600;
    padding-top: 20px;
    margin-bottom: 0;
}

.hometxt2 {
    font-size: 25px;
    font-weight: 600;
}

.homebtn2:hover {
    background-color: #FF5200;
    color: white;
}

/* Home Section done- */


.abox1 {
    width: 300px;
    background-color: #FF5200;
    color: white;
    text-align: center;
    border-radius: 24px;
    margin-top: 30px;
    margin-bottom: 20px;
    transition: all .35s;
}

.abox2 {
    background-color: #ECF2F5;
    color: black;
    width: 300px;
    text-align: center;
    border-radius: 24px;
    margin-top: 30px;
    margin-bottom: 20px;
    transition: all .35s;
}

.abox2:hover {
    background-color: #FF5200;
    color: white;
}

.abox3 {
    background-color: #ECF2F5;
    color: black;
    width: 300px;
    text-align: center;
    border-radius: 24px;
    margin-top: 30px;
    margin-bottom: 20px;
    transition: all .35s;
}

.abox3:hover {
    background-color: #FF5200;
    color: white;
}

.ahead {
    font-size: 29px;
    font-weight: 600;
}

.lorem {
    padding-bottom: 30px;
}

/* About Section done- */


.chpage {
    background-color: black;
    width: 100%;
    margin-top: 40px;
}

.welpic {
    height: 400px;
    width: 290px;
    padding-top: 90px;
    padding-bottom: 60px;
}

.chhead {
    color: white;
    font-size: 39px;
    font-weight: 600;
    border-bottom: 2px solid #FF5200;
}

.chlorem {
    font-size: 16px;
    color: rgb(200, 195, 195);
    padding-top: 30px;
    line-height: 30px;
}

.chbtn {
    height: 60px;
    width: 180px;
    background-color: #FF5200;
    color: white;
    border-radius: 20px;
    margin-top: 30px;
    margin-bottom: 80px;
}

/* Charity Section done- */


.evhead {
    font-size: 30px;
    font-weight: 600;
    padding-top: 30px;
    border-bottom: 2px solid #FF5200;
    margin-bottom: 40px;
}

.evimg1 {
    height: 130px;
    width: 130px;
}

.etxt {
    font-size: 13px;
    padding-top: 0;
}

.elorem {
    font-size: 12px;
    color: rgb(187, 190, 193);
}

/* Events Section done- */


.copage {
    background-color: #CBDADA;
    width: 100%;
    margin-top: 40px;
}

.ourc {
    padding-top: 60px;
    padding-bottom: 30px;
    font-size: 35px;
    font-weight: 600;
    border-bottom: 2px solid #FF5200;
}

.cimg1 {
    height: 200px;
    width: 290px;
}

.cbox {
    background-color: white;
    border-bottom: 2px solid #FF5200;
}

.ctxt1 {
    color: rgb(55, 52, 52);
    padding-top: 30px;
    font-size: 24px;
    font-weight: 600;
}

.ctxt2 {
    font-size: 19px;
    padding-bottom: 40px;
    color: rgb(124, 120, 120);
    line-height: 31px;
}

.cbox2 {
    padding-bottom: 50px;
}

.swipbtn {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #FF4300;
    color: white;
}

/* Couses section done- */


.fpage {
    background-color: black;
    width: 100%;
    margin-top: 40px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.fimg {
    padding-bottom: 20px;
}

.florem {
    color: rgb(196, 188, 188);
    line-height: 35px;
    font-size: 17px;
}

.fuse {
    color: white;
    padding-top: 30px;
    padding-bottom: 20px;
    font-size: 20px;
}

.ftxt2 {
    color: rgb(196, 188, 188);
    line-height: 28px;
}

.ftxt3 {
    padding-top: 20px;
    color: #CBDADA;
}

.fdate {
    color: #FF5200;
}

.ficon {
    color: #FF5200;
}

.fbtn {
    background-color: #FF5200;
    color: white;
}

.fline {
    color: white;
    padding-top: 30px;
    padding-bottom: 50px;
    margin: 0;
}


/* Breakpoints- */

@media (min-width:768px) {

    .homeimg {
        height: 390px;
        opacity: 1;
    }

    .homebtn2 {
        height: 50px;
        width: 160px;
        margin-top: 10px;
        background-color: transparent;
        color: white;
        border: 2px solid #FF4800;
        border-radius: 20px;
    }

    .homediv {
        padding-top: 50px;
    }

    .hometxt1 {
        font-size: 50px;
    }

    .hometxt2 {
        font-size: 30px;
    }

    .welpic {
        height: 670px;
        width: 690px;
    }
}



@media(min-width:992px) {

    .homeimg {
        height: 410px;
    }

    .homediv {
        padding-top: 70px;
    }

    .welpic {
        height: 500px;
        width: 400px;
    }

    .chbox {
        padding-top: 50px;
    }

    .evimg1 {
        height: 140px;
        width: 140px;
    }

    .box {
        padding-top: 32px;
    }

    .fline {
        font-size: 18px;
    }
}

/* All Done- */