html{
	scroll-behavior: smooth;
}
*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
.center{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.ma{
	margin: auto;
}
#go-top a{
	height: 50px;
	width: 50px;
	font-size: 36px;
	position: fixed;
bottom: 20px;
  right: 30px;
	color: #08A7AF;
	background-color: #21242D;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#go-top a:hover{
text-decoration: none;
}


/*		NAVIGATION		*/

.navbar{

	padding: 20px;
	background-color: transparent!important;
}
.navbar-nav{
	font-weight: 600;
	color: #555;
	font-size: 17px;	
}
.nav-item{
	padding-left: 20px!important;
	padding-right: 20px!important;
	float: right;
	color: white!important;
	transition: 0.5s;
}

.navbar-nav a:hover{
	color: #007bff!important;
	transform: scale(1.3);
}


/*--- TOP ----*/
#top{
	
	/*background-color: black;*/
	background-image: url('background.jpeg'), linear-gradient(black, black);
	background-position: top, top;
	background-size: cover;
	background-attachment: fixed;
}

h2{
	color: white;
}

.name p{
	color: white;
	font-size: 60px;
	font-family: 'Poppins', sans-serif;
	opacity: 1!important;
}
.top-container{
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-color: black;
	opacity: 0.75;
}

#top i{
	color: white;
	font-size: 30px;
	opacity: 0.7;
	padding-bottom: 20px;
	/*animation-name: browse;
	animation-duration: 2s;
	animation-iteration-count: infinite;*/
}

/*@keyframes browse{
	from {margin-bottom: px;}
	to {margin-bottom: px;}
	}*/

	/*		ABOUT		*/

	#about{
		margin: 50px;
	}
	#about h1{
		color: black;
		text-align: center;
	}
	h1::after{
		content: "";
		display: block;
		width: 180px;
		height: 3px;
		background-color: black;
		margin: 15px auto 20px;
	}
	#about p{
		font-size: 18px;
		margin: 18px;
	}


	/*		PROJECTS		*/

	#Certifications{
		background-color:#1F1F1F;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#Certifications h1{
		color: white;
		text-align: center;
	}
	#Certifications h1::after{
		content: "";
		display: block;
		width: 210px;
		height: 3px;
		background-color: white;
		margin: 15px auto 20px;
	}

	#Certifications .col-md-4{
		margin-top: 30px; 
	}

	#Certifications h5{
		padding-top: 20px;
	}


	/*		Tools		*/

	#tools{
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.technologies{
		display: flex;
		justify-content: center;
		align-items: center;
	}

	table img{
		width: 75px; 
		height: 75px;
	}

	#contact-form{ 
		padding: 50px;
		background-color: #FF3CAC;
		background-image: linear-gradient(225deg, #FF3CAC 0%, #784BA0 50%, #2B86C5 100%);
		color: white;
	}

	#contact-form h1{
		color: white;
		text-align: center;
	}
	#contact-form h1::after{
		content: "";
		display: block;
		width: 210px;
		height: 3px;
		background-color: white;
		margin: 15px auto 20px;
	}


	form{
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		margin: 30px;
	}

	.message-button{
		width: 70px;
		height: 30px;
		border: none;
		border-radius: 20px;
		font-weight: bold;
		color: #784BA0;
	}

	input, textarea{
		border: none;
		outline:none;
		margin: 10px;
		width: 100%;
		height: 30px;
		border-radius: 2px;
	}

	textarea{
		height: 120px;
	}

	::placeholder{
		padding: 5px;

	}

	.form-links{
		font-size: 20px;
		font-weight: 400;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
	}
	.project-image{
		position: relative;
	}
	.overlay{
		position: absolute;
		width: calc(100% - 30px);
		height: 100%;
		background-color: #f8f8ff;
		top:0;
		left: 0;
		opacity: 0;
		transition: 1s ease;
		transform: translateX(15px);
	}
	.overlay:hover{
		opacity: 0.9;
	}
	.overlay-border a, .overlay-border a:hover{
		text-decoration: none;
		color: black;
	}
	.overlay-border i{
		font-size: 30px;
		font-weight: 400;
		padding: 15px;	
	}
	.overlay-border i:hover{
		transform: scale(1.5,1.5);
		transition: 0.5s;
	}

	.overlay-border{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 90%;
		height: 90%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		border: 2px solid #FFDF00;
	}


	/* Social Links */
	.social-links{
		list-style: none;
		display: flex;
	}
	.social-links li{
		padding: 5px;
	}
	.social-links li:first-child{
		padding-left: 0px;
	}
	.fontawesome {
		color: white;
		font-size: 15px;
	}
	.github-bg:hover{
		height: 62%;
		border-radius: 50%;
		background: black;
	}
	.github:hover {
		color: white;
	}

	.linkedin:hover {
		color: #007BB5;
	}

	.facebook:hover {
		color: #3B5998;
	}

	.twitter:hover {
		color: #55ACEE;
	}

	.youtube:hover {
		color: #FF0000;
	}
	.whatsapp-bg:hover{
		height: 55%;
		border-radius: 50%;
		background: #25D366;
	}
	.whatsapp:hover{
		color: white;
	}

	.fa-instagram:hover {
		color: transparent;
		background: -webkit-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
		background: -o-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
		background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
		background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
		background-clip: text;
		-webkit-background-clip: text;
	}





















































































	/*	FOOTER	*/

	#footer{
		background-color: #555;
	}
	.footer-text{
		display: flex;
		justify-content: center;
		align-items: center;
		font-family: 'Poppins', sans-serif;
		/*font-weight: 400;*/
		padding: 10px;
		color: #efefef;
	}
