
body{
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  background-color: #ffff;
  color: #000; /* Black */
  font-size: 16px;
  line-height: 26px;
}

ul.breadcrumb {
  padding-right: 16px;
  padding-bottom: 10px;
  list-style: none;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-size: 14px;
  padding-right: 6px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  padding: 8px;
/* color: black;
  content: ">\00a0";*/
}


ul.breadcrumb li a {
  color: #000;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
    color: #E0AE85; /* Orange */
  text-decoration: none;
}

p{
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  color: #000; /* Black */
  font-size: 16px;
  padding-right: 12px;
}

h1 {
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  margin-top: 20px;
  margin-bottom: 20px;
    color: #E0AE85; /* Orange */
    line-height: 50px;
}

.resume h2{
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  margin-top: 40px;
  margin-bottom: 10px;
  color: #000;

}

.resume h3{
  font-family: 'Playfair Display SC', serif;
font-weight: 900;
  font-size: 30px;
    color: #E0AE85; /* Orange */
    margin-top: 40px;
    margin-bottom: 10px;
}

.resume h4{
  font-family: 'Playfair Display SC', serif;
font-weight: 900;
  font-size: 20px;
    color: #000;
    margin-bottom: 6px;
}

.resume h5{
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.resume ul{
  list-style: none;
}

.resume-contact p{
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 60px;
}

button {

  background-color: #E0AE85; /* Orange */
  border: none;
  color: white;
  padding: 10px 40px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 20px;
  border-radius: 5px;
}

.mfm button {

  background-color: #E0AE85; /* Orange */
  border: none;
  color: white;
  padding: 10px 40px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;

  border-radius: 5px;
}
}




.page-links a{
    color: #8E8D8D; /* Gray */
}


.page-titles h1{
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #000;
  text-align: center;
}

h2 {
  font-family: 'Playfair Display SC', serif;
font-weight: 900;
  font-size: 24px;
    color: #E0AE85; /* Orange */
    margin-top: 60px;
    margin-bottom: 10px;
}



.caption-left  {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-style: italic;
  color: #000; /* Black */
  font-size: 14px;
  margin-top: 4px;


}

.caption-right  {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-style: italic;
  color: #000; /* Black */
  font-size: 14px;
  text-align: right;
  margin-top: 4px;

}

.about h1 {
  font-family: 'Playfair Display', serif;
  font-size: 33px;
  margin-top: 60px;
  margin-bottom: 20px;
  color: #000;
}

.about h2 {
  color: #000;
  font-family: 'Playfair Display', serif;
  font-size: 23px;
  margin-top: 20px;
}

.about img{
  margin-top: 76px;
}

.primary-nav i{
  padding-left: 5px;
  color: #E0AE85; /* Orange */
}

i{
    color: #E0AE85; /* Orange */
}

.social-media-icons i:hover{
  color: #EACEB5; /* Light Orange */
}

.social-media-icons i{
  margin-top: 12px;
  float: left;
  padding-right: 10px;
}

.contact h2{
  color: #000;
  text-align: center;
  font-size: 20px;
  margin-top: 60px;
}

.contact-page-titles h1{
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #000;
  text-align: center;
}

.contact-social-media-icons i{

  margin-left: 10px;
float: left;
text-align: center;
}

.contact-social-media-icons ul:first-child {
  margin-left: 384px;
}

.primary-nav li {
  float: left;
  font-weight: 300;
  list-style: none;
  font-size: 14px;
  padding-left: 40px;
}


.primary-nav {
    border-bottom: 6px solid #000; /* Black */
margin-top: 20px;
margin-bottom: 0px;
    margin-left: 0;
    padding-top: 10px;
position: relative;
z-index: 50;
}

.primary-nav > li > a {
    background-color: #ffff;
      text-decoration: none;
padding-left: 18px;
  margin: 10px;
  display: block;
  text-align: center;
}

.secondary-nav > li > a:hover {
color: #fff; /* Black */
background-color: #E0AE85; /* Orange */
}




.secondary-nav {
  display: none;
  position: absolute;
  margin-left: 0;
}

.secondary-nav li{
  list-style: none;
  margin-left: -40px;
  font-size: 12px;
  font-weight: 400;
  width: 100%;
}

.secondary-nav a{
  text-decoration: none;
color: #000; /* White */
  background-color: #EACEB5; /* Light Orange */
  border-bottom: 1px solid #fff;
  text-align: center;
  padding: 10px;
  display: block;
  width: 140px;
  font-weight: 700;
}

.top-nav-padding {
  margin-top: 10px;
}

.top-secondary {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 8px;
}

.active-nav a{
color: #fff; /* Black */
background-color: #E0AE85; /* Orange */
}



.primary-nav > li:hover .secondary-nav {
  display: block;
}

.jvl-logo {
padding-right: 160px;
margin-left: -70px;
padding-top: 0;
}

.active {
  color: #000; /* Black */
  font-weight: 700;
}


a{
  color: #000; /* Black */
  text-decoration: none;
}

p span{
  font-weight: 700;
  color: #8E8D8D; /* Gray */

}
p span:hover {
font-weight: 700;
  color: #E0AE85; /* Orange */
}

a:hover {
color: #E0AE85; /* Orange */

}

:focus {
border: 0px;
opacity: 50%;
}

.product-page-header-image img{
  margin-top: 0;
}


img{
  margin-top: 10px;
}

.thumbnail-images li{
  float: left;
  margin-bottom: 10px;
  position: relative;
}

.desc {
  position: absolute;
margin-top: 10px;
  top: 0;
  left: 0;
  background-color: #E0AE85; /* Orange */
  width: 100%;
  height: 220px;
  opacity: 0;
  transition: opacity .5s;
}

.desc-tall {
  position: absolute;
margin-top: 10px;
  top: 0;
  left: 0;
  background-color: #E0AE85; /* Orange */
  width: 100%;
  height: 460px;
  opacity: 0;
  transition: opacity .5s;
}

.desc-square {
  position: absolute;
margin-top: 10px;
  top: 0;
  left: 0;
  background-color: #E0AE85; /* Orange */
  width: 100%;
  height: 460px;
  opacity: 0;
  transition: opacity .5s;
}

.thumbnail-images li:hover .desc{
  opacity: 1;
}

.thumbnail-images li:hover .desc-tall{
  opacity: 1;
}

.thumbnail-images li:hover .desc-square{
  opacity: 1;
}

.desc p{
    margin-left: 14px;
    margin-bottom: 10px;
    font-style: italic;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
}

.desc-tall p{
    margin-left: 14px;
    margin-bottom: 10px;
    font-style: italic;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
}

.desc-square p{
    margin-left: 14px;
    margin-bottom: 10px;
    font-style: italic;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
}

.thumbnail-titles p{
  color: #fff;
  font-family: 'Playfair Display SC', serif;
  font-weight: 900;
  font-size: 20px;
  margin-top: 40px;
  margin-left: 14px;
  letter-spacing: 2px;
  font-style: normal;
}

.margin-right li{
  margin-right: 20px;
}

.safe-pup-margin img{
  margin-top: -230px;
}

.safe-pup-margin {
  margin-top: -230px;
}

input[type=email] {
  width: 460px;
  padding: 12px 12px;
  margin: 8px 0;
  box-sizing: border-box;
    outline: none;
}


input[type=text] {
  width: 460px;
  padding: 12px 12px;
  margin: 8px 0;
  box-sizing: border-box;
  outline: none;
}

input:focus {
    background-color: #EACEB5; /* Light Orange */
}

.contact-message textarea {
resize: none;
width: 456px;
height: 360px;
margin-top: 10px;
margin-bottom: 20px;
outline: none;
}

textarea:focus {
    background-color: #EACEB5; /* Light Orange */
}


footer{
  background-color: white;
  border-top: 6px solid #000; /* Black */
  height: 50px;
  margin-top: 80px;
  margin-bottom: 100px;
}

footer a:hover {
color: #E0AE85; /* Orange */
font-weight: 700;
}

footer ul {
  list-style: none;
  font-size: 12px;
  margin-top: 20px;
  margin-right: 0;
  margin-left: 30px;
}

footer li {
  list-style: none;
text-align: center;
float: left;
padding: 0px 40px;
font-weight: 700;
}

footer p {
font-size: 10px;
}

footer a {
    text-decoration: none;
    color: #000; /* Black */
}
.footer-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}

.product-intro-text p{
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #8E8D8D; /* Gray */
  font-size: 20px;
  font-style: italic;
  padding-right: 10px;
}
