@charset "UTF-8";
/* CSS Document */

html {
	margin: 0 auto;
	font-family: myriad-pro, sans-serif;
	font-style: normal;
	font-weight: 300;
	background: url("Assets/Background.jpeg") no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	align-content: center;
}

h1 {
	margin: 0 auto;
	font-size: 3.5em;
	color: #d14e27;
	padding-bottom: 10px;
	line-height: 60px;
}

p {
	margin: 0 auto;
	font-size: 1.85em;
	color: dimgray;
	max-width: 60%;
	min-width: 10em;
	padding-bottom: 20px;
}

#wrapper {
	margin: 0 auto;
	width: 75%;
	text-align: center;
	padding-top: 7.5%;
}

/* Content */

#logo {
	margin: 0 auto;
	width: 40%;
	min-width: 20em;
	padding-bottom: 10px;
}

	#logo:hover {
		opacity: 0.75;
	}

#stars {
	margin: 0 auto;
	width: 30%;
	min-width: 15em;
	padding-bottom: 30px;
}

/* Buttons */

#buttons {
	clear: both;
	margin: 0 auto;
	align-content: center;
}

#glassdoor {
	background: url("Assets/Glassdoor.png") no-repeat;
	display: inline-block;
	width: 225px;
	height: 65px;
	padding: 10px; 
}

	#glassdoor:hover {
		background: url("Assets/Glassdoor-Hover.png") no-repeat;
	}

#indeed {
	background: url("Assets/Indeed.png") no-repeat;
	display: inline-block;
	width: 225px;
	height: 65px;
	padding: 10px;
}

	#indeed:hover {
		background: url("Assets/indeed-Hover.png") no-repeat;
	}