:root {
	--colorPrime: #fbb03b;
	--colorSecond: #e2b162;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	scroll-behavior: smooth;
}

body {
	color: #555;
	width: 100%;
	height: 100%;
	font-size: 17px;
	line-height: 1.4;
	font-weight: 400;
	margin-top: 35px;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
	color: #333
}

p, h4, h5, h6 {
	margin-bottom: 10px;
	margin-top: 10px;
}

h4 {
	font-size: 21px;
}

body:before {
   content: "";
   position: fixed;
   top: -10px;
   left: 0;
   width: 100%;
   height: 10px;
   -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
   -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
   box-shadow: 0px 0px 10px rgba(0,0,0,.8);
   z-index: 100;
}

.jumbotron h3 {
	position: relative;
	font-family: sans-serif;
	text-align: center;
	font-weight: normal;
	color: #fbb03b;
	font-size: calc(8px + 1vw);
	top: 27vw;
	left: -1.48vw;
}

.jumbotron {
	height: 50vw;
	width: 100%;
	background-image: url("../images/yname_logo.png"), 
	url("../images/forest_laptop2.jpg");
	background-position: 27.8vw -2.5vw, top ;
	background-repeat: no-repeat;
	background-size: 40vw, cover;
	z-index: -1;
}

/*------Navbar Section-----*/

nav {
	position: fixed;
	width: 100%;
	height: 35px;
	margin-top: -35px;
	background-color: var(--colorSecond);
	z-index: 1;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	box-shadow: 0px 0px 10px rgba(0,0,0,.8);
}

nav img {
	position: absolute;
	height: 100%;	
}

nav:after {
	content: '';
	display: block;
	clear: both;
}

html {
	overflow-x: hidden;
}

.topnav {
    float: right;
}

.topnav .icon {
    display: none;
    font-size: 1.2em;
    padding-bottom: .2em;
}

.topnav a {
    float: left;
    display: block;
    color: #fff;
    text-align: center;
    padding: .4em .5em;
    text-decoration: none;
    font-size: 1em;
    font-weight: 900;
}

.topnav a:hover:not(.icon) {  
    color: /* var(--colorSecond) */ #fbb03b;
    background-color: #111;
	transition: all 0.5s ease;
    height: 100%;
}

.topnav a:hover.icon {  
    color: #000;
}

/*------Anchor Fix-----*/

a.anchor {
    display: block;
    position: relative;
    top: -20px;
    visibility: hidden;
}

/*------Projects Section-----*/

#workExamples {
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 60px;
	text-align: center;
}


#workExamples h2:after {
	content:'';
	position: absolute;
	width: 120px;
	height: 2px;
	margin-left: -60px;
	left: 50%;
	bottom: 0;
	background-color: var(--colorPrime);
}

#workExamples h2 {
	text-transform: uppercase; 
	margin-bottom: 30px;
	margin-top: 0;
	position: relative;
}

#workExamples #project1,
#workExamples #project2,
#workExamples #project3 {
	height: 210px;
	width: 30%;
	display: inline-block;
	overflow: hidden; 
}

#workExamples #project1 {
	/* margin-left: 7.5%; */
	margin-right: 1.5%;
	background-image: url(../images/jireh-cryo-port.jpg)/* url(../images/jireh-cryo-project.jpg) */;
	background-size: 100% 100%;
	max-width: 350px; 
}

#workExamples #project2 {
	max-width: 350px;
	background-image: url(../images/character-sheet.jpg);
	background-size: 100% 100%;
}

#workExamples #project3 {
	margin-left: 1.5%;
	background-image: url(../images/cold-weather-club.jpg);
	background-size: 100% 100%;
	max-width: 350px;
}

#workExamples #overlay {
	width: 100%;
	height: 100%;
	padding-top: 300px;
}

#workExamples #overlay:hover {
	background-color: rgba(0,0,0,0.4);
	padding-top: 80px;
	transition: all 0.5s ease;

}

#overlay a {
	display: inline-block;
	font-size: 18px;
	padding: 10px 20px;
	border: 1px solid #fff;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

#workExamples:after {
	content: '';
	display: block;
    clear: both;
}

/* ------MySkills Section-----*/

.mySkills {
	background-color: #e3ebee;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;	
}

.mySkills h2:after {
	content: '';
	position: absolute;
	width: 90px;
	height: 2px;
	margin-left: -45px;
	left: 50%;
	bottom: 0;
	background-color: var(--colorPrime);
}

.mySkills h2 {
	text-transform: uppercase;
	margin-bottom: 30px; 
	right: 1%;
	position: relative;
}

.mySkills .skillsLeft, 
.mySkills .skillsCenter, 
.mySkills .skillsCenter2,
.mySkills .skillsRight {
	width: 20%;
	display: inline-block;
	padding-left: 2%;
	padding-right: 2%;
}

.mySkills:after {
	content: '';
	display: block;
	clear: both;
}

.mySkillsText {
	width: 70%;
	margin: 0 auto;
	margin-top: 1rem;
}

.mySkills ion-icon {
  font-size: 44px;
  color: var(--colorPrime);
}

/* ------About Me Section-----*/

.aboutMe {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 70px;
	
}

.aboutMe:after {
	content: '';
	display: block;
	clear: both;
}

.aboutMe h2 {
	color: #333;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 30px;
}

.aboutMe h2:after {
	content: '';
	position: absolute;
	width: 90px;
	height: 2px;
	margin-left: -45px;
	left: 50%;
	bottom: 0;
	background-color: var(--colorPrime);
}

.aboutMe .leftColumn, .aboutMe .rightColumn {
	width: 50%;
	float: left;

}

.aboutMe .leftColumn {
	padding: .5em;
}

.aboutMe a {
	position: relative;
	background-color: var(--colorPrime);
	padding: 10px 25px;
	text-decoration: none;
	color: #fff;
	border-radius: 15px;
	font-size: 17px;
	display: inline-block;
	margin-top: 15px;
	border: 1px solid var(--colorPrime);
	left: 50%;
	transform: translateX(-50%);
}

.aboutMe a:hover {
	background-color: #e3ebee;
	color: var(--colorPrime);
	border: 1px solid var(--colorPrime);
}

.aboutMe .leftColumn img {
	position: relative;
	width: 75%;
	max-width: 250px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 10px;

}

.aboutMe .rightColumn {
	margin-left: 10%;
	/* margin-top: 3vw; */
	width: 30%;
}

/* ------Contact Me Section-----*/

.contactSection {
	text-align: center;
	background-color: #e3ebee;
	padding-top: 30px;
	padding-bottom: 40px;

}

.contactSection:after {
	content: '';
	display: block;
	clear: both;

}

.contactSection h2:after {
	content:'';
	position: absolute;
	width: 110px;
	height: 2px;
	margin-left: -55px;
	left: 50%;
	bottom: 0;
	background-color: var(--colorPrime);
}

.contactSection h2 {
	text-transform: uppercase; 
	margin-top: 0;
	position: relative;
}

.socialContainer {
	width: 80%;
	margin: 0 auto;
	text-align: left;
	
}

.socialContainer ion-icon {
	float: left;
	margin-right: .4rem;
	font-size: 24px;
	color: var(--colorPrime);
}

.firstColumn p,
.secondColumn p,
.thirdColumn p {
	display: block;
} 


.firstColumn,
.secondColumn,
.thirdColumn {
	width: 33.33%;
	display: inline-block;
	float: left;
}

.thirdColumn p {
	margin-bottom: 0;
	margin-top: 4.7px;
}

.textDec {
	color: var(--colorPrime);
	font-weight: bold;
}

/*------ Footer Section -----*/

footer {
	background-color: #b1b7b9;
	padding: 5px 20px 0 30px;
}

footer:after {
	content: '';
	display: block;
	clear: both;
}

.footerText {
	float: left;
	padding-top: 15px;
}

.social {
	float: right;
	margin: 12px 5px 10px 0;
	color: #333;
	
}

.social ion-icon {
	font-size: 25px;
	color: #333;
	margin-right: 7px;
}

.social ion-icon:hover {
	color: #fff;
	transition: all 0.5s ease;
}

.footerText p {
	margin-top: 0;
	margin-bottom: 0;
}

/*----------Media Query---------*/

@media screen and (max-width: 1170px) {
	#workExamples #project1,
	#workExamples #project2,
	#workExamples #project3 {
		height: 210px;
		width: 50%;	
		position: relative;
		margin-bottom: 0.7em;
		 
	}

	 #workExamples #project1 {
		margin-right: 1em;
		min-width: 18vw;	
	}
	
	#workExamples #project2 {
		min-width: 18vw;
	}
	
	#workExamples #project3 {
		width: 350px;
	} 
}

@media screen and (max-width: 780px) {
	.topnav a {
    	display: none;
 	}

	.topnav a:not(:last-child)  {    
    	border-bottom: solid 1px #222;
	}

  	.topnav a.icon {
	    float: right;
	    display: block;
	}

  	.topnav.responsive {
	  	position: relative; 
	  	display: block; 
	  	width: 100%;
	  	background-color: var(--colorSecond);
  		-webkit-box-shadow: inset 0 0 50px #000;
       	   -moz-box-shadow: inset 0 0 50px #000;
    			box-shadow: inset 0 0 50px #000;
	}  

 	.icon {
    	position: absolute;
    	right: 0;
    	top: -3px;
    	overflow: hidden; 
    	padding-bottom: 5px;
 	}

	.topnav.responsive a {
	    float: none;   
	   	display: block;
	}

	#workExamples #project1,
	#workExamples #project2,
	#workExamples #project3 {
		display: block;
		width: 80%;	
		position: relative;
		margin: 0 auto;
		margin-bottom: 2em;
		max-width: 400px;
	}

	.aboutMe .leftColumn, .aboutMe .rightColumn {
		width: 70%;
		float: none;
	}

	.aboutMe .leftColumn {
		width: 70%; 
		float: left;
		max-width: 380px;
	} 

	

	.aboutMe .rightColumn {
		padding-right: 5.5em;
		padding-left: 0;
	}

.firstColumn,
.secondColumn {
	width: 50%;
	display: inline-block;
	text-align: center;
}

.thirdColumn {
	width: 100%;
	display: block;
	text-align: center;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.socialContainer ion-icon {
	margin-left: 20%;
}
.aboutMe a {
		left: 50%;
	}

@media screen and (max-width: 640px) {
	.aboutMe a {
		left: 50%;

	}
}