@font-face {
  font-family: 'Gotham-Book';
  src: url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),  url('../fonts/Gotham-Book.woff') format('woff'), url('../fonts/Gotham-Book.ttf')  format('truetype'), url('../fonts/Gotham-Book.svg#Gotham-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}


/* Styles */

/* Page Defults */
html {
	height: 100%;
    margin-top: 0 !important;
    overflow: hidden;
}
body {
	text-align: center;
	padding: 0 0px;
	height: 100%;
    overflow: auto;
}

#fiab-page {
	padding-top: 60px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
 	min-height: 100%;
    background-color: rgba(0,0,0,0);
}

.flexbox #fiab-page {
	display: flex;
	padding: 10px;
    align-items: center;
    justify-content: center;
}

.flexbox #fiab-content {
	margin: 0;
}

/* Margins */
#fiab-logo, #fiab-headline {
	margin-bottom: 30px;
}

/* Responsive Images */
#fiab-logo {
	max-width: 100%;
	height: auto;
}

/* Content Elements */
#fiab-content {
	width: 100%;
	padding: 30px;
	margin:0 auto;
    display: none;
    max-width: 60rem;
    background-color: #000000;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color:transparent;
}

#fiab-content {
		
}
/*
#fiab-headline {
	margin-top: 0;
}*/

#fiab-headline {
    font-family: 'Gotham-Book';
    color: #666666;
    font-size: 4rem;
    margin-top: 2rem;
    font-weight: 400;
    line-height: 1.00em;
    text-transform: uppercase;
}

#fiab-content img {
    max-width: 100%;
}

/* Mobile */
@media (max-width: 480px) {
	#fiab-page {
		padding-top: 10px;
	}
	.flexbox #fiab-page{
	    display: flex;
	    padding: 10px;
	    flex-direction: column;
	}
}



