   /*
	 smlxl.lv
	 by Maris Voits
	 https://saigot.com
*/
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,300;0,600;0,700;0,800;1,300;1,600;1,700;1,800&display=swap');

/*  initialize.css */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
 margin: 0;
 padding: 0;
 border: 0;
 font-size: 100%;
 font: inherit;
 vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
 display: block;
}
body {
 line-height: 1;
}
ol, ul {
 list-style: none;
}
blockquote, q {
 quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
 content: '';
 content: none;
}
table {
 border-collapse: collapse;
 border-spacing: 0;
}

/* initialize.css */

body {
font-family: 'Inter Tight', sans-serif;
/* font-size: calc(14px + (26 - 14) * ((100vw - 300px) / (1600 - 300))); */
font-size: 16px;
color: #fff;
}

/* .end-150 {
  right: 150px;
} */


.bg-opacity-30 {
  opacity: .3;
}


/* HEADER */

header {
  min-height: 270px;
}

header h2 {
  font-weight: 800;
  color: #fd7405;
  font-size: 1.5em;
}

h1 {
  font-weight: 700;
  color: #fff;
  opacity: .75;
  font-size: 2rem;
  line-height: 1.2;
}

h3 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 10px;
  font-style: normal;
}

h4 {
  font-size: 1.7rem;
  font-weight: 600;
  color: #fd7405;
}

.header-info {
  background-color: rgba(0, 0, 0, .3);
  font-weight: 300;
  font-size: .8rem;
  line-height: 1.2;
  width: 150px;
}

.header-info_vert {
top: 0;
right: 0;
}

.header-info_hor {
  width: 150px;
  right: 0;
  bottom: 0;
}

.info-orange {
  min-height: 120px;
  padding-left: 25px;
  padding-right: 25px;
  font-style: italic;
}

.info-orange p {
  line-height: 1.3;

}

.info-orange img {
  margin-left: 30px;
}

footer p {
  margin-top: 30px;
  font-style: italic;
  line-height: 2;
}



/*  `xs` returns only a ruleset and no media query */
/*  ... { ... } */

/*  `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (min-width: 575.98px) { 

  header {
    min-height: 330px;
  }
  h1 {
    font-size: 2.8rem;
    line-height: 1.2;
  }
  header h2 {
    font-size: 1.8rem;
  }
  .header-info {
    font-size: .8em;
    line-height: 1.4;
    width: 270px;
  }

  .header-info {
    font-size: 1rem;
    line-height: 1.2;
    width: 180px;
  }

  .header-info_vert {
    top: 0;
    right: 40px;
    }
    
    .header-info_hor {
      width: 220px;
      right: 0;
      bottom: 15px;
    }

 }

/*  `md` applies to small devices (landscape phones, less than 768px) */
@media (min-width: 767.98px) { 
  
  header {
    min-height: 420px;
  }
  h1 {
    font-size: 4rem;
    line-height: 1.2;
  }
  header h2 {
    font-size: 1.9rem;
  }

  .header-info {
    font-size: 1rem;
    line-height: 1.4;
    width: 200px;
  }

  .header-info_vert {
    top: 0;
    right: 100px;
    }
    
    .header-info_hor {
      width: 300px;
      right: 0;
      bottom: 35px;
    }

 }

/*  `lg` applies to medium devices (tablets, less than 992px) */
@media (min-width: 991.98px) { 
  header {
    min-height: 570px;
  }
  h1 {
    font-size: 5.6rem;
    line-height: 1.2;
  }
  header h2 {
    font-size: 2.5rem;
  }
  .header-info {
    font-size: 1.2rem;
    line-height: 1.4;
    width: 230px;
  }

  .header-info_vert {
    top: 0;
    right: 150px;
    }
    
    .header-info_hor {
      width: 380px;
      right: 0;
      bottom: 45px;
    }

 }

/*  `xl` applies to large devices (desktops, less than 1200px) */
@media (min-width: 1199.98px) { 
  header {
    min-height: 675px;
  }
  h1 {
    font-size: 7rem;
    line-height: 1.2;
  }
  header h2 {
    font-size: 3rem;
  }

  .header-info {
    font-size: 1.4rem;
    line-height: 1.4;
    width: 270px;
  }

  .header-info_vert {
    top: 0;
    right: 150px;
    }
    
    .header-info_hor {
      width: 420px;
      right: 0;
      bottom: 45px;
    }
  .footer-size {
    min-height: 430px;
  }

 }

/*  `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (min-width: 1399.98px) { 
  header {
    min-height: 745px;
  }
  h1 {
    font-size: 8rem;
    line-height: 1.1;
  }
 
  .header-info {
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.4;
    width: 270px;
  }
    
    .header-info_hor {
      width: 420px;
      right: 0;
      bottom: 75px;
    }
  

 }