nav{
background: #000;
color: #fff;
}
nav a.navbar-brand{
 color:#fff;
}
a.navbar-brand img{
 height: auto;
 width: 106px;
}
nav ul.navbar-nav li a.nav-link.active{
 color:#fff;
}
nav ul li a.nav-link{
  color:#fff;
}
#quickAbout {
  background: #000;
  color: #f9f7da;
  padding-top: 80px;
  padding-bottom: 80px;
}
#quickAbout h1{
  font-size: 48px;
  color:#ffcf05;
  margin-bottom: 40px;
}
#quickAbout a{
  color: #ffcf05;
  font-size: 24px;
}
.parallax{
  background-image: url("img/bg02.jpg");
  min-height: 700px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#meeting .hold{
  background: #fff;
  padding: 50px 20px;
  margin-top: 210px;
  margin-bottom: 210px;
  border-radius: 14px;
}
#meeting .hold h3{
  font-weight: 600;
  margin-bottom: 30px;
}
#generalMeeting li{
  list-style: none;
  font-size: 20px;
  font-weight: 500;
}
#map{
  background:#f0c612;
}
#acknowledgement{
  background: #ededed;
}
#csula {
  padding-top: 121px;
  padding-bottom: 121px;
}
#csulaEng {
  padding-top: 103px;
 padding-bottom: 103px;
}
#sae {
  padding-top: 76px;
 padding-bottom: 76px;
}
#footer{
  background: #000;
}
#footer p{
  color:#fff;
}
#footer .imgHolderFooter {
  padding-top: 90px;
  padding-bottom: 90px;
}
#footer .imgHolderFooter img{
  width:auto;
  height:240px;
}
#footer .divider{
  background: #ffe500;
  background: linear-gradient(90deg,rgba(255, 229, 0, 1) 0%, rgba(255, 128, 0, 1) 50%, rgba(255, 229, 0, 1) 100%);
  height:2px;
  width:100%;
}
#footer #socialMedia{
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
#footer #socialMedia i{
  font-size: 36px;
  text-align: center;
}
#footer .instaPad{
  display: inline-block;
  background: #fff;
  width: 46px;
  border-radius: 4px;
}
i.fa-brands.fa-square-instagram{
  color:#ffffff00;
  background: #eb9202;
  background: linear-gradient(30deg,rgba(235, 146, 2, 1) 0%, rgba(227, 34, 159, 1) 28%, rgba(128, 32, 230, 1) 50%, rgba(143, 12, 209, 1) 82%, rgba(255, 0, 195, 1) 100%);
  border-radius: 6px;
  height: 41px;
  padding-top: 3px;
  background-clip: text;
}
i.fa-brands.fa-square-facebook {
 color: #1877F2;
 background: #fff;
 border-radius: 6px;
 height: 41px;
 padding-top: 3px;
}
i.fa-solid.fa-envelope {
 color: #eb0101;
 background: #fff;
 border-radius: 6px;
 height: 41px;
 padding-top: 3px;
}
i.fa-brands.fa-square-youtube {
 color: #eb0101;
 background: #fff;
 border-radius: 6px;
 height: 41px;
 padding-top: 3px;
}
i.fa-brands.fa-square-x-twitter {
  color: #000;
  background: #fff;
  border-radius: 6px;
  height: 41px;
  padding-top: 3px
}
i.fa-brands.fa-square-linkedin{
  color:#0077B5;
  background: #fff;
  border-radius: 6px;
  height: 41px;
  padding-top: 3px;
}
/*mobile*/
button.navbar-toggler{
  background: #ffcf05;
}
