@charset "UTF-8";
/* CSS Document */



/******* Fonts *******/


 @import url("https://use.typekit.net/lrj7lal.css");




/******* Globals *******/

body {
     background-color: #000;
    background-repeat: repeat;
  	margin: 0;
	padding: 0;
	font-family: "neue-haas-unica", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 19px;
    color:#FFF;
	line-height: 1.35em;
      -webkit-font-feature-settings: "lnum";
      -moz-font-feature-settings:    "lnum";
      -ms-font-feature-settings:     "lnum";
      font-feature-settings:         "lnum";
    overflow-x: hidden;

}
a{
    color: #FFF;
    text-decoration: none;

}
a:hover{
    color: #FFF;
    text-decoration: underline;

}
img{
    width: 100%;
    height: auto;


}
hr{
    background-color: #555;
    padding: 0px;
    margin: 0px;
}
.h1{
	font-weight: 200;
	font-size: 1.35em;
	line-height: 1.2em;
	font-variant-numeric: slashed-zero;
	letter-spacing: .02rem;
}
.mono-text{
	font-family: ibm-plex-mono, sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size: 0.8em;
}

.b2{
	font-family: "neue-haas-unica", sans-serif;
	font-weight: 300;
     font-size: 1em; 
    line-height: 1.15em;
	opacity: 0.6;
	letter-spacing: .02rem;
}

.content-holder{
    padding: 60px;
}



@media only screen and (max-width: 992px) {
	body{
		font-size: 16px;
	}

	.content-holder{
    padding: 20px;
	}

}
@media only screen and (max-width: 576px) {



}

