@charset "UTF-8";
header {
	display: flex;
	dbackground-color: #A6D5F3;
	margin-top: 0px;
	height: auto;
	min-height: 92px;
	min-width: 200px;
	margin-bottom: 30px;
	background-color: #FFFFFF;
	padding-left: 30px;
	-webkit-box-shadow: 0px 0px 12px 9px #FFFFFF;
	box-shadow: 0px 0px 12px 9px #FFFFFF;
}
header h1 {
	padding-top: 5px;
}
header a {
  color: #444;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 2 em;
}

header a:hover {
  color: #000;
}

#container {
	width: 960px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
body {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #F6CFF7;
	
}

.second_half {
	flex: 1;
	background-color: #F5F7B0;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
}

#container main #thirds {
	display:flex;
	flex-wrap: wrap

}
footer {
	position: relative;
	display: flex;
	dbackground-color: #A6D5F3;
	margin-top: 30px;
	height: auto;
	min-height: 92px;
	min-width: 200px;
	background-color: #FFFFFF;
	padding-left: 30px;
	-webkit-box-shadow: 0px 0px 12px 9px #FFFFFF;
	box-shadow: 0px 0px 12px 9px #FFFFFF;
	padding-top: 0px;
}


#thirds .one_half {
	flex: 1;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	background-color: #9EF0BE;
	padding-right: 20px;
}
#thirds .one_half a {
	color: #444;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 2 em;
	display: inline-block;
	
}


#thirds .one_half a:hover {
  color: #000;
}

#thirds .one_half a::before {
  content: '';
  display: block;
  height: 2px;
  background-color: #444;

  position: relative;
  top: -2;
  width: 0%;
  transition: all ease-in-out 350ms;
}

#thirds .one_half a:hover::before {
  width: 100%;
}


footer h1 {
	text-align: center;
	line-height: 55px;
	font-weight: bold;
	font-size: 2em;
}
footer ul {
	text-align: center;
	list-style-type: none;
	line-height: 35px;
	flex-basis: auto;
}


.one_half {
	flex: 1;
	padding-top: 50px;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 50px;
	width: 50%;
	background-color: #F5F7B0;
}
#main #thirds .one_half {
	background-color: #F5F7B0;
}


#lastbox {
	max-width: 936px;
	display: flex;
	background-color: #C8B5F2;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}

#words4lastbox {
	flex: 1;
	padding-right: 91px;
}
.mainIMG {
	-webkit-box-shadow: 0px 0px 18px 9px #FFFFFF;
	box-shadow: 0px 0px 18px 9px #FFFFFF;
	margin-top: 40px;
	margin-bottom: 40px;
}

#img4lastbox {
	flex:1;
}
.mainIMG {
	margin-top: -5px;
	border-top-width: 25px;
}
#thirds {
	display: flex;
}

nav {
	display: flex;
	}

nav ul {
	padding: 0;
	list-style: none;
	margin-bottom: -14px;
}

nav li {
	display: inline-block;
	margin-left: 70px;
	padding-top: 23px;
	position: relative;
	font-weight: bold;
}

nav a {
  color: #444;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1 em;
}

nav a:hover {
  color: #000;
}

nav a::before {
  content: '';
  display: block;
  height: 5px;
  background-color: #444;

  position: relative;
  top:-5px;
  width: 0%;
  transition: all ease-in-out 250ms;
}

nav a:hover::before {
  width: 100%;
}

footer a {
  color: #444;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1 em;
}

footer a:hover {
  color: #000;
}

footer a::before {
  content: '';
  display: block;
  height: 2px;
  background-color: #444;

  position: relative;
  top: -2;
  width: 0%;
  transition: all ease-in-out 350ms;
}

footer a:hover::before {
  width: 100%;
}

#thirds .second_half a {
	color: #444;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 2 em;
	display: inline-block;
	
}

#lastbox a {
	color: #444;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 2 em;
	display: inline-block;
	
}

#lastbox a:hover {
  color: #000;
}

#lastbox a::before {
  content: '';
  display: block;
  height: 2px;
  background-color: #444;

  position: relative;
  top: -2;
  width: 0%;
  transition: all ease-in-out 350ms;
}

#lastbox a:hover::before {
  width: 100%;
}

#lastbox a:hover {
  color: #000;
}

#thirds .second_half a::before {
  content: '';
  display: block;
  height: 2px;
  background-color: #444;

  position: relative;
  top: -2;
  width: 0%;
  transition: all ease-in-out 350ms;
}

#thirds .second_half a:hover::before {
  width: 100%;
}
#img4lastbox {
	margin-right: 37px;
}
#main .animals {
	display: ;
	margin-right: 0px;
	text-align: center;
	text-shadow: 1px 3px 0px #FFFFFF;
}
