/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */

body {
	background: url("../images/splashimg3.jpg") top center no-repeat, #21372b;
	background-size:cover, auto;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	
}

a{
	text-decoration: none;
}

html{
	scroll-behavior: smooth;
}

::-webkit-scrollbar{
	width: 15px;
}

::-webkit-scrollbar-track{
	background: #21372b;
}

::-webkit-scrollbar-thumb {
	background: #e5d4b5;
	border-radius: 10px;
}

.overlay {
  	height: 0%;
  	width: 100%;
  	position: fixed;
  	z-index: 1;
  	top: 0;
  	left: 0;
  	background-color: rgba(25,42,33,0.92);
  	overflow-y: hidden;
  	transition: 0.5s;
}

.overlay-content {
  	position: relative;
  	top: 25%;
  	width: 100%;
  	text-align: center;
  	margin-top: 30px;
}

.overlay a {
  	padding: 8px;
  	text-decoration: none;
  	font-size: 36px;
	font-family:  "alfarn-2", sans-serif;
	font-weight: 700;
	font-style: normal;
  	color: #e5d4b5;
  	display: block;
  	transition: 0.3s;
	margin-bottom: 30px;
}

.overlay a:hover, .overlay a:focus {
  	color: white;
	cursor: pointer;
}	

.overlay .closebtn {
  	position: absolute;
 	top: 20px;
 	right: 45px;
  	font-size: 60px;
}
.navDesktop{
	display:block;
}

.navMobile{
	display:none;
}



.navMobile h1{
	margin-top:5px;
}

.nav-icon-header{
	display:flex;
	justify-content: space-between;
	text-decoration: none;
	color:#e5d4b5;
}

.nav-icon-header a:visited{
	color:#e5d4b5;
}
	


.nav{
	font-family: "alfarn-2", sans-serif;
	font-weight: 700;
	font-style: normal;	
	font-size: 20px;
	padding: 20px 0px;
	margin-bottom:100px;
	display:flex;
	justify-content: space-between;
}

.nav a{
	margin-right: 10px;
	text-align: center;
	width:auto;
}


.splash h1{
	font-family: "alfarn-2", sans-serif;
	font-weight: 700;
	font-style: normal;	
	font-size: 110px;
	text-align: center;
	color:#e5d4b5;
	text-shadow: 3px 3px 0px #21372b, 2px 2px 10px #000;
}

.splash h2{
	font-family: "alfarn-2", sans-serif;
	font-weight: 700;
	font-style: normal;	
	font-size: 50px;
	text-align: center;
	color:#e5d4b5;
	text-shadow: 2px 2px 0px #21372b, 2px 2px 10px #000;
	margin-bottom:50px;
}

.splashText{
	padding-top:50px;
	opacity: 0;
	animation: splashText 0.7s ease 0.3s 1 forwards;
}

@keyframes splashText {
	from {opacity: .1}
	to {opacity: 1.0; translate:0 -50px;}
}

.meetBen{
	margin-bottom: 70px;
	text-align: center;
	color:#e5d4b5;		
}

.meetBen h2, h3{
	font-family: "alfarn-2", sans-serif;
	font-weight: 700;
	font-style: normal;	
	text-align: left;
	color:#e5d4b5;
	text-shadow: 3px 3px 0px #21372b, 2px 2px 10px #000;
}

.meetBen h2{
	font-size: 200px;
	margin-top:-50px;
	margin-bottom:-45px;
}
.meetBen h3{
	font-size: 30px;
	text-align: left;
	margin-bottom: 0px;
}

h3.carper{
	text-align: right;
}

.meetBen p{
	margin-top: 15px;
	margin-bottom: 25px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color:black;
	font-size:15px;
	text-align: left;

}

.btn {
	font-family: "alfarn-2", sans-serif;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	cursor: pointer;
}
.btn:hover .btn-slide-show-text1 {
	margin-left: 65px;
}
.btn-shadow-drop {
	font-family: "alfarn-2", sans-serif;
	position: relative;
	background: #e5d4b5;;
	padding: 20px;  
	font-weight: 700;
	text-transform: uppercase;
	transition: 0.3s ease-in-out;
	left: 0px;
	top: 0px;
	width: 80px;
}
.btn-shadow-drop:hover {
	left: 4px;  
	top: 4px;  
	box-shadow: #21372b 0px 0px 0px 0px;
}  
.btn-shadow-drop--black {
	border: 1px solid rgb(51, 51, 51);  
	color: rgb(51, 51, 51);  
	box-shadow: #21372b 4px 4px 0px 0px;
}   


/*** SLIDESHOW ***/

.recentProjects{
	margin-bottom: 50px;
}

.recentProjects h2{
	text-align: center;
	font-family: "alfarn-2", sans-serif;
	font-weight: 700;
	font-style: normal;	
	font-size: 60px;
	color:#e5d4b5;
	text-shadow: 3px 3px 0px #21372b, 2px 2px 10px #000;
}


/* Slideshow container */
.slideshow-container {
	max-width: 1000px;
	position: relative;
	margin: auto;
	border-radius: 5px;
}

/* Hide the images by default */
.mySlides {
	display: none;
	
	
}

.mySlides img{
	border-radius: 5px;
	box-shadow: 3px 3px 0px #21372b, 2px 2px 10px #000;
	
}

/* Next & previous buttons */
.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -22px;
	padding: 16px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
}

/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
	background-color: #21372b;
}

/* The dots/bullets/indicators */
.dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #e5d4b5;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.active, .dot:hover {
	background-color: #21372b;
}

/* Fading animation */
.fade {
	animation-name: fade;
	animation-duration: 1.5s;
}

/*** LETS WORK TOGETHER ***/

.contact{
	margin-top: 60px;
	padding-bottom: 30px;
	/* From https://css.glass */
	backdrop-filter: blur(160px) saturate(180%);
    -webkit-backdrop-filter: blur(160px) saturate(180%);
    background-color: rgba(229, 212, 181, 0.75);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.125);
}

img.contactpfp{
	width:30%;
	float:left;
	margin-left:50px;
	margin-right:50px;
	margin-bottom: 20px;
	border-radius: 15px;
}

img.socialLOGO{
	width:100px;
}

div.socials{
	margin-bottom:40px;
	display:grid;
	grid-template-columns: auto auto auto auto;
}

.contact h2{
	text-align: center;
	font-family: "alfarn-2", sans-serif;
	font-weight: 700;
	font-style: normal;	
	font-size: 60px;
	color:#e5d4b5;
	text-shadow: 3px 3px 0px #21372b, 2px 2px 10px #000;
	margin-bottom: 40px;
}

.contact h3{
	color: #60d9e1;
	margin: 20px 0px;
	font-size: 30px;
}

.contact p{
	font-size: 30px;
}

a.contactCTA{
	margin-top:20px;
	background: #60d9e1;
	border-radius: 15px;
	padding:5px 10px;
	text-decoration: none;
	font-size: 30px;
	font-family: "alfarn-2", sans-serif;
}
@keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
}

.scrollFade{
	animation: fadeOnScroll linear;
	animation-iteration-count: 1;
	animation-timeline: view();
	animation-range: entry 0 cover 30%;
}

@keyframes fadeOnScroll {
	from {opacity: 0; scale:0.8;}
	to {opacity: 1; scale:1;}
}


#instagram{
	background: url("../images/socialmediaLogos/insta.png") center no-repeat;
	background-size:contain;
	transition: all 0.3 ease;
	width:100px;
	height:100px;
	cursor: pointer;
}

#instagram:hover{
	background: url("../images/socialmediaLogos/instaHover.png") center no-repeat;
	background-size:contain;
	cursor: pointer;
}

#vsco{
	background: url("../images/socialmediaLogos/vsco.png") center no-repeat;
	background-size:contain;
	transition: all 0.3 ease;
	width:100px;
	height:100px;
	cursor: pointer;
}

#vsco:hover{
	background: url("../images/socialmediaLogos/vscoHover.png") center no-repeat;
	background-size:contain;
	cursor: pointer;
}

#linkedin{
	background: url("../images/socialmediaLogos/linkedin.png") center no-repeat;
	background-size:contain;
	transition: all 0.3 ease;
	width:100px;
	height:100px;
	cursor: pointer;
}

#linkedin:hover{
	background: url("../images/socialmediaLogos/linkedinHover.png") center no-repeat;
	background-size:contain;
	cursor: pointer;
}

#tiktok{
	background: url("../images/socialmediaLogos/tiktok.png") center no-repeat;
	background-size:contain;
	transition: all 0.3 ease;
	width:100px;
	height:100px;
	cursor: pointer;
}

#tiktok:hover{
	background: url("../images/socialmediaLogos/tiktokHover.png") center no-repeat;
	background-size:contain;
	cursor: pointer;
}




/* ============================= */
/* ! PROJECTS CSS   */
/* ============================= */

body.projects {
	background: url("../images/projectsSplash.png") top center no-repeat, #21372b;
	background-size:cover, auto;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}

h1.navHeader{
	margin-top: 25px;
	font-size: 45px;
	color:#e5d4b5;
	text-shadow: 3px 3px 0px #21372b, 2px 2px 10px #000;
}

.splashText{
	font-size: 115px;
	text-align: center;
	color:#e5d4b5;
	text-shadow: 3px 3px 0px #21372b, 2px 2px 10px #000;
}

.projectGallery{
	display:flex;
	flex-wrap: wrap;
	padding: 0 4px;
	margin-bottom:30px;
}

.column {
  	flex: 20%;
  	max-width: 25%;
  	margin: 0 4px;
	pading:4px;
	justify-content: center;
}

.column img {
  	margin-top: 15px;
  	vertical-align: middle;
	transition: all 0.3s ease;
	border:2px solid #e5d4b5;
	border-radius: 5px;
	box-shadow: 2px 2px 10px #000;
	width:90%;
}

.column a img:hover{
	transform:scale(1.05);
}




/* ============================= */
/* ! ABOUT AND CONTACT   */
/* ============================= */



.aboutBody{
	background: url("../images/aboutmesplash4.png") top center no-repeat, #21372b;
	background-size: contain;
}

.aboutContainer{
	margin-top:200px;
}


.about img{
	width:100%;
	margin-bottom: 10px;
	box-shadow: 2px 2px 10px #000;
	border-radius: 5px;
	border:2px solid #e5d4b5;
}

.smallerimgs{
	display:flex;
	justify-content: space-between;
}

.smallerimgs img{
	width:48%;
}

.certs img{
	width:70px;
	
}

.bio{
	backdrop-filter: blur(160px) saturate(180%);
    -webkit-backdrop-filter: blur(160px) saturate(180%);
    background-color: rgba(229, 212, 181);
    border-radius: 12px;
	padding:10px;
	margin-bottom: 30px;
    border: 1px solid rgba(255, 255, 255, 0.125);
}

.bio p{
	display:inline-block;
	margin-bottom: 10px;
}

.bio h3{
	color:#21372b;
	font-size: 30px;
	text-shadow:  2px 2px 10px rgba(0, 0, 0, 0.45);
	margin:15px 0px 5px 0px;
}

.bio h4{
	font-size: 20px;
}

.contactMe{
	border-radius: 15px;
	box-shadow: 2px 2px 10px #000;
	border: 1px solid rgba(255, 255, 255, 0.125);
	background: #011709;
	display:grid;
	grid-template-columns: auto auto;
	justify-content:space-around;
}

.contactMe h2{
	grid-column: 1 / span 2;
	font-size: 70px;
	text-align: center;
	color:#e5d4b5;
	text-shadow: 3px 3px 0px #21372b, 5px 5px 10px #000;
}

.contactMe h3{
	font-size: 25px;
}

.contactMe h3.ben{
	font-size: 35px;
	margin-bottom:10px;
}

.contactMe h4{
	font-size: 20px;
	color:#e5d4b5;
}



.left img{
	width:250px;
	border-radius: 125px;
	border: 2px solid #e5d4b5;
	margin-bottom:10px;
}

.contactMe fourm{
/*	float:right;*/
	width:400px;
}

.contactMe label{
	font-size: 25px;
	color:#e5d4b5;
	text-shadow: 3px 3px 0px #21372b, 2px 2px 10px #000;
	font-family: "alfarn-2", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.contactMe input{
	font-size: 20px;
	padding:5px;
	border-radius: 5px;
	background-color: #e5d4b5;
	width:400px;
	margin-top:3px;
	margin-bottom:14px;
}

.contactMe textarea{
	margin-top:3px;
	margin-bottom:14px;
	font-size: 20px;
	border-radius: 5px;
	background-color: #e5d4b5;
	width:410px;
	height:100px;
	resize: none;
}

.submit{
	display:flex;
	justify-content: center;
	margin-top:20px;
	margin-bottom:30px;
}

.backtotop{
	display:flex;
	justify-content: center;
	margin: 10px 0px;
}

.backtotop a{
	display:flex;
	justify-content: center;
	width:auto;
	text-decoration: none;
}

/* The Modal (background) */
.modal {
 	display: none; /* Hidden by default */
 	position: fixed; /* Stay in place */
  	z-index: 1; /* Sit on top */
  	left: 0;
  	top: 0;
  	width: 100%; /* Full width */
  	height: 100%; /* Full height */
  	overflow: auto; /* Enable scroll if needed */
  	background-color: rgb(0,0,0); /* Fallback color */
  	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
	font-family: "alfarn-2", sans-serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	color: #21372b;
  	background-color: #e5d4b5;
  	margin: 15% auto; /* 15% from the top and centered */
  	padding: 20px;
  	border: 2px solid #21372b;
  	width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  	color: #21372b;
  	float: right;
  	font-size: 28px;
  	font-weight: bold;
}

.close:hover,
.close:focus {
  	color: #243D00;
  	text-decoration: none;
  	cursor: pointer;
}

.submit button{
	width:auto;
}




#TTDesktop{
	display:block;
}

#TTMobile{
	display:none;
}



/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */

@media handheld, only screen and (max-width: 767px) {

	
	
	.scrollFade{
		animation-iteration-count: 0;
	}
	
	.navDesktop{
		display:none;
}
	.navMobile{
		display:inline-block;
		margin-top:10px;
		color:#e5d4b5;
		text-shadow: 3px 3px 0px #21372b, 2px 2px 10px #000;
}
	
	.navMobile h1{
		padding-bottom: 10px;
	}
	
	
	.nav{
		margin-bottom:50px;
	}
	
	.splash h1{	
		font-size: 70px;
		margin-bottom: 40px;
	}
	.splash h1.top{
		padding-top: 30px;
	}
	
	.splash h2{
		font-size: 25px;
		text-align: center;
		margin-bottom:20px;
	}
	

	.meetBen{
		padding-top:100px;
		margin-bottom: 10px;
	}

	.meetBen h2, h3{	
		text-align: left;
		color:#e5d4b5;
		text-shadow: 3px 3px 0px #21372b, 2px 2px 10px #000;
	}

	.meetBen h2{
		font-size: 200px;
		margin-top:0px;
		margin-bottom:0px;
	}
	.meetBen h3{
		font-size: 30px;
		text-align: left;
		margin-bottom: 60px;
		margin-top:0px;
	}

	h3.carper{
		text-align: right;
		margin-top:70px;
		margin-bottom: 20px;
		
	}

	.meetBen p{
		padding:0px;
		margin-top: 0px;
		margin-bottom:30px;
	}
	
	.meetBen img{
		margin-top:30px;
		width:50%;
	}
	
	
	
	.recentProjects h2{
		font-size: 35px;
		color:#e5d4b5;
		text-shadow: 3px 3px 0px #21372b, 2px 2px 10px #000;
		margin-bottom: 20px;
	}
	
	.contact{
		margin-top: 30px;
		padding-bottom: 30px;
	}

	img.contactpfp{
		width:50%;
		float:left;
		margin-left:20px;
		margin-right:20px;
		margin-bottom: 20px;
		border-radius: 15px;
	}

	img.socialLOGO{
		width:70px;
		
	}

	div.socials{
		margin-bottom:20px;
		display:grid;
		grid-template-columns: auto auto;
		gap:5px;
	}

	.contact h2{
		margin-top: 20px;
		font-size: 40px;
		margin-bottom: 40px;
	}

	.contact h3{
		font-size: 20px;
	}

	.contact p{
		font-size: 20px;
	}

	.contact a.contactbtn{
		margin-top:-10px;
		margin-left: 60px;
		text-decoration: none;
		font-size: 20px;
		font-family: "alfarn-2", sans-serif;
	}
	
	/*** BACK TO TOP  ***/
	
	#TTDesktop{
		display:none
}

	#TTMobile{
		display:block;
	}
	
	/* ============================= */
	/* ! PROJECTS CSS !!MOBILE VERSION!!  */
	/* ============================= */
	.column {
    	flex: 45%;
    	max-width: 50%;
  }
	.splashText{
		margin-top:100px;
		font-size: 65px;
}

	/* ============================= */
	/* ! ABOUT/CONTACT !!MOBILE VERSION!!  */
	/* ============================= */
	
	
	.aboutContainer{
		margin-top:100px;
		margin-bottom: 40px;
}
	.smallerimgs{
		display:none;
	}
	
	.contactMe{
		display:block;
	}
	
	.left{
		margin-left:100px;
	}
	
	.contactMe h2{
		font-size: 43px;
		margin-top:30px;
		margin-bottom: 30px;
	}
	

	
	
	#instagram{
		width:70px;
		height:70px;
	}
	#vsco{
		width:70px;
		height:70px;
	}
	#tiktok{
		width:70px;
		height:70px;
	}
	#linkedin{
		width:70px;
		height:70px;
	}
}


/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 

/*	.logo {
		background: url(logo2x.jpg) no-repeat;
		background-size: 212px 303px;
	}*/

}