html {font-size:24px;}
body {font-family: 'PT Sans', sans-serif; background-color:#fff; color:#3dc1cd}

img {max-width:100%;}
.container {max-width:1000px;}
	a {color:#3dc1cd; text-decoration:none}
	a:hover {color:#3dc1cd; text-decoration:underline}
header .container {min-height:370px; background-repeat:no-repeat; background-position:center; background-size:cover; background-image:url('../img/top-bg.png')}
.btn {color:#3dc1cd; border:4px solid #3dc1cd; border-radius:0; font-size:1.5rem; font-weight:900; padding:.5rem 2rem}
.btn:hover {color:#fff; background-color:#3dc1cd; border-color:#3dc1cd; text-decoration:none}

.h1 {font-weight:900;}
.h2 {font-weight:900;}


@media (max-width: 768px) {
	
	html {font-size:21px;}
	
}

@media (max-width: 450px) {
	
	html {font-size:18px;}
	
	header .container {
  min-height: 63vw;

  background-position: bottom center;
  background-size: contain;
  margin-bottom:2rem;
}
	
}