/* CSS Document */

/* STRUCTURE
----------------------------------------------- */
html, body{
	width:100%;	
	margin:0;
	padding: 0;
	overflow-x: hidden;
}

header{
	border-bottom: 5px #777 solid;
	background-color: #fff;
	background-position: 0 40%;
	background-repeat: no-repeat;
	background-size: cover;
}

header img{
	padding: 5% 0;
	width: 40%;
	max-height: 250px;
	float: right;
	text-align: right;
}
#landing{
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	background-color: #fff;
	background-position: 60% 70%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 80%;
	width: 100%;
}
#landing .content{
	margin:0 auto;
	padding-top:15%;
	padding-bottom: 5%;
	width:69%;
	text-align:center;
	
}
#landing img{
	width: 100%;
	
}

.container, .container-fluid{
	  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  padding-bottom: 10px;
}
#follow{
	padding: 2% 0;
}
#footer{
	background-color: #D1D3D4;
	color: #222;
}

#footer div.row{
	padding: 3% 3% 0 3%;
}

li{
	list-style: none;
}
/*  SECTIONS
----------------------------------------------- */
#about, #adopt, #donate, #volunteer, .section{
	padding: 5% 0px;

	/*margin: 0 -15px;*/
}
#about{
	
}

.about{
	padding: 3% 0;
}
#adopt{
	background-size: cover;
	background-repeat:no-repeat;
	background-position:center;
	background-attachment:fixed;
	padding: 7% 0px;
	}
#donate{}
#volunteer{
	background-size: cover;
	background-repeat:no-repeat;
	background-position:center;
	background-attachment:fixed;
	color: #eee;
	}
	
#updates{}
.quote{
	background-size: cover;
	background-repeat:no-repeat;
	background-position:center;
	font-size: 1em;
	color: #eee;
	padding: 5% 10%;
	
	}
.volquote{
	background-size: 100%;
	background-repeat:no-repeat;
	background-position: 30% 60%;
	font-size: 1em;
	color: #eee;
	padding:15%;
	margin: 2% 0 0 0px;
	}

.donquote{
	background-size: 100%;
	background-repeat:no-repeat;
	background-position: 30% 30%;
	font-size: 1em;
	color: #eee;
	padding:15%;
	margin: 2% 0 0 0px;
	}

 /*  LINKS
----------------------------------------------- */
a:link{
	text-decoration:none;
}

a:visited{
}

a:hover{
	
}

a:active{
	text-decoration:none;
}

/*  TEXT
----------------------------------------------- */
h1, h2, h3, h4{
	
}

#landing .content h1{
	font-size: 5em;
	color: #fff;
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Verd," sans-serif";
	text-shadow: 2px 3px 5px rgba(75,75,75,0.73);
}

/* NAVIGATION
----------------------------------------------- */
nav{
	z-index: 9999999;
}
.navbar-header{
	width: 30%;
}
.navbar-brand img{
	/*max-width: 300px;*/
	width: 100%;
}

.navbar-brand{
	
	width: 100%;
}
.navbar{
	margin-bottom: 0;
}
.navbar-default{
	background-color: #FBCC34;
	border-radius: 0px;
	border-color: none;
	border: 0;
}
.affix {
      top: 0;
      width: 100%;
  }
  .affix + .container-fluid {
      padding-top: 70px;
  }



.btn{
	background: rgba(238,238,238,0.80);
	border: 1px solid #555555;
}

@media only screen and (max-width:767px) and (min-width:480px){
	
	#landing .content{
	margin:0;

	width:100%;
	text-align:center;
	
}
	.navbar-header{
		width: 100%;
	}
	.navbar-brand{
	
	width: 60%;
}
#follow{
	padding: 5% 0;
}

}
@media only screen and (max-width:440px){
	
		#landing .content{
	margin:0;
	width:100%;
	text-align:center;
	
}
	.navbar-header{
		width: 100%;}
	.navbar-brand{
	
	width: 70%;
}
	#follow{
	padding: 5% 0;
}

}

