/* load fonts in here  */



.instrument-sans {
  font-family: "Instrument Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}


/*@font-face {
    font-family: 'Aeonik';
    src: url('Aeonik-RegularItalic.woff2') format('woff2'),
        url('Aeonik-RegularItalic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}


@font-face {
    font-family: 'Aeonik';
    src: url('Aeonik-Regular.woff2') format('woff2'),
        url('Aeonik-Regular.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
*/



/* made using https://type-scale.com/ */


/***************************************** setting the base size */

/*html {
  font-size: 12px;
}

@media only screen and (min-width: 996px) {
        html {font-size: 14px;}
}
@media only screen and (min-width: 1200px) {
        html {font-size: 16px;}
}
@media only screen and (min-width: 1600px) {
        html {font-size: 16px;}
}*/

html {
  font-size: 1vw;
}


/*************************************** type styles */


p, li {
  margin-bottom: 1.25em;
  font-size: 14px;
}

h1, h2, h3, h4, h5 {
  margin: 1rem 0 4rem 0; /* this has been altered from the original */
  line-height: 1.1;
  font-style:  normal;
  font-weight: 300;
  letter-spacing: -0.02em;
}

h1 {
  margin-top: 0;
  font-size: 48px;
  letter-spacing: -0.06em;
  line-height: 1;
/*  font-weight: 200;*/
  /*font-family: 'Poppins', sans-serif;*/
}
h2 {
  margin-top: 0;
  font-size: 30px;
  letter-spacing: -0.02em;
  line-height: 1.0;
  font-weight: 200;
  /*font-family: 'Poppins', sans-serif;*/
}
h3 {
  font-size: 24px;
  font-weight: 300;
}
h4 {
  font-size: 14px;
  font-weight: 300;
}
.jumbo {
  font-size: 16vw;
  text-transform: uppercase;
  text-align: center;
  color: #f5f5f5;
}

.small, .text_small {font-size: 13px;}

.bourke {
  margin-left: -0.7em;
  letter-spacing: 0.49em;
}
.david {
  letter-spacing: 0.92em;
  margin-left: -0.1em;
}
.reg {
  font-weight: 400;
}

@media only screen and (min-width: 1024px) {
    h1 {
      font-size: 3.5rem;
    }
    h2 {
      font-size: 2.5rem;
    }
    h3 {
      font-size: 2rem;
    }
    h4 {
      font-size: 1.5rem;
    }
    p, li {
      font-size: clamp(14px, 1rem, 18px);

    }
}


/*@media only screen and (min-width: 1600px) {

    h1 {
      font-size: 120px;
    }

    h2 {
      font-size: 92px;
    }
    h3 {
      font-size: 2vw;
    }
}*/





strong {
  font-weight: 700;
}

a:link, a:hover, a:visited, a:active {
  color: inherit;
  text-decoration: none;
  transform: translateY(0px);

}

.thenav a{
    transform: translateX(0px);
    transition: transform 0.3s cubic-bezier(0.87, 0, 0.13, 1);
    display: inline-block;
}

.thenav a:hover {
    transform: translateX(5px);
    transition: transform 0.3s cubic-bezier(0.87, 0, 0.13, 1);
    display: inline-block;
}

.medium {
  font-weight: 400;
}

.txt-right {
  text-align: right;
}
.txt-center {
  text-align: center;
}


/*a.link-style:link, a.link-style:hover, a.link-style:visited, a.link-style:active {
  color: inherit;
  text-decoration: none;
  border-bottom: solid 1px;
  border-color: inherit;
  padding-bottom: 0.1em;
  transition: all 0.3s;
}
a.link-style:hover{
  border-bottom: solid 1px;
  transition: all 0.3s;
}*/

/*.menu a:link, .menu a:hover, .menu a:visited, .menu a:active {
  color: inherit;
  text-decoration: none;
  border-bottom: solid 1px;
  border-color: inherit;
  padding-bottom: 0.1em;
  transition: all 0.3s;
}
*/


/*a {
  color: #dfe5f3;
  text-decoration: none;
  background-image: linear-gradient(#222b40, #222b40),
    linear-gradient(rgb(176, 251, 188), rgb(176, 251, 188)),
    linear-gradient(#feb2b2, #feb2b2);
  background-size: 20px 2px, 100% 2px, 0 2px;
  background-position: calc(20px * -1) 100%, 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 2s linear, background-position 2s linear;
}

a:hover {
  background-size: 20px 2px, 0 2px, 100% 2px;
  background-position: calc(100% + 20px) 100%, 100% 100%, 0 100%;
}

*/

em {
  font-style:  italic;
}

ul {
    margin-left: 0em;
    padding-left: 0;
    margin-bottom: 0;
    /*list-style-type: none;*/
}
li {
  margin-bottom: 0.5em;
}





