section {
  padding: 25px 0 35px;
  margin: auto;
/*   background: #fff; */
  min-height: 100px;
  width: 800px;
}

.parallax-container {
  height: 500px;
  width: 100%;
}

pre {
  overflow: auto;
}

pre code {
  word-wrap: normal;
  white-space: pre;
}

footer {
  background: #000;
  color: #ddd;
  padding: 30px 0 30px;
  text-align: center;
}

footer a {
  color: #ddd;
  text-decoration: none;
}

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

.parallax-window {
	min-height: 100px;
	width: 100%;
	background: transparent;
}

/*****************************************/

@font-face {
    font-family: 'Brandon Grotesque';
    src: url('Brandon_reg.otf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Brandon Grotesque';
    src: url('Brandon_med.otf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Brandon Grotesque';
    src: url('Brandon_med_it.otf') format('truetype');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Brandon Grotesque';
    src: url('Brandon_bld.otf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Brandon Grotesque';
    src: url('Brandon_blk.otf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Simple Line Icons';
    src: url('Simple-Line-Icons.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/*****************************************/

body, html {
	font-family:'Brandon Grotesque', sans-serif;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

.menu {
    width:100%;
    height:56px;
/*     background-color: rgba(0, 0, 0, 1); */
    position: fixed;
    background-color:rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.light-menu {
    width: 100%;
    height: 75px;
/*     background-color: rgba(255, 255, 255, 1); */
    position: fixed;
    background-color:rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#menu-center {
    width: 700px;
    height: 75px;
    margin: 0 auto;
}
#menu-center ul {
	margin: 0;
	padding: 0;
/*     margin: 15px 0 0 0; */
}
#menu-center ul li {
    list-style: none;
    margin: 0 15px;
    display: inline;
}

#menu-center ul li a {
    font-family:'Brandon Grotesque', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    line-height: 50px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 1px;
    
    text-decoration: none;
	padding-bottom: 4px;
	white-space: nowrap;
}
#menu-center ul li a.active {
	background: url(underline.png) repeat-x 100% 100%;
}

p.title-page {
	font-family:'Brandon Grotesque', sans-serif;
	font-weight:500;
/* 	font-style:normal; */
	color:#fff;
	display:table-row;
	font-size:24px;
}

.italic {
	font-style:italic;
}

.parallax-overlay {
	width: 800px;
	margin: 30px auto;
	height: auto;
	background-color: blue;
}

h1 {
	font-family:'Brandon Grotesque', sans-serif;
    font-size: 48px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 900;
    text-align: left;
    line-height: 1;
}

section h1 {
	width: 800px;
	padding: 0 auto;
	margin: -100px 0 80px 0;
}

.dark {
	color: #333;	
}

p, ul li {
	font-family:'Brandon Grotesque', sans-serif;
	font-weight:400;
	font-size: 16px;
	
	-webkit-column-break-inside:avoid;
	-moz-column-break-inside:avoid;
	-o-column-break-inside:avoid;
	-ms-column-break-inside:avoid;
	column-break-inside:avoid;
}

section ul {
	margin-left: -10px;
	list-style-type: none;
}
section ul li:before {
	content:"—";
	position:relative;
/* 	left:-12px; */
}
section ul li {
	text-indent:-12px;
}


p em {
	font-style: normal;
	font-weight: 700;
}

.in-two-columns {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;

    -webkit-column-gap: 20px; /* Chrome, Safari, Opera */
    -moz-column-gap: 20px; /* Firefox */
    column-gap: 20px;
}

.role-cell-container {
	opacity:0.4;
	display:table-cell;
	height:200px;
	width:200px;
/* 	background-color:#666; */
	text-align:center;
}

.role-active {
	opacity:1.0;
}

.role-img {
	display:table-row;
	width:100px;
}

.role-cell-container h2 {
	font-family:'Brandon Grotesque', sans-serif;
	font-size:16px;
	font-weight:700;
}

#parallax-role-img {
	height: 400px;
}

#about .parallax-window {
	height: 560px;
}

#about p, a {
	color: #fff;
	font-weight:500;
	font-size: 18px;
}

#link-fhp {
	text-decoration: underline;
}

#about a:hover, #about a:active, #about a:visited {
	color: #fff;
/* 	text-decoration: none; */
}

#ba-cover {
	border: 2px solid #fff;
	height: 200px;
	margin:20px 0 -5px;
	vertical-align: baseline;
}

#about a.icon {
	text-decoration: none;
	font-family: 'Simple Line Icons';
	font-size: 32px;
	font-weight: 400;
}

.hype-frame {
	border-width:0;
	width:320px;
	height:568px;
}