@charset "UTF-8";
/* CSS Document */
body{
	font-family: Arial, Helvetica, sans-serif;
	background-color:#676767;
	font-size: 24px;
	font-family:  Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}
	
#container{
	background-color:  #B2903E;
	margin: 0px auto 0px auto;
	width: 800px;
	border-radius: 40px 40px 15px 15px;
}

header{
	background-color: #B2903E;
	color:#332E2A;
	font-family: "Lucinda Calligraphy", "Apple Chancery", Script, "serif";
	font-size:44px;
	font-weight:bold;
	text-align: center;
	border-radius: 35px 35px 0px 0px;
}

header a img{
	width: 54px;
	border:none;

}

	#IconPicTop{
		padding: 8px, 0px, 0px, 8px;
		height: 0px;
		width: 0px;
	}

	
nav{
  clear:both;
}

	.mobile-container {
		max-width: 480px;
		margin: auto;
		background-color: #555;
		height: 500px;
		color: white;
		border-radius: 10px;
	}
	.topnav{
	overflow: hidden;
	background-color: #333;
	position: relative;
	}
	
	
	
	.topnav #myLinks {
		display: none;
	}
	
	.topnav a{
	float: left;
	color: white;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
		
	}
	.topnav a.icon{
	  float: right;
	}
	.topnav a:hover{
	  background-color: #ddd;
	  color: black;
	}
	
	.active{
		background-color:#CA9476;
		color:saddlebrown;
		
	}	



 #introPhoto{
	width:100px;
	border-radius: none;
	padding-top: 50px;
	padding-left: 50px;
}
#gazelleIcon{
width:150px;
border-radius: none;
padding-top: 10px;
	
}
section{
	background-image: url("images/sand-new-zealand-karekare-texture.jpg"); 
	color: #CA9476;
	font-size: 30px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
	padding-right: 20px;
}


ul{font-size: 18px; 
line-height: 20px;
	align-content: left;
}
footer{
background-color:#B2903E;
color:#332E2A;
text-align: center;
padding-top: 20px;
padding-bottom: 20px;
}

footer img{
	width:25px;
}
footer a{
	text-decoration: none;
}
