/* */



/*  BASE  */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body, ul, li, p, h1, h2, h3, h4, button,figure{
	padding: 0;
	margin: 0;
	text-align: center;
	font-family: 'Righteous', sans-serif;
}
body {
	position: relative;
	margin: 0 auto;
	max-width: 1920px;
	/* [disabled]overflow: hidden; */
    background-color: black;
}



h1 {
	font-size: 50px;
	line-height: 50px;
	transition: all 500ms;
	-webkit-text-fill-color: #FFFFFF;
	-webkit-text-stroke-color: #FFFFFF;
	-webkit-text-stroke-width: 1px;
	margin-bottom: 6px;
}
h1:hover {
	-webkit-text-fill-color: #161616;
	-webkit-text-stroke-width: 1px;
}

h2 {
	font-size: 36px;
}
h3 {
	font-size: 16px;
	margin-bottom: 10px;
}
p {
	font-family: 'Roboto';
	font-size: 24px;
	margin-left: auto;
	margin-right: auto;
	/* [disabled]width: 800px; */
}
header p {
	font-size: 20px;
}
a {
	color: #FFFFFF;
	transition: all 300ms;
}
a:hover {
	color: #666666;
}
ul {
	display: inline;
}
li {
	display: inline;
	margin-right: 10px;
}
li:last-child {
	margin-right: 0;
}
hr {
	width: 84px;
	border-width: 1px;
	/* [disabled]border-style: solid; */
	margin-bottom: 20px;
	margin-top: 20px;
}
button {
	border: medium solid #FFFFFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	border-radius: 5px;
	padding-bottom: 10px;
	background-color: #161616;
	color: #FFFFFF;
	transition: all 500ms;
}
button:hover {
	border: medium solid #FFFFFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	border-radius: 0px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	color: #161616;
}

.cursor {
    cursor: pointer;
}



/*  SECTIONS  */
header {
	/* [disabled]min-height: 800px; */
	padding-top: 40px;
	position: relative;
	background-image: url("images/logo-rotate.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 40px;
}
footer {
	background-image: url("images/mail.svg");
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 85% 200px;
}
section, footer{
	padding-top: 100px;
	padding-bottom: 100px;
	padding-left: 30px;
	padding-right: 30px;
}
section#portfolio  {
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}




/*  NAVIGATION  */
nav {
	display: flex;
	justify-content: space-between;
}
nav > div {
	display: flex;
}

.img-logo {
	width: 40px;
	height: 40px;
	margin-right: 50px;
}
.rotate {
	transform: rotate(0deg);
	transition: transform 500ms ease-in;
}
.rotate:hover {
	transform: rotate(-45deg);
	transition: transform 500ms ease-out;
}

.nav-links {
	display: none;
	align-self: center;
}
.nav-social {
	align-items: center;

}
.nav-social li   {
	font-family: "Font Awesome 5 Brands Regular";
	font-size: 24px;
}




/*  TOOLS  */
#about {
    background-color: white;
    color: black;
}




/*  TOOLS  */
#tools {
	background-image: url("images/background-icons-dark.svg");
	background-size: cover;
	background-attachment: fixed;
}
#tools li   {
	margin-right: 3px;
}
#tools img    {
	height: 40px;
}
#tools > div {
	margin-bottom: 20px;
}




/*  PORTFOLIO  */
#portfolio figure  {
	width: 620px;
	background-color: #9E9E9E;
	border: thin solid #161616;
	flex-basis: 100%;
	min-height: 360px;
}
figcaption {
	width: 100%;
	display: flex;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	color: #FFFFFF;
	align-items: center;
	justify-content: center;
	transition: opacity 1s;
}
figcaption:hover {
	opacity: 0.1;
}

figcaption img {
	height: 80px;
    max-width: 75%
}
.portfolio-wrapper {
	display: flex;
	justify-content: space-between;
	background-color: #161616;
	flex-wrap: wrap;
}



.project1 {
    background-image: url("projects/fifthpine/_project/fifth&pine.jpg");
    background-position: center;
}

.project1 img {
    height: auto;
    max-height: 80px;
}

.project2 {
    background-image: url("projects/trinityvirtualsolutions/_project/trinityvirtualsolutions.jpg");
    background-size: cover;
    background-position: center;
}

.project2 img {
    height: auto;
    max-height: 80px;
}

.project3 {
    background-image: url("projects/zurineema/_project/zurineema.jpg");
    background-size: cover;
    background-position: center;
}

.project3 img {
    height: auto;
    max-height: 80px;
}

.project4 {
    background-image: url("projects/tsundoku/_project/tsundoku.png");
    background-size: cover;
    background-position: center;
}

.project4 img {
    height: auto;
    max-height: 80px;
}

.project5 {
    background-image: url("projects/higherorlower/_project/background.jpg");
    background-size: cover;
    background-position: center;
}

.project5 img {
    height: auto;
    max-height: 80px;
}

.project6 {
    background-image: url("projects/jermainebanks/_project/banner.png");
    background-size: cover;
    background-position: center;
}

.project6 img {
    height: auto;
    max-height: 80px;
}



/*  FOOTER  */
.footer-social {
	margin-top: 20px;
	margin-bottom: 40px;
}
.footer-social ul li {
	font-family: "Font Awesome 5 Brands Regular";
	font-size: 28px;
}
.copyright {
	font-size: 14px;
	margin-top: 60px;
}
.section-dark {
	background-color: #161616;
	color: #FFFFFF;
}
.margin-y-200 {
	margin: 200px 0;
}






/*  LIGHTBOX  */
aside {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
	opacity: 0;
	display: none;
	padding-top: 60px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 60px;
	color: #1B1B1B;
	overflow: auto;
	z-index: 1;
	cursor: zoom-out;
}
aside * {
	text-align: left;
}
aside a h2 {
/*	font-size: 28px;*/
	margin-bottom: 12px;
    display: inline-block;
    color: black;
}

aside a h2:hover,
aside a i.fas:hover,
aside a i.fab:hover {
    color: #666666;
    transition: all 300ms;
}

aside a i.fas,
aside a i.fab {
    font-size: 24px;
    color: black;
    margin-left: 10px;
}

aside h4 {
	font-style: italic;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 10px;
}
aside img {
	height: 30px;
}
aside li {
	margin-right: 3px;
}
aside > div > div > div {
	margin-bottom: 50px;
}
aside p {
	font-size: 14px;
	margin-bottom: 12px;
    font-weight: bold;
}
aside i {
	font-size: 30px;
	margin-bottom: 12px;
}
.highlights p {
	margin-bottom: 24px;
}
.tools > div {
	margin-bottom: 20px;
}
.screenshot img {
	width: 100%;
	height: 100%;
    margin-bottom: 200px;
}
.close {
	text-align: right;
	font-size: 30px;
	color: #A2A2A2;
	margin-bottom: 50px;
	display: block;
	cursor: pointer;
	/* [disabled]position: absolute; */
	/* [disabled]right: 50px; */
}
#project1, #project2, #project3, #project4, #project5, #project6 {
	display: none;
	margin: 0 auto;
	max-width: 1920px;
}








@media (min-width:768px) {
	
	li {
		margin-right: 20px;
	}
	h1 {
		font-size: 60px;
		margin-bottom: 12px;
	}
	header p {
		font-size: 24px;
	}
	.nav-links {
	/* [disabled]display: inline; */
	}
	footer {
		background-size: contain;
	}
	section, footer {
		padding-left: 140px;
		padding-right: 140px;
	}
	#tools li {
		margin-right: 6px;
	}
	#tools img {
		height: 50px;
	}
	#portfolio figure {
		flex-basis: 50%;
	}
	aside {
		padding-left: 140px;
		padding-right: 140px;
	}
	aside li {
		margin-right: 1px;
	}
	aside img {
		height: 40px;
	}
	.flexbox {
		display: flex;
		justify-content: space-between;
	}
	.flexbox div {
		flex-basis: 30%;
	}

}





@media (min-width:1024px){
	
	header {
		padding-left: 140px;
		padding-right: 140px;
	}
	#portfolio figure  {
		flex-basis: 33.3%;
	}
	.details {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.overview {
		flex-basis: 40%;
		margin-bottom: 30px;
	}
	.highlights  {
		flex-basis: 40%;
	}
	.tools {
		flex-basis: 100%;
	}
	.tools > div {
		flex-basis: 40%;
	}
	.details > div {
		justify-content: space-between;
	}

}
