/* ---------------------------------------------------------- */ 
/* -----------------        Generic          ---------------- */ 
/* ---------------------------------------------------------- */ 

* {
	
}

@font-face {
	font-family: Aleo-regular;
	src: url(Resources/Fonts/Aleo/Aleo-Regular.ttf);
}

@font-face {
	font-family: Aleo-light;
	src: url(Resources/Fonts/Aleo/Aleo-Light.ttf);
}

@font-face {
	font-family: Chivo;
	src: url(Resources/Fonts/Chivo/Chivo-Light.ttf);
}

p{
	color: #EEE;
	text-align: left;
	vertical-align: top;
	font-size: 20px;
	font-family: Chivo;
}

td
{
	color: #EEE;
	vertical-align: top;
	font-size: 30px;
	font-family: Centabel;
}
h1
{
	font-family: Aleo-light;
	text-align: left;
	color: #EEE;
	font-size: 42px;
}
h2
{
	text-align: left;
	color: #FFF;
	font-size: 20px;
}
a{
	color:#21c2f8; 
}

hr{
	margin: 5em 30% 0 30%;
}

body {
	margin:0;
	align-items: center;
	font-family: 'Raleway', sans-serif;
	flex-direction: column;
	justify-content: center;
}

.background {
	background-color: #121215;
	width: 100vw;
	height: 100vh;
	overflow-x: hidden;
}

/* ---------------------------------------------------------- */ 
/* -----------------        Classes          ---------------- */ 
/* ---------------------------------------------------------- */ 

.about {
	padding: 1em 8%;
	margin: 0 auto;
	width: 60%;
	min-height: 500px;
	background-size: contain;
	background-color: #1A1C20;
	text-align: center;	
}

.about .logo {
	padding: 0 12px;
	display: inline-block;
}

.about a {
	outline: none;
	text-decoration: none;
}

.about a:hover {
	text-decoration: underline;
}

.about .logo img {
	height: 120px;
	padding-bottom: 1em;
}

.about .logo p {
	color: #9CA0A8;
	font-size: 16px;
}

.about .logo p b {
	color: #F0F0F3;
	font-size: 20px;
	text-decoration: none;
}

.card {
	width: auto;
	height: 256px;
}

.cardDisplay {
	width: 100%; 
}

.cardFrame {
	display: inline-block;
	border-radius: 25px;
	/* border: 1px solid #F5F5FA; */
	width: 250px;
	min-height: 460px;
	margin: 0 1.5em 2em 1.5em;
	vertical-align: top; 
}

.cardFrame p {
	margin-bottom: 2px;
	font-size: 16px;
	color: #9CA0A8;
}

.cardFrame p b {
	margin-bottom: 25px;
	font-size: 20px;
	color: #F0F0F3;
}

.cardFrame .card {
	vertical-align: top; 
	cursor: pointer; 
	border-radius: 12px;
	box-shadow: 10px 10px 0px 0px #0A0A0C;
}

.centerText {
	text-align: center;
}

.closeImage {
	display: inline-block;
	margin-top: 3vh;
	float: right;
	width: 82px;
	cursor: pointer; 
}

.content {
	margin: 0;
	width: 100%;
	height: auto;
	background-color: rgba(0, 0, 0, 0.4);
}

.header {
	overflow: hidden;
	padding-bottom: 1%;
	padding-top: 1%;
}

.header a {
	float: right;
	display: block;
	color: #FFFFFF;
	text-align: center;
	width: auto;
	padding-left: 3%;
	padding-right: 3%;
	text-decoration: none;
	font-size: 24px;
}

.header a:hover {
	background-color: #2A2A2E;
	color: #FDFDFD;
}

.header a.active {
	background-color: rgba(0, 0, 0, 0.4);
}

.informationSlide {
	position: fixed;
	display: none;
	margin-right: 15%;
	margin-left: 15%;
	top: 0;
	min-width: 35vw;
	max-width: 80%;
	width: 60%;
	height: 99.9vh;
	right: 0;
	background-color: rgba(10, 10, 14, 0.98);	
	z-index: 99;
	padding-left: 3%;
	padding-right: 3%;
	overflow-y: auto;
	overflow-x: hidden;
}

.intro {
	text-align: center;	
	margin-top: 5em;
}

.introName {
	margin-right: 12%;
	font-size: 84px;
	color: #FFFFFF;
	text-align: right;
	font-family: 'Aleo Regular', serif;
	padding: 0 10% 0 0;
}

.introProfilePicture {
	border-radius: 20px;
	padding-right: 3%;
	margin-left: 2%;
	height: 15.5em;   
	float: right;
	padding: 0 10% 0 0;
}

.introMainText {
	margin-right: 12%;
	text-align: right;
	padding: 0 10% 0 0;
}

.pageContent {
	margin-top: 1em;
	width: 60vw;
	margin-left: 20vw;
}

/* Empty placeholder for future image styles */
.pictureHolder { }

.pictureHolder .cardFrame { }

.projects {
	padding: 1em 8%;
	margin: auto;             
	width: 60%;               
	background-color: #1A1C20;
	text-align: center;	      
}

.skills {
	padding: 1em 8%;
	margin: auto;             
	width: 60%;               
	background-color: #1A1C20;
	text-align: center;	      
}

.contact {
	padding: 1em 8%;
	margin: auto auto 300px auto;             
	width: 60%;               
	background-color: #1A1C20;
	text-align: center;	      
}