html{
	scroll-behavior: smooth;
}

body{
	background-color: #F0F0F0;
	border: none;
	font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

@font-face{
    font-family: 'Minerva Modern';
    font-style: normal;
    font-weight: normal;
    src: url('https://bluetutors.co.uk/fonts/minerva-modern.woff') format('woff');
}

/* === Webpage Sections === */
section#webpage-section{
	padding: 4vw 0 0 0;
}

article.content{
	vertical-align: top;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

article.admin-messages{
	vertical-align: top;
	margin: 0 0 0 0;
	padding: 2vw 0 2vw 0;
}

@media only screen and (max-device-width: 480px){
	section#webpage-section{
		padding: 16vw 0 0 0;
	}
}
