body, html
{
	font-family: 'Raleway', sans-serif;
	position: relative;
	background: #000;
}
*
{
	padding: 0;
	margin: 0;
	border: 0 none;
	font-family: 'Raleway', sans-serif
}

.container
{
	max-width: 960px;
	margin: 0 auto;
	position: relative;
}

.clearfix::before,
.clearfix::after
{
	content: "";
	display: table;
}
.clearfix
{
	clear: both;
}

header
{
	background: #fff;
	border-bottom: 1px solid #f8f8f8;
	max-height: 75px;
	line-height: 75px;
}
header h1
{
	float: left;
	line-height: 75px;
	height: 75px;
}
header h1 a
{
	font-size: 30px;
	color: #000;
	text-decoration: none;
	font-family: 'Playball', cursive;
}
header ul
{
	float: right;
}
header ul li
{
	display: inline;
	margin-left: 40px;
}
header ul li a
{
	text-decoration: none;
	color: #000;
	font-size: 13px;
}
header ul li a:hover,
header ul li a.active
{
	color: #f05037;
}
header #menu
{

}
header::after
{
	content: '';
	display: table;
	clear: both;
}

#home
{
	background: url('../images/10991708_650838948377304_7028880487527283165_o.jpg');
	max-width: 100%;
	background-size: cover;
	background-attachment: fixed;
	height: 100vh;
}

#home .container
{
	height: 100%;
}

#home h1
{
	font-size: 120px;
	color: #000;
	padding-top: 50px;
	 text-shadow:
       1px 1px 0 #fff,
     -1px -1px 0 #fff,
      1px -1px 0 #fff,
      -1px 1px 0 #fff,
       1px 1px 0 #fff;
}

#social
{
	float: right;
	margin: 50px 0 30px 0;
}
#social li
{
	list-style: none;
	display: inline-block;
	float: left;
	height: 32px;
	width: 32px;
	margin-right: 10px;

	-webkit-transition: -webkit-transform 0.5s;
}
#social li:hover
{
	opacity:  0.85;
	-webkit-transform: scale(0.95);
}

#home #buttons
{
	position: absolute;
	bottom: 25px;
	margin-left: 38%;
}
#home #buttons #btn-left,
#home #buttons #btn-right
{
	float: left;
	text-align: center;
	margin: 0 10px;
}
#home #buttons a.link
{
	display: block;
	text-decoration: none;
	border: 3px solid #fff;
	background: transparent;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	padding: 10px 30px;
	margin-bottom: 20px;

	 text-shadow:
       1px 1px 0 #000,
     -1px -1px 0 #000,
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;

	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;

	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
#home #buttons a.link:hover
{
	background: #fff;
	color: #000;
	text-shadow:
       1px 1px 0 #fff,
     -1px -1px 0 #fff,
      1px -1px 0 #fff,
      -1px 1px 0 #fff,
       1px 1px 0 #fff;
}

#about
{
	color: #fff;
}
#about h2
{
	font-size: 60px;
	margin-bottom: 20px;
}
#about h3
{
	margin-bottom: 10px;
	font-size: 15px;
}
#about #about-txt
{
	float: left;
	width: 60%;
	margin-right: 3%;
}
#about #about-img
{
	width: 37%;
	float: right;
	margin-top: 20px;
	vertical-align: bottom;
}
#about #about-img img
{
	max-width: 100%;
}
#about p
{
	font-size: 13px;
	line-height: 1.5em;
	padding: 15px 0;
}

#photos
{
	margin: 40px 0;
}
#photos img
{
	max-width: 100%;
	margin: 10px 0;
}

#music
{
	margin-top: 130px;
}

#album-cover img
{
	width: 50%;
	float: left;
	margin: 50px 0 10px 0;
}
#album-cover .link
{
	color: #fff;
	margin-bottom: 50px;
	display: block;
	float: left;
	font-size: 13px;
	text-decoration: none;
	font-family: 'Raleway', sans-serif;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}
#album-cover .link:hover
{
	color: #f05037;
}


#videos h2
{
	text-align: center;
	color: #fff;
	margin: 50px 0;
}

#contact
{
	color: #fff;
}
#contact h3
{
	font-size: 30px;
	text-transform: uppercase;
	margin-top: 12px;
	margin-bottom: 30px;
	font-weight: normal;
	text-shadow:
       1px 1px 0 #000,
     -1px -1px 0 #000,
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;
}
#contact h3 strong
{
	font-weight: bold;
}
#contact h4
{
	font-size: 14px;
	color: #f8f8f8;
	font-weight: normal;
	text-shadow:
       1px 1px 0 #000,
     -1px -1px 0 #000,
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;
}
#contact h4 a
{
	color: #f05037;
	text-decoration: none;
}
#contact #contact-form
{
	float: right;
	width: 47%;
	margin-bottom: 50px;
	margin-left: 1.5%;
}
#contact #contact-img
{
	float: left;
	width: 47%;
	margin-right 1.5%;
	margin-bottom: 50px;
}
#contact #contact-img img
{
	max-width: 100%;
}
#contact form input[type=text],
#contact form input[type=email],
#contact form textarea
{
	display: block;
	width: 94%;
	font-size: 13px;
	background: #f05037;
	padding: 10px 3%;
	margin: 15px 0;
	color: #fff;
	outline: none;
	border: 1px solid #c13c27;

	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
#contact form input[type=text]:hover,
#contact form input[type=email]:hover,
#contact form textarea:hover
{
	background: #e14a32;
}
#contact form input[type=text]:focus,
#contact form input[type=email]:focus,
#contact form textarea:focus
{
	background: #c13c27;
}
#contact form textarea
{
	height: 150px;
	resize: none;
}
#contact form input[type=submit]
{
	float: right;
	padding: 7px 20px;
	background: transparent;
	color: #fff;
	font-size: 13px;
	border: 1px solid #fff;

	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;

	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	transition: 0.3s ease;

	cursor: pointer;
}
#contact form input[type=submit]:hover
{
	color: #f05037;
}
#contact form #status
{
	float: left;
	margin-top: 10px;
	font-size: 13px;
	color: #f05037;
}

#contact #contact-info #info-box
{
	background: #f05037;
	border: 1px solid #c13c27;
	color: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	margin-top: 10px;
	margin-bottom: 50px;
	padding: 30px;
}
#contact #contact-info #info-box img,
#contact #contact-info #info-box #info
{
	float: left;
}
#contact #contact-info #info-box::after
{
	content: "";
	display: block;
	clear: both;
}
#contact #contact-info #info-box #info span
{
	display: block;
	margin-left: 30px;
}
#contact #contact-info #info-box #info span:first-child
{
	margin-bottom: 10px;
}
#contact #contact-info #info-box #info span a
{
	color: #fff;
	text-decoration: none;
}
#contact #contact-info #info-box #info span a:hover
{
	text-decoration: underline;
}

#contact #contact-info #contact-social h4
{
	margin-bottom: 15px;
}

::-webkit-input-placeholder
{ /* WebKit browsers */
	color: #fff;
}
#project_form :-moz-placeholder
{ /* Mozilla Firefox 4 to 18 */
	color: #fff;
	opacity: 1;
}
#project_form ::-moz-placeholder
{ /* Mozilla Firefox 19+ */
	color: #fff;
	opacity: 1;
}
#project_form :-ms-input-placeholder
{ /* Internet Explorer 10+ */
	color: #fff;
}

footer
{
	color: #ccc;
	font-size: 12px;
	text-align: center;
	height: 75px;
	line-height: 75px;
	border-top: 1px solid #ccc;
}
footer#footer-home {
	background: transparent;
    border: 0 none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
footer a {
	color: darkorange;
	font-weight: 500;
	text-decoration: none;
}

.video-box {
	text-align: center;
	margin-bottom: 50px;
}
