/**

  Navy:         #011E41
  Gold:         #F5D93F
  Brown:        #522D1E

**/

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

html, body, p, li, blockquote{
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  color:#FFF;
}

h1, .h1{
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  font-style: normal;
  color:#F5D93F;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1;
}

h2, .h2{
  font-family: "bebas-neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  color:#FFF;
}

body{
  background-color:#011E41;
  background-image: url(../images/bee-pattern.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

a, a:visited{
  color:#F5D93F;
}

strong{
  font-weight:500;
}

.grid-container{
  width:90%;
  max-width:1440px;
}

.btn-group{
  margin:50px 0;
}

a.btn{
  padding: 20px 32px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  background: #F5D93F;
  color: #011E41;
  font-size: 1.625rem;
  border-radius: 12px;
}

footer{
  margin-top:50px;
}