/*
Theme Name: Claudette Photography Theme
Author: Matthew Barrie
Author URI: https://matthewbarrie.net
Description: This is a theme built off a design from Blue Sand Group 
Version: 1.0
*/


@import url('bootstrap/css/bootstrap.css');
@import url('bootstrap/css/bootstrap-responsive.css');


 .container-fluid{
 	max-width:1800px !important;
 	margin: auto;
 	background: #fff;

 }


body {
	font-family: 'Comfortaa', cursive !important;
	margin:1 !important;
	background: #000 !important;

}

.header{ 
	background-image: url("/wp-content/themes/claudettetheme/images/header-bg.jpg") ;
	background-repeat: no-repeat;
	  background-position: center top;
	display: block;
max-width: 100%;
min-height: 700px;
text-align: center;
color: #fff;
overflow: hidden;
background-size:100% auto;

}

.logo{
display: inline-block;
font-weight: normal;
}



.brand{ 
	color: #fff;
	font-weight: normal;


}

.sub-title {
	display: block;
	font-size: 14px;
	letter-spacing: 10px;
	font-weight: normal;
	border-bottom: 1px solid #fff;

}

