/* html {
  scroll-behavior: smooth;
} */

body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', arial, sans-serif;
  /* background-color: black; */
}

nav {  
  height: 48px;
  background-color: black;
  padding-left: 15%;
  display: flex;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

#divaudio {
  display: none;
}

.nav-padding {
  height: 48px;
}

#logo {  
  height: 38px;  
  padding:  5px 15px;  
  display: flex;
}

#img-music {
  height: 28px;  
  position: fixed;
  top: 10px;
  right: 10px;
  cursor: pointer;    
}

.animation-spin {
  animation: spin 2s linear infinite;  
}

@keyframes spin {
  from {transform: rotate(0deg);}
  to {transform: rotate(360deg);}
}

.desktop-menu { 
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  height: 100%;
}

.desktop-menu li {
  margin: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  height: 100%;
}

.desktop-menu li a {
  color: white;
  text-decoration: none;
  height: 100%;
  padding: 13px 10px;
  border-bottom: 3px solid transparent;
  box-sizing: border-box;  
  display: block; 
  transition: color 300ms;
}

.desktop-menu li a:hover, 
.desktop-menu li a:active, 
.desktop-menu li a.active {
  color: #d22f25;
  border-bottom: 3px solid #d22f25;
}

.mobile-menu {    
  z-index: 1002;
}

.mobile-menu li {
  width: 90%;
  
}

.mobile-menu li a {
  color: white;
  text-decoration: none;
  height: 100%;
  padding: 16px 10px;  
  box-sizing: border-box;
  display: block; 
  border-bottom: 1px solid #ebebeb98;  
}

.mobile-menu li a:hover, 
.mobile-menu li a:active, 
.mobile-menu li a.active {
  color: #d22f25;  
}

#close-mobile-menu {
  /* font-family: Arial, Helvetica, sans-serif; */
  text-align: right;
  border-bottom: 1px solid transparent;
  font-size: 1.5rem;
  padding: 0;
}

.drawer-toggle {
  width: 40px;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  padding: 10px 0;
  box-sizing: border-box;
  cursor: pointer;
}

.drawer-toggle div {
  width: 90%;
  height: 3px;
  background-color: white;
}

.backdrop {
  width: 100vw;
  height: 100vh;
  background-color: black;
  opacity: .75;
  z-index: 1001;
  position: fixed;
  top: 0;  
  transform: translateX(-100%);
  transition: transform 500ms;
}

.showmobilemenu {
  transform: translateX(0);    
}

@media (min-width: 651px) {
  .drawer-toggle {
      display: none;
  }  
}

@media (max-width: 650px) {
  .desktop-menu {
    display: none;
  }  
  /* CODE BELOW IS FOR ABSOLUTE CENTERING REQUIRES DEFINED HEIGHT */
  #logo {
    position: absolute;
    top: 0;    
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
}

@media (max-width: 800px) {
  nav {
    padding-left: 20px;
  }
}

.outline {
  text-shadow:
    -1px -1px 0 white,
    1px -1px 0 white,
    -1px 1px 0 white,
    1px 1px 0 white;  
}

.pig-chick-pic {  
  border-radius: 50%;  
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 223px;
  width: 223px;
  margin: auto;
}

#pig {
  background-image:  url("../img/p.jpg");
}

#pig-chick {
  background-image:  url("../img/cp.jpg");
}

#chick {
  background-image:  url("../img/c.jpg");
}

.div-contents {
  background-color: white;  
}

.company {
  text-align: center;
  /* font-family: 'Bodoni MT Bold, Playfair Display'; */
  font-family: 'Playfair Display';
  font-size: 3rem;
  color: #d22f25;
  padding: 50px 0 50px 0;
  margin: 0 auto 10px auto;  
}

/* .header {
  text-align: center;
  font-family: 'Playfair Display';
  font-size: 2.5rem;
  color: #d22f25;    
  margin: 0 auto 30px auto;
  border-bottom: 3px solid #ebebeb98;
  width: 250px;
} */

.header {
  text-align: center;
  font-family: 'Playfair Display';
  font-size: 2.5rem;
  color: #d22f25;
  margin: 0;      
}

.grey-line {
  border-top: 3px solid #ebebeb98;
  width: 250px;
  margin: 0 auto 30px auto;
}

.flex-container {
  display: flex;
  justify-content: center;
  width: 100%;  
  padding-bottom: 100px;
}

.about-us-section {
  text-align: center;
  width: 20%;  
  margin: 0 10px;
  padding: 0 30px;
  border-radius: 7px;
  transition: transform 300ms ease-in, box-shadow 300ms ease-in;
}

.about-us-section:hover {
  transform: translateY(-7px);
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.about-mission-vision {
  font-size: 1.5rem;
}

.p-about-us {
  color: rgb(94, 94, 94);
}

@media (max-width: 1400px) {
  .about-us-section {
    width: 30%;
    margin: 0 15px 40px 15px;
  }
}

@media (max-width: 1024px) {
  .about-us-section {
    width: 80%;
  }

  .flex-container {
    flex-wrap: wrap;
  }
}

/* CONTACT US */

#contact-image {
  background-image: url("../img/phone-l.jpg");
  background-color: #cccccc;
  height: calc(100vh - 48px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; 
  min-height: 615px;
}

.contact-text {
  /* padding: 120px 10px 20px 10px;
  text-align: center;   */
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} 

.number-email {
  color: #d22f25;
}

@media (max-width: 775px) {
  .number-email {
    color: black; font-weight: bold;
  }

  .black-font {
    color: black; font-weight: bold;
  }
}
