<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body 
{
  padding-top: 56px;
  font-family: "Open Sans", sans-serif;
}

nav 
{
	/* background: #fff; */
	background: #fff;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.05);
}

.featurette
{
	margin-top: 7em;
}


.navbar a 
{
  text-transform: uppercase;
  font-family: 'Dosis', sans-serif;
  font-weight: 600;
}

main &gt; .container {
  padding: 60px 15px 0;
}

.footer {
  background-color: #f5f5f5;
}

.footer &gt; .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

section {
  padding: 60px 0;
}


#teaser 
{
  width: 100%;
  height: 80vh;
  background: #f9f9f9;
}

#teaser .container 
{
  padding-top: 84px;
}

h1 
{
  margin: 0;
  font-size: 42px;
  font-weight: 700;
  line-height: 56px;
  color: #0f394c;
  text-transform: uppercase;
  font-family: 'Dosis', sans-serif;
}

#teaser h2 
{
  color: #1c698c;
  margin: 10px 0 0 0;
  font-size: 20px;
  font-family: 'Dosis', sans-serif;
}

#teaser .btn-get-started 
{
  font-family: "Dosis", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 3px;
  transition: 0.5s;
  margin-top: 25px;
  color: #fff;
  background: #49b5e7;
  text-transform: uppercase;
}


@media (max-width: 991px) 
{
  #teaser {
    height: 100vh;
    text-align: center;
  }
  #teaser .teaser-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #teaser h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #teaser h2 {
    font-size: 18px;
    line-height: 24px;
  }
  #teaser .teaser-img img {
    width: 80%;
  }
}
</pre></body></html>