@charset "utf-8";
/* CSS Document */

/*************http://www.omnifood.org/****************/

*
{
	margin:0;
	padding:0;
}
.row {
	max-width:1140px;
	margin:0 auto;
}
body {
	font-family:Tahoma, Geneva, sans-serif;
}
.hero {
	position: absolute;
	width: 1140px;
	margin-top: 260px;
	margin-left:30px;
	z-index:100;
}
.hero h1 {
	font-size: 450%;
	line-height:50%;
}
.back {
	background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.7)),url(../img/field.jpg);
	height:100vh;
	background-position:center;
	background-size:cover;
	background-attachment:fixed;
}
.back1 {
	background-image:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(../img/Golden-RubyBG.jpg);
	height:100vh;
	background-position:center;
	background-size:cover;
	background-attachment:fixed;
}
.back2 {
	background-image:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(../img/Ruby-GoldenBG1.jpg);
	height:100vh;
	background-position:center;
	background-size:cover;
	background-attachment:fixed;
}
.back3 {
	background-image:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(../img/Rubys-FamilyBG.jpg);
	height:100vh;
	background-position:center;
	background-size:cover;
	background-attachment:fixed;
}
.backpups {
	background-image:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(../img/puppiesBG.jpg);
	height:100vh;
	background-position:center;
	background-size:cover;
	background-attachment:fixed;
}
ruby {
	color: #333;
}
.logo img {
	width:35%;
	float:left;
	margin: 170px 30px;
	z-index: 100;
}
.phone {
	padding-top:10px;
	font-size:146%;
	color: #fff;
}
.phone h1 {
	line-height:80%;
}
.phone p {
	width: 90%;
}
h1 {
    font-family: 'MS PMincho';
	color:white;
}
h1 span {
	font-size: 60%;
	line-height:20%;
}
.btn {
	border:1.5px solid #00a650;
	padding:8px 24px;
	color:#00a650;
	text-decoration:none;
	border-radius:10px;
	margin-right:15px;
}
.button-awesome {
	margin-top:40px;
}
.btn-half:hover {
	background-image:url(../img/pups.jpg);
	color:white;
	text-shadow: 2px 2px 5px #000;
	border-color: transparent;
	transition:all 0.5s ease-in;
}
.btn-full:hover {
	background-image:url(../img/puppies.jpg);
	color:white;
	text-shadow: 2px 2px 5px #000;
	border-color: transparent;
	transition:all 0.5s ease-in;
}
.main-nav {
	list-style:none;
	float:right;
	margin-top:60px;
}
.main-nav li {
	display:inline-block;
	margin-right:20px;
}
.main-nav li a {
	color:white;
	text-decoration:none;
	font-size:90%;
	z-index: 100;
}
.main-nav li a:hover {
	color:#00a650;
	border-bottom:2px solid #00a650;
	transition:all 0.5s ease-in;
	padding:15px 0;
}
.copy {
	width:70%;
	margin-left:15%;
	margin-bottom:20px;
}
h3:after {
	width:100px;
	height:2px;
	display:block;
	content: " ";
	margin:0 auto;
	margin-top:30px;
}
.features h3 {
	margin-top:80px;
	margin-bottom:30px;
}
.arranging {
	text-align:justify;
}
.cities .col-md-6 img {
	float:left;
	margin-top: 30px;
	padding: 40px;
}
.zoom {
	left: 8%;
}
.zoom #img {
	width:25%;
}
}
.features i {
	font-size:40px;
	color:#e67e22;
	margin-left:40%;
}
.features h4 {
	margin-left:15px;
}
.meal-showcase {
	list-style:none;
	width:100%;
}
.meal-showcase li {
	display:block;
	width:25%;
	float:left;
}
.meal-photo {
	width:100%;
	margin:0;
	overflow:hidden;
	background-color:#000;
}
.meal-photo img {
	width:100%;
	height:auto;
	transform:scale(1.15);
	transition:all 0.5s;
	opacity:0.7;
}
.meal-photo img:hover {
	opacity:1;
	transform:scale(1.05);
}
.meal {
	margin-top:80px;
	margin-bottom:80px;
}
.family-showcase {
	list-style:none;
	width:80%;
}
.family-showcase li {
	display:block;
	width:30%;
	float:left;
}
.family-photo {
	width:100%;
	margin:0;
	overflow:hidden;
	background-color:#;
}
.family-photo img {
	width:100%;
	height:auto;
	transform:scale(1.15);
	transition:all 0.5s;
	opacity:0.7;
}
.family-photo img:hover {
	opacity:1;
	transform:scale(1.05);
}
.family {
	margin-top:80px;
	margin-bottom:80px;
}
.pups-showcase {
	list-style:none;
	width:80%;
}
.pups-showcase li {
	display:block;
	width:42%;
	float:left;
}
.pups-photo {
	width:100%;
	margin:0;
	overflow:hidden;
	background-color:#;
}
.pups-photo img {
	width:100%;
	height:auto;
	transform:scale(1.15);
	transition:all 0.5s;
	opacity:0.7;
}
.pups-photo img:hover {
	opacity:1;
	transform:scale(1.05);
}
.pups {
	margin-top:80px;
	margin-bottom:80px;
}
.pic img {
	width:100%;
	margin-top:30px;
	border-radius: 50%;
}
.pic2 img {
	width:100%;
	margin-top:30px;
	border-radius: 10%;
}
.works-step {
	margin-top:50px;
}
.works-step div {
	border:1.5px solid #00a650;
	display:inline-block;
	border-radius:50%;
	width:50px;
	height:50px;
	text-align:center;
	line-height:50px;
}
.works-step img {
	height:40px;
	margin-top:20px;
	margin-right:20px;
}
.clearfix {
	zoom:1;
}
.clearfix:after {
	visibility:hidden;
	content:".";
	height:0;
	display:block;
	clear:both;
}
.mobile {
	margin-top:60px;
}
.cities {
	margin-top:100px;
}
.cities img {
	width:100%;
	margin-top:50%;
}
.cities i {
	color:#00a650;
}
.text-center {
	font-family: 'Tangerine', cursive;
	font-size: 300%;
}
.testimonials {
	margin-top:50px;
	background-image:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(../img/agility-training.jpg);
	padding-top:80px;
	padding-bottom:60px;
	color:white;
	background-attachment:fixed;
	background-size:cover;
}
.testimonial1 {
	margin-top:50px;
	background-image:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(../img/field.jpg);
	padding-top:80px;
	padding-bottom:60px;
	color:white;
	background-attachment:fixed;
	background-size:cover;
}
.testimonial {
	margin-top:50px;
	background-image:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(../img/familyBG.jpg);
	padding-top:80px;
	padding-bottom:60px;
	color:white;
	background-attachment:fixed;
	background-size:cover;
}
.testimonials p {
	color:white;
	line-height:25px;
	text-align:justify;
	margin-top:40px;
}
.btn-block {
	background-color:#e67e22;
	color:#fff;
	border-radius:4px;
	margin-top:20px;
	margin-bottom:50px;
}
.gap {
	margin-top:40px;
}
.form {
	margin-top:40px;
}
footer {
	font-size: .8em;
	margin: 40px;
	color: #999;
	text-align: center;
}
footer b {
	font-size: .5em;
	vertical-align: super ;
}
@media screen and (max-width: 1200px) {
	.logo img {
		width:20%;
	}
}
@media screen and (max-width: 1000px) {
	.hero {
		width:980;
	}
	.logo img {
		width:24%;
	}
}
@media screen and (max-width: 800px) {
	.hero {
		width:780;
	}
	.hero {
		margin-top: 220px;
	}
	.hero h1 {
		font-size: 350%;
		line-height:35%;
	}
	.logo img {
		width:26%;
	}
	.btn {
		font-size: 80%;
		padding:6px 22.5px;
		border-radius:7px;
		text-shadow: 1px 1px #fff;
	}
	.button-awesome {
	margin-top:30px;
	}
}
@media screen and (max-width: 600px) {
	header {
		background-image:linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url(../img/perfect-italian-pizza.jpg);
	}
	.logo img {
		width:25%;
	}
	.hero {
		width:580;
	}
}