BODY
{
	/*background-color: #B7B7B7;*/
	font-family: 'Open Sans', sans-serif;
	margin-top: 50px;
}
#logo
{
	/*border: 1px solid black;*/
	width: 300px;
	margin: auto auto 55px auto;
	background-image: url("../rhysevanslogo.png");
	height: 180px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
DIV.holding2
{
	margin: auto;
	text-align: center;
}
/* Phones Portrait (phones, less than 480px) */
@media (max-width: 480px)
{
	#logo
	{
		width: 90%;
	}
}
/*Phones Landscape (phones, 480px and up) */
@media (min-width: 481px)
{
	BODY
	{
		padding: 0;
	}
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px)
{
	.container
	{
		width: 700px;
		padding-left: 0px;
		padding-right: 0px;
	}
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px)
{
	.container
	{
		width: 940px;
	}
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px)
{
	.container
	{
		width: 1080px;
	}
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1600px)
{
	.container
	{
		width: 1440px;
	}
}
