/*!
 * Start Bootstrap - The Big Picture HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
	margin-top: 50px;
	margin-bottom: 50px;
	background: none;
}

.full {
  background: url(../images/landing_background.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.navbar-inverse{
	
	display:none;
}

a{
	text-decoration: none;
	color: white;
}

a:hover{
	text-decoration: none;
	color:#FF6C2C;
}

h1{
	font-family: 'Inconsolata';
	font-weight: bold;
	font-size: 500%;
	line-height: 83%;
	color:white;
}

h2{
	font-family: 'Inconsolata';
	font-weight: normal;
	font-size: 200%;
	line-height: 100%;
	color:white;
}

.container{
	margin-left: 30px;
}

.row{
	margin-top: 21%;
}

.col-md-6{
	
	width:65%;
}

.contact{
	position: fixed;
	bottom: 80px;
	left:50px;
	color: white;
}

p{
	font-family: 'Inconsolata';
	font-weight: bold;
	font-size: 100%;
	color:white;
	margin: 0 0 0;
}


.line{
	margin-bottom: 12px;
	font-weight: bolder;
	font-size: 125%;
}

#logo{
	width:20%;
	/*min-width:180px;*/
	margin-top: 2%;
}



@media (min-width: 992px){
	
	
	
	
}





@media (max-width: 768px){
	

	h1{
	font-family: 'Inconsolata';
	font-weight: bold;
	font-size: 400%;
	color:white;
}

	h2{
	font-family: 'Inconsolata';
	font-weight: normal;
	line-height: 110%;
	font-size: 130%;
	color:white;
}
	
	
	#logo{
	width:2%;
	min-width:130px;
	margin-top: 2%;
}


.col-md-6{
	
	width:85%;
}


	
	
	.contact{
	position: fixed;
	bottom: 30px;
	left:50px;
	color: white;
	width:68%;
}
	
	
	p{
	font-family: 'Inconsolata';
	font-weight: bold;
	line-height: 140%;
	font-size: 100%;
	color:white;
	margin: 0 0 0;
}

.row{
	margin-top: 20%;
}

.line{
	margin-bottom: 12px;
	font-weight: bolder;
	font-size: 100%;
}
	
}