@import url("style.css");



@media screen and (max-width: 750px) {
/* start of phone styles */

	
	header {
		height: auto;
	}
	#burger {
		margin: 1rem 0.25rem 0 0;
		font-size: 1.25rem;
	}
	
	ul {
		padding-top: 17px;
		padding-left: 0.75rem;
		height: auto;
		width: inherit;
		}
	
	ul li {
		padding-right: 0.75rem;
		width: inherit;
	}
	h2 {
		line-height: 1rem;
		font-size: 1.25rem;
		padding-bottom: 1.25rem;
		border-bottom: solid 1px #2b2b2b;
		font-weight: 100;
	}	
	
	footer {
		position: absolute;
		bottom: 0;
		padding-right: 0;
	}
	
	a:link {
		color: white; 
		text-decoration: none;
	}
	
	a:visited {
		color: white; 
		text-decoration: none;
	}
}