@charset "utf-8";
/* CSS Document */

/* background */

*{
	box-sizing: border-box;
	
}


body{
	font-family: "Robotolight","Helvetica Neue", "sans-serif";
	text-rendering: optimizeLegibility !important;	
}

@font-face{
		font-family: "Robotoregular";
	    src:url(../fonts/robotocondensed-regular-webfont.woff);
	    
	}

@font-face {
    font-family: "Robotolight";
    src: url(../fonts/robotocondensed-light-webfont.woff);

}

@font-face {
    font-family: "Robotothin";
    src: url(../fonts/roboto-thin-webfont.woff);

}



li{
	list-style: none;
	display: inline-block;
	
	
}

h1,h2,h4{
	font-family:"Robotothin", Helvetica, Arial, "sans-serif";
	text-transform: uppercase;
	font-weight: 700;
	font-size: 30px;
	
}

p{
	font-size: 16px;
	line-height: 21px;
	color: black;
}
a{
	text-decoration: none;
	display: inline-block;
}

.btn{
	transition: all 300ms ease-in-out;
	font-weight: 500 !important;
	text-transform: uppercase;
}

.btn:hover{
	background-color: #302BCD !important;
	color: rgba(251,244,244,1.00) !important;
	border: 1px solid #fff !important;
}

/*************** Navigation desktop ************************************************** */
.navbar{
    background-color: #000000 !important;
	padding: 0;
	margin: 0;
	
}


.navbar-dark .navbar-nav a.nav-link{
	font-family:"Robotothin", Helvetica, Arial, "sans-serif";
	color: white;
	font-size: 17px;
}

.navbar a:hover{
	opacity: 1;
	background-color:#040707 !important;
	color: white;
}

/*************** Header ******************* */

.header{
	height: 400px;
	width: 100%;
	padding: 30px 0 20px;
	padding-left: 0;
	padding-right: 0;
	margin: 0;
    text-align: center;
	background-image: url(../images/adimadesk/header.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover; 
	
}

.intro{
	text-align: center;
}

.intro p{
	text-align: center;
	color: white;
	font-family: "Robotothin";
	font-size: 20px;
}
.introarrow{
	text-align: center;
	height: 50px;
}
hr{
	height: 0.5px;
	background-color: white;
	width: 40%;
	text-align: center;
	margin-top: 10px;

}

.subject ul{
		text-align: center;
	    margin: 0;
	padding: 0;
	}

.subject li{
	color: #39C0F0;
	text-align: center;
	padding: 5px;
	font-family: "Robotothin";
	font-size: 14px;
	

}

@media only screen and (min-width: 50em) {
	.logo img{
		height: 40px;
	}
    .header{
	height: 620px;
		width: 100%;
	}
	
	.intro p{
		margin-left: 0;
		padding-left: 0;
		margin-top: 40px;
	font-size: 40px;
		margin-bottom: 40px;
		
}
	.subject li{
	color: #39C0F0;
	text-align: center;
	padding: 20px;
	padding-right: 40px;
	font-family: "Robotothin";
	font-size: 22px;

}
	.subject ul{
		text-align: center;
		margin-left: 10px;
	}
	.introarrow img{
	height: 100px;
}
	
}


/*************** ABOUT ******************* */
.arrowabout{
	text-align: center;
}
.picabout{
	text-align: center;
}

.picabout img{
	height: 300px;
}

.textabout p{
	text-align: justify;
	font-size: 16px;
	font-family: "Robotolight";
}


@media only screen and (min-width: 50em) {
	.textabout p{
	font-size: 16px;
	
}
.arrowabout img{
	height: 120px;
}
	.arrowabout{
	text-align: left;
}
	.picabout img{
	height: 400px;
		text-align: right;
		
	}
	
	.picabout{
	text-align: right;
}

	
	}

/*************** HELP ******************* */
.helptitle{
	text-align: center;
	font-size: 20px;

}
.imghelp{
	text-align: center;
}

.texthelp h4{
		text-align: center;
		padding: 5px;
	    font-size: 20px;
	}
.texthelp{
	text-align: justify;
	padding: 0;
	margin: 0;
	
}

.texthelp p{
	font-family: "Robotolight";
	font-size: 16px;
}
.arrowhelp{
	text-align: center;
}

.titlehelp {
	font-size: 20px;
	font-family: "Robotothin";
	text-align: center;
}

@media only screen and (min-width: 50em) {
	.texthelp p{
	font-size: 16px;
}
.arrowhelp img{
	height: 120px;
}
	.arrowhelp{
	text-align: right;
}
	.texthelp{
	padding: 20px;
	padding-right: 20px;
	
}
	.texthelp h4{
		text-align: center;
		padding: 10px;
		font-size: 25px;
	}
	
    
	.titlehelp{
		font-size: 30px;
		font-family: "Robotothin";
		text-align: center;
	}
	
	}


/*************** EXPERIENCE ******************* */


.arrowexp{
	text-align: center;
}

.timeline h4{
	font-size: 20px;
	font-family: "Robotothin";
	text-align: center;
}

.timeline {
	text-align: center;
	padding: 0;
	margin: 0;
}

.timeline img{
    max-height: 140px;
	padding: 0;
	margin: 0;

}

.exp{
	text-align: center;
}
.education h4 {
	font-size: 20px;
	font-family: "Robotothin";
	text-align: center;
	margin-top: 20px;
	
}

.education {
	text-align: center;
	padding: 0;
	margin: 0;
}

.education img{
	max-height: 280px;
}


.skill h4{
	font-size: 20px;
	font-family: "Robotothin";
	text-align: center;
	margin-top: 20px;
}

.skill {
	text-align: center;
	padding: 0;
	margin: 0;
}

.skill img{
	max-height: 280px;
}


@media only screen and (min-width: 40em){

	.arrowexp img{
		height: 120px;
		
	}
	
	.arrowexp{
		text-align: left;
	}
	
	.timeline{
		text-align: center;
	}
	
	.timeline img{
	max-height: 300px;
}
.timeline h4, .education h4, .skill h4{
	font-size: 30px;
	text-align: center;
    font-family: "Robotothin";
}

	
	.education {
		text-align: center;
	}

.education img{
	max-height: 400px;

}

	.skill{
		text-align: center;
	}
	.skill img{
		max-height: 400px;
	}
}



/*************** PORTFOLIO ******************* */

.illustration{
	text-align: center;
	padding: 0;
	margin: 0;
	
}
.textill h3{
	font-size: 18px;
	text-align: left;
}

.textpill {
	font-size: 16px;
}

.illustration img{
	max-height: 230px;
	text-align: center;
	margin-bottom: 20px;
}


.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
	color: #FF007C;
	background-color: white;
	
	border: 1px solid #1340BA;
	border-radius: 0;
	font-family: "Robotoregular";
}

.nav-item.nav-link{
	color:black;
	font-size: 18px;
	font-family: "Robotolight";
	margin: 10px;
} 
.nav-tabs {
    border-bottom: none;
}


@media only screen and (min-width: 50em){
	
.illustration img{
	padding: 20px;
	text-align: center;
	max-height:  340px;
	padding-bottom: 20px;
}
	
	.textill h3{
	font-size: 20px;
	text-align: left;
}

.textpill {
	font-size: 16px;
}
}



/*************** FORM******************* 
.submit{
	color: #FF007C;
	background-color: white;
	
	border: 1px solid #1340BA;
	border-radius: 0;
	font-family: "Robotoregular";
}

.some a{
	text-decoration: none;
	font-family: "Robotolight";
	
	
}

.vl {
    border-left: 1px solid black;
}

.some a:hover{
	background-color:white;
	border: 1px solid #1340BA;
}

*/

.worktogether a{
	font-size: 18px;
	margin-bottom: 20px;
	font-family: "Robotolight";
	color: black;
}

.worktogether a:hover{
	background-color:white;
	border: 1px solid #1340BA;
    color: #FF007C;
	padding: 5px;
}

@media only screen and (min-width: 50em){
	.email img{
		height: 80px;
	}
}

/*************** FOOTER*******************/
.some a{
	color:  #FF007C;
	font-family: "Robotolight";
	font-size: 20px;
}

.some a:hover{
	background-color:white;
	border: 1px solid #1340BA;
    color: #FF007C;
	padding: 5px;
}
