* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	/*background-color: #535E7A;*/
	background-image: url(../imgs/home.jpg);
	background-size: cover;
}
h2 {
	position: relative;
	top: 11%;
}
p {
	position: relative;
	top: 22%;
	padding: 0px 5%;
}
.link {
	margin: 0px 20px;
	color: #b8bdff;
	position: relative;
	top: 30%;
	right: 3%;
}
.project_card {
	background-image: url(../imgs/card.png);
	background-size: 100% 100%;
	height: 35vh;
	width: 60vw;
	overflow: hidden;
	border-radius: 1%;
	box-shadow: 0px 10px 8px 5px rgb(0,0,0,.5);
	margin: 4vh 1vw;
	position: relative;
}
.left_card {
	left: 5%;
}
.right_card {
	left: 33%;
}
.note {
	position: absolute;
	margin: 0px 8%;
	top: 85%;
}
#navbar {
	height: 20vh;
	width: 100%;
	text-align: right;
}
#projects {
	text-align: center;
	font-family: Trebuchet MS;
}