* {
	font-family: 'Montserrat' !important;
}

h1 {
	font-weight: 900;
}

.v-center {
	margin-top: 10vh;
}

.subtitle {
	margin-top: 10vh;
}

.address {
	margin-top: 20px;
	font-weight: 100;
}

.address > p, .address > a, .text-light > p {
	font-weight: 100;
	font-size: 0.8em;
}

@media only screen and (max-width: 600px) {
	h1 {
		font-size: 1.3em;
	}

	.address > p, .address > a, .text-light > p {
		font-size: 0.4em;
	}
}

@media only screen and (max-width: 320px) {
	h1 {
		font-size: 1.3em;
	}

	.address > p, .address > a, .text-light > p {
		font-size: 0.3em;
	}	
}