body {
    margin: 0;
    padding: 0;
    background-color: #f2f2f2;
    font-family: sans-serif;
}
/* NAVBAR*/
.headtop {
    background-color: #202020;
}
.f1 {
    color: #fff;
    font-size: 13px;
    font-family: Arial;

.icon {
    color: #f9d45d; 
}    
}
.headleft {
    cursor: pointer;
    display: inline-flex;
    justify-content: space-evenly;
}
.headline {
    width: 1px;
    height: 20px;
    background-color: #f9d45d;
}
.headright {
    display: inline-flex;
    justify-content: space-evenly;
    padding: 10px;
}
@media screen and (max-width:1100px) {
    .headleft {
        display: none;
    }
    .headright {
        display: none;
    }
}
.navbar {
    z-index: 1;
    background: #142952;
    color: #fff;
    overflow: visible;
    position: fixed;
    display: inline-flex;
    justify-content: space-around;
    align-items: center;
    backdrop-filter: blur(2px);
    border-bottom: 2px solid rgba(500, 255, 255, .3);
    opacity: 100%;
}
.left img {
  width: 60px;
  display: flex;
  padding: 2px;
}
.left {
    color: #fff;
    display: inline-flex;
    padding-bottom: 3px;
}
.brgymaloma {
    padding-top: 13px;
    padding-left: 5px;
    line-height: 10%;
}
.brgymaloma h6 {
    font-family: sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
}
.brgymaloma p {
    font-family: times new roman;
    font-size: 13px;
    letter-spacing: 1px;
}
.checkBtn {
    display: none;
}
#check {
    display: none;
}
.checkBtn {
    cursor: pointer;
    font-size: 30px;
    float: left;
    color: #f2f2f2;
    line-height: 50px;
}
.right {
    display: inline-flex;
}
.right ul {
    display: inline-flex;
    list-style: none;
    padding-top: 20px;
    justify-content: center;
}

.right ul a {
    padding: 0px 10px;
    font-size: 13px;
    font-weight: ;
    font-family: sans-serif;
    letter-spacing: 1px;
    color: white;
    cursor: pointer;
    text-decoration: none;
    transition: all .1s;
}
.right li {
    margin-right: 1rem;
}
.active, .navbtn:hover {
  border-bottom: 1px solid #ffffff;
}
.login {
  border: 0;
  text-align: center;
  display: inline-block;
  padding-top: 5px;
  padding: 1px;
  width: 100px;
  margin: 20px;
  color: #e6e6e6;
  background-color: #cc0000;
  border-radius: 4px;
  font-family: "proxima-nova-soft", sans-serif;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: box-shadow 200ms ease-out;
}
.login:hover {
    color: #ffffff;
    scale: 1.03;
}
@media screen and (max-width: 1200px) {
    .list {
        overflow: visible;
        color: #202020;
        width: 100%;
        height: 20vh;
        background: #142952;
        text-align: left;
        display: inline-block;
        flex-direction: column;
        position: absolute;
        justify-content: normal;
        border-bottom: 1px ;
        top: 5rem;
        right: 100%;
        transition: all 1s;
        padding: 25px;
        opacity: 100%;
        line-height: 100%;
    }
    .right li {
        padding: 8px;
    }

    #check {    
        display: none;
    }

    .checkBtn {
        display: block;
    }
    #check:checked~ul {
        right: 20%;
        right: 0rem;
    }

    .logindiv {
        display: none;
    }
    .skheader {
        display: none;
    }
}

img {
    width: 100%;
}
@media screen and (max-width: 750px) {
}


/* HEADER IMAGE */
.header {
    margin-top: 5rem;
    background-image: url("../../assets/img/acacia_head.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: ;
    background: rgba;
    backdrop-filter: blur();
    height: 650px;
}
.welcome {
    padding-top: 25rem;
}
.welcome h2 {
    color: #ffffff;
    font-family: times new roman;
    letter-spacing: 1px;
    text-shadow: 1px 1px 4px #000;
}
.welcome h1 {
    color: #ffffff;
    font-weight: bold;
    font-family: sans-serif;
    letter-spacing: px;
    text-shadow: 1px 1px 4px #000;

}
@media screen and (max-width: 1200px) {
    .welcome {
        bottom: 6rem;
    }

}
@media screen and (max-width: 768px) {
    .welcome {
        padding-top: 5rem;
        text-align: center;
    }
    .welcome h3 {
        font-size: 20px;
    }
    .welcome h2{
        font-size: 25px;
    }
    
}

/* FLOATING BOX */
.boxhead {
    justify-content: center;
    position: relative;
    z-index: 0;
    bottom: 7rem;

}
.blue_box img {
    width: 50px;
    padding-bottom: 5px;
}
.blue_box b {
    font-size: 20px;
}
.blue_box p {
    text-align: justify;
    padding-top: 5px;
}
.blue_box {
    opacity: 95%;
    background-color: #142952;
    color: #ffffff;
    border-radius: 10px;
    padding: 20px;
    margin: 8px;
    width: 420px;
    box-shadow: 0px 3px 10px 0px #404040;
    bottom: 0rem;
    transition: bottom 0.6s, box-shadow 0.6s, opacity 0.6s;

}
.blue_box:hover {
    scale: 1.02;
    opacity: 100%;
    bottom: 0.5rem;
    position: relative;
    box-shadow: 0px 3px 15px 3px #404040;

}
.red_box img {
    width: 50px;
    padding-bottom: 5px;
    filter: white;
}
.red_box b {
    font-size: 20px;
}
.red_box p {
    text-align: justify;
    padding-top: 5px;
}
.red_box {
    opacity: 95%;
    background-color: #cc0000;
    color: #ffffff;
    border-radius: 10px;
    padding: 20px;
    margin: 8px;
    width: 420px;
    box-shadow: 0px 3px 10px 0px #404040;
    bottom: 0rem;
    transition: bottom 0.6s, box-shadow 0.6s, opacity 0.6s;
}
.red_box:hover {
    scale: 1.02;
    opacity: 100%;
    bottom: 0.5rem;
    position: relative;
    box-shadow: 0px 3px 15px 0px #404040;
}

@media screen and (max-width: 750px) {
    .boxhead {
        bottom: 3rem;
    }
    .box1:hover, .box2:hover {
        scale: 1.01;
        opacity: 100%;
        bottom: 0rem;
        position: relative;
    }

}

/* ABOUT US */
.aboutus {
    bottom: 3rem;
    position: relative;
}
.aboutimg img{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}
.abouting {
    
}
.aboutus h5 {
    color: #ff0000;
}
.aboutus h3 {
    color: #142952;
    font-weight: bold;
}
.aboutus p {
    color: #142952;
    text-align: justify;
}
.aboutbtn {
    color: #ffffff;
    background-color: #142952;
    border-radius: 5px;
}
.aboutbtn a {
    text-decoration: none;
    color: #ffffff;
}
@media screen and (max-width: 768px) {
    .aboutus {
        bottom: 2px;
    }
}


/* OUR GOALS */
.goals {
    background-color: #142952;
    margin-top: 2rem;
    width: 100%;
}
.goalsdiv {
    padding-left: 2rem;
    padding-top: 2rem;
}
.goalsdiv h5 {
    color: #ff3333;
}
.goalsdiv h2 {
    color: #ffffff;
}
.goals1 img {
    width: 50px;
}
.goals1 b {
    color: #ffffff;
    font-size: 18px;
}
.goals1 p {
    color: #ffffff;
    text-align: justify;
}
.goals1 {
    margin-top: 0.5rem;
    margin-left: auto;
    margin-right: auto;

    width: 33%;
    padding-top: 2rem;
}
.goals_img {
    width: 30rem;
}
@media screen and (max-width: 1450px) {
    .goals1 {
        width: 40%;
    }
    .goalsdiv {
        justify-content: center;    
        padding-left: 0rem;
        padding-top: 2rem;
    }
    .goalsdiv h5 {
        text-align: center;
    }
    .goalsdiv h2 {
        text-align: center;
    }
    .goals_img {
        display: none;
    }
}

/* OUR COUNCIL */
.counciltop {
    margin-top: 5rem;
    margin-bottom: 2rem;
    text-align: center;
}
.council img {
    width: 30vh;
}
.concil {
    margin-right: auto;
    margin-left: auto;
}
.captain {
    width: 65vh;
    margin: auto;
}
.counciltop h5 {
    color: #cc0000;
}
.counciltop h1 {
    color: #142952;
    font-weight: bold;
    font-family: sans-serif;
}

/* COMMUNITY EFFORTS */
.communitydiv {
    margin-top: 5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #142952;
}
.communityimg img {
    justify-content: center;
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: 0;
    padding: 3rem;
    width: 100%;
}
.community {
    padding-top: 3rem;
    padding-bottom: 1rem;
}
.community h5 {
    color: #ff3333;
}
.community h3 {
    color: #ffffff;
}
.community p {
    padding-top: 5px;
    padding-right: 2rem;
    text-align: justify;
    color: #ffffff;
}
.comm img{
    width: 1.8rem;
}
.comm i {
    color: #ffffff;
    font-size: 18px;
    padding-left: 10px;
}
@media screen and (max-width: 750px) {
    .communityimg img {
    justify-content: center;
    padding: 0px;
    padding-top: 1rem;
    width: 100%;
    }
    .community {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
}

/* COUNCIL */
@media screen and (max-width: 750px) {
    .counsil_width {
        width: 230px;

    }
}

/* LATEST NEWS & EVENT */
.lne {
    justify-content: center;
    margin-top: 5rem;
}
.lnehead {
    text-align: center;
    margin-bottom: 1rem;
}
.lnehead h5 {
    color: #cc0000;
}
.lnehead h2 {
    color: #142952;
    font-weight: bold;
    font-family: sans-serif;
}
.lnebox img {
    width: 100%;
    padding-bottom: 5px;
}
.lnebox b {
    color: #142952;
    font-size: 20px;
}
.lnebox p {
    color: #142952;
    padding-top: 5px;
    text-align: justify;
}
.lnebox h6 {
    padding-top: 6px;
    color: #cc0000;
}
.lnebox {
    color: #ffffff;
    background-color: #f2f2f2;
    border-radius: 0px;
    border-top: 1px solid #142952;
    border-right: 0px solid #142952;
    line-height: 140%;
    padding: 20px;
    margin: 8px;
    width: 400px;
    height: 500px;
    box-shadow: 0px 0px 0px 0px #404040;
    transition: scale 0.5s;

}
.lnebox:hover {
    scale: 1.01;    
    border-top: 2px solid #142952;
    box-shadow: 0px 0px 0px 0px #404040;
}
/* ---------------------------------------------------------------------/*

/*ABOUT US HEADER IMAGE */
.abtus_header {
    background-image: url("../../assets/img/head.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: ;
    background: rgba;
    backdrop-filter: blur();
    height: 350px;
}
.abtus_head {
    padding-top: 12rem;
}
.abtus_head a {
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 1px;
    text-shadow: 1px 1px 4px #000;
}
.abtus_head i {
    font-size: 13px;
    color: #ffffff;
    text-shadow: 1px 1px 4px #000;
    padding-left: 5px;
    padding-right: 5px;

}
.abtus_head h1 {
    color: #ffffff;
    font-family: sans-serif;
    letter-spacing: 1px;
    text-shadow: 1px 1px 4px #000;
}
.home {
    color: #000;
}
.home:hover {
    color: #fff;
    text-decoration: underline;

}
@media screen and (max-width: 1200px) {
    .welcome {
        bottom: 6rem;
    }

}
@media screen and (max-width: 768px) {
    .welcome {
        padding-top: 5rem;
        text-align: center;
    }
    .welcome h3 {
        font-size: 20px;
    }
    .welcome h2{
        font-size: 21px;
    }
    .header {
    background-image: url("../../assets/img/header.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: ;
    background: rgba;
    backdrop-filter: blur();
    height: 250px;
    }
}


/* CAPTAIN MESSAGE */
.kap_message {
    margin-top: 5rem;
    margin-bottom: 1rem;
    text-align: center;
}
.kap_message h5 {
    color: #cc0000;
}
.kap_message h1 {
    color: #142952;
    font-weight: bold;
    font-family: sans-serif;
}
.kap img {
    width: 100%;
}
.message {
    padding-top: 3rem;
}
.message h4{
    color: #142952;
    font-weight: bold;
}
.message p {
    color: #142952;
    text-align: justify;
    padding-top: 1rem;
}
.message h6 {
    padding-top: 1rem;
    color: #cc0000;
    font-weight: bold;

}
@media screen and (max-width: 992px) {
    .kap img {
        justify-content: center;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}

/* HISTORY */
.history_bg {
    padding-top: 1rem;
}
.history {
    margin-top: 0rem;
}
.history h3 {
    text-align: center;
    padding-top: ;
    color: #142952;
    font-weight: bold;
}
.history p {
    text-align: justify;
    color: #142952;
}
.falls h3 {
    color: #cc0000;
    font-weight: bold;
}
.falls p {
    color: #142952;
    font-size: 17px;
    text-align: justify;

}
.sub_details {
    display: inline-flex;
}
.sub_details i {
    font-size: 35px;
    color: #cc0000;
    padding-top: 5px;

}
.details {
    padding-left: 1rem;
}
.details h5 {
    color: #142952;
    font-weight: bold;
    line-height: 80%;
}
.details p {
    line-height: 90%;
}
.maps {
    padding: 5rem;
    overflow: hidden;
    padding-bottom: 45.25%;
    position: relative;
    height: 0;
}
.maps iframe {
    left: 0;
    top: 0;
    height: 90%;
    width: 100%;
    position: absolute;
    border-radius: 1rem;
}

/* ---------------------------------------------------------------------*/

.contactushead {

}
.contactushead {
    margin-top: 3rem;
}
@media screen and (max-width: 500px) {
}

/* CONTACT US DIV*/
.contactleft {
    margin-top: 5rem;
    width: 29rem;
    height: auto;
    background-color: #f2f2f2;
    border-radius: 15px;
    margin-right: auto;
    margin-left: auto;
}
.contactleft h5 {
    color: #cc0000;
}
.contactleft p {
    color: #142952;
}
.contactleft h1 {
    color: #142952;
}
.contact_info img {
    padding: 3px;
}
.contact_info {
    width: ;
    display: inline-flex;
}
.contact_info h6 {
    color: #142952;
    padding-top: 13px;
    padding-left: 5px;
}

.contactright {
    margin-top: 3rem;
    width: 29rem;
    height: 29rem;
    background-color: #f2f2f2;
    border-radius: 15px;
    margin-right: auto;
    margin-left: auto;

}
.contactright h5 {
    font-size: 25px;
    font-weight: bold;
    color: #142952;
    padding-top: 1rem;
    padding-left: 1rem;
    margin-right: auto;
    margin-left: auto;
}
.inputname {
    width: 100%;
    padding-top: 1rem;
    padding-left: 1.3rem;
    line-height: 10%;
}
.inputname p {
    color: #142952;
}
.yourname {
    color: #202020;
    background: #e6e6e6;
    padding: 5px 10px 5px 10px;
    width: 95%;
    border-radius: 5px;
    border-style: none;
    border-color: f2f2f2;
    border-width: 1px;
}
.phoneandemail {
    display: inline-flex;
}
.phone {
    width: 100%;
    padding-top: 1.3rem;
    padding-left: 1rem;
    line-height: 10%;
}
.phone p {
    color: #142952;
}
.phonenumber {
    color: #202020;
    background: #e6e6e6;
    padding: 5px 10px 5px 10px;
    width: 95%;
    border-radius: 5px;
    border-style: none;
    border-color: f2f2f2;
    border-width: 1px;
}
.email {
    width: 100%;
    padding-top: 1.3rem;
    padding-left: 1rem;
    line-height: 10%;
}
.email p {
    color: #142952;
}
.enteremail {
    color: #202020;
    background: #e6e6e6;
    padding: 5px 10px 5px 10px;
    width: 90%;
    border-radius: 5px;
    border-style: none;
    border-color: f2f2f2;
    border-width: 1px;
}
.messages {
    width: 100%;
    padding-top: 1.3rem;
    padding-left: 1rem;
    line-height: 10%;
}
.messages p {
    color: #142952;
}
.textarea {
    width: 95%;
    height: 150px;
    padding: 10px 10px 10px 10px;
    line-height: 100%;
    background-color: #e6e6e6;
    border-style: none;
    border-radius: 5px;
}
.submitdiv {
    margin-bottom: 1rem;
}
.submitdiv a {
    text-decoration: none;
    color: #f2f2f2;
}
.submit {
    color: #f2f2f2;
    font-weight: bold;
    background: #cc0000;
    padding: 7px 40px 7px 15px;
    width: 91%;
    border-radius: 10px;
    margin-top: 1.5rem;    
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width:1200px) {
    .contactleft img {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    }
}

/* EMERGENCY NUMBER*/ 
.hotline {
    width: 19rem;
    transition: scale 1.5s;

    text-align: left;
    height: 4rem;
}
.hotline img {
    width: 100%;
    cursor: pointer;
}
.hotline:hover {
    scale: 1.05;
}
.hotline1 {
    margin: 40px 0px 0px 0px;
}
@media screen and (max-width:754px) {
    .hotline {
        width: 15rem;
    }
    .hotline1 {
        margin: 20px 0px 0px 0px;
    }
}

/* ---------------------------------------------------------------------*/

.latestdiv {
    margin-top: 2rem;
    display: inline-flex;s
}
.latestdiv img {
    width: 18rem;
}
.latest_info {
    padding: 1rem;
}
.latest_info h6 {
    color: #142952;
    font-weight: bold;
}
.latest_info p {
    font-size: 15px;
    text-align: justify;
}
@media screen and (max-width:754px) {
    .latestdiv {
        display: inline-grid;
    }
    .latestdiv img {
        width: 100%;
    }
    .latest_info {
    padding-left: 0rem;
    padding: 1rem;
    }
}

/* ---------------------------------------------------------------------*/
.news h1 {
    color: #142952;
}
.news h5 {
    color: #cc0000;
}
.news p {
    text-align: justify;
}
/* FOOTER */
.footer {
    margin-top: 5rem;
    padding-top: 2rem;
    background-color: #142952;
}
.footerlogo img {
  width: 65px;
  display: flex;
  padding: 2px;
}
.footerlogo {
    color: #fff;
    display: inline-flex;
}
.loc p, b {
    color: #ffffff;
    padding-top: 5px;
}
.loc {
    display: inline-flex;
}
.loc i {
    color: #ffffff;
    font-size: 20px;
    padding-top: 1rem;
}
.loc p {
    padding-left: 1rem;
    padding-top: 12px;
}
.tel {
    display: inline-flex;
}
.tel i {
    color: #ffffff;
    font-size: 20px;
    padding-top: 3px;
}
.tel p {
    padding-left: 1rem;
    color: #ffffff;
}
.web {
    display: inline-flex;
    padding-bottom: 5px;
}
.web i {
    color: #ffffff;
    font-size: 20px;
    padding-top: 3px;
}
.web a {
    padding-left: 1rem;
    color: #ffffff;
    text-decoration: none;
}
.web a:hover {
    text-decoration: underline;
}
.fb {
    display: inline-flex;
    padding-bottom: 5px;
}
.fb i {
    color: #ffffff;
    font-size: 20px;
    padding-top: 3px;
}
.fb a {
    padding-left:1rem;
    color: #ffffff;
    text-decoration: none;
}
.fb a:hover {
    text-decoration: underline;
}
.footerline {
    width: 100%;
    height: 20px;
    border-bottom: 1px solid #cc0000;
    margin-bottom: 5px;
}