.navbar-brand {    
    margin-left: 50px !important;
}

#logo {
    width: 42px;
    border: 2px solid gray;
    border-radius: 100%;
    margin: 4px;
    padding: 0px;
    position: fixed;
    z-index: 1;
}

header {
	height: 400px;
	background: url(images/header_background.jpg) center center;
	background-size: cover;	
    margin: 0;
}

.navbar {
    margin-bottom: 0px;
    border: 0px;
}

.navbar-header, .container-fluid  {
    background-color: #F5DEB3;
}

nav a {
	display: inline-block;
	/*margin-left: 20px;*/
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	color: gray;
	font-weight: 700;
}

.carousel-indicators,
.carousel-caption {
    z-index: 1;
}

nav a {
	font-family: 'Lobster', Arial, serif; 
}

header h1 {
	text-align: center;
	font-size: 50px;
	font-weight: 700;
	color: rgba(255,255,255,1);
	text-transform: uppercase;
	clear: both;
    margin-top: 0px;
	padding-top: 100px;
	/*font-family: 'Lobster Two',	Arial, serif;*/
	font-family: 'Lobster', Arial, serif; 
	letter-spacing: 8px;
}


@media only screen and (max-width: 480px) {
 header h1 {
     font-size: 28px;
     margin: 0 20px;    
 }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
 header h1 {
     font-size: 38px;
     margin: 0 20px;     
 }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
 header h1 {
     font-size: 46px;
     margin: 0 20px;     
 }
}

header h1 span {
	display: inline-block;
	padding: 1em;
	border: 8px solid rgba(255,255,255,0.7);
}

#mySlider {
    margin-top: 40px;   
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    max-width: 700px;
}

#mySlider img { 
    width: 100%;    
}

#picturePreviev {
	background-color: #FFE4B5;
	height: 100%;
}

.carousel-caption h4{
	font-family: 'Lobster', Arial, serif;	
}

#gallery {
	background-color: #FDF5E6;
    padding-top: 25px;
}

.caption {
	font-family: 'Lobster', Arial, serif;
	letter-spacing: 2px;
	background-color: #FFEBCD;
}

#about h3, #gallery h3 {
	text-align: center;    
	font-family: 'Lobster', Arial, serif;
}

#about p {
	padding: 15px 15px 0;
}

#about {
	background-color: #FFE4B5;
}

.face-img {
	
	background: url(images/face.jpg) center ;
	border-radius: 50%;
	width: 200px;
	height: 200px;
	margin: auto;
	align: center;
	margin-bottom: 20px;
	margin-top: 20px;
}

footer {
	height: 60px;
	/*background: url(images/header_background.jpg);*/
	background-color: #F5DEB3;
	opacity: 1;
	background-size: cover;
	color: white;	
}

footer nav {
	padding-top: 20px;	
}

footer a {
	color: grey;
	font-size: 16px;
	margin-left: 20px;
	font-family: 'Lobster', Arial, serif;	
}

/*Navbar & footer hover,focus*/
.navbar-header a:hover,
.navbar-right li a:hover,
footer div nav a:hover,
.navbar-header a:focus,
.navbar-right li a:focus,
footer div nav a:focus {
    color: rgb(35,82,124) !important;
    text-decoration: none;
} 

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 50px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */    
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;    
}

@media only screen and (max-width: 440px) {
 .modal-content {
     max-height: 200px;     
 }
}

@media only screen and (min-width: 440px) and (max-width: 699px) {
 .modal-content {
     max-height: 300px;     
 }
}

@media only screen and (min-width: 700px) {
 .modal-content {
     max-height: 500px;    
 }
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 75px;
}

/* Add Animation */
.modal-content, #caption, #tape {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0.1)}
    to {transform:scale(1)}
}

/* The Close Button */
#myModal .close {
    position: absolute;
    top: 10px;
    right: 30px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* Clear Floats */
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

#tape {    
    text-align: center;    
    height: 150px;    
}

#tape img {
    height: 80px;
    border: 2px solid transparent;            
}

#tape img:hover {    
    border: 2px solid #bbb;
    position: relative;
    -ms-transform: scale(1.2,1.2); /* IE 9 */
    -webkit-transform: scale(1.2,1.2); /* Safari */
    transform: scale(1.2,1.2); /* Standard syntax */    
}

.img-responsive:hover,
#tape img:hover {
    cursor: pointer;
}

#tape p {
    display: none;
}

#contact {
    background-color: #FDF5E6;
    font-family: 'Lobster', Arial, serif; 
}

#contact p {
    font-size: 16px;    
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
 .img-responsive {
     max-height: 250px;     
 }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
 .img-responsive {
     max-height: 150px;     
 }
}

@media only screen and (min-width: 1200px) {
 .img-responsive {
     max-height: 190px;    
 }
}