body {
	background-color: white;
	font-family: Helvetica Neue;
	width: 80%;
	padding-top: 10px;
	padding-left: 60px;
	padding-bottom: 24px;
	}
		
h1 {
	font-size: 42px;
	margin-bottom: 14px;
	width: 75%;
	}
	
h2 {
	font-size: 22px;
	margin-top: 30px;
	margin-bottom: 12px;
	width: 75%;
	}
	
p {
	font-size: 18px;
	line-height: 1.4;
	width: 75%;
	}
			
a {
	color: #1F3548;
	outline: none;
	}

a:hover {
	background-color: #f4e867;
		}

img {
	width: 75%;
	height: auto;
			}
			
video {
	width: 75%;
	height: auto;
			}
			
audio {
	width: 75%;
	height: auto;;
			} 	
			
ul {
	font-size: 18px;
	line-height: 1.4;
	width: 65%;
	}
		
hr {
	height: 1px;
	width: 100px;
	margin-left: 28%;
	}
	
@media only screen and (max-width: 600px) {
	body {
		margin: auto;
		width: 90%;
		padding-top: 10px;
		padding-left: 0px;
		padding-bottom: 24px;
		}
				
	img {
		width: 100%;
		height: auto;
		}
		
	video {
		width: 100%;
		height: auto;
		}
		
audio {
		width: 100%;
		height: auto;;
		} 	
					
	h1 {
		font-size: 42px;
		margin-bottom: 14px;
		width: 100%;
		}
	
	h2 {
		font-size: 22px;
		margin-top: 30px;
		margin-bottom: 12px;
		width: 100%;
		}
				
	p {
		font-size: 17px;
		line-height: 1.4;
		width: 100%;
		}
		
	ul {
		font-size: 18px;
		line-height: 1.4;
		width: 65%;
		}
		
	hr {
		height: 1px;
		width: 100px;
		margin: auto;
		}
			}
				