html {
	width: 100%;
}

body {
	background-image: url('../jpeg/background.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
 	background-size: 100% 100%;
}

img {
	display: flex;
	border-radius: 7%;
	max-width: 100%;
  	max-height: 100%;
}
#topNavBar {
	display: flex;
	width: 100%;
	justify-content: space-between;
	height: 15vh;
	/* box-shadow: 0 0 50px 15px #F8F8F8; */
}

#leftButtonGroup {
	display: flex;
	margin-left: 6vw;
    margin-top: 4vh;
}

.topNavButton { 
	width: fit-content;
	float: left;
	display: flex;
	box-shadow: 0 0 50px 15px #F8F8F8;
	margin: 2px;
}

#homeButtonImage {
	display: none;
}

#aboutButtonShadowImage {
	display: none;
}

#workButtonShadowImage {
	display: none;
}

#socialGroup {
	display: flex;
	flex-direction: column;
	height: 50%;
	align-items: center;
}
.socialButton { 
	display: flex;
	height: -webkit-fill-available;
}

#siteLogo {
	display: flex;
	margin-right: 6vw;
    margin-top: 4vh;
}

#tempContent {
	display: flex;
	justify-content: space-evenly;
	height: 80vh;
}
