html,body
{
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}

h1 {
	text-align: center;
	font-size: 200%;
	font-family: "Raleway", sans-serif;
	font-weight: bold;
	padding-top:80px;
	text-decoration: underline;
	text-underline-position: 10px;
}

p {
	font-family: "Raleway", sans-serif;
	text-shadow: 0px 0px 10px white;
	padding-bottom: 25px;
	margin: 0px;
	text-align: center;
}

.blurb {
	font-size: 150%;
	margin-top: 100px;
}

.proj-name {
	font-size: 175%;
	padding-bottom: 0px;
}

.proj-desc {
	font-size: 150%;
	padding-bottom: 0px;
}

.proj-more {
	font-size: 150%;
	margin: auto;
	padding-bottom: 0px;
}

#overlay {
	position: fixed;
    z-index: 101;
    height: 50vh;
    width: 40vw;
    left: 50%;
    top: 50%;
    margin-left: -20vw;
    margin-top: -25vh;
    background-color: #FFFFFF;
    border: 1px solid #EAEAEA;
    box-shadow: 0px 0px 6px #333;
    border-radius: 10%;
}

.overlay-btns {
	display: flex;
	flex-direction: column;
}

.overlay-text {
	margin: 60px;
}

.closebtn {
	margin: auto;
	margin-top: 20px;
}

.heading {
	padding-top:80px;
	font-weight: bold;
	font-size: 200%;
	text-align: center;
}

.splash {
 	background-image: url("resources/sky.jpg");
 	width: 100%;
 	background-repeat: no-repeat;
 	background-size: cover;
 	margin: 0px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 50px;
}

.logoname {
	height: 60vh;
	width: 62vh;
	margin-top: 10vh;
	margin-bottom: 10vh;
}

.img-circle {
	border-radius: 50%;
	height: 50vh;
	width: 50vh;
}

.content{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding-left:  100px;
	padding-right: 100px;
	background-image: url("resources/sky.jpg");
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 200px;
    padding-top: 100px;
}

.img-proj {
	border-radius: 50%;
	margin: 5px;
	margin-right: 25px;
	margin-left: 25px;
	height: 40vh;
	width: 40vh;
	margin-bottom: 30px;
}

.img-proj:hover {
	border: 2px solid rgba(255,255,255,0.5);
	cursor: pointer;
}

.img-proj.selected {
	border: 2px solid white;
}

.img-proj.not-selected {
	opacity: 0.5;
}

.contactLink {
	font-size: 200%;
	margin-left: 90px;
	margin-right: 90px;
	margin-bottom: 20px;
	margin-top: 20px;
	text-shadow: 0px 0px 10px white;
}

.logoBox {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}