
/*Template Name: Irene - Responsive One Page Parallax Template
Theme URL: http://themeforest.net/user/DSA79/
Description: Irene - Responsive One Page Parallax Template
Author: DSA79
Author URL: http://themeforest.net/user/DSA79
Version: 1.0.0
Website: www.dsathemes.com
Tags: responsive, html5 template, one page, multi-purpose, parallax, portfolio, business, corporate, project
*/

body {
	background-color: #333;
}

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%;
	margin: 100px 0;
}

#titlebar {	
	color: #f8f8f8;
	text-align: center;
	margin-bottom: 30px;
}

#titlebar h2 {	
	font-weight: 300;
	margin-bottom: 10px;
}

#titlebar h3 {	
	font-weight: 300;
}

#titlebar p {
	color: #aaa;
	font-size: 20px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	margin-bottom: 0;
}

#titlebar span {
	color: #428bca;
	font-weight: 300;
}

#preview_logo img {
	display: inline-block;
}

#select {	
	color: #f8f8f8;
	text-align: center;
}

#select h3 {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	margin-bottom: 30px;
}

#select h3 span {
	color: #428bca;
	font-weight: 700;
}

#select h4 {
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin-bottom: 10px;
}

#select img {
	margin-bottom: 20px;
}

#one_p {
	margin-bottom: 40px;
}

/*------------------------------------------*/
/*	 Theme Color Button
/*------------------------------------------*/

.theme-btn {
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	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: #428bca;
	border-color: #428bca;
	color: #fff;
}


@media only screen and (max-width: 767px){

	#select .col-sm-6 {
		margin-bottom: 30px;
	}
	
	#content-wrapper {
		margin: 50px 0 20px;
	}
	
	#titlebar {	
		margin-bottom: 0;
	}
	
	h2 {font-size: 26px;}
	
	#selectv.img-responsive { display: inline block; margin: 0 auto;}
}


@media only screen and (max-width: 480px){ 

#titlebar {	
	margin-bottom: 40px;
}

#select .col-sm-6 {
	margin-bottom: 40px;
}

#selectv .img-responsive { display: inline block; margin: 0 auto;}



}

