body{
	font: 17px/1.6 Arial, Halvetica, sans-serif;
	padding: 0;
	margin: 0;
	background-color: #f4f4f4;
}

.popup{
	background-color: black;
	color: white;
	width: 99%;
	height: 100vh;
	padding: 170px 60px;
	position: fixed;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	border-radius: 18px;
	text-align: center;
	font-family: "poppins", sans-serif;
	display: none;
	opacity: 0.85;
	z-index: 100;
}
.popup button{
	display: block;
	margin: 0 0 20px auto;
	background-color: transparent;
	font-size: 32px;
	color: #c5c5c5;
	border: none;
	outline: none;
	cursor: pointer;
}
.popup h3{
	margin-top: 170px;
}
.popup .c button{
	display: block;
	width: 120px;
	position: relative;
	margin: auto;
	text-align: center;
	background-color: red;
	color: #fff;
	text-decoration: none;
	padding: 5px 0;
}
.popup p{
	font-size: 16px;
	text-align: justify;
	margin: 20px 0;
}
.popup a{
	display: block;
	width: 120px;
	position: relative;
	margin: auto;
	text-align: center;
	color: #fff;
	text-decoration: none;
	padding: 5px 0;
}
.popup #a{
	background-color: red;
}

.popup .w{
	background-color: #00d500;
}
.popup .f{
	background-color: #0000d5;
}

ul{
	padding: 0;
	margin: 0;
}

.container{
	width: 84%;
	margin: auto;
	overflow: visible;
}

header{
	width: 100%;
	background-color: #000;
	color: #fff;
	padding-top: 30px;
	min-height: 70px;
	border-bottom: #D4B37F 2px solid;
}

header a{
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
}

header li{
	float: left;
	display: inline;
	padding: 0 20px 0 20px;
}

header #branding{
	float: left;
}

header #branding h1{
	margin: -5px auto;
}

header nav{
	float: right;
	margin-top: 10px;
}

header .highlight, header .current a{
	color: #D4B37F;
	font-weight: bold;
}

header a:hover{
	transition: 0.5s ease-out;
	color: #D4B37F;
	text-decoration: underline;
}

/* More - dropdown options */
.dropbtn {
     		background-color: #35424a;
		  color: white;
		  border: none;
		  font-size: 18px;
		  cursor: pointer;
		}

.dropdown {
  position: relative;
  display: inline-block;
  font-size: 18px;
  padding: 0 20px 0 20px;
}

.dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
	text-transform: capitalize;
  color: black;
  font-size: 18px;
  padding: 5px 5px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1;}

.dropdown:hover .dropdown-content {
  display: block;
  overflow: visible;
}

.dropdown:hover .dropbtn {
	color: #D4B37F;
}
/*END*/
.sec{
	display: none;
	height: 0px;
}

/*Showcase*/
#showcase{
	overflow: hidden;
	min-height: 400px;
	background: #3E4B70 no-repeat 0 -400px;
	text-align: center;
	color: #fff;
}

#showcase h1{
	padding-top: 50px;
	font-size: 57px;
	margin-bottom: 10px;
}

#showcase p{
	font-size: 22px;
}

#heading{
	padding: 15px;
	color: #fff;
	background-color: #000;
	text-align: center;
}

#bursaries, #learnerships, #internships{
	padding: 15px;
	color: #fff;
	background-color: #000;
	text-align: center;
}

/* brief div */
.brief{
	padding: 15px 10% 0px 10%;
}

/*Boxes*/
#boxes{
	padding: 30px 0px 10px 0px;
	background-color: #ccccdf;
}

.row{
	margin-bottom: 20px;
	margin-left: 5%;
	display: flex;
}

.image{
	float: left;
	width: 15%;
	margin-top: 13px;
	margin-right: 3%;
}

.image img{
	width: 100%;
	height: 150px;
	border: #3E4B70 2px solid;
}

.info{
	float: right;
	width: 77%;
	line-height: 8px;
	border-right: #3E4B70 2px solid;
	/*border-bottom: skyblue 3px solid;*/
}

.info h3{
	font-weight: bold;
	word-spacing: 5px;
	margin-bottom: 25px;
	text-decoration-line: underline;
}

.info h3 img{
	visibility: hidden;
	display: none;
}

.info a{
	text-decoration: none;
}

.info a:hover{
	transition: 0.5s ease-out;
	color: #00b;
}

.info p{
	line-height: 16px;
}

.line{
	background-color: #D4B37F;
	width: 90%;
	height: 2px;
	margin: 15px auto;
}

.ban{
	margin: auto;
	padding: auto;
}

.p{
	margin-top: 10px;
	padding-top: 10px;
	line-height: 16px;
}

.click{
	background-color: black;
	color: white;
	border-radius: 10px;
	padding: 10px;
}
p .click:hover{
	color: #00d500;
}
.search3{
	position: fixed;
	border: 2px solid red;
	background-image: url("animation/pdf.png");
	background-size: cover;
	bottom: 30px;
	left: 30px;
	z-index: 2;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	animation-name: glow2;
	animation-delay: 2s;
	animation-duration: 4s;
	animation-iteration-count: infinite;
}
@keyframes pdfx{
	0%{
		transform: scale(1);
		border: 2px solid red;
	}
	50%{
		transform: scale(1.4);
		border: 2px solid blue;
	}
	100%{
		transform: scale(1);
		border: 2px solid red;
		transition: 4s ease-out;
	}
}
.search2{
	position: fixed;
	border: 2px solid red;
	background-image: url("animation/Facebook-logo.png");
	background-size: cover;
	bottom: 105px;
	right: 30px;
	z-index: 2;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	animation-name: glow2;
	animation-delay: 2s;
	animation-duration: 4s;
	animation-iteration-count: infinite;
}
@keyframes glow2x{
	0%{
		transform: scale(1);
	}
	50%{
		transform: scale(1.4);
	}
	100%{
		transform: scale(1);
		transition: 4s ease-out;
	}
}

.search1{
	position: fixed;
	background-image: url("animation/whatsapp-icon.png");
	background-size: cover;
	bottom: 30px;
	right: 30px;
	z-index: 3;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	animation-name: glow1;
	animation-delay: 2s;
	animation-duration: 4s;
	animation-iteration-count: infinite;
}
@keyframes glow1x{
	0%{
		transform: scale(1);
	}
	50%{
		transform: scale(1.4);
	}
	100%{
		transform: scale(1);
		transition: 4s ease-out;
	}
}
.search{
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 2;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	animation-name: glow;
	animation-delay: 2s;
	animation-duration: 4s;
	animation-iteration-count: infinite;
}
@keyframes glowx{
	0%{
		transform: scale(1);
		background-color: red;
	}
	50%{
		transform: scale(1.4);
		background-color: blue;
	}
	100%{
		transform: scale(1);
		background-color: red;
		transition: 4s ease-out;
	}
}

/********* NSFAS ****************/
#main2{
	padding: 0;
	width: 80%;
	margin: 0 auto;
}


#main2 .move{
	margin: 35px 0;
}
#main2 .move h3{
	background-color: orange;
	margin-bottom: 5px;
	padding: 5px;
}
#main2 .move h4{
	background-color: red;
	margin-top: 0;
	padding: 5px;
}

#main2 .move h5{
	color: red;
	margin: 0;
	padding: 5px;
}

#main2 .move ul{
	margin-left: 35px;
}

#main2 .move a{
	text-decoration: none;
	color: blue;
}

#main2 .move a:hover{
	transition: 0.5s ease-in;
	color: skyblue;
}

footer{
	padding: 20px;
	color: #fff;
	line-height: 8px;
	background-color: #D4B37F;
	text-align: center;
}




/***************** Contact Page ***********************/
.section{
	text-align: center;
	margin: 30px 0;
}

.section .group{
	background-color: #0f0;
	text-align: center;
	width: 200px;
	margin: 0 auto;
}

.section .group a{
	font-weight: bold;
	text-decoration: none;
	font-size: 24px;
}

.section .group a:hover{
	color: #000;
	transition: 0.5s ease-out;
}

.donation{
	background-color: #35424a;
	text-align: center;
	padding: 40px 40px;
	color: #fff;
}

.donation p{
	line-height: 18px;
}

.donation a{
	text-decoration: none;
	color: #fff;
}
/***************** END ***********************/


/*screen size*/
@media(max-width: 768px){
	header #branding, header nav, header nav li{
		float: none;
		text-align: center;
		width: 100%;
	}

	header{
		padding-bottom: 10px;
	}

	header nav{
		margin-top: 10px;
	}

	header li{
		padding: 10px;
		margin: 0px;
	}

	#showcase{
		min-height: 250px;
	}

	#showcase h1{
		margin-top: 40px;
		font-size: 35px;
		margin-bottom: 10px;
		line-height: 28px;
	}

	#showcase p{
		font-size: 16px;
		line-height: 18px;
	}

	#boxes .row .image img{
		display: none;
	}

	#boxes .row .info{
		float: left;
		width: 100%;
		margin-left: -60px;
	}

	.info h3{
		line-height: 24px;
	}

	.info h3 img{
		display: none;
		visibility: hidden;
		width: 20px;
		height: 20px;
		margin: auto;
		align-items: center;
		text-align: center;
	}


	/********* NSFAS ****************/
	#main2{
	width: 90%;
	}
}