/* ==========================================================================
   02. HEADERS & NAVIGATIONS
   ========================================================================== */

/*------------------------------------------*/
/*	 Intro Page Logo Image    
/*------------------------------------------*/

.navbar-brand {
	padding: 10px 20px;
	height: auto;
} 

/*------------------------------------------*/
/*	 Other Pages Logo Image    
/*------------------------------------------*/

.navbar-brand.small-logo {
	padding: 15px;
} 

/*------------------------------------------*/
/*	 Intro Page Navigation Bar    
/*------------------------------------------*/

.navbar.navbar-fixed-top.intro {	
	background-color: rgba(0, 0, 0, 0.45);
	border-bottom: 1px solid #3f3f3f;
	margin-bottom: 0;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/*------------------------------------------*/
/*	 Fixed Top Navigation Bar    
/*------------------------------------------*/

.navbar.navbar-fixed-top {
	background-color: #f0f0f0;
	border-top: none;
	border-bottom: 1px solid #ddd;
}

/*------------------------------------------*/
/*	 Navigation Menu Item  
/*------------------------------------------*/

#intro-nav-menu .navbar-nav > li > a {
	color: #fff;	
	font-size: 15px;
    display: block;
	padding: 0 18px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	line-height: 70px;
	text-transform: uppercase;
}

#top-nav-menu .navbar-nav > li > a {
	color: #444;	
    display: block;
	padding: 0 18px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	line-height: 70px;
	text-transform: uppercase;
}

/*------------------------------------------*/
/*	 Navigation Menu Item Hover  
/*------------------------------------------*/

#intro-nav-menu .navbar-nav > li > a:hover {
	background-color: #428bca;
}

#top-nav-menu .navbar-nav > li > a:hover {
	color: #428bca;
	background: transparent;	
}



/*------------------------------------------*/
/*	 Intro Page Content    
/*------------------------------------------*/

.intro-content {
	color: #fff;
	margin-top: 170px;
	margin-bottom: 20px;
}

/*------------------------------------------*/
/*	 Intro Page Slogan   
/*------------------------------------------*/

#intro_slogan h1 {	
	font-size: 49px;
	font-weight: 700; 
	text-transform: uppercase; 
	text-shadow: 1px 1px 2px black, 0 2px 2px #333;
	margin-bottom: 10px; 
}

#intro_slogan h2 {	
	font-size: 35px;
	font-weight: 700; 
	text-transform: uppercase; 
	text-shadow: 1px 1px 2px black, 0 2px 2px #333;
	margin-bottom: 5px; 
	margin-top: 0;
}

#intro_slogan h4 {
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px black, 0 2px 2px #333;
	margin-top: 0; 
}

/*------------------------------------------*/
/*	 Intro Page Register Form  
/*------------------------------------------*/

#intro_form {
	margin-top: 20px;
	margin-bottom: 50px;
}

.form_register {	
	background-color: rgba(10, 10, 10, 0.8);
	border-top: 1px solid #666;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	padding: 20px 30px 30px;
}

.form_register h4 {
	color: #fff;
    line-height: 30px;
	font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 20px;
}

/*------------------------------------------*/
/*	  Register Form Input
/*------------------------------------------*/

.form_register .form-control {
	height: 44px;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

















/*------------------------------------------*/
/*	 Intro Page Responsive Menu    
/*------------------------------------------*/

.navbar-toggle {
    position: relative;
    float: right;
    padding: 10px;
	margin: 16px 45px 0 0;
    background-color: none;
	border: 2px solid #fff;
}

.navbar-toggle .icon-bar {
	background-color: #fff;
	height: 2px;
}

/*------------------------------------------*/
/*	 Responsive Menu    
/*------------------------------------------*/

.navbar-toggle.black {
    position: relative;
    float: right;
    padding: 10px;
	margin: 16px 45px 0 0;
    background-color: none;
	border: 2px solid #666;
}

.navbar-toggle.black .icon-bar {
	background-color: #666;
	height: 2px;
}



/* ==========================================================================
   03. INTRO PAGE
   ========================================================================== */


body { 
background: url('../img/colournails.jpg') no-repeat center center fixed;

-moz-background-size: cover;

-webkit-background-size: cover;

-o-background-size: cover;

background-size: cover;

} 