html,body {
	margin: 0; 
	padding: 0;
	font-style:Arial;
	font-family: 'Raleway', sans-serif;
}

body {
	overflow-x: hidden;
	background-color:white;
	background-size:100%;
}

.header {
	height: 600px;
	background: url(../img/DSC04236_pink_rose_1920x1280.jpg) no-repeat center center;
	background-size:cover;
 }

 .container {
	max-width: 940px;
}

.navbar{
	background:rgba(0,0,0,.8); 
	height:80px;
	border-width:0;
	padding-bottom:0px; 
}

.navbar h1 {
	color:white;
	margin-top:20px;
	margin-left:100px;
}

.navbar-right {
	margin-top:20px;
	margin-right:150px;
}

#index .jumbotron {
	background:rgba(0,0,0,.30);
	height: 600px; 
	text-align: center;
	margin-top:-20px;
}

.jumbotron p {
	color:white;
	font-size: 60px;
	font-weight: bolder;
	padding: 2px;
	text-align: left;
	text-shadow:inherit;
}

/* Examples */

.examples {
	height: 700px;
	background-color:white;
}

.coming_soon {
	height:250px;
	width:400px;
	margin: 50px;
}

.footer {
/*	margin-left:0px;*/
	height: 200px;
	background-color:black;
}

.footer img {
	width: 24px; 
	margin:30px;
	margin-left:400px; 
}

#about_me .header {
	height: 800px;
	background: url(../img/DSC04088_about_me_1920x1280.jpg) no-repeat center center;
	background-size:cover;
 }

 #about_me .jumbotron {
	background:rgba(0,0,0,.60);
	height: 800px; 
	text-align: center;
	margin-top:-20px;
}

#about_me .jumbotron p {
	color:white;
	font-size: 45px;
	font-weight: bolder;
	padding: 2px;
	text-align: left;
	text-shadow:inherit;
}

.container .jumbotron {
    border-radius: 0px;
}


#contact .header {
	height: 800px;
	background: url(../img/DSC03882_contact_1920x1280.jpg) no-repeat center center;
	background-size:cover;
 }

  #contact .jumbotron {
	background:rgba(0,0,0,.30);
	height: 800px; 
	text-align: center;
	margin-top:-20px;
}

#contact .jumbotron p {
	color:white;
	font-size: 45px;
	font-weight: bolder;
	padding: 2px;
	text-align: left;
	text-shadow:inherit;
}