/* http://meyerweb.com/eric/tools/css/reset/ 
  v2.0 | 20110126
  License: none (public domain)
*/

@font-face {
   font-family: "Syne";
   src: url('fonts/Syne-Bold.ttf') format('truetype');
  }
  
@font-face {
   font-family: "Syne Mono";
   src: url('fonts/SyneMono-Regular.ttf') format('truetype');
  }

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;
  vertical-align: baseline;
   text-decoration: none;
}

body {
   overflow-x: hidden;
   background-color: #1b1d1f;
   margin: 0px;
   height: 100%;
   width: 100%;
  }
  
h1, h2, h3, h4, h5, h6 {
   font-family: "Syne", Helvetica, Arial, sans-serif;
   font-weight: 700;
  }
  
  h1 {
   font-size: 80px;
   line-height: 1.25;
  }
  
  h2 {
   font-size: 48px;
   line-height: 1.25;
  }
  
  h3 {
   font-size: 32px;
   line-height: 1.5;
  }

  h4 {
   font-size: 24px;
   line-height: 1.5;
   }

  h5 {
   font-size: 20px;
  }
  
  p, li {
   font-family: "Syne Mono", Helvetica, Arial, sans-serif;
   font-size: 16px;
   line-height: 1.5;
  }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}

section {
  width: 100%;
  overflow-x: hidden;
}

.banner, .mobile-menu, .footer, .hero, .persona, .portfolio, .tools, .services, .process, .gallery, .contact-section, .project-header {
  width: 100%;
  overflow: hidden;
}

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;
}

* {
   -webkit-font-smoothing: antialiased;
   box-sizing: border-box;
  }
  
  button:focus-visible {
   outline: 2px solid #d71921 !important;
   outline: -webkit-focus-ring-color auto 5px !important;
  }

  /* SCROLLBAR Width */
  ::-webkit-scrollbar {
   width: 8px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
   background: #1B1D1F;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
   background: #d71921;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
   background: #fff;
  }