/** CSS for AIM Portfolio
* Author: Arthur Isidore Mate;
* Date: June 3, 2017;
* Version: 1.0.0;
**/
body{
	font-family: 'Ubuntu', sans-serif;
	font-size:15px;
	font-weight: normal;
	line-height: 30px;
	color:#333;
}
a,p,ul,ol,h1,h2,h3,h4,h5,h6,span,input,select,textarea,button{
	margin:0;
	padding:0;
}
ul,ol{
	list-style: none;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}

/** navigation **/
.navi{
	background-color:#333;
	position: fixed;
	width:100%;
	z-index: 1;
}
.navi ul{
	text-align: center;
}
.navi ul li{
	display: inline-block;
}
.navi ul li a{
	display: block;
	padding:10px 20px;
	color:#fff;
	font-weight: bold;
}
.navi ul li a:hover{
	background-color:#f9ff00;
	color:#333;
}
.navi-btn{
	display:none;
	color:#333;
	font-size:20px;
	background-color:#f9ff00;
	padding:3px 10px;
	text-align: center;
	position: fixed;
	right:15%;
	border:none;
}
.mobile-nav{
	display: none;
	background-color:#333;
	width:70%;
	position: fixed;
	right:15%;
	top:10%;
	z-index: 1;
	padding:20px 0;
}
.mobile-nav ul{}
.mobile-nav ul li{
	display: block;
	margin:10px 15px;
	border-bottom:1px solid #444;
}
.mobile-nav ul li a{
	color:#fff;
	font-weight: bold;
	padding-left:10px;
	display: block;
}
.container-fluid.home{
	padding:0;
}
.home-section{
	background-image: url(../images/home-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height:100vh;
	display: flex;
	flex-direction: column;
	justify-content:center;
	align-items:center;
}
.home-section h1{
	font-size:6em;
	color:#fff;
	margin-bottom:30px;
	text-align: center;
}
.social-i ul{}
.social-i ul li{
	display: inline-block;
}
.social-i ul li a{
	margin:0 10px;

}
.social-i ul li a i{
	font-size:2em;
	color:#f9ff00;
	transition: .3s all ease;
}
.social-i ul li a:hover i{
	color:#fff;
}
.about-section, .work-section, .skills-section, .portfolio-section{
	padding-top:50px;
	min-height: 100vh;

}
.about-section{
	background:#222;
}
.about-section .title-section{
	text-align: center;
}
.about-section .title-section img{
	border-radius:50%;
	width:150px;
	height:150px;
}
.about-section .content-section{
	padding-bottom:50px;
}
.about-section .content-section h1{
	color:#fff;
	font-size:1.5em;
	font-family: 'Khula', sans-serif;
	padding:30px 0;
	font-weight: bold;	
}
.about-section .content-section h1 span{
	border-bottom:3px solid #f9ff00;
}
.about-section .content-section p{
	padding:10px 0;
	color:#777;
	line-height: 30px;
}
.about-section .content-section p a{
	color:#fff;
}
.about-section .content-section p a:hover{
	color:#f9ff00;
}
.title-section{
	padding-top:50px;
}
.title-section h1{
	font-size:1.5em;
	font-family: 'Khula', sans-serif;
	padding-bottom:10px;
	font-weight: bold;
}
.title-section h1 span{
	border-bottom:3px solid #f9ff00;
}
.content-section{
	padding-top:50px;
}
.contact-section{
	padding-top:50px;
	background-color:#333;
	text-align: center;
	position: relative;
}
.work-section .content-section{
	color:#777;
}
.work-section .work-box{
	padding-bottom:10px;
	border-bottom:1px solid #999;
	margin-bottom:30px;
}
.work-box .companyname{}
.work-box .companyname h1{
	font-family: 'Ubuntu', sans-serif;
	font-size:1.5em;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom:15px;
}
.work-box .companyname h1 a{
	color:#777;
	transition: .3s all ease;
}
.work-box .companyname h1 a:hover{
	color:#f9ff00;
}
.work-box .companyrole h1{
	font-size:1.3em;
	font-weight: bold;
	padding-bottom:15px;
	font-family: monospace;
}
.work-box ul{
	list-style: disc;
	padding-left:20px;
}
.work-box ul li{}
.edu-section{
	padding-top:50px;
}
.edu-section .content-section{
	color:#777;
}
.edu-section .content-section h1{
	font-family: 'Ubuntu';
	padding-bottom:15px;
	font-size:1.5em;
	text-transform: uppercase;
}
.edu-section .content-section h2{
	font-family: 'Khula';
	padding-bottom:5px;
	font-size: 1.3em;
}
.skills-section .content-section{
	color:#999;
}
.progress{
	height:30px;
}
.progress-bar{
	color:#333;
	background-color:#f9ff00;
	font-size: 15px;
	line-height: 30px;
}
.portfolio-section .content-section{
	padding-top:0;
	display: flex;
	flex-wrap:wrap;
	justify-content:space-around;
	align-items:center;
	padding-bottom:50px;
}
.portfolio-section .title-section h1{
	font-size:1.5em;
	font-family: 'Khula', sans-serif;
	padding-bottom:10px;
	font-weight: bold;
	text-align: center;
}
.portfolio-section .title-section p{
	color:#777;
	text-align: center;
	padding-bottom:30px;
}
.proj-box{
	flex-basis:auto;
	flex: auto;
	width:25%;
	max-height: 250px;
	position: relative;
	overflow: hidden;
	border:1px solid #333;
	margin:5px;
}
.proj-box img{
	width:100%;
}
.proj-overlay{
	display: none;
	background: rgba(0,0,0,.8);
	position: absolute;
	top:0;
	width:100%;
	height:250px;
	transition: all .3s ease;
	text-align: center;
}
.proj-overlay h1{
	color:#fff;
	font-size: 1.5em;
	font-family: 'Khula';
	font-weight: bold;
	text-transform: uppercase;
	top:30%;
	width:100%;
	position: absolute
}
.proj-overlay .link{
	position: absolute;
	top:50%;
	width:100%;
}
.proj-overlay a{
	display: block;
	color:#333;
	padding:5px 10px;
	background-color:#f9ff00;
	border:2px solid #f9ff00;
	width:50%;
	margin:0 auto;
	border-radius:5px;
	font-weight: bold;
	transition: all .3s ease;
}
.proj-overlay a:hover{
	color:#fff;
	background-color: transparent;
}
.social-box{
	padding-bottom:50px;
}
.social-box ul{}
.social-box ul li{
	display: inline-block;
}
.social-box ul li a{
	display: block;
	margin:0 20px;
	font-size:2em;
}
.social-box ul li a:hover i{
	color:#f9ff00;
}
.social-box ul li a i{
	color:#777;
	transition: .3s all ease;
}
.contact-section p{
	color:#777;
}
.contact-section p span{
	color:#fff;
}
a.backtotop{
	color:#fff;
	border-radius:50%;
	position: absolute;
	left:50%;
	top:-25px;	
	background-color:#777;
	width:50px;
	height:50px;
	text-align: center;
	margin-left: -25px;
	transition: all .5s ease;
}
a.backtotop span{
	padding:15px;
}
a.backtotop:hover{
	background-color:#f9ff00;
}
.footer-text{
	padding-bottom:50px;
}
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
@media (max-width: 425px) {
	.navi-btn{display: block;}
	.home-section h1{
		font-size:3em;
	}
	.title-section{
		padding-top:0;
	}
	.proj-box{
		width:100%;
		
	}
}
@media (min-width:426px) and (max-width: 768px) {
	.navi-btn{display: block;}
	.home-section h1{
		font-size:3em;
	}
	.title-section{
		padding-top:0;
	}
	.proj-box{
		width:40%;
		
	}
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px;) {
	
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}