@import url("https://use.typekit.net/xaj0qaq.css");
@import url('https://fonts.googleapis.com/css?family=Roboto');

html, body{
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

body{
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  background: #1B2C4C;
  color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
}

main{
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

aside{
  padding: 10px;
}

figure{
  margin: 0;
  padding: 0;
}

figcaption{
  display: none;
}

article{
  padding: 10px;
}

h1{
  font-family: 'Intro Head R Base';
  font-weight: normal;
  font-style: normal;
  font-size: 65px;
  line-height: 70px;
  padding: 0;
  margin: 0;
}

h2{
  color: #29B5BA;
  font-family: house-script, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 35px;
  padding: 0;
  margin: 0;
  margin-bottom: 40px;
}

h2 span{
  color: #92A639;
}

h3{
  padding: 0;
  margin: 0;
  font-size: 26px;
  font-weight: normal;
}

p{
  font-size: 18px;
}

footer p{
  margin: 5px 0 15px;
}

a{
  color: white;
  text-decoration: none;
}

a:hover{
  text-decoration: underline;
}

@media screen and (max-width: 600px) {
  main{
    flex-direction: column;
    align-items: center;
  }

  article{
    text-align: center;
  }

  h1{
    font-size: 48px;
    line-height: 50px;
  }

  p{
    font-size: 14px;
  }

  p a{
    font-size: 18px;
  }
}
