@charset "UTF-8";

.FuturaBT-MediumItalic { 
	font-family: FuturaBT-MediumItalic;
	font-weight: normal;
	font-style: normal;
}
.FuturaBT-Medium { 
	font-family: FuturaBT-Medium;
	font-weight: normal;
	font-style: normal;
}
.FuturaBT-LightItalic { 
	font-family: FuturaBT-LightItalic;
	font-weight: normal;
	font-style: normal;
}
.FuturaBT-HeavyItalic { 
	font-family: FuturaBT-HeavyItalic;
	font-weight: normal;
	font-style: normal;
}
.FuturaBT-Heavy { 
	font-family: FuturaBT-Heavy;
	font-weight: normal;
	font-style: normal;
}
.FuturaBT-Light { 
	font-family: FuturaBT-Light;
	font-weight: normal;
	font-style: normal;
}
.FuturaBT-BookItalic { 
	font-family: FuturaBT-BookItalic;
	font-weight: normal;
	font-style: normal;
}
.FuturaBT-Book { 
	font-family: FuturaBT-Book;
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'AktivGrotesk-Regular';
	src: url('webfonts2/2FE860_0_0.eot?#iefix') format('embedded-opentype'),
	url('webfonts2/2FE860_0_0.woff2') format('woff2'),
	url('webfonts2/2FE860_0_0.woff') format('woff'),
	url('webfonts2/2FE860_0_0.ttf') format('truetype');
	}

/* Reset  ---------------------------------------- */

*, *::before, *::after {
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
  list-style: none;
}

article, aside, details, figcaption, figure,
footer, header, main, menu, nav, section, summary {
  display: block;
}

p, ul, ol, pre {
  font-size: inherit;
  line-height: inherit;
}

html {
  color: #000000;
  font-size: .8em;
  /* Always show the vertical scrollbar to prevent `jumps`
     of page content after navigating from a very short page
     that does not scroll to a long pager */
  overflow-y: scroll;
  /* Setting this to `default` prevents the cursors from
     changing when hovering blocks of text or whitespace,
     which is less distracting */
  cursor: default;
  /* Neccessary for sticks footer. */
  position: relative;
  height: 100%;
  /* Prevent adjustments of font size after orientation
     changes in IE and iOS. */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* Highlight color for WebKit-bases touch devices. */
  -webkit-tap-highlight-color: rgba(113, 239, 172, .5);
    height: 101%;
  font-family: 'AktivGrotesk-Regular', sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-rendering:optimizeLegibility;
  

}




h1, h2 {
  font-family: inherit;
  font-weight: 400;
}

h1 {
  font-family: 'AktivGrotesk-Regular', sans-serif;
  font-size: 3.5rem;
  line-height: 1.25rem;
  text-align: center;
  margin: 0 0 .8em;
}

.inv a {
	
}

h1 a {
  color: inherit;
  border-bottom: 0px solid #000000;
}

h1 a:hover, h1 a:focus, h1 a:active {

}

.inv a:hover, .inv a:focus, .inv a:active {

}

h2 {
  font-size: 1rem;
  line-height: 1.25rem;
  text-align: center;
  text-transform: uppercase;
  margin: 0em 0 3em;
}

h3 {
  font-size: 1rem;
  line-height: 1.2;
}

h4 {
  font-size: 1rem;
}
	


a {
  color: inherit;
  text-decoration: none;
  border-bottom: 5px solid #000000;
}

a:hover, a:focus, a:active {
border-bottom: 5px dotted #000000;
}



b, strong {
  font-weight: 400;
  text-transform: uppercase; 
}

.text {
	font-size: .75rem;
}



figcaption {
  font-size: .75rem;
  line-height: 1.5rem;
}


.cf::after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}







body {
  /* space for sticky footer */
  margin-bottom: 0rem;
}

/* Header  ------------------------------------------------------- */

.header {
}

.container {
display: flex;
align-items: center;
text-align: center;
position: absolute;
width: 100%;
height: 100%;
	
background-color:#fff;
/*background-image: radial-gradient(black 10%, transparent 25%),
radial-gradient(black 10%, transparent 25%);
background-size:12px 12px;
background-position: 0 0, 30px 30px;*/
}

.branding {
position: relative;
display:block;
margin: 0 auto;
padding: 1rem;
font-size: 2rem;
line-height: 3rem;
background: #fff;
}

.branding p {
	margin-bottom: .5em;
}

@media screen and (max-width: 450px) {

h1 {
  font-size: 3.5rem;
  }
	
html {
font-size: .65rem;

}
}

@media screen and (max-width: 450px) {

h1 {
  font-size: 2.7rem;
  }
	html {
font-size: .5rem;

}

}


	
	





