/* Sticky footer
-------------------------------------------------- */
html, body {
  height: 100%;
}
body {
  display: flex;
  flex-flow: column;
  color: #424242;
}
.footer {
  margin-top: auto;
  background-color: #f5f5f5;
  padding: 20px;
}


/* Custom CSS
-------------------------------------------------- */
@font-face {
  font-family: "Circular Bold";
  src: url("../fonts/circular-bold.woff") format("woff");;
}

@font-face {
  font-family: "Circular Book";
  src: url("../fonts/circular-book.woff") format("woff");;
}

.container {
  width: auto;
  padding: 0 15px;
}

h1 {
  font-family: "Circular Bold";
  line-height: 1.6;
  font-size: 3.15rem;
  color: #424242;
} 

h2 {
  font-family: "Circular Book";
  line-height: 1.6;
  font-size: 2.8rem;
  color: #424242;
} 

.mailto, .mailto:hover {
  text-decoration: none;
  color: inherit !important;
}

.mt-6 {
  margin-top:4rem !important;
}


* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#header-logo {
  max-width: 40%;
}

.highlight {
  display: inline;
  background-color: #00C6FB;
  background-image: linear-gradient(to right, #005BEA 0%, #00C6FB 100%);
  color: white; 
  padding-left: 5px;
  padding-right: 5px;
  white-space: nowrap;
}

@media (max-width: 620px) {
  h1, h2 {
    font-size: 2.5rem;
  }
  .mt-6 {
    margin-top: 3rem !important;
  }
  #header-logo {
    max-width: 70%;
  }
}

@media (max-width: 400px) {
  h1, h2 {
    font-size: 2rem;
  }
  .mt-6 {
    margin-top: 3rem !important;
  }
}