/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
    padding-bottom: 50px;
	background-image:url(../img/background.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color:black;
}
@media screen and (max-width: 768px) {
    body { padding-top: 0px; }
}
.jumbotron{
    background-color: #BC8D3B;
}
.initial-letter{
    color: red;
}
.footer {

}
.contact{
    background-color: #8FAF4C;
}
h2, h3{
    font-family: 'Cabin Sketch', cursive;
}

p:not(':has(a)'){
	background-color: white;
	border-radius: 1em;
	margin: 5px;
}
.navbar-content-center{
    text-align: center;
}

ul.gallery  {         
  padding:0 0 0 0;
  margin:0 0 0 0;
}
ul.gallery  li {     
  list-style:none;
  margin-bottom:25px;           
}
li img {
  cursor: pointer;
}

.controls{          
    width:50px;
    display:block;
    font-size:11px;
    padding-top:8px;
    font-weight:bold;          
}
.next {
    float:right;
    text-align:right;
}

#footer, .footer{
	padding:30px;
}

.navbar-brand{
	height:auto;
	padding: 8px 15px 8px 15px;
}

.text-muted{
	color:black;
}