/*
Theme Name: BlankSlate
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: http://tidythemes.com/
Description: Please read: tidythemes.com/concept. BlankSlate is the definitive WordPress HTML5 boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/blankslate/issues. Thank you.
Version: 2019.1
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2019 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/

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}body{line-height:1}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}

body {
  font-family: archiaregular;
  font-size: 16px;
  line-height: 22px;
}

@font-face {
  font-family: 'archiaregular';
  src: url('https://fastlab-master-20190705141744-storage164059-master.s3-ap-southeast-2.amazonaws.com/public/archia-regular-webfont.eot');
  src: url('https://fastlab-master-20190705141744-storage164059-master.s3-ap-southeast-2.amazonaws.com/public/archia-regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('https://fastlab-master-20190705141744-storage164059-master.s3-ap-southeast-2.amazonaws.com/public/archia-regular-webfont.woff2') format('woff2'),
       url('https://fastlab-master-20190705141744-storage164059-master.s3-ap-southeast-2.amazonaws.com/public/archia-regular-webfont.woff') format('woff'),
       url('https://fastlab-master-20190705141744-storage164059-master.s3-ap-southeast-2.amazonaws.com/public/archia-regular-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'jetbrains-medium';
  src: url('https://fastlab-master-20190705141744-storage164059-master.s3-ap-southeast-2.amazonaws.com/public/JetBrainsMono-Medium.eot');
  src: url('https://fastlab-master-20190705141744-storage164059-master.s3-ap-southeast-2.amazonaws.com/public/JetBrainsMono-Medium.eot?#iefix') format('embedded-opentype'),
       url('https://fastlab-master-20190705141744-storage164059-master.s3-ap-southeast-2.amazonaws.com/public/JetBrainsMono-Medium.woff2') format('woff2'),
       url('https://fastlab-master-20190705141744-storage164059-master.s3-ap-southeast-2.amazonaws.com/public/JetBrainsMono-Medium.woff') format('woff');
  font-weight: medium;
  font-style: medium;
}

@font-face {
  font-family: 'jetbrains-bold';
  src: url('https://fastlab-master-20190705141744-storage164059-master.s3-ap-southeast-2.amazonaws.com/public/JetBrainsMono-Bold.eot');
  src: url('https://fastlab-master-20190705141744-storage164059-master.s3-ap-southeast-2.amazonaws.com/public/JetBrainsMono-Bold.eot?#iefix') format('embedded-opentype'),
       url('https://fastlab-master-20190705141744-storage164059-master.s3-ap-southeast-2.amazonaws.com/public/JetBrainsMono-Bold.woff2') format('woff2'),
       url('https://fastlab-master-20190705141744-storage164059-master.s3-ap-southeast-2.amazonaws.com/public/JetBrainsMono-Bold.woff') format('woff');
  font-weight: bold;
  font-style: bold;
}

h1 {
  font-family: archiaregular;
  font-size: 100px;
  line-height: 100px;
}

h2 {
  font-family: archiaregular;
  font-size: 50px;
  line-height: 60px;
}

h3 {
  font-family: archiaregular;
  font-size: 44px;
  line-height: 46px;
}

h4 {
  font-family: archiaregular;
  font-size: 40px;
  line-height: 44px;
}

h5 {
  font-family: JetBrainsMono-Bold;
  font-size: 24px;
  line-height: 26px;
}

h6 {
  font-family: JetBrainsMono-Bold;
  font-size: 20px;
}

#global-overlay {
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  min-height: 100%;
  pointer-events: none;
  z-index: 9;
}

/* FOOTER */
footer {
  display: flex;
  position: relative;
  padding: 0px 6.8vw 0px 6.8vw;
  height: 155px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: #151417;
  color: white;
  user-select: none;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  z-index: 4;
}

footer-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-basis: auto;
}

footer-middle {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
}

footer-right {
  display: flex;
  flex-direction: row;
}

a#footer {
  font-family: 'jetbrains-medium';
  font-size: 17px;
  line-height: 28px;
  text-decoration: none;
  width: auto;
  color: white;
}

uon-p {
  font-family: 'jetbrains-medium';
  font-size: 11px;
  line-height: 16px;
  padding: 16px 0px;
}

#post-2 {
  min-height: 100vh;
  min-width: 100%;
}

menu-button {
  display: block;
  position: fixed;
  top: 26px;
  right: 26px;
  width: 56px;
  height: 56px;
  z-index: 9999;
}

.wrapper {
  height: 0px;
}

.header {
  height: 0px;
}

#header {
  position: fixed;
  top: 34px;
  left: 167px;
  width: 155px;
  height: auto;
  z-index: 5;
}

.wp-block-column {
  margin-left: 0px !important;
}
