	/* css reset */
	
	* {
		margin: 0;
		padding: 0;
		font-family: "pp museum light", "arial", "sans serif";
		box-sizing: border-box;
		}
	
	
	/* main body */


	body {
		width: 992px;
		margin: 0 auto;
		background-image: linear-gradient(to bottom, black, #0a0b0b, #1c1c1d);
		}
	
	
	main {
		width: 992px;
		margin: 0 auto;
		}
	
	
	/* headings + fonts */
	
	
	h1 {
		font-size: 100px;
		color: #a75a0b;
		text-align: center;
		}
	
	
	h2 {
		font-size: 40px;
		color: tan;
		text-align: center;
		}
		
	
	p {
		font-size: 20px;
		color: beige;
		text-align: center;
		}
	
	
	a {
		text-decoration: none;
		color: #f6efdd;
		}
		

	a:hover {
		color: #a75a0b;
		}
	
	
	/* menu */
	
	
	ul {
		list-style: none;
		float: right;
		}
	
	
	li {
		display: inline-block;
		}

	
	
	/* header + logo + menu */
	
	
	
	.myheader {
		width: 992px;
		display: block;
		position: fixed;
		padding: 0;
		z-index: 10;
		background-color: #f6efdd;
		}


	.menulink {
		float: right;
		color: #1c1c1d;
		font-size: 20px;
		padding: 14px 12px;
		margin: 0 auto;
		}
		
	
	.toplogo {
		float: left;
		display: block;
		position: fixed;
		width: 60px;
		margin: 0 auto;
		}
		
		
		
	/* hero background image */
		
	.divhero {
		text-align: center;
		margin: 0 auto;
		padding: 150px;
		}

	.hero {
		width: 992px;
		height: 630px;
		background-image: url("../img/backgroundimg.jpg");
		background-image: url("../img/backgroundimg.jpg"), linear-gradient(to bottom, white, black);
		background-size: cover;
		background-repeat: no-repeat;
		background-blend-mode: multiply;
		background-position: center top;
		}	
		
		
	/* call to actions (other button in gallery) */
	
	
	.click {
		display: block;
		width: 992px;
		text-align: center;
		padding: 10px 5px;
		margin: 40px 0;
		}
	
	.tanbutton {
		background-color: black;
		padding: 20px 15px;
		font-size: 20px;
		color: beige;
		text-decoration: none;
		border: 3px solid tan;
		border-radius: 10px;
		text-align: center;
		clear: both;
		}
	
		
	/* stats - numbers */
	
	
	.tangradient {
		background-image: linear-gradient(to bottom, black, tan);
		height: 250px;
		}
	
	
	.tanback {
		width: 992px;
		height: 250px;
		margin: 0 auto;
		background-color: beige;
		border: 10px solid tan;
		border-radius: 20px;
		}
	
	
	.numbers {
		width: 33.33%;
		padding-top: 50px;
		height: 150px;
		float: left;
		}


	.big {
		font-size: 70px;
		font-weight: bold;
		color: #a75a0b;
		text-align: center;
		}
		
	
	/* first cat gallery - residents for adoptions */


	.photogrid {
		width: 992px;
		height: 400px;
		display: block;
		}
	
	
	.photobox {
		width: 165px;
		height: 165px;
		margin: 15px;
		float: left;
		}
		
		
	.photocontent {
		width: 100%;
		object-fit: cover;
		}
		

	/* guidebook */
	
	
	.guidecontent {
		width: 992px;
		height: 500px;
		margin: 0 auto;
		}
	
	
	.guideimg {
		width: 25%;
		margin: 20px 10px;
		float: right;
		border-radius: 10px;
		border: 5px solid tan;
		}
	

	.guidetext {
		margin: 50px 50px;
		width: 600px;
		height: 200px;
		color: tan;
		font-size: 20px;
		text-align: justify;
		}

	
	/* second gallery */
	
	
	.gallery {
		width: 992px;
		height: 600px;
		margin: 0 auto;
		display: block;
		}
	
	
	.gallerybox {
		text-align: center;
		width: 300px;
		float: left;
		padding: 20px;
		}

	.galleryphoto {
		width: 220px;
		object-fit: cover;
		}
		
		
	.gallerybutton {
		width: 992px;
		background-color: tan;
		font-size: 25px;
		padding: 20px 50px;
		margin: 0 auto;
		color: black;
		border: 3px solid beige;
		border-radius: 15px;
		}
	
	
	.galleryborder {
		border: 5px solid beige;
		border-radius: 10px;
		margin: 0 auto;
		}


	/* footer */
	
	
	.footerimg {
		height: 282px;
		margin: 0 auto;
		display: block;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center;
		}


	.foot{
		width: 992px;
		height: 545px;
		text-align: left;
		float: left;
		border: 5px solid tan;
		border-radius: 10px;
		background-color: #f6efdd;
		margin: 0 auto;
		}
	
	
	.footlogo {
		width: 80px;
		display: inline-block;
		}
	
	
	.footname {
		float: left;
		text-align: left;
		margin: 0 20px;
		}


	.foottext {
		padding: 20px 30px;
		font-size: 15px;
		color: #a75a0b;
		text-align: left;
		display: inline-block;
		}
		
		
	.footbox {
		height: 185px;
		margin: 0 auto;
		background-color: tan;
		}


	.foottextdark {
		font-size: 25px;
		color: black;
		text-align: center;
		font-weight: bold;
		}
		
		
	.footcopyright {
		font-size: 20px;
		color: gray;
		text-align: right;
		}

	/* mission - page 2 */
	
	
	.illusgallery {
		width: 992px;
		height: 600px;
		margin: 0 auto;
		text-align: center;
		}
	
	
	.illus {
		width: 80%;
		margin: 0 auto;
		display: block;
		}
	
	
	.illusvgleft {
		width: 35%;
		float: left;
		}
	
	
	.illusvgright {
		width: 38%;
		float: right;
		}
	
	
	.gallerypartner {
		width: 25%;
		object-fit: cover;
		float: left;
		margin: 20px;
		}


	.beigehead {
		font-size: 40px;
		color: beige;
		padding: 80px 0;
		text-align: center;
		}


	.illusbox {
		width: 992px;
		height: 650px;
		}

		
	/* adoption page 3 */
	
	.rightsvg {
		width: 50%;
		float: right;
		}
		
	.leftsvg {
		width: 45%;
		float: left;
	}
	
	.left {
		width: 50%;
		height: 450px;
		float: left;
		color: beige;
		text-align: center;
		padding: 60px 0;
		}
		
		
	.illustanback {
		background-color: tan;
		width: 992px;
		height: 890px;
		margin: 0 auto;
		text-align: center;
		border: 5px solid beige;
		border-radius: 15px;
		}
	
	
	.spacing {
		padding-top: 50px;
		}
		
		
	.gallerytitle {
		font-size: 25px;
		text-align: center;
		color: #a75a0b;
		font-weight: bold;
		margin: 10px;
		padding: 20px;
		}
	
	
	.gallerytext {
		padding: 20px 10px;
		color: black;
		font-size: 18px;
		text-align: center;
		}


	/* contact us form */
		

	form {
		width: 50%;
		font-size: 20px;
		border-radius: 4px;
		float: right;
		padding: 50px 0;
		}
			
			
	label {
		display: block;
		color: white;
		font-weight: bold;
		}
			
			
	input[type=text], select {
		width: 100%;
		padding: 10px;
		margin: 8px 0;
		display: inline-block;
		border: 1px solid #cccccc;
		border-radius: 4px;
		box-sizing: border-box;
		}
			
			
	input[type=submit] {
		width: 100%;
		background-color: black;
		color: tan;
		font-size: 20px;
		padding: 14px;
		margin: 8px 0;
		border: none;
		border-radius: 4px;
		cursor: pointer;
		}
			
			
	input[type=submit]:hover {
		background-color: black;
		}
	
	.contactimg {
		width: 992px;
		background-image: url("../img/outdoors.jpg");
		background-image: url("../img/outdoors.jpg"), linear-gradient(to top, white, black);
		background-size: cover;
		background-repeat: no-repeat;
		background-blend-mode: multiply;
		background-position: top;
		}	