html { 

}

body {
	text-align: center;
}

iframe {
	border: none;
}

div {
	margin: 0 auto;
	width: 920px;
}

h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 4em;
	text-align: left;
	margin-top: 5px;
	margin-bottom: -25px;
}

p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 1.8em;
	text-align: left;
}

p a {
	color: #ff473c;
	text-decoration: none;
}

p a:hover {
	color: #ff6b3c;
}

img {
	margin: 0 20px 40px 20px;
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	
		div {
		width: 950px;
	}
	
	h1 {
		font-size: 2.5em;
		margin-bottom: -20px;
	}
	
		p{
		font-size: 1.2em;
	}
	
	img {
		height: 118px;
	}
	
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	
	div {
		width: 950px;
	}
	
	h1 {
		font-size: 2.5em;
		margin-bottom: -20px;
	}
	
		p{
		font-size: 1.45em;
	}
	
	img {
		height: 118px;
	}
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	
	div {
		width: 950px;
	}
	
	h1 {
		font-size: 2.5em;
		margin-bottom: -20px;
	}
	
	p {
		font-size: 1.45em;
	}
	
	img {
		height: 118px;
	}
}


