body {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 	
}

@media only screen and (min-width: 992px) {
  #sidebar-button::before {
     display: none;
  }
}
#colophon {
  padding: 5px 0;
}
@media only screen and (min-width: 768px) {
	#masthead.scroll-header {
	background: rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 1px 15px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 15px 0px rgba(0,0,0,0.2);
	color: #ffffff;

	}
}

a.maxbutton { 
text-decoration: none !important;
	margin-right: 10px;
  margin-left: 10px;
}

.maxbutton {
	margin-top: 15px;
	margin-bottom: 15px;
}




.divTable{
	display: table;
	width: 100%;
  border: none !important;
	margin-left: auto;
  margin-right: auto;
}
.divTableRow {
	display: table-row;
}

.divTableCell, .divTableHead {
  border: none !important;
  text-align: left;
	display: table-cell;
	padding: 3px 10px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: 300;
	font-size: 14px;
	letter-spacing: 0.07em;
}
.divTableHeading {
	/*display: table-header-group;*/
	width: 100%;
	margin: auto;
	padding-bottom: 20px;
	text-align: center;
  font-family: "Arial Black", Gadget, Arial-BoldMT, sans-serif;
  color: #6d6d6d;
}
.divTableFoot {
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}
.divSectionHeading {
  font-family: "Arial Black", Gadget, Arial-BoldMT, sans-serif;
}
.divTableCellLeft {
	width: *;
}

.divTableCellRight {
	width: 70%;
}


@media screen and (min-width: 601px) {
	.divTableCell {
		color: #3d3d3d;
	}
	.divSectionSubHeading {
		font-size: 0.7em;
	}
  .divSectionHeading {
  	color: #9d9d9d;
    font-size: 25px;
  }
	.divTableHeading {
		font-size: 40px;
	}
}


@media screen and (max-width: 600px) {
	.divTableCell {
		color: #0a0a0a;
	}
	.divSectionSubHeading {
		font-size: 0.9em;
	}
  .divSectionHeading {
  	color: #9d9d9d;
    font-size: 18px;
  }
	.divTableHeading {
		font-size: 18px;
	}
}
