
/*Template Nebo - Powerful Multi-Purpose Landing Page Template
Theme URL: http://themeforest.net/user/DSA79/
Description: Nebo - Powerful Multi-Purpose Landing Page Template
Author: DSA79
Author URL: http://themeforest.net/user/DSA79
Version: 1.0.0
Website: www.dsathemes.com
Tags: responsive, html5 template, one page, mobile app, parallax, business, corporate, project
*/
html, body {
	height: 100%;
}

body {
	background-color: #444;
}

.overlay {
	height:100%;
	background:url(../img/pattern.png);
}

a:focus {
	color: #fff;
	outline: none;
	text-decoration: none;
} 

a:hover {
	color: #fff;
	text-decoration: none;
}

.btn:focus {
    color: #fff;
}

#content-wrapper {
	width: 100%;
	height: 100%;
}

#titlebar {	
	color: #f8f8f8;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 80px;
}

#titlebar h2 {	
	font-weight: 300;
	margin-top: 20px;
	margin-bottom: 5px;
}

#titlebar h3 {	
	font-weight: 300;
}

#titlebar p {
	color: #aaa;
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 0;
}

#titlebar span {
	color: #fff;
	font-weight: 300;
}

#preview_logo img {
	display: inline-block;
}

#select {	
	color: #f8f8f8;
	text-align: center;
	margin-top: 40px;
}

#select h4 {
	color: #fff;
	font-size: 16px;
	font-weight: 800;
	margin-bottom: 20px;
	text-transform: uppercase;
}

#select img {
	margin-bottom: 20px;
}

/*------------------------------------------*/
/*	 Button Hover/Focus
/*------------------------------------------*/

.btn:focus {
	outline: none;
}

.btn:focus {
	color: #f8f8f8;
	text-decoration: none;
}


/*------------------------------------------*/
/*	 Theme Color Button
/*------------------------------------------*/

.theme-btn {
	background-color: #ff573c;
	color: #fff;
	font-size: 16px;
	font-weight: 700; 
	padding: 6px 12px;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.theme-btn:hover {
	background-color: #d64832;
	color: #fff;
}

#select img {margin-bottom: 30px;}

@media only screen and (max-width: 991px){ 

img.img-responsive {display: inline-block;margin: 0 auto;}

	#titlebar {	padding-bottom: 40px;}
	
	#select img {margin-bottom: 40px;}

	#select .col-md-4 {margin-bottom: 60px;}

}


@media only screen and (max-width: 767px){

	img.img-responsive {display: inline-block;margin: 0 auto;}
	
	#titlebar {	padding-bottom: 10px}
	
	h2 {font-size: 26px;}
	
	#selectv.img-responsive { display: inline block; margin: 0 auto;}
}


@media only screen and (max-width: 480px){ 

#selectv .img-responsive { display: inline block; margin: 0 auto;}



}

