
ul.unstyled {
	list-style: none;
}

html, body, .container {
	font-family: Lato, sans-serif !important;
	color: #f1f1f1;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.8em;
}
html {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	min-height: 100%;
	position: relative;	
}

a {
	color: #eee;
	text-decoration: underline;
}



h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

p {
	margin-bottom: 30px;
}

.container h3 {
	font-family: Lobster, Lato, sans-serif;
	margin-bottom: 40px;
}

.container .row.responsive h3 {
	font-family: Lato, sans-serif;
}


.section {
	background-image: url(../images/h1.jpg);
	background-attachment: fixed;
}
#section-intro {
	background-image: url(../images/h5.jpg);
	background-attachment: initial;
}


#section-frontpage{
	background-image: url(../images/h2.jpg);
	background-attachment: fixed;
}
#section-news{
	/*background-image: url(../images/h1.jpg);*/
}
#section-dogs{
	background-image: url(../images/h4.jpg);
	background-attachment: fixed;
}
#section-puppies{
	background-image: url(../images/h1.jpg);
	background-attachment: initial;
}
#section-photos{
	background-image: url(../images/h2.jpg);
	background-attachment: fixed;
}
#section-contact{
	background-image: url(../images/h3.jpg);
	background-attachment: initial;
}



.inner-container {
  display: table-cell;
  vertical-align: middle;
}


.outer-container {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
}


.section .fp-tableCell{ 
	padding: 100px 0;
}
.section {
	background-size: cover;
	min-height: 100%;
	height: auto;
}

#header nav a {
	font-size: 22px;
	font-weight: 300;
	text-decoration: none;
}

/* oversized section */
#section-dogs,
#section-dogs .fp-tableCell
{
	height: auto !important;
}


#header.jumbotron {
	padding: 0px 0 !important;
}

#header {
	background-color: transparent !important;
	background: url(../images/menu_shadow2.png) center top no-repeat;
	z-index: 99999;
	position:fixed;
	left:0;
	right:0;
	top:0;
	margin: 0 auto;
}

#header-slogan { 
	padding: 20px 0 0 0;
}

#header-slogan h1 {
	font-family: Lobster, sans-serif;
	text-align: center;
}

#header .navbar a {
	color: #f1f1f1;
}

div.icons a.dropdown-toggle:hover {
	color: #eee;
}
div.icons a.dropdown-toggle:active {
	color: #eee;
}
div.icons a.dropdown-toggle {
	color: #f1f1f1;
}
div.icons .dropdown-menu li a {
	color: #222;
}
div.icons .dropdown-menu li a:hover {
	color: #333;
}


input {
	color: #222;
}


.upper-shadow {
	-webkit-box-shadow: 0px 5px 53px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 5px 53px 10px rgba(0,0,0,0.5);
	box-shadow: 0px 5px 53px 10px rgba(0,0,0,0.5);
}
.shadow {
	-webkit-box-shadow: 0px 0px 50px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 50px 10px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 50px 10px rgba(0,0,0,0.5);
}




.thumbnail .caption {
	text-align: center;
}
.thumbnail {
	background-color: transparent !important;
	border: none;
}



@media (min-width: 768px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .navbar {
    	background-color: #222;
    }
 }

