@media (min-width: 576px) {
	
}
@media (min-width: 768px) and (max-width: 992px) {
	
}
@media (min-width: 992px) and (max-width: 1200px) {
	
}
@media (min-width: 1200px) {
	
}

html {
	position: relative;
	margin:0px;
	padding:0px;
	min-height: 100%;
}
body {
	font-family: 'Roboto', sans-serif;
	margin:0px;
	padding:0px;
	min-height: 100%;
}

.primary-color {
	color: #640007;
}

.main-container {
	background-color: #640007;
	height: 100%;
	background-image: url("../img/monti_bg.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
