@import url("https://use.typekit.net/jhl1vwr.css");

html {
		background-color: transparent;
		height: 800px;
  color: #002c41;
	}

h1, h2, h3, h4, h5 {
  font-family: "mreavesxlmodotheavy", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #002c41;
}

p {
  font-family: "apertura", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #002c41;
  font-size: 1.2em;
}

footer {
	padding: 50px;
}

footer a {
	color: #3c94be;
}

h1 {
	font-size: 3.5em;
}

.apply-link {
background-color: #009ae2;
  padding: 5px;
  border-radius: 15px;
  width: 180px;
  text-align: center;
  color: #fff;
  border: 2px solid #0a83bc;
  box-shadow: 2px 2px 4px #999;
  margin-top: 2px;
}

.nav-link {
	font-size: 1.5em;
}

.call {
	font-size: 3em;
  	text-shadow: 3px 3px 8px #999;
}

.tosh {
	font-family: "tosh-a", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.stripe {
height: 50px;
  width: 100%;
  background: linear-gradient(90deg, rgba(255, 192, 0, 1) 0%, rgba(255, 242, 99, 1) 50%, rgb(0, 154, 226) 90%, rgba(104, 185, 222, 1) 98%);
  border-bottom: 10px solid #009ae2;
}

.container-tile {
	width: 100%;
	min-height: 400px;
	border-radius: 20px;
	box-shadow: 2px 2px 10px #999;
	background: #00D4FF;
background: linear-gradient(90deg, rgba(0, 212, 255, 1) 0%, rgba(0, 116, 184, 1) 41%, rgba(0, 116, 184, 1) 63%, rgba(0, 212, 255, 1) 100%);
	color: #fff;
	cursor: pointer;
}


.container-tile img { 
	border-radius: 20px 20px 0 0;
}

.container-tile h2 {
	margin-top: 15px;
  margin-bottom: 15px;
  display: inline-block;
  color: #ffeeb9;
}