html, body {
  height:100%;
  font-family:Candara, Helvetica, Arial, sans-serif;
}
.container {
  width:100%;
  min-height:100%;
  height:100%;
  z-index: 1;
}
body .mainrow {
  height:100%;
  position:relative;
}
article h2 {
  font-size:18px;
  text-transform:uppercase;
}
article h3 {
  font-size:16px;
  text-transform:uppercase;
}


#home .col-md-6,
#about .col-md-6,
#contact .col-md-6 {
  height:100%;
}
#home #left {
  /*background:url('/images/dog1.jpg') center no-repeat;*/
  background-size: cover;
}
#home #right {
  /*background:url('/images/dog2.jpg') center no-repeat;*/
  background-size: cover;
}
.oval {
  height:300px;
  position:absolute;
  z-index: 2;
  bottom:60px;
  left:0px;
  right:0px;
}
.oval article {
  margin:0px auto;
  width:600px;
  height:300px;
  background:url('/images/oval.png') center no-repeat;
  background-size:100%;
  text-align:center;
  font-size:12px;
}
.oval article img {
  width:80%;
  margin:30px 0px 20px 0px;
}
.menu {
  list-style: none;
  padding:0px;
  /*margin-top:15px;*/
}
.menu a {
  padding:10px;
  background-color:rgba(255,255,255, 0.5);
  display:inline-block;
  color:black;
  text-transform:uppercase;
  font-size:18px;
}
.menu a:hover {
  background-color:rgba(0,0,0, 0.25);
  color:white;
  text-decoration:none;
}
body .social {
  list-style: none;
  padding:0px;
}
.social a {
  background:url('/images/social-sprite.png') no-repeat;
  display:block;
  height:40px;
  width:40px;
  border-radius:5px;
  margin:15px 0px;
}
.social .twitter {
  background-position:0px 0px;
}
.social .facebook {
  background-position:0px -40px;
}
.social .instagram {
  background-position:-40px 0px;
}


#about #right {
  background:url('/images/about.jpg') center no-repeat;
  background-size: cover;
}
#about .logo {
  width:100%;
  margin:20px 0px 40px 0px;
}
#about article {
  text-align:right;
}


#what .logo {
  width:100%;
  margin:20px 0px 40px 0px;
}
#what .product img {
  width:90%;
  margin:5%;
  box-shadow: -5px 5px 5px #999;
}
#what .product p {
  width:90%;
  margin:0px 5% 20px 5%;
}

#contact #left {
  background:url('/images/contact.jpg') center no-repeat;
  background-size: cover;
}
#contact .logo {
  width:100%;
  margin:20px 0px 40px 0px;
}
#contact article {
  text-align:center;
  margin-top:100px;
}
.map {
  color:#666;
  margin-bottom:20px;
}



@media (max-width: 768px) {
  .oval {
    height:200px;
    bottom:20px;
  }
  .oval article {
    margin:0px auto;
    width:300px;
    height:200px;
    background:url('/images/oval.png') center no-repeat;
    background-size:100% 100%;
    text-align:center;
    font-size:10px;
  }
  .oval article p {
    margin-bottom:5px;
  }
  .oval article img {
    margin:30px 0px 10px 0px;
  }
}