/* 
    Document   : main
    Created on : 11/06/2015, 8:28:56 PM
    Author     : timmy_000
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}



*::before, *::after {
    box-sizing: border-box;
}

body {
    color: #333;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857;
}
.container{
	margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}


.container {
    max-width: 750px;
}

.intro-section::after {
    background-attachment: fixed;
    background-image: url("../img/back-pattern.png");
    bottom: 0;
    content: "";
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1;
}
.intro-section {
    height: 100%;
    padding-top: 15%;
    text-align: center;
}
.normal-section {
    height: 100%;
    padding-top: 15%;
    text-align: center;
}
#video_background {
    bottom: 0;
    min-height: 100%;
    min-width: 100%;
    overflow: hidden;
    position: fixed;
    right: 0;
    z-index: -1;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

.intro-section h1 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #000;
	margin-bottom: 0;
}
h1, .h1 {
    font-size: 36px;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-bottom: 10px;
    margin-top: 20px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: inherit;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
.slogan {
    color: #fff;
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
    margin-bottom: 15px;
    text-shadow: 1px 1px 1px #c9c9c9;
    text-transform: uppercase;
}
.gray {
    background-color: rgba(255, 255, 255, 0.7);
    color: rgba(49, 49, 49, 1);
    line-height: 38px;
    padding: 10px;
}
.slogan-2 {
    color: #fff;
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
    text-shadow: 1px 1px 1px #000;
}
.slogan-3 {
    color: #fff;
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
    margin-bottom: 30px;
    text-shadow: 1px 1px 1px #000;
}
.home-button {
    border: 1px solid #fff;
    color: #e4e4e4;
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
    font-size: 12px;
    padding: 10px 30px;
    text-decoration: none;
    text-shadow: 1px 1px 1px #000;
    transition: all 0.3s ease 0s;
}
a {
    color: #428bca;
    text-decoration: none;
}
a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.hero_holder{
	text-align: center;
}
.navbar-brand{
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 3px;
    margin-bottom: 0;
    margin-top: 30px;
    text-transform: uppercase;
}
.s_title{
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 0px;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: block;
}
.navbar .home-button {
	float: right;
	margin-top: 38px;
}