/* Elements */
a {
	color: #5D5D9E;
	text-decoration: none;
}

a:visited {
	color: #5D5D9E;
}

a:active {
	color: #5C615E;
}

a:hover {
	color: #B2B3B4;
}

body {
	background-color: #1D1C21;
	padding: 0;
	margin: 0;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
}

input:checked + .slider {
  background-color: #BB8738;
}

input:focus + .slider {
  box-shadow: 0 0 1px #BB8738;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Elements by ID */
#aboutAuthor {
	vertical-align: top;
	display: inline-block;
	min-height: 76px;
	margin: 16px 0px 0px 0px;
}

#aboutAuthor h2 {
	display: inline-block;
	font-size: 18pt;
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
	color: #FFFFFF;
}

#authorName {
	display: inline-block;
}

#authorName>h1 {
	font-size: 54pt;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	color: #CECECE;
	font-weight: bold;
	margin: 0px 16px 0px 0px;
}

#emailLink {
	background-image: url(../images/envelope.svg);
}

#followLinks {
	float: right;
}

#followLinks a {
	text-decoration: none;
}

#footer>div {
	margin: 10px;
}

#footerCopywrite {
	float: left;
}

#imgLogo {
	float: right;
	margin: 3px 10px 0px 0px;
	width: 245px;
}

#instagramLink {
	background-image: url(../images/instagram_logo.svg);
}

#leftTitleBar {
	margin: 10px 10px 0 10px;
}

#navBar {
	border-top: 1px solid #C08E58;
}

#navBar>a>div {
	color: #FFFFFF;
	display: table-cell;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-weight: bold;
	height: 40px;
	vertical-align: middle;
	width: 150px;
}

#navBar>a>div:hover {
	background-color: #C0C0C0;
	color: #525252;
}

#titleBar {
	width: 100%;
	background: linear-gradient(to right, #000000, #404040);
}

#top {
	width: 100%;
}

#twitterLink {
	background-image: url(../images/twitter-x.svg);
}

#youtubeLink {
	width: 26px;
	background-image: url(../images/youtube_logo.svg);
}

@media only screen and (max-width: 400px) {
	#authorName {
		width: 100%;
	}
	#aboutAuthor {
		width: 100%;
	}
}

/* Classes */
.alignBottom {
	vertical-align: bottom;
}

.alignLeft {
	text-align: left;
}

.alignRight {
	text-align: right;
}

.alignTop {
	vertical-align: top;
}

.audioContainer {
	position: relative;
	margin: 10px 0px 0px 0px;
	width: 220px;
	background: #4D4D4D;
}

.bold {
	font-weight: bold;
}

.button {
	background-color: #BB8738;
	border-radius: 9px;
	box-shadow: 7px 7px 10px -5px rgba(0, 0, 0, 0.784314);
	display: inline-block;
	padding: 10px 30px 10px 30px;
	font-size: 12pt;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	color: #FFFFFF;
}

.button:hover {
	background-color: #F4D274;
}

.center {
	text-align: center;
}

.container {
	position: relative;
	display: inline-block;
}

.defaultPadding {
	margin: 10px;
	display: block;
}

.emailLinkColor svg {
	color: #AAAAAA;
}

.followLink {
	background-size: cover;
	border-radius: 6px;
	display: inline-block;
	height: 24px;
	margin: -2px 0 0 0;
	width: 24px;
}

.followLinkLarge {
	display: inline-block;
	height: 128px;
	width: 128px;
}

.followLinkSvg svg{
	height: 24px;
	margin: -2px 0 0 0;
	width: 24px;
}

.followLinkLargeSvg svg {
	height: 128px;
	width: 128px;
}

.fontArial {
	font-family: Arial, Helvetica, sans-serif;
}

.fontLucida {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

.footerText {
	color: #AAAAAA;
	font-size: 13pt;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	margin-right: 4px;
	vertical-align: top;
}

.headerArial {
	font-size: 40pt;
	font-family: Arial, Helvetica, sans-serif;
}

.headerBaskerville {
	font-size: 40pt;
	font-family: Baskerville, 'Baskerville Old Face', Garamond, 'Times New Roman', serif;
}

.headerLucida {
	font-size: 40pt;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

.headerTrebuchet {
	font-size: 40pt;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
}

.highlightColor {
	color: #DDB648;
}

.italic {
	font-style: italic;
}

.lightColor {
	color: #C0C0C0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.subHeaderArial {
	font-size: 22pt;
	font-family: Arial, Helvetica, sans-serif;
}

.twitterLinkColor {
	color: #AAAAAA;
}

.whiteColor {
	color: #FFFFFF;
}
