html, body {
	height: 100%;
	}

body {
    background-color: #1a232a;
	font-size: 18px;
}
	
@font-face {
  font-family: 'Xeno';
  src: url('/fonts/xeno.ttf');
  /*src: url('xenophone-webfont.woff') format('woff');*/
}

a {
	text-decoration: none;
	}

.main-image {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 400px;
	margin-bottom: 15px;
	}

#main-title {
    margin-left:auto;
    margin-right: auto;
    display: block;
    width: 390px;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .main-image, #main-title {
        width: 300px;
    }
    
    .main-image {
        height: 300px;
    }

    #main-title {
        margin-top: 50px;
    }
}

.summary-text {
	width: 100%;
	max-width: 650px;
	padding: 0px 20px;
	}
	
.text-box {
	margin-top:25px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 800px;
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,.06);
	padding: 10px 20px;
	border-radius: 15px;
	color: #03a6e7;
	font-family: verdana;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	}
	
.event-content {
	border-left: 1px solid #404040;
	padding: 30px;
	color: #03a6e7;
	}

.post-date {
    margin-bottom: 10px;
    text-align: right;
}

h1 {
	margin-top: 0px;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	font-size: 80px;
	font-family: Xeno;
	margin-bottom: -20px;
	}
	
h2 {
	width: 100%;
	margin-top: 0px;
	text-align: center;
	color: #FFFFFF;
	font-size: 40px;
	font-family: Xeno;
	}	
	
h3 {
	width: 100%;
	margin-top: 0px;
	text-align: center;
	color: #FFFFFF;
	font-size: 30px;
	font-family: Xeno;
	}
	
h4 {
	width: 100%;
	margin-top: 0px;
	text-align: center;
	color: #FFFFFF;
	font-size: 28px;
	font-family: Xeno;
	}
	
h5 {
	width: 100%;
	margin-top: 0px;
	text-align: center;
	color: #FFFFFF;
	font-size: 20px;
	font-family: verdana;
	}
	
.sub-title {
	padding-left: 110px;
	}
	
#footer {
	width: 100%;
	text-align: center;
	}
	
#footer img {
	display: inline-block;
	}
	
#content {
	min-height: 100%;
	margin-bottom: -100px;
	width: 100%;
	float: left;
	box-sizing: border-box;
	padding: 10px 20px
	}

#content:after {
	content: "";
	display: block;
	}

#footer, #content:after {
	height: 120px;
	}

#content-wrap {
	margin-left: 220px;
	margin-right: 0px;
    -webkit-transition: margin-left 0.5s ease;
    -moz-transition: margin-left 0.5s ease;
    -o-transition: margin-left 0.5s ease;
    transition: margin-left 0.5s ease;
	}

@media (max-width: 767px) {
    #content-wrap { 
        margin-left: 0;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
}

#menu-toggle {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    background: -webkit-linear-gradient(#222222, #555555);
    background: -o-linear-gradient(#222222, #555555);
    background: -moz-linear-gradient(#222222, #555555);
    background: linear-gradient(#222222, #555555);
    font-family: Xeno;
    border-radius: 10px;
    color: #03a6e7;
}

#menu-toggle:hover {
    color: #ffffff;
}

#menu-bar {
    height: 50px;
    position: fixed;
    top: 0;
    width: 100%;
    background: #000000;
    display: none;
    margin: 0;
    margin-left: -15px;
	z-index: 10;
}

@media (max-width: 767px) {
    #menu-toggle {
        display: block;
    }
    #menu-bar {
        display: block;
    }
}
	
.sidebar-nav li a {
    color: #03a6e7;
    font-family: Xeno;
}

.sidebar-nav li {
	line-height: 30px;
	}

.sidebar-nav {
	padding-top: 10px;
	}

.social-icon {
    height: 42px;
    width: 42px;
    margin: 5px;
    display: inline-block;
}

.social-icon-lg {
	margin: 20px;
    margin-top: 5px;
    display: inline-block;
}

#social-links {
	text-align: center;
	}

#social-links a {
	display: inline-block;
	}
	
.contact-social {
	text-align: center;
	}

.contact-social a {
	display: inline-block;
	}
	
#silky-logo {
    width: 150px;
    height: 52px;
	margin: 5px auto;
	display: block;
}

.tweet {
	max-width: 500px;
	}

.tweet-image {
	width: 100%;
	}

.tweet-time {
	font-size: 12px;
	padding-left: 10px;
	font-weight: bold;
	}
	
.newsletter-input {
	display: block;
	margin: 10px auto;
	}

.newsletter-form {
	}
	
.newsletter-submit {
	display: block;
	margin: 10px auto;
	color: #333333;
	}

.email-link {
	width: 100%;
	text-align: center;
	}
	
.bio-left img {
	float: left;
	}

.bio-right img {
	float: right;
	margin-right: 0px;
	margin-left: 10px;
	}
	
.bio-left p {
	float: right;
	}

.bio-right p {
	float: left;
	}

.bio-img {
	width: 35%;
	}
	
.bio-text {
	width: 60%;
	}

@media (max-width: 767px) {
	.bio-text {
		width: 100%;
		}
	.bio-img {
		width: 50%;
		position: static;
		float: none !important;
		margin-left: auto !important;
		margin-right: auto !important;
		display: block;
		}
	}
	
.event-button {
	display: block;
	margin: 10px auto 0px auto;
	}
	
.event-link {
	display: block;
	text-align: center;
	}

.event-link-bar{
	width: 180px;
	}

#home-event-link {
	width: 180px;
	margin: auto;
	}

.vid-center {
	display: block;
	margin: 15px auto;
	}
	
.dropdown {
	background-color: #2a333a;
	}