/* primary maroon */
/* primary gold */
/* secondary yellow */
/* secondary gold */
/* tertiary red dark */
/* tertiary red */
/* tertiary red light */
/* tertiary blue dark */
/* tertiary blue */
/* tertiary blue light */
/* teriary accent gold dark*/
/* teriary accent gold*/
/* teriary accent gold light*/

html {
  scroll-behavior: smooth;
  scroll-padding-top: 534px;
  /* take into account sticky nav - does not work in Safari */

}
@media (min-width: 1025px) {
  html {
    scroll-padding-top: 0;
  }
}
#main {
  margin-left: 0;
}
@media (min-width: 1025px) {
  #main {
    margin-left: 270px;
  }
}
h1 {
  font-family: 'Druk Bold', sans-serif;
  text-transform: uppercase;
  font-size: 2.7rem;
  line-height: 1;
  /*padding-top: 534px;
    margin-top: -534px;*/

}
@media (min-width: 1025px) {
  h1 {
    font-size: 4.6rem;
    line-height: 4.6rem;
    margin-bottom: 1rem;
    /*padding-top: 0px;
          margin-top: 0px;*/
  
  }
}
@media (min-width: 1560px) {
  h1 {
    font-size: 5.31rem;
    line-height: 5.31rem;
  }
}
h3 {
  font-family: 'AtlasGrotesk Regular', sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
}
@media (min-width: 1025px) {
  h3 {
    font-size: 2rem;
    line-height: 2;
  }
}
p {
  font-family: 'AtlasGrotesk Regular', sans-serif;
  font-size: 0.92rem;
}
@media (min-width: 1025px) {
  p {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
a {
  color: white;
}
a:hover {
  color: white;
}
