/*

Theme Name: Zebra

Theme URI: 

Description: Garanimals Child Theme

Author: Joe Ross

Author URI: 

Template: garanimals

Version: 1.0.0

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags: 

Text Domain: garanimalschild

*/

.both {
	clear: both;
}

#page {
	padding: 0;
	border: 0px #f00 solid;
}

#masthead {
	padding: 10px;
	border: 0px #00f solid;
	background-image: linear-gradient(100deg, #013D6F, #054D83);
}

.site-header {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}

/* Duplicate from above, just for now. */
.site-branding {
	color: #fff;
}

.site-title a {
	color: #fff;
}
/* END: Duplicate from above. */

.constrain-75 {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}

#hero {
	width: 100%;
	background-image: url(https://essentials.ocglabs.com/wp-content/themes/garanimals/base-images/hero-OCG1-1500x450.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 450px;
	margin-left: auto;
	margin-right: auto;
	border: 0px #0ff solid;
}

@media only screen and (max-width: 500px) {
	#hero {
		background: #000;
		min-height: 250px;
	}
}

.hero-cta {
	float: right;
	width: 30%;
	min-height: 200px;
	margin: 1.5em 1.5em auto auto;
	padding: 1em;
	border: 1px #fff solid;
	background: none;
	color: #fff;
}

#features {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	border: 0px #0f0 solid;
}

.feature-1 {
	float: left;
	width: 30%;
	margin: 1.5em 0 1.5em 2.5%;
	min-height: 250px;
	position: relative;
	border: 0px #f00 solid;
}

.feature-2 {
	float: left;
	width: 30%;
	margin: 1.5em 0 1.5em 2.5%;
	min-height: 250px;
	border: 0px #0f0 solid;
}

.feature-3 {
	float: left;
	width: 30%;
	margin: 1.5em 0 1.5em 2.5%;
	min-height: 250px;
	border: 0px #00f solid;
}

@media only screen and (max-width: 500px) {
	.feature-1 {
	width: 93%;
	padding: 3%;
  }
	.feature-2 {
	width: 100%;
	margin-left: 0px;
  }
	.feature-3 {
	width: 100%;
	margin: 0px;
  }
	.hero-cta {
	min-height: 100px;
	width: 90%;
	margin: 1.5em 1.5em auto auto;
	padding: 1em;
	border: 1px #f00 solid;
	background: none;
	color: #ff0;
	}
}

.feature-title {
	font-size: 2em;
	text-align: center;
	line-height: .5em;
	color: #000;
}

.feature-text {
	font-size: .85em;
	font-weight: normal;
	color: #000;
}

#primary {
	padding: 0;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	border: 0px #000 solid;
}

#secondary {
	padding: 0px;
	border: 1px #0f0 solid;
}

#footer {
	margin-top: 100px;
	min-height: 300px;
	background-image: linear-gradient(100deg, #013D6F, #054D83);
	padding: 0px;
	border: 0px #ff0 solid;
}

/* Joe: Lavalamp Nav */

nav {
  margin: 27px auto 0;

  position: relative;
  width: 590px;
  height: 50px;
  background-color: #eee;
  border-radius: 8px;
  font-size: 0;
}
nav a {
  line-height: 50px;
  height: 100%;
  font-size: 15px;
  display: inline-block;
  position: relative;
  z-index: 1;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  color: white;
  cursor: pointer;
}
nav .animation {
  position: absolute;
  height: 100%;
  top: 0;
  z-index: 0;
  transition: all .5s ease 0s;
  border-radius: 8px;
}
a:nth-child(1) {
  width: 100px;
}
a:nth-child(2) {
  width: 110px;
}
a:nth-child(3) {
  width: 100px;
}
a:nth-child(4) {
  width: 160px;
}
a:nth-child(5) {
  width: 120px;
}
nav .start-home, a:nth-child(1):hover~.animation {
  width: 100px;
  left: 0;
  background-color: #1abc9c;
}
nav .start-about, a:nth-child(2):hover~.animation {
  width: 110px;
  left: 100px;
  background-color: #e74c3c;
}
nav .start-blog, a:nth-child(3):hover~.animation {
  width: 100px;
  left: 210px;
  background-color: #3498db;
}
nav .start-portefolio, a:nth-child(4):hover~.animation {
  width: 160px;
  left: 310px;
  background-color: #9b59b6;
}
nav .start-contact, a:nth-child(5):hover~.animation {
  width: 120px;
  left: 470px;
  background-color: #e67e22;
}

/* END: Lavalamp Nav */