/*---New CSS push



*/
/*COLOR PALLETE
ORANGE, FF652D
GREY, E6E6E6
LIGHT BLUE: 134074;
DARK BLUE: 0B2545;
CHARCOAL, 39393A*/
@import url('https://fonts.googleapis.com/css?family=Niramit');
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans');

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

a:link {
	color: #0B2545;
	text-decoration: none;
}

a:visited {
	color: #0B2545;

}

a:hover {
	color: #fff;
	font-style:bold;
}

body {
	background-image: url(../images/background.png);
	background-size: cover;
	background-attachment: fixed;
	color: #39393A;
	font-family: Niramit, sans-serif;
	font-size: calc(8px + .5vw);
	display: flex;
	flex-direction: column;
	padding: .5vw;
	align-items: center;
	font-

}

.main {
	display: grid;
	grid-row-gap: .5vw;

}

header {
	display: grid;
	grid-template-columns: 1fr 2fr 1fr;
	background-color: #FF652D;
	font-family: Niramit, sans-serif;
	font-weight: bold;
	width: 80vw;
	border-style: double;
	border-color: #134074;
	border-width: .5em;
	border-radius: 1vw;
	align-items: center;
	min-width: 360px;
	padding: .4vw;

}

header:hover {
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.70);
}


.aboutandskillsgrid {
	background: rgba(230, 230, 240, 0.6);
	display: grid;
	grid-gap: .5vw;
	grid-template-columns: 1fr 1fr;
	border-style: double;
	border-width: .5em;
	border-radius: 1vw;	
	border-color: #134074;
	width: 80vw;
	min-width: 360px;
	text-align: center;
}

.aboutandskillsgrid:hover {
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.70);
}
.backdrop {
	display: none;
	position: fixed;
	background: rgba(0,0,0, 0.5);
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: 1;

}
.modal {
	display: none;
	position: fixed;
	background: white;
	padding: 1vw;
	width: 25vw;
	top: 12vw;
	left: calc(25vw);
	z-index: 1;
}
.modalButton {
	display: flex;
	opacity: 0.3;
	font-size: 25px;
	border-color: transparent;
	transform: rotateZ(45deg);
	color: #0B2545;
}

.modalButton:hover {
	display: flex;
	opacity: 1;
	font-size: 25px;
	border-color: transparent;
	transform: rotateZ(45deg);
	font-style: bold;
	cursor: pointer;

}

.biolist {
	list-style: none;
	text-align: left;
}


h2 {
	text-align: center;
	padding: 1vw;
	font-family: Niramit, sans-serif;
	color: #134074;
	font-size: calc(.5em + 1.75vw);

}

h3 {
	text-align: center;
	/*padding: 1vw;*/
	color: #0B2545;
	font-size: calc(0em+ 1.2vw);

}
.buttonFunction {
	display:block;
}

.buttonExpand {
	display:none;
}

.navWithClose {
	display: grid;
	grid-template-columns: 10fr 1fr;
	border-style: dotted;
	padding: .5vw;
}

.navWithClose:hover {
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.70);
}

.navigation {
	
	display: flex;
	list-style: none;
	flex-direction: row;
	justify-content: space-around;
	font-size: calc(.5em + .5vw);
	padding: .4vw;
}

.closebutton {
	background-color: #FF652D;
	opacity: 0.3;
	font-size: 25px;
	border-color: transparent;
	transform: rotateZ(45deg);
	color: #0B2545;
	align-self: start;
	position: relative;
	height: 10px;
	left: 10px;
}

.closebutton:hover {
	background-color: #FF652D;
	opacity: 1;
	font-size: 25px;
	font-style: bold;
	color: #0B2545;
	transform: rotateZ(45deg);
	position: relative;
	height: 10px;
	left: 10px;
	cursor: pointer;
}

.buttonExpand {
	background-color: #FF652D;
}
.openbutton {
	background-color: #FF652D;
	border-color: transparent;
	opacity: 0.3;
	font-size: 1em;
	font-family: Niramit, sans-serif;
	color: #0B2545;
	cursor: pointer;
}
.openbutton:hover {
	background-color: #FF652D;
	opacity: 1;
	font-size: 1em;
	color: #0B2545;
	font-family: Niramit, sans-serif;
}

.nameheader {
	display: flex;
	justify-content: center;
	font-size: 3vw;
	padding: 1vw;
	font-family: Josefin Sans, sans-serif;
	color: white;



}

.socialmedia {
	display: flex;
	flex-direction: row;
	list-style: none;
	justify-content: space-around;

}

.socialimage {
	max-width: 2vw;
	max-height: 2vw;
}

.socialimage:hover {
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.70);
	background-color: transparent;

}

.me {
	padding: 1vw;
	
}

.aboutMeLink {
	padding: 1vw;
	
}
/* .aboutMeLink:hover {
	padding: 1vw;
	color: #FF652D;
	cursor: pointer;

	
} */

.pictureofme {

	width: 25vw;
	shape-outside: circle(50%);
	float: left;
	padding: .5vw;
}


.skills {
	padding: 1vw;
}

.skillsgrid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	text-align: left;
	padding: 2vw;
}

.devlist {
	list-style: circle;
	padding: .5vw;

}

.itlist {
	list-style: circle;
	padding: .5vw;
	
}

.projects {
	background: rgba(230, 230, 240, 0.6);
	border-style: double;
	border-width: .5em;
	border-radius: 1vw;	
	border-color: #134074;
	width: 80vw;
	min-width: 360px;
	text-align: center;
	padding: 1vw;

}

.projects:hover {
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.70);
}

.projectslide {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-self: center;
	align-items: center;
	justify-content: center;
	justify-content: space-around;
	width: 80vw;

}

.projecticons {
	display: flex;
	flex-direction: row;
	list-style: none;
	justify-content: space-around;
	max-width: 20vw;
	text-align: center;
}

.projecticons:hover {
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.70);
}

.projecttextlinks {
	display: flex;
	flex-wrap: wrap;
	align-self: center;
	align-items: center;
	justify-content: center;
	justify-content: space-around;
	text-align: center;
	padding: 1vw;
	width: 80vw;
	

}

.projectDescriptionList {
	list-style: none;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	padding: 1vw;

}
.projectDescriptions {
	display:none;
}
.showDescriptionButton {
	display:inline-block;
	align-self: center;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	background-color: #FF652D;
	color: #0B2545;
	font-size: 1em;
	border-radius: .5vw;
	padding: .5vw;
}
.showDescriptionButton:hover {
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.70);
}

.hideDescriptionButton {
	display:none;
	align-self: center;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	background-color: #FF652D;
	color: #0B2545;
	font-size: 1em;
	border-radius: .5vw;
	padding: .5vw;
}
.hideDescriptionButton:hover {
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.70);
}

footer {
	display: flex;
	justify-content: center;
	min-width: 360px;
}