html,body {
	margin: 0;
	padding: 0;
	background-color: #f3f3f3;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}

.offblack {
	color: #545454;
	transition: color .3s ease-in;
}

a:hover i {
	color: #1e1e1e;
	transition: color .3s ease-in;
}

#panel {
	position: absolute;
	height: 594px;
	width: 1280px;
	left: 50%;
	top: 50%;
	margin-left: -640px;
	margin-top: -297px;
	background-color: #fefefe;
	
}

#image-container {
	position: relative;
	display: inline-block;
	left: 0;
	width: 50%;
	height: 100%;
	overflow: hidden;
}

#image {
	position: absolute;
	width: 100%;
	height: 120%;
}

#info {
	position: relative;
	display: inline-block;
	float: right;
	width: 50%;
	text-align: center;
	margin-top: 100px;
}

#title-container {
	letter-spacing: 10px;
	font-weight: 700;
	font-size: 1em;
	margin: 70px 0 0 0;
}

#bar-container {
	width: 200px;
	margin: 0 auto;
	opacity: .75;
	margin-bottom: 25px;
}

#desc {
	font-size: 1em;
	font-weight: 300;
	letter-spacing: 2px;
	padding: 0 50px 0 50px;
}

#social {
	margin-top: 100px;
	font-size: 2em;
	letter-spacing: 10px;
}

#copyright {
	position: absolute;
	width: 100%;
	text-align: center;
	font-weight: 400;
	font-size: .8em;
	top: 50%;
	margin-top: 300px;
	opacity: .9;
}

@media (max-width: 1440px) {
	
	#panel {
		width: 800px;
		height: 371px;
		margin-left: -400px;
		margin-top: -185px;
	}
	
	#info {
		margin-top: 60px;
	}
	
	#title-container {
		letter-spacing: 7px;
		font-size: .6em;
		margin: 40px 0 0 0;
	}
	
	#bar-container {
		width: 100px;
		margin-bottom: 20px;
	}
	
	#desc {
		font-size: .6em;
	}
	
	#social {
		font-size: 1.6em;
		margin-top: 60px;
		letter-spacing: 6px;
	}
	
	#copyright {
		margin-top: 190px;
		font-size: .6em;
	}
}

@media (max-width: 820px) {
	#panel {
		width: 533px;
		height: 247px;
		margin-left: -267px;
		margin-top: -124px;
	}
	
	#info {
		 margin-top: 40px;
	}
	
	#title-container {
		letter-spacing: 4px;
		font-size: .4em;
		margin: 30px 0 0 0;
	}
	
	#bar-container {
		width: 60px;
		margin-bottom: 14px;
	}
	
	#desc {
		font-size: .4em;
	}
	
	#social {
		font-size: 1em;
		margin-top: 40px;
		letter-spacing: 4px;
	}
	
	#copyright {
		margin-top: 130px;
		font-size: .4em;
	}
	
}

@media (max-width: 575px) {
	
	#image-container { display: none; }
	
	#panel {
		margin: 0;
		padding: 0;
		width: 100%;
		height: 100%;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
	
	#info {
		width: 100%;
		height: 500px;
		display: fixed;
		top: 50%;
		margin: 0;
		margin-top: -250px;
	}
	
	#title-container {
		font-size: 1em;
	}
	
	#bar-container {
		width: 130px;
	}
	
	#desc {
		font-size: .8em;
	}
	
	#social {
		font-size: 1.4em;
		margin-top: 50px;
		letter-spacing: 8px;
	}
	
	#copyright {
		display: none;
	}
}