body {
	height: auto;
	margin: 0;
	padding: 0;

}

#index-main {
	height: auto;
	width: 100%;
}

#about-main {
	position: relative;
	top: 50px;
	height: 600px;
	width: 60%;
	margin: 0 auto;
	background-color: white;
	border-radius:4px;
	box-shadow: 0px -5px 14px 1px #9e8c8c;
}

#about-home-button {
	position: absolute;
	top: 50px;
	left:6%;
	width: 100px;
	height: 40px;
	border-radius: 4px;
	border: none;
	background-color: white;
	color: white;
	opacity: 0.25;
	
}

#about-home-overlay {
    position: absolute;
    top: 50px;
    left: 6%;
    width: 100px;
    height: 40px;
    color: white;
    text-align: center;
    box-sizing: border-box;
    padding-top: 11px;
    border-radius: 4px;
}

#about-home-overlay:hover {
	background-color: grey;
}

.about-me-div {
	height: auto;
}

#header-name {
	color: #b34400;
}

.hero-image {
	background-image: url("assets/WilliamsFAM_013 (1).jpg");
	height: 960px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	color: grey;
}

.hero-image h1 {
	font-family: 'Merriweather Sans', sans-serif;
	margin: 0;
	color: #fff;
	font-size: 4em;
	padding: 40px 0 0 70px
}

.mobile-header {
	height: 60px;
	display: none;
}

#about-h1 {
	font-family: 'Merriweather Sans', sans-serif;
	text-align: center;
	color: grey;
	font-size: 2em;
	padding-bottom: 30px;
}


main>div>div {
	position: relative;
	top: 400px;
	margin: 0 15%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 10%;
}

main>div>div>a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 200px;
	background-color: rgba(255, 255, 255, .35);
	color: #ffffff !important;
	font-size: 1.7em;
	border-radius: 4px;
	padding: 0 10%;
	box-shadow: 0px 4px 13px 1px #2d2a2a;
}

a:link {
	text-decoration: none;
}

main>div>div>a:hover {
	transform: scale(1.05, 1.05);
	box-shadow: 0px 4px 13px 1px #ffffff;
}

.about-hero {
	font-family: Arial, Helvetica, sans-serif;
	color: grey;
}

.about-me-div {
	top: 40px;
	padding-top: 20px;
	box-sizing: border-box;
}

.about-text {
	margin: 0 40px 20px 40px;
}

footer {
	height: 100px;
	background-color: black;
	color: #FFFFFF;
	box-sizing: border-box;
}

#footer-copyright {
	padding-top: 40px;
	text-align: center;
	margin: 0;
}

@media only screen and (max-width: 1000px) {

	.hero-image {
		background-image: url("assets/WilliamsFAM_1000.jpg");
		background-position: left;
		/*height: 700px;*/
	}
	.hero-image h1 {
		font-size: 3em;
		text-align: center;
		padding: 0;
	}


}

@media  only screen and (max-width: 600px) {
	
	/*.hero-image {
		background-position: left;
	}*/

	.mobile-header {
		background-color: rgba(198, 212, 214, .85);
		display: block;
	}

	#head2 {
		text-align: right;
	}

	main>div>div {
		top: 200px;
		grid-template-columns: 1fr;
	}
}