html {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #fafafa;
	font-family: "Didact Gothic", sans-serif;
	font-optical-sizing: auto;
}
a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.5s ease-in-out;
}
a:hover {
  color: #818181;
}
.header {
	width: 100%;
	color: #ffffff;
}
.header-container {
	width: calc(100% - 100px);
	background-color: #0a0a0a;
	padding: 50px;
}
.header-banner {
	width: 1200px;
	margin: 0 auto;
}
.header-summary {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	font-family: "Baskervville", serif;
  	font-optical-sizing: auto;
  	font-size:50px;
  	padding-top: 150px;
}
.header-summary a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.5s ease-in-out;
}
.header-summary a:hover {
  color: #fe5000;
}
.logo {
	width: 20%;
	float:left;
	font-size: 30px;
	font-family: "Baskervville", serif;
  	font-optical-sizing: auto;
}
.menu-top {
	width: 60%;
	float:left;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
  	font-optical-sizing: auto;
}
.menu-top-links {
	padding-top:15px;
}
.menu-top-links a {
	padding:14px;
}
.contact-top {
	width: 20%;
	padding-top:15px;
	float:left;
	text-align: right;
	font-size: 14px;
}
.menu-top-link {
	padding:14px;
	float:left;
}
.content {
	font-family: "Baskervville", serif;
	font-size:14px;
	color:#161616;
	width:1200px;
	margin:0 auto;
	padding-top:20px;
}
.content-centered {
	text-align: center;
}
.clients-img {
	padding:0px 0px 40px 40px;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
}
.companies-row {
	width: 100%;
	margin-top:20px;
	overflow:hidden;
	font-size:12px;
}
.companies {
	width: 22%;
	float: left;
	padding-right:3%;
	text-align: left;
}
.companies img {
	width: 100%;
}
.companies-last {
	float: left;
	width: 22%;
	text-align: left;
}
.companies-last img {
	width: 100%;
}
.other-companies-container {
	padding-top: 100px;
	text-align: center;
}
.other-companies {
	padding-top:20px;
}
.footer {
	width:100%;
	padding-top:200px;
	padding-bottom:100px;
	text-align: center;
	font-family: "Baskervville", serif;
  font-size: 14px;
}
.menu-bottom-links {
	padding-top:15px;
	font-family: "Baskervville", serif;
  font-size: 14px;
}
.menu-bottom-links a {
	padding:14px;
	color: #000000;
  text-decoration: none;
  transition: color 0.5s ease-in-out;
}
.menu-bottom-links a:hover {
  color: #959595;
}

.header-light {
	width: 100%;
	color: #000000;
}
.header-light a {
  color: #000000;
  text-decoration: none;
  transition: color 0.5s ease-in-out;
}
.header-light a:hover {
  color: #959595;
}
.header-container-light {
	width: calc(100% - 100px);
	padding: 50px;
}
.header-banner-light {
	width: 1200px;
	margin: 0 auto;
}
.contact-top-light {
	width: 20%;
	padding-top:15px;
	float:left;
	text-align: right;
	font-size: 14px;
}
.logo-light {
	width: 20%;
	float:left;
	font-size: 30px;
	font-family: "Baskervville", serif;
  	font-optical-sizing: auto;
}
.menu-top-light {
	width: 60%;
	float:left;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
  	font-optical-sizing: auto;
}
.menu-top-links-light {
	padding-top:15px;
}
.menu-top-links-light a {
	padding:14px;
	color: #000000;
  text-decoration: none;
  transition: color 0.5s ease-in-out;
}
.menu-top-links-light a:hover {
  color: #959595;
}
.password {
	width: 100%;
}
.password-content {
	position:absolute;
	width:400px;
	left:50%;
	margin-left:-200px;
	top:40%;
	text-align: center;
	font-size: 12px;
	color: #717171;
}
.password-content a {
	color: #717171;
	text-decoration: none;
  transition: color 0.5s ease-in-out;
}
.password-content a:hover {
	color: #000000;
}
.password-content input {
	font-size: 14px;
  padding: 5px;
  width: 260px;
  border: 1px solid #838383;
  border-radius: 4px;
}
.password-content img {
	height: 25px;
}
.books {
	font-size:16px;
	padding-top:20px;
	padding-bottom:20px;
}
.books-img {
	padding-bottom:20px;
}
.band {
	font-size:16px;
	padding-top:20px;
	padding-bottom:20px;
}
.instagram-embed {
	width:540px;
	margin:0 auto;
	padding-top:20px;
}
.about {
	width: 100%;
	overflow: hidden;
	color:#181818;
}
.about-me {
	width:50%;
	float: left;
	text-align: left;
}
.about-me img {
	width:200px;
}
.about-me-summary {
	width:50%;
	float: left;
	text-align: left;
	font-size:16px;
}
.click-to-expand {
    font-size: 10px;
    position: absolute;
    left: 50%;
    width: 200px;
    text-align: right;
    margin-left: 70px;
    margin-top: -20px;
}
.versions a {
	color: #000000;
    text-decoration: none;
    transition: color 0.5s ease-in-out;
}
.versions a:hover {
    color: #959595;
}