html, body {
    width:100%;
}

html {
    scroll-behavior: smooth;
}


.parts {
    width: 100%;
    padding-bottom: 150px;
    padding-top: 15px;
}

#intro-part {
    padding-top: 50px;
    padding-bottom: 40px;
    background-color: #5b3367;
}

#education-part {
    background-color: #4794C6;
}

#gallery-part {
    /* background-color: rgba(236, 196, 76, 1); */
    background-color: #455D87;
}

#cfs-part {
    background-color: rgba(236, 196, 76, 1);
}

#activities-part {
    background-color: #53BFC6;
    /* background-color: #e766ad; */
}

#org-part {
    /* background-color: #53BFC6; */
    background-color: #e766ad;

}

/* _____________________________ */


#go-to-top-btn {
    display: none; 
    position: fixed; 
    bottom: 20px; 
    right: 30px; 
    z-index: 99;
    border: none;
    outline: none;
    background-color: gray; 
    color: white; 
    cursor: pointer;
    padding: 0px;
    border-radius: 50%; 
    font-size: 18px; 
  }
  
#go-to-top-btn:hover {
    background-color: gray;
    transition: .5s;
}

#go-to-top-img {
    width: 60px;
    height: 60px;
}



.a-tag {
    color: black;
}


.a-tag:hover {
    color: black;
    text-decoration: none;
}

.a-tag {
    color: black;
    text-decoration: none;   
    display: inline-block;
    position: relative;
    padding-bottom: 4px;
}
.a-tag:after {    
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: rgb(232, 232, 232);
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}
.a-tag:hover:after { 
    width: 100%;
    left: 0; 
}


/* _______________________________________________________________________________ */

#box {
    width: 100%;
}


/* Dropdown Button */
.dropbtn {
    font-size: 25px;
    border: none;
    background-color: rgba(236, 196, 76, 1);
  }
  
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: rgba(236, 196, 76, 1);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    left: 50%;
    right: auto;
    transform: translate(-50%, 0);
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }

  .dropdown-content a:hover {
      text-decoration: none;
      color: black;
      opacity: 0.5;
      transition: .7s;
  }
  
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {display: block;}

  


#header {
    display: flex;
    width: 100%;
    height: 100px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(236, 196, 76, 1);
    position: fixed;
    top: 0;
    z-index: 200;     
    box-shadow: 0 1px 25px rgba(0,0,0, .1);   
    transition: .7s; 
}

#header.hide {
    top: -101px;
    transition: .7s;
}


#row-1 {
    margin-top: 0px;
    margin-left: 70px;
}

#row-2 {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#projectName {
    color: black;
    text-decoration: none;
    font-size: 55px;
    font-family: 'Vollkorn', serif;
}

.row-2-1 {
    margin-top: 3px;
    margin-right: 40px;
    font-family: 'Vollkorn', serif;
}

#about, #contactUs, #cfs {
    font-size: 25px;
}

/* ____________________________________________________________________________________________ */


#logo-img {
    width: 300px;
    height: 300px;
    margin-left: 150px;
    border-radius: 50%;
}

#logo-intro {
    width: 300px;
    height: 300px;
    position: absolute;
}


#intro-container {
    margin-left: 530px;
    margin-top: 70px;
    margin-bottom: 120px;
    margin-right: 150px;
    background-color: rgb(237, 225, 209);
    display: flex;
    justify-content: center;
    border-radius: 50px;
}



#intro {
    /* width: 450px; */
    height: 200px;
    font-size: 1.25em;
    line-height: 1.75;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    margin: 50px;
    margin-right: 40px;
}
/* ___________________________________________________________________________________________ */

#parallax-container {
    width: 100%;
    display: block;
    height: 100vh; 
 }
 
#parallax-container div {
    position: fixed;
    top: 0;
    background-position: center !important;
    transform: translateY(0px);
    height: 100vh;
    width: 100%;
    z-index: -1;
}

 
#content {
    position: relative;
}
 

/* ___________________________________________________________________________________________ */
.title {
    margin-top: 50px;
    margin-left: 70px;
    font-family: 'Indie Flower', cursive;
    font-size: 3rem;
}

.header-title {
    color: black;
    transition: 0.5s;
    font-size: 4.25rem;  
    font-family: 'Luckiest Guy', cursive;
}

.header-title:hover {
    color: black;
    opacity: 0.8;
    text-decoration: none;
}


#title-1, #title-2 {
    margin-right: 70px;
    display: flex;
    justify-content: center;
}


#a-1 {
    color: rgb(236, 196, 76);
    z-index: 20; 
}

#imageCover-1 {
    height: 100vh;
    overflow: hidden;
    margin-top: 50px;
    margin-left: 70px;
    margin-right: 70px;
    border: 3px solid black;
}



#ex-1 {
    height: 100vh;
    background-image: url(https://cdn.pixabay.com/photo/2012/12/24/08/39/face-72194_1280.jpg);
    background-size: cover;
    transition: 1.5s;
}

#ex-1:hover {
    transform:scale(1.05);  
}


#textOnImage-1 {
    position: absolute;
    color: white;
    z-index: 8;
    margin-top: 284px;
    margin-left: 650px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 4rem;
    font-style: italic;
    transition: 1.1s;
}

#textOnImage-1:hover {
    transform: scale(1.1);
}







/* ______________________________________________________________________________ */


#background {
    background-color: rgb(232, 232, 232);
    width: 100%;
    /* padding-top: 50px; */
}


#imageCover-2 {
    height: 100vh;
    overflow: hidden;
    margin-top: 50px;
    margin-left: 70px;
    margin-right: 70px;
    border: 3px solid black;
}


#a-2 {
    color: rgb(236, 196, 76);
    z-index: 20; 
}


#ex-2 {
    height: 100vh;
    background-image: url(https://i.imgur.com/igJhNlZ.png);
    background-size: cover;
    transition: 1.5s;
}

#ex-2:hover {
    transform:scale(1.05);
}



#textOnImage-2 {
    position: absolute;
    color: white;
    z-index: 8;
    margin-top: 384px;
    margin-left: 700px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 4rem;
    font-style: italic;
    transition: 1.1s;
}

#textOnImage-2:hover {
    transform: scale(1.1);
}


.hr {
    margin-top: 100px;
    display: block;
    margin-left: 200px;
    margin-right: 200px;
    border-top: 2px solid black;
}


#title-3 {
    margin-top: 80px;
    margin-left: 0px;
    display: flex;
    justify-content: center;
}


#a-3 {
    color: #455D87;
    z-index: 20;
}


#imageCover-3 {
    height: 100vh;
    overflow: hidden;
    margin-top: 50px;
    margin-left: 70px;
    margin-right: 70px;
    border: 3px solid black;
}




#ex-3 {
    height: 100vh;
    background-image: url(https://i.imgur.com/4d25wzR.png);
    background-size: cover;
    transition: 1.5s;
}

#ex-3:hover {
    transform:scale(1.05);   
}



#textOnImage-3 {
    position: absolute;
    color: white;
    z-index: 8;
    margin-top: 384px;
    margin-left: 700px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 4rem;
    font-style: italic;
    transition: 1.1s;
}

#textOnImage-3:hover {
    transform: scale(1.1);
}




/* _________________________________________________________________________________ */


#title-4 {
    margin-top: 80px;
    margin-left: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#a-4 {
    color: rgb(232, 232, 232);
}

#header-title-sm {
    font-size: 0.5em;
    margin-top: 40px;
    color: rgb(232, 232, 232);
}

#main-activities {
    margin-left: 70px;
    margin-right: 70px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
}


.vid-border{
    position: relative;
    height: 62vh;
    width: 111vh;
    border: 3px solid black;
    overflow: hidden;
    border-radius: 30px;
}


#sub-activities {
    height: 58vh;
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
}


.activities-container {
    height: 40vh;
    width: 40vh;
    overflow: hidden;
    border: 3px solid black;
}


#activities-1 {
    background-image: url(https://images.wallpaperscraft.com/image/plant_leaves_green_123729_1920x1080.jpg);
    background-size: cover;
    height: 40vh;
    width: 40vh;
    transition: 1.2s;
}


#activities-1:hover {
    transform: scale(1.1);
    z-index: 8;
}


#activities-2 {
    background-image: url(https://i.imgur.com/eS7iCtB.jpg);
    background-size: cover;
    height: 40vh;
    width: 40vh;
    transition: 1.2s;
}


#activities-2:hover {
    transform: scale(1.1);
    z-index: 8;
}


#activities-3 {
    background-image: url(https://i.imgur.com/FWGW4wW.png);
    background-size: cover;
    height: 40vh;
    width: 40vh;
    transition: 1.2s;
}


#activities-3:hover {
    transform: scale(1.1);
    z-index: 8;
}


#big-box-1 {
    margin-left: 70px;
}

#big-box-3 {
    margin-right: 70px;
}

.big-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.text-container {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    font-family: 'Indie Flower', cursive;
    font-size: 25px;
    color: rgb(232, 232, 232);    
}



.text-container:hover {
    color: rgb(232, 232, 232);        
    text-decoration: none;
}

.text-container {
    color: rgb(232, 232, 232);        
    text-decoration: none;   
    display: inline-block;
    position: relative;
    padding-bottom: 4px;
}
.text-container:after {    
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: rgb(232, 232, 232);
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}
.text-container:hover:after { 
    width: 100%;
    left: 0; 
}



/* ____________________________________________________________________________________ */


#carousel-header {
    display: flex;
    justify-content: center;
    margin-right: 70px;
}


#p-carousel-header {
    margin-bottom: 50px;
    font-size: 48px;
    color: rgb(232, 232, 232);
}


#demo {
    margin-left: 370px;
    margin-right: 370px;
    height: 400px;
}


.carousel-inner {
    height: 400px;
}

.carousel-item {  
    height: 400px;
}

.carousel-img {
    height: 400px;
    margin-right: 70px;
    margin-left: 70px;
}




#wrapper {
	width: 960px;
	margin: 0 auto;
}

#wrapper {
  perspective: 2500;
	-webkit-perspective: 2500;
	width: 800px;
	margin: 200px auto 0 auto;
  perspective-origin: 50% 150px;
	-webkit-perspective-origin: 50% 150px;
  transition: perspective, 1s;
  -o-transition: -o-perspective, 1s;
  -moz-transition: -moz-perspective, 1s;
    -webkit-transition: -webkit-perspective, 1s;
}

#image:hover {
  animation-play-state:paused;
  -o-animation-play-state:paused;
  -moz-animation-play-state:paused;
	-webkit-animation-play-state:paused;
}


@-webkit-keyframes spin {
	from {
    transform: rotateY(0);
    -o-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -moz-transform: rotateY(0);
		-webkit-transform: rotateY(0);
	}
	to {
    transform: rotateY(-360deg);
    -o-transform: rotateY(-360deg);
    -ms-transform: rotateY(-360deg);
    -moz-transform: rotateY(-360deg);
		-webkit-transform: rotateY(-360deg);
	}
}

#image {
	margin: 0 auto;
	height: 300px;
	width: 400px;
  transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
  animation: spin 40s infinite linear;
  -moz-animation: spin 40s infinite linear;
  -o-animation: spin 40s infinite linear;
	-webkit-animation: spin 40s infinite linear;
}

.image {
	position: absolute;
	height: 300px;
	width: 400px;
  border-radius: 25px;
	background-color: rgba(0,0,0,0.6);
	text-align: center;
	font-size: 20em;
	color: white;
}

#image > .i1 {
  transform: translateZ(485px);
  -moz-transform: translateZ(485px);
  -o-transform: translateZ(485px);
  -ms-transform: translateZ(485px);
  -webkit-transform: translateZ(485px);
}
#image > .i2 {
  transform: rotateY(45deg) translateZ(485px);
  -moz-transform: rotateY(45deg) translateZ(485px);
  -o-transform: rotateY(45deg) translateZ(485px);
  -ms-transform: rotateY(45deg) translateZ(485px);
  -webkit-transform: rotateY(45deg) translateZ(485px);
}
#image > .i3 {
  transform: rotateY(90deg) translateZ(485px);
  -moz-transform: rotateY(90deg) translateZ(485px);
  -o-transform: rotateY(90deg) translateZ(485px);
  -ms-transform: rotateY(90deg) translateZ(485px);
  -webkit-transform: rotateY(90deg) translateZ(485px);
}
#image > .i4 {
  transform: rotateY(135deg) translateZ(485px);
  -moz-transform: rotateY(135deg) translateZ(485px);
  -o-transform: rotateY(135deg) translateZ(485px);
  -ms-transform: rotateY(135deg) translateZ(485px);
  -webkit-transform: rotateY(135deg) translateZ(485px);
}
#image > .i5 {
  transform: rotateY(180deg) translateZ(485px);
  -moz-transform: rotateY(180deg) translateZ(485px);
  -o-transform: rotateY(180deg) translateZ(485px);
  -ms-transform: rotateY(180deg) translateZ(485px);
  -webkit-transform: rotateY(180deg) translateZ(485px);
}
#image > .i6 {
  transform: rotateY(225deg) translateZ(485px);
  -moz-transform: rotateY(225deg) translateZ(485px);
  -o-transform: rotateY(225deg) translateZ(485px);
  -ms-transform: rotateY(225deg) translateZ(485px);
  -webkit-transform: rotateY(225deg) translateZ(485px);
}
#image > .i7 {
  transform: rotateY(270deg) translateZ(485px);
  -moz-transform: rotateY(270deg) translateZ(485px);
  -o-transform: rotateY(270deg) translateZ(485px);
  -ms-transform: rotateY(270deg) translateZ(485px);
  -webkit-transform: rotateY(270deg) translateZ(485px);
}
#image > .i8 {
  transform: rotateY(315deg) translateZ(485px);
  -moz-transform: rotateY(315deg) translateZ(485px);
  -o-transform: rotateY(315deg) translateZ(485px);
  -ms-transform: rotateY(315deg) translateZ(485px);
  -webkit-transform: rotateY(315deg) translateZ(485px);
}

.i3d-image {
        height: 300px;
        width: 400px;
      border-radius: 25px;
      margin-bottom:1000px;
}

/* _____________________________________________________________________________ */


#background-2 {
    display: flex;
    width: 100%;
    height: 50vh;
    background-color: rgba(236, 196, 76, 1);
}


.footer-div {
    height: 33vh;
    margin-top: 150px;
}


#fd-5 {
    width:400px;
    margin-right: 70px;
}


#fd-1 {
    width: 185px;
    margin-left: 70px;
}

#fd-2 {
    width: 185px;
}

#fd-3 {
    width: 185px;
}

#fd-4 {
    width: 185px;
}


#background-3 {
    height: 70vh;
    width: 100%;
    background-color: rgba(236, 196, 76, 1);
    display: flex;
    flex-direction: column;
}


#footer-logo-box {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 80%;
}

#footer-sm-logo-box {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 20%;
    padding-top: 30px;
}

#footer-bls-logo {
    margin-top: 100px;
    width: 40vh;
    height: 40vh;
}

#fb-logo-box {
    margin-left: 490px;
    width: 100%;
    height: 200px;
    display: flex;
}

ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}

.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}

.social-network a.icoInstagram:hover {
	background-color: rgb(195, 42, 163);
}

.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 50px;
	height: 50px;
	font-size:20px;
	background-color: black;
}

.social-circle li i {
	margin:0;
	line-height:50px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.7s;
}

.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
    transition: all 0.8s;
}

#explore-1 {
    transition: .6s;
}

#explore-1:hover {
    color: rgba(236, 196, 76, 1);
    transition: .6s;
}

#explore-2 {
    transition: .6s;
    color: white;
}

#explore-2:hover {
    color: rgba(236, 196, 76, 1);
    transition: .6s;
}

#explore-3 {
    color: white;
    transition: .6s;
}

#explore-3:hover {
    color: rgba(236, 196, 76, 1);
    transition: .6s;
}

#explore-4 {
    color: white;
    transition: .6s;
}

#explore-4:hover {
    color: rgba(236, 196, 76, 1);
    transition: .6s;
}

@media screen and (max-width: 768px) {
    #explore-4 {
        visibility: hidden;
    }
}

#explore-5 {
    color: white;
    transition: .6s;
}

#explore-5:hover {
    color: rgba(236, 196, 76, 1);
    transition: .6s;
}