
html, body {min-height: 100%!important;}
body {
    background-color: #fefeef;
    background-image: url(../img/bg-1.png),  url(../img/bg-2.png);
    background-position: top left, bottom right;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    color: #f55a32;
    position: relative;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-family: "avenir-lt-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2rem; line-height: 1.3;
}

h1 {
    color: #d4e240; 
    font-weight: 800;
    font-size: 2.5rem; line-height: 1;
}

h3 {
    font-size: 1.3rem; 
}

@media (orientation: landscape) {
  body {
    font-size: 3.5vw;
  }
  h1 {
    font-size: 7vw;
  }
  h3 {
    font-size: 4vw;
  }
}

@media (min-width: 768px) {
  body {
    font-size: 3.5vw;
  }
  h1 {
    font-size: 8vw;
  }
  h3 {
    font-size: 4vw;
  }
}

@media (min-width: 1280px) {
  body {
    font-size: 1.8rem;
  }
  h1 {
    font-size: 4rem;
  }
  h3 {
    font-size: 2rem;
  }
}


a {color: #f55a32;}
strong {font-weight: 800;}

.logo {
    max-width: 60%;
}

.social img {
    max-width: 16%; margin: 0 .3rem;
}




