
html{
	margin:0;
	padding:0;
}

body{
	background-color: #fff;
	margin:0;
	padding:0;
	font-family: 'Montserrat', sans-serif;
}

img{ border: none; }


/* ------------------------------------------------ */


.jumbotron{
	background-color: #1a1a1a;
	padding: 0;
	margin:0;
}


h1{
	font-weight:400; 
	font-size:22px; 
	line-height:24px; 
	padding:0px 0px 10px 0px;
}


h2{
	font-weight:300; 
	font-size:20px; 
	line-height:24px; 
	padding:0px 0px 5px 0px;
	margin:0;
	text-align: left;
}


.h2-sub{
	color:#bae2d4;
	font-size: 12px;
	font-weight: 200;
	line-height: 18px;
	padding: 0px 0px 30px 0px;
}


h3{
	font-weight:300; 
	font-size:20px; 
	line-height:24px; 
	padding:0px 0px 5px 0px;
	margin:0;
	text-align: left;
}


.content-text{
	color:#999999;
	font-size: 13px;
	padding:0px 0px 20px 0px;
	line-height: 22px;
}


.heavyweight-text{
	font-weight:600;
}


/* ------------------------------------------------ */



a:link{ 		color:#00bc9e; text-decoration:none; }   		
a:visited{ 		color:#00bc9e; text-decoration:none; } 					
a:active{ 		color:#00bc9e; text-decoration:none; }
a:hover{ 		color:#00bc9e; text-decoration:underline; } 


a.footer-link:link		{ font-size:11px; font-weight: 700; color:#444; text-decoration:none; }   		
a.footer-link:visited	{ font-size:11px; font-weight: 700; color:#444; text-decoration:none; } 					
a.footer-link:active	{ font-size:11px; font-weight: 700; color:#444; text-decoration:none; }
a.footer-link:hover		{ font-size:11px; font-weight: 700; color:#00bc9e; text-decoration:underline; } 




/* ------------------------------------------------ */



.form-header{
    padding:0px 0px 15px 0px; 
    text-align:left; 
    color:#000; 
    font-size:20px; 
    line-height:18px;
}

.input-wrapper
{
    text-align: left;
    padding:0px 0px 5px 0px;
}

.submit-wrapper{
    text-align: left;
}

.submit-button{
    background-color: #000;
    padding:15px;
    color:#fff;
    border: none;
}

.input-wrapper input,
.input-wrapper textarea{
    background-color: #eee;
    border: none;
    padding:10px;
    width:100%;
    max-width: 250px;
}

.input-wrapper textarea{
    height: 100px;
}




/* ------------------------------------------------ */


.about-name{
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    padding:0px 0px 15px 0px;
}

.about-blurb{
    text-align: center;
    font-size:13px;
    line-height: 22px;
    padding:0px 30px 30px 30px;
}


/* ------------------------------------------------ */




.shop-item{
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}



/* ------------------------------------------------ */



/* Extra small devices (portrait phones, less than 576px) */
/* No media query for `xs` since this is the default in Bootstrap */

.navbar {
	background-color: #000 !important;
}

.navbar-nav > li > a { 
	margin:0 !important; 
	font-size: 12px !important;
}




/* Small devices (browser size: 0px -> 767px) */
@media (max-width: 767px) {

	.navbar {
	    margin-bottom:50px !important;
	}

	.navbar-nav .logo {
        display:none;
    }

	.navbar-brand {
		position: absolute;
		top:-10px;
	    max-width: 160px;
	}


	.dropdown-toggle{
		top:-3px !important;
	    position: relative;
	    display: block;
	}

	.content-wrapper{
		padding:80px 40px 50px 40px;
	}

	.container-content{
        max-width: 765px;
        margin:0px auto 0px auto;
    }


    h1{
    	font-size:18px; 
    }


}



/* Medium devices (browser size: 768px and higher) */
@media (min-width: 768px) {

    .navbar {
	    position: relative;
	    min-height:65px !important;
	}

	.navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
        padding:0 !important;
        margin:0 !important;
    }

    .navbar .navbar-collapse {
        text-align: center;
        padding:0 !important;
        margin:0 !important;
    }

	.navbar-brand {
		top:-53px;
	    position: absolute;
	    display: block;
	}

	.navbar-brand img{
		max-width: 220px !important;
	}


	.navbar-nav .logo {
	    opacity: 1;
	    vertical-align: top;
	}

	.navbar-nav > li > a { 
		padding:55px 20px 0px 20px !important; 
	}

	.navlink{
		top:3px;
	    position: relative;
	    display: block;
	}

	.dropdown-toggle{
		top:0px !important;
	    position: relative;
	    display: block;
	}

	.toggle-title{
		position:relative;
		top:3px;
	}

	.navbar-nav > li > a:link{ 		color:#fff !important; }   		
	.navbar-nav > li > a:visited{ 	color:#fff !important; } 					
	.navbar-nav > li > a:active{ 	color:#fff !important; }
	.navbar-nav > li > a:hover{ 	color:#666 !important; } 


	.content-wrapper{
		padding:30px 0px 50px 0px;
	}

	.container-content{
        max-width: 765px;
        margin:0px auto 0px auto;
    }


    h1{
    	font-size:18px; 
    }



}




/* Extra large devices (browser size: 1200px and higher) */
@media (min-width: 1200px) {
    
    .navbar-nav > li > a { 
		padding:80px 30px 0px 30px !important; 
	}


    .container-content{
        max-width: 1050px;
        margin:0px auto 0px auto;
    }

    .navbar-brand {
		top:-80px;
	    position: absolute;
	    display: block;
	}

    .navbar-brand img{
		max-width: 350px !important;
	}

	h1{
    	font-size:22px; 
    }

}






/* ------------------------------------------------ */



.navbar-toggle {
  	border-color: #1e1e1e !important;
}
.navbar-toggle:hover,
.navbar-toggle:focus {
  	background-color: #1e1e1e !important;
}
.navbar-toggle .icon-bar {
  	background-color: #fff !important;
}
.navbar-collapse,
.navbar-form {
  	border-color: #000 !important;
}
.navbar-link {
  	color: #fff !important;
}
.navbar-link:hover {
  	color: #666 !important;
}

.navbar-inverse {
    border-color: #000 !important;
}
    

/* (browser size: 0px -> 767px) */
@media (max-width: 767px) {

	.navbar-nav .open .dropdown-menu > li > a {
		color: #fff !important;
	}

	.navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-nav .open .dropdown-menu > li > a:focus {
		color: #fff !important;
	}

	.navbar-nav .open .dropdown-menu > .active > a,
	.navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #fff !important;
		background-color: #000 !important;
	}

}


.dropdown-menu > li > a {
  color: #fff !important;
  font-weight: 300 !important;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #999 !important;
  font-weight: 300 !important;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #999 !important;
  font-weight: 300 !important;
}

.dropdown-menu{
	background-color: #000 !important;
}


/* ------------------------------------------------ */




/* Sticky footer styles
-------------------------------------------------- */
html {
	position: relative !important;
	min-height: 100% !important;
}

body {
	/* Margin bottom by footer height */
	margin-bottom: 175px !important;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 150px;
	background-color: #000;
	text-align: center;
}


/* ------------------------------------------------ */




.video-wrapper{
    max-width:1150px; 
    margin:0px auto 0px auto; 
    text-align:center;
}


/* (browser size: 0px -> 767px) */
@media (max-width: 767px) {

    .video-wrapper{
        padding-top:50px;
    }

}


/* ------------------------------------------------ */


.project-title{
	font-size: 38px;
	font-weight: 300;
	color: #000;
	text-align: left;
	padding:0;
	margin:0;
}

.project-text-block{
	font-size: 15px;
	font-weight: 400;
	color: #666;
	line-height: 22px;
	text-align: left;
	padding:0px 0px 25px 0px;
	margin:0;
}


/* ------------------------------------------------ */


.privacy-text-block-header{
	font-size: 18px;
	font-weight: 400;
	color: #000;
	line-height: 22px;
	text-align: left;
	padding:20px 0px 25px 0px;
	margin:0;
	text-transform: uppercase;
}


.privacy-text-block{
	font-size: 15px;
	font-weight: 400;
	color: #666;
	line-height: 22px;
	text-align: left;
	padding:0px 0px 25px 0px;
	margin:0;
}


/* ------------------------------------------------ */


.ajax-form-output{
    padding:10px;
    display:none;
    color:#29bcaf;
    font-size: 13px;
    font-weight: 400;
}

.form-exit-message{
    padding:50px 20px 20px 20px; 
    text-align:center;
    color:#29bcaf;
    font-size: 13px;
    font-weight: 400;
}


/* ------------------------------------------------ */