*{

	margin: 0px;
	padding:  0px;
	box-sizing: border-box;
	scroll-behavior: smooth;
	font-family: 'Poppins', sans-serif;
}

body {
	min-height: 100vh;
	background: whitesmoke;
	align-items: center;
	justify-content: center;
}

nav {
	background: blueviolet;
	position: absolute;
	top: 0;
	Left: 0;
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	min-height:  8vh;
	font-family: 'Poppins', sans-serif;
	z-index: 10000;
}

.logo {
	color:  whitesmoke;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size: 20px;
}

/* links on the nav bar */
.navBar-links {
	display: flex;
	justify-content: space-around;
	width: 35%;
}

.navBar-links li {
	list-style: none;
}

.navBar-links a {
	color: whitesmoke;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
	border-radius: 20px;
	padding: 6px 15px;
}

.navBar-links a:hover,
.navBar-links a.active {
	background: whitesmoke;
	color: blueviolet;
}

/*For mobile app*/

.burger {
	display: none;
	cursor: pointer;
}

.burger div {
	width: 25px;
	height: 3px;
	background-color: whitesmoke;
	margin: 5px;
}

.footer-small {
	visibility: hidden;
}

@media screen and (max-width: 1024px) {
	.navBar-links {
		width: 60%;
	}

	.footer-small {
	visibility: visible;
	position: absolute;
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	min-height:  100vh;
	font-family: 'Poppins', sans-serif;
	background: blueviolet;
}

.footer-small .uct-logo {
	top: 100px;
	width: 500px;
	height: 80px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	}

.footer-small .footer-text {

		top: 200px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	left: 100px;
}

.footer-small .footer-team {
	top: 350px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	left: 100px;
}

.footer-small .footer-supervisor {
		top: 500px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	left: 100px;
}

.footer-small .td {
	display: table-cell;

}
}

@media screen and (max-width: 768px) {
	body {
		overflow-x: hidden;
	}
.logo {
		display: none;
	}


/*	.navBar-links {
		position: absolute;
		right: 0px;
		height: 92vh;
		top: 8vh;
		background-color: red;
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 50%;
		transform: translateX(100%);
		transtion: transform 0.5s ease-in;
	}*/

	/*.navBar-links li {
		opacity: 0;
	}
	.burger {
		display: block;
	}*/
}

.nav-active {
	transfrom: translateX(0%);
}

.title {
	padding-top: 100px;
	padding-left: 100px;
}

.title-name {
	padding-left: 100px;
}

.intro {
	padding-left: 100px;
	padding-top: 30px;
	padding-right: 100px;
}

.models {
	padding-left: 100px;
	padding-top: 30px;
	padding-right: 100px;
}

.smt-results {
	width: 600px;
	height: 200px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 30px;
}

.data-preprocessing {
	padding-left: 100px;
	padding-right: 100px;

}

.model-construction {
	padding-left: 100px;
	padding-right: 100px;
}

.conclusions {
	padding-left: 100px;
	padding-right: 100px;
	padding-bottom: 100px;
}

.results {
	padding-left: 100px;
	padding-right: 100px;
}

.conclusions {
	padding-left: 100px;
	padding-right: 100px;
}


footer {
	position: absolute;
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	min-height:  35vh;
	font-family: 'Poppins', sans-serif;
	background: blueviolet;
}

footer .uct-logo {
	width: 150px;
	height: 150px;
	align-items: flex-start;
	position: absolute;
	left: 80px;
}

footer .footer-text {
	position: absolute;
	left: 300px;
	bottom: 60px;
	text-align: center;
}

footer .td {
	display: table-cell;

}

footer .footer-team {
	position: absolute;
	left: 630px;
	bottom: 40px;
	text-align: center;
}

footer .footer-supervisor {
	position: absolute;
	left: 900px;
	bottom: 35px;
	text-align: center;
}

footer .uct-logo2 {
	width: 125px;
	height: 125px;
	align-items: flex-start;
	position: absolute;
	left: 1100px;
}