@charset "UTF-8";
/* CSS Document */


.homepage_background {
	width: 100%;
	margin-left: auto; 
	margin-rignt: auto; 
	margin-top: 0%;
	position: relative; 
	background-image: url("images/zooheader.webp");
	height: 500px;
	background-position: center; 
	background-repeat: no-repeat; 
	background-size: cover; 
}


.homepage_background2 {
	width: 100%;
	margin-left: auto; 
	margin-rignt: auto; 
	margin-top: 0%;
	position: relative; 
	background-image: url("images/kidswatching.jpg");
	height: 300px;
	background-position: center; 
	background-repeat: no-repeat; 
	background-size: cover; 
}



div.gallery {
  margin: 10px;
  float: left;
  width: 180px;
 
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 20px;
  text-align: center;
  font-size: 12px;
  font-family: avenir;
	
}



/**********************/


 /*navbar style*/
#navbar {
  overflow: hidden;
  background-color: #14667a;
  padding-top: 0;

}

#navbar a:active {
	
background-color: midnightblue;
	
}

#navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px;
  padding-right: 10px;
  text-decoration: none;
  font-family: "Avenir";
  font-style: light;
  margin-top: -5px;
  max-height: 30px;

}


#navbar a:active {
	
background-color: midnightblue;
	
}

#navbar a:visited {
  background-color: steelblue;
}
#navbar a:hover {
  background-color: cadetblue;
}


#navbar h1 {
	font-size: 40px;
	font-family: Avenir;
	color:White;
	margin-bottom: -50px;
	margin-left: 35px;
	margin-top: 10px;
}

.content {
  padding: 16px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 60px;
} 

header{
	width: 100%
}


.container {
  position: center;
  width: 100%;
}

/* BUTTOM STYLING */
.container img {
  position: center; 
  width: 100%;
  height: 100px;
}

.container2 .btn {
  position: sticky;
  top: 50%;
  left: 55%;
  margin-left: 100px;
  margin-right: 100px;
  margin-top: px; 
  transform: translate(-100%, -200%);
  background-color: white;
  color: #14667a;
  font-size: 25px;
  font: "Avenir", bold; 	
  padding: 12px 12px 12px 12px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  font-style: bold;
}

.container .btn:hover {
  background-color: black;
}

.section_one {
  padding-bottom: 0px;
  margin: 0px;
  align: left;
  text-decoration: none;
  font-family: "Avenir";
  font-size: 25px;
  width: 100%;
	
}

.section_one img{
	float: right;
	margin-right: 250px;
	margin-top: -200px;
}

.paragraph_one {
	padding-top: -100px;
	margin-top: -10px;
	padding-bottom: 3px;
	padding-right: 3px;
	padding-left: 50px;
	font-size: 18px;
}

.big_section {
	height: 800px;
	width: 100%;
	background-color:white;
	
}

.section_one img {
	position: sticky;
	align: left;
	
}


.size {
	width: 1080px;
	height: 100%;
}



.big_section_two {
  padding-botom: 0px;
  margin: 0px;
  align: left;
  text-decoration: none;
  font-family: "Avenir";
  font-size: 25px;
	
  height: 800px;
  width: 100%;
  background-color:lightgray;
	
}

.btn {
	margin-top:200px ;
	margin-bottom:-200px ;
	margin-right: 100%;
	margin-left: 100%;
	
}

.gallery_section {
	margin-top: 210px;
	align: center;
	margin-left: 22% ;
	margin-right: 20% ;
	margin-bottom: 0px;
	float: center;
	height: 100px;
	scale: 120%;
	
	
}


.update_section {
	margin-top: 50px;
	padding-top: 100px;
	margin-left: 20% ;
	margin-right: 20% ;
	float:center;
	align: left;
	font-family: avenir;
	font-style: light;
	
	
	
}


.update_section h1 {
	align: center;
	float: center;
	font-family: avenir;
	font: bold;

}

.footer{
	font: 5px;
	font-family: avenir;
	color: white;
	float: center;
	margin-right: 0%;
	margin-left: 2%;
	margin-top: 30px; 
}

/********FORM**************/

 /* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */ 
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: #45a049;
}

/* Add a background color and some padding around the form */





.backgroundcolor {
	width: 100%;
	height: 300px;
	background-color: lightgray;
}
/************LIST**************/

.container2{
	width: 500px;
	hight: 100%;
	font-family: avenir;
	font: bold;
	color: black;
	align: center;
	margin-left: 30%;
	margin-right: 50%;
	padding-top: 30px;
	margin-bottom: 50px;
	
	
}


.container3{
	width: 600px;
	hight: 10px;
	font-family: avenir;
	font: bold;
	color: black;
	align: center;
	margin-left: 35%;
	margin-right: 50%;
	padding-top: 70px;
	padding-bottom: 0px;
	margin-bottom: -250px; 
}

.gallery_section2 {
	margin-top: 150px;
	align: center;
	
	margin-right: 20% ;
	margin-bottom: 400px;
	float: center;
	width: 1080px;
	height: 100%;
	scale: 130%;
	
	
}



.container342 .btn {
  margin-left: 25%;
  margin-right: 50%;
  margin-bottom: 65px;
  background-color: cadetblue;
  color: white;
  font-size: 25px;
  font: "Avenir", bold; 	
  padding: 12px 12px 12px 12px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  font-style: bold;
}

.container342 .btn:hover {
 background-color: lightseagreen;
	 
}


.section_one2 {
  padding-left: 150px;
  padding-bottom: 0px;
  margin: 0px;
  margin-bottom: 150px;
  align: left;
  text-decoration: none;
  font-family: "Avenir";
  font-size: 25px;
	
}

.section_one2 img{
	float: right;
	margin-right: 10%;
	margin-top: -280px;
}



.paragraph_one2 {
	width: 500px;
	height: 100%;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 3px;
	padding-right: 3px;
	padding-left: 10px;
	font-size: 18px;
	margin-right: 0;
}

.section_one3 {
  padding-left: 0px;
  padding-bottom: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
  float: right;
  text-decoration: none;
  font-family: "Avenir";
  font-size: 25px;
  padding-left: 100% ;
  padding-right: 0px; 
  background-color: lightsteelblue;
  margin-bottom: 10px;
}

.section_one3 img{
	float: left;
	margin-right: 10%;
	margin-top: -280px;j
}



.paragraph_one3 {
	width: 550px;
	height: 100%;
	text-align: left;
	padding-top: 0px;
	margin-top: 10px;
	padding-bottom: 3px;
	padding-right: 3px;
	padding-left: 10px;
	font-size: 18px;
	margin-right: 400px;
	margin-bottom: 50px; 
}

.homepage_background3 {
	width: 100%;
	margin-left: auto; 
	margin-rignt: auto; 
	margin-top: 0%;
	position: relative; 
	background-image: url("images/tigers.jpg");
	height: 300px;
	background-position: center; 
	background-repeat: no-repeat; 
	background-size: cover; 
	margin-bottom: 50px;
}


.section_one2 img{
	float: right;
	height: 100%;
	width: 500px;
	margin-right: 10%;
	margin-top: -280px;
}



.container3422 .btn {
  margin-left: 10%;
  margin-right: 40%;
  margin-bottom: 30px;
  margin-top: -700px;
  background-color: cadetblue;
  color: white;
  padding: 12px 12px 12px 12px;
  font-size: 25px;
  font: "Avenir", bold; 	
  border: none;
  cursor: pointer;
  border-radius: 5px;
  font-style: bold;
}






.section_one2 {
  padding-left: 150px;
  padding-bottom: 0px;
  margin: 0px;
  margin-bottom: 150px;
  align: left;
  text-decoration: none;
  font-family: "Avenir";
  font-size: 25px;
	
}

.section_one2 img{
	float: right;
	margin-right: 10%;
	margin-top: -280px;
}


.maxwidth {
	max-width: 1080px
}



.container3426 .btn {
  margin-left: 10px;
  margin-right: 0%;
  margin-bottom: -50px;
  margin-top: 0px;
  background-color: transparent;
  color: white;
  font-size: 45px;
  font: "Avenir", bold; 	
  padding: 12px 12px 12px 12px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  font-style: bold;
}

.containe3426 .btn:hover {
	background-color: cadetblue;
	
}

/*EXPERIMENT*/ 

@media only screen and (min-width: 769px) {
	ul.submenu {
		background: transparent;
		box-shadow: none;
		display: block;
		position: relative;
		width: 100%;
	}
	
	nav.horizontal::after{
		clear: both;
		content:"";
		display: table;
		
	}
	
	nav.horizonntal a.submennuTitle {
		display:none;
	}
	
	article{
		float: left;
		margin-left: 5%;
		width: 55%;
	}
	
	aside{
		float: left;
		width: 40%;
	}
	
	
	
}

















