@media screen and (max-width: 767px){
	
	body {
		text-align: center;
	}

	main {
    	width: 85%;
	}
	
	.site-header {
   		margin-bottom: 30px;
	}
	
	.schedule article {
		display: block;
    	margin-bottom: 30px;
	}
	
}