/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: FLATTY - Free Bootstrap 3 Theme
 * Version: 1.0
 * URL: http://blacktie.co
 */


@font-face {
    font-family: 'extra_grotesque';
    src: url('extra_grotesque.ttf');
    src: url('extra_grotesque.ttf') format('truetype');
}


body {
  background-color: black;
  font-family: 'extra_grotesque';
    font-weight: 300;
    font-size: 16px;
    color: #CCC;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
	margin: -10px 0 0 0;
}




/* Titles */
/*
h1, h2, h3, h4, h5, h6 {
    font-family: 'Handlee', cursive;
    font-weight: 300;
	font-size: 32px;
    color: white;
}
*/

h1, h2, h4, h5, h6 {
    font-family: 'extra_grotesque';
    font-weight: 300;
    color: white;
}

h1 {
	font-family: 'extra_grotesque';
	font-size: 36px;
}

h3 {
	font-family: 'extra_grotesque';
	color: lightgrey;
	margin-bottom: 5px;
	font-size: 15px;
	line-height: 25px;
}


h4 {
    font-family: 'extra_grotesque';
	color: lightgrey;
	font-weight: 400;
	font-size: 14px;
}


/* Paragraph & Typographic */
p {
    font-family: 'extra_grotesque';
	line-height: 20px;
    font-size: 12px;
	color: lightgrey;
}

.centered {
    text-align: center;
}

/* Links */
/*
a {
    color: #3498db;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #7b7b7b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}
*/
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.navbar-default {
	background-color: black;
	border-color: transparent;
}

.navbar-default .navbar-brand {
	color: white;
}

.navbar-default .navbar-nav > li > a {
	color: white;
}


.follow {
    margin-top: 5px;
    margin-bottom: 2px;
}


/* Helpers */

.mt {
	margin-top: 10px;
	margin-bottom: 10px;
}

.form-control {
	height: 42px;
	font-size: 18px;
	width: 280px;
}

i {
	margin: 8px;
	color: #3498db; 
}

.btnanimated {
	position: fixed;
	bottom: 10px;
	width: 100%;
	text-align: center;
	z-index:100;
	
}


.description{
	margin: 10px 0 0 0;
}


/* HeaderWrap */
#headerwrap {
	margin-top: 0;
	padding-top:10px;
	min-height: 650px;
	width: 100%;

}



.video-box{
	width: 720px;
	margin: 0 auto 40px auto;
	padding: 2px 0 2px 0;
	border: solid 1px #202020 ;
	
}



.followus-box{
	position: relative;
	background: #202020;
	margin: 0 auto 40px auto;
	padding: 10px 0 10px 0;
	height: 140px;
	
	
}

.followus-box:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 15px 15px;
	border-top-color: #202020;
	border-color: #202020 transparent;
	display: block;
	width: 0;
	z-index: 1;
	top: -15px;
	left: 48%;
}


.followus-box .twitter{
	display:inline-block;
	margin: 10px 0 0 0;
}


.followus-box .devblog{
	display:inline-block;
}

.followus-box .mail{
	display:inline-block;
		margin: 0px 0 0 0;
}

#video {
	margin: 30px 0 0 0;
}


#team{
	background: #181818;
}

#team .member{
	height: 100px;
	margin: 20px 0 0 0;
}

.member img{
	width: 90px;
	float: left;	
}

.member .namebio{
	/*float: left;*/
	padding: 0 20px 20px 100px;
}




#team a:hover,
a:focus {
    color: #FFFFFF ;
    text-decoration: underline;
    outline: 0;
}

/*
#team a{
	color: #7b7b7b;
	
}
*/








