@import url('https://fonts.googleapis.com/css2?family=Rye&display=swap');
h1, h2, h3, .phone { font-family: 'Rye', serif; }
h1, h2, h3, p { color: #333333; }
.parallax_1, .parallax_2 { height: 300px!important; }
a:link, a:active, a:visited { color: #333333!important; text-decoration: underline; }
a:hover { color: #906!important; text-decoration: none; }
.phone { font-size: 28px; }
ul li a { font-weight: 700; }
@media screen AND (max-width: 430px) {
	.logo {  }
	iframe { width: 100%; height: 300px; }
	header { padding-top: 0px!important; padding-bottom: 0px!important; }
	footer ul, footer ul li { display: block; text-align: left; }
	#navbarSupportedContent ul, .navbar-toggler { display: none; }
	.container-fluid select { display: block; margin: 0 auto 0px auto; width: 100%; }
	.div2 > form { width: 320px; margin: 0 auto; }
}
@media screen AND (min-width: 430px) {
	.logo { max-width: 100px; }
	iframe { width: 100%; height: 600px; }
	#navbarSupportedContent { justify-content: center; text-align:center; }
	header { padding-top: 8px!important; padding-bottom: 7px!important; }
	footer ul, footer ul li { display: inline-block; text-align: center; }
	.container-fluid select { display: none; width: 60%; }
	.div2 > form { width: 340px; margin: 0 auto; }
	.footer-menu { padding: 0 0 0 0; }
}