body {
    margin: 0;
    padding: 0;
    background-color: #fff;

}
/* NAVBAR*/
.headtop {
    height: 0px;
    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;
    padding: 10px;
}
.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: 2;
    background: #142952;
    overflow: visible;
    opacity: 95%;
    position: fixed;
    display: inline-flex;
    justify-content: space-around;
    align-items: center;
    backdrop-filter: blur(3px);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.left img {
  width: 45px;
  display: flex;
}
.left {
    color: #fff;
    display: inline-flex;
}
.skmaloma {
    padding-top: 13px;
    padding-left: 5px;
    line-height: 10%;
}
.skmaloma p {
    font-size: 12px;
}
.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 li a {
    padding: 5px 15px;
    font-size: 15px;
    font-weight: bold;
    font-family: Arial;
    letter-spacing: 1px;
    color: white;
    cursor: pointer;
    text-decoration: none;
    transition: all .1s;
}
.right ul li a:hover {
    color: #f9d45d; 
}
.booknow {
  border: 0;
  text-align: center;
  display: inline-block;
  padding-top: 5px;
  padding: 1px;
  width: 100px;
  margin: 20px;
  color: #f2f2f2;
  background-color: #cc0000;
  border-radius: 4px;
  font-family: "proxima-nova-soft", sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: box-shadow 200ms ease-out;
}
.booknow:hover {
    color: #404040;
}
img {
    width: 100%;
    height: auto;
}
@media screen and (max-width: 1200px) {
    .list {
        color: #202020;
        width: 100%;
        height: 28vh;
        background-color: #0f1f3d;
        text-align: left;
        display: inline-block;
        flex-direction: column;
        position: absolute;
        justify-content: normal;
        top: 4.5rem;
        right: 100%;
        transition: all 1s;
        opacity: 90%;
        padding: 30px;
        line-height: 100%;
    }
    .right li {
        padding: 8px;
    }

    #check {    
        display: none;
    }

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

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

.login {
  border: 0;
  text-align: center;
  display: inline-block;
  padding-top: 5px;
  padding: 1px;
  width: 100px;
  margin: 20px;
  color: #f2f2f2;
  background-color: #cc0000;
  border-radius: 4px;
  font-family: "proxima-nova-soft", sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: box-shadow 200ms ease-out;
}
.login:hover {
    color: #303030;
}

/* SK MESSAGES */
.skmessage {
    margin-top: 0rem;
}
.skimg {
    padding: 5rem 5rem 0rem 5rem;

}
.skimg img {
    width: 100%;
    align-items: center;
}
@media screen and (max-width:1200px) {
    .skimg {
        padding: 0;
        width: 100%;
    }
    .skimg img {
        margin-top: 2rem;
    }
    .title {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
    .bepart {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 2rem;
    }
}



.headcouncil {
    margin-top: 4rem;
    text-align: center;
}
.headcouncil p {
    text-align: justify;
    padding: 1rem 5rem 0rem 5rem;
}
@media screen and (max-width:1200px) {
    .headcouncil p {
    text-align: center;
    padding: 0rem 2rem 0rem 2rem;
    }
}

/* SK COUNCILS */
.skinfo {
    line-height: 20%;
    padding-top: 1rem;
    padding-left: 20px;
}
.skname {
    align-items: center;
    justify-content: center;
    width: 17rem;
    text-align: left;
    height: 18rem;
}
.skname img {
    z-index: 0;
    margin-left: 1rem;
    width: 100%;
}
.skname:hover img {
    z-index: -1;
    transform: scale(1.1);
}
.skname h1 {
    font-family: Arial;
    padding-top: 5px;
    text-align: left;
    font-size: 17px;
    color: #202020;
    
}
.skname p {
    font-family: Arial;
    line-height: 20px;  
    font-size: 13px;
}
.headdate {
    padding-top: 10px;
    color: #505050;
    font-size: 13px;
    font-family: Arial;
    font-weight: bold;
}
.skposition {
    margin: 30px 0px 0px 0px;

}
.eventline {
    background-color: darkred;
    height: 1px;
    width: 500px;
}
.topline{
    color: darkred;
}
@media screen and (max-width:1200px) {
    
}

/* CENTERS OF YOUTH */ 
.centers {
    width: 14rem;
    margin: 1rem;
    padding-top: 1rem;
    text-align: left;
    height: 13rem;
}
.centers img {
    cursor: pointer;
}
.centers:hover img {
    scale: 1.1;
    /*box-shadow: 0px 2px 10px 0px #888888;*/
}
.center1 {
    margin: 30px 0px 0px 0px;
}
.centerhead h2 {
    text-align: center;
}
.centerhead p {
     text-align: justify-all;
    padding: 0rem 5rem 0rem 5rem;
}
}
.centerhead {
    margin-top: 2rem;
}
.centerhead2 {
    margin-top: 1rem;
    margin-bottom: 3rem;
}
.centerhead2 h2{
    text-align: center;  
}
.centerhead2 p {
    text-align: center;
    padding-left: 2rem;
    padding-right: 2rem;
}
.whatwedo {
    margin-top: 1rem;
    margin-bottom: 3rem;
}
.whatwedo h2{
    text-align: center; 
}
.whatwedo p {
    text-align: justify;
    padding: 0rem 5rem 0rem 5rem;
}
@media screen and (max-width:1200px) {

}



/* FOOTER */
.footer {
    display: inline-flex;
    justify-content: space-between;
    background-color: #0a1429;
    padding-top: 1rem;
}

.tagline {
    font-size: 12px;
}
.sklogo img {
    width: 60%;
    margin: 8px 0rem 0rem 4.3rem;
}
.sklogo:hover {
    scale: 1.1;
}
.sklogo{
    justify-content: center;
}
.p {
    color: #e1e1e1;
    line-height: 120%;
}

.lnhead {
    color: #e1e1e1;
    font-size: 15px;
    font-weight: bold;
    padding: 2rem 0rem 0rem 1rem;
}
.lnlinks {
    display: inline-flex;
    justify-content: normal;
    cursor: pointer;
    padding-left: 1rem;
    font-size: 12px;
}
.firstrow {
    color: #e1e1e1;
    padding: 0rem 3rem 0px 0rem;
    line-height: 30px;
}
.ln1 {
    line-height: 10%;
    padding: 5px 0px 5px 0px;
}
.ln1:hover {
    padding-left: 5px;
}
.ln1 p {
    color: #808080;
}
.contactus {
    justify-content: center;
    color: #e1e1e1;
    padding-top: 2rem;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
}
.brgy {
    padding-top: 5px;
    line-height: 10%;
}
.info {
    color: #e1e1e1;
    display: inline-flex;
    padding-top: 18px;
}
.info p {
    font-size: 14px;
    font-weight: normal;
    font-family: Arial;
    padding-left: 5px;
}
.info:hover {
    padding-left: 5px;
    cursor: pointer;
}
.footerline {
    height: 2px;
    width: 100%;
    background: #808080;
    margin-top: 5px;
    margin-bottom: 8px;
}
.left {
    display: inline-flex;
    justify-content: center;
}
.sitemap {
    color: #e1e1e1;
    padding-right: 40px;
    font-size: 12px;
}
.privacy {
    color: #e1e1e1;
    padding-right: 40px;
    font-size: 12px;
}
.termofuse {
    color: #e1e1e1;
    padding-right: 40px;
    font-size: 12px;
}
.copyright {
    color: #e1e1e1;
    text-align: right;
    font-size: 12px;
}
@media screen and (max-width:1200px) {
    .copyright {
        text-align: left;
    }
    .lnhead {
        padding: 0;
    }
    .lnlinks {
        padding: 0;
    }
}