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

/* 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: .75em;
  /* 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);
  

}

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

	
html {
font-size: .9rem;
}
}



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

h1 {
  font-size: .85rem;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

h2 {
  font-size: .7rem;
  line-height: 2.2rem;
  text-align: center;
}

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

h4 {
  font-size: 1rem;
}
	


a {
  color: inherit;
  text-decoration: none;

}

a:hover, a:focus, a:active {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
  border-bottom: 0px solid;
}



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;
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;
text-align: left;
margin: 0 auto;
padding: 1rem;
font-size: 3rem;
background: #fff;

}
.bold {
font-family: "FuturaBT-Heavy";	
text-transform: uppercase;
}

.address {
position: relative;
text-align: left;
margin: 0 auto;
padding: 1rem;
font-size: 1.7rem;
font-family: "FuturaBT-Book";
background: #fff;
}

.address p {
	margin-bottom: .4rem;
}

@media screen and (max-width: 500px){
	
.branding {	
font-size: 1.5rem;
}

.address {
font-size: 1.3rem;	
	}

}





