@media only screen and (max-width: 1000px) and (min-width: 600px)  {
.hide-on-phone {
	display: none;
	transition: 0.2s;
}
.hide-on-desktop {
	display: block;
	transition: 0.2s;
}
.main-title {
	font-size: 30pt; font-weight: 700;
}
.secondary-title {
	font-size: 14pt;
}
.home-cover {
	height: auto;
}
.modal-dialog {
	width: 50%;
}
}