@font-face {
    font-family: NotoThin;
    src: url('../fonts/NotoSans-Thin.ttf');
}

@font-face {
    font-family: NotoSemiBold;
    src: url('../fonts/NotoSans-SemiBold.ttf');
}


body {
	background-color: #ffffff;
	background-size: cover;
	font-family: NotoThin, Arial, sans-serif;
	font-size: 13px;
}

h1 {
	font-size: 17px;
}

strong {
	font-family: NotoSemiBold, Arial, sans-serif;
}

@media screen and (min-width: 768px) {

	body {
		background-image: url('../images/best-in-table-background.jpg');
	}

	.p-md-6 {
		padding: 4rem !important;
	}
	
	.p-y-md-6 {
		padding-bottom: 4rem !important;
		padding-top: 4rem !important;
	}
}


