/* global */
/* color variables */
/* smooth button animation */
/* hidden */
button {
  transition: 0.3s all ease-in-out;
}
body {
  background: #fdfdfd;
  /* wp adds empty p tags, this hides them */
}
p:empty {
  display: none;
  /* social menu */
}
div.main-nav > ul#menu-social > li > a {
  padding: 0px 15px;
  /* top-right contact info */
}
.contact {
  background: #ff6768;
  padding: 13px 15px;
  border-radius: 0px;
  margin-left: 2px;
  text-transform: none;
  font-size: 0.9rem;
}
.contact:hover {
  background: #38a9d1;
  /* logo section */
}
div.inside-header {
  max-height: 30px;
}
img.header-image {
  max-width: 300px;
  /* contact button styling */
}
#menu-item-2742 a {
  border: 2px solid #ff6768;
  border-radius: 0px;
  color: #ff6768;
  line-height: 2.5;
  transition: 0.3s all ease-in-out;
}
#menu-item-2742 a:hover {
  background: #31abd4;
  border: 2px solid #31abd4;
  color: #fdfdfd;
}
@media only screen and (max-width: 1150px) {
  /* end global */
  /* homepage */
  /* hero section */  #secondary-navigation, #mcb-wrap {
    display: none;
    /* contact button styling */
  }
  #menu-item-2742 a {
    border: none;
    color: #333;
    margin: 0px 0px 16px 0px;
    line-height: 3.8;
  }
  #menu-item-2742 a:hover {
    border: none;
    background: none;
    color: #ff6768;
    /* logo section */
  }
  div.inside-header {
    height: 20px;
  }
}
section.heroInfo {
  background: #fdfdfd;
  max-width: 600px;
  padding: 2rem 2rem 0.4rem 2rem;
  box-shadow: 0px 0px 5px #ff6768;
  border-radius: 5px;
}
section.heroInfo h2 {
  color: #131313;
  font-size: 1.8rem;
  text-align: left;
  font-weight: 700;
}
section.heroInfo button {
  margin-right: 10px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1000px) {
  #hero {
    padding-bottom: 1rem;
  }
  section.heroInfo {
    position: relative;
    margin: 0 auto;
    top: 60px;
    max-width: 450px;
  }
  section.heroInfo h2 {
    font-size: 1.3rem;
    text-align: center;
  }
  section.heroInfo p {
    text-align: center;
  }
  section.heroInfo button {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 550px) {
  /* end hero section */
  /* video section */  #hero {
    min-height: 550px;
    background-position: center;
  }
  section.heroInfo {
    top: 180px;
  }
  section.heroInfo h2 {
    font-size: 1.6rem;
  }
  section.heroInfo p.heroInfo {
    display: none;
  }
  section.heroInfo button {
    width: 100%;
    margin-bottom: 1rem;
  }
}
span.pink {
  color: #ff6768;
}
.embed-container {
  border-radius: 10px;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#video_section {
  background: #333;
  border-radius: 10px;
  margin: 0 auto;
  padding: 1rem;
  display: flex;
}
#video_section .video {
  border-radius: 10px;
  padding: 1rem;
  width: 100%;
}
#mainVideo {
  padding: 1rem;
  display: flex;
  justify-content: space-evenly;
}
#mainVideo .videoInfo {
  width: 30%;
  padding: 2rem;
}
#mainVideo .videoInfo .videoTitle {
  text-transform: uppercase;
}
#mainVideo .videoInfo .videoDesc {
  line-height: 1.6;
}
#mainVideo .bigVideo {
  height: max-content;
  width: 70%;
  border-radius: 10px;
  box-shadow: 0px 0px 20px #dedede;
}
@media only screen and (max-width: 1000px) {
  #mainVideo {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
  #mainVideo .videoInfo {
    width: 100%;
    text-align: center;
  }
  #mainVideo .videoInfo h1 {
    font-size: 2rem;
  }
  #mainVideo .videoInfo .descOne {
    display: none;
  }
  #mainVideo .bigVideo {
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  /* end video section */
  /* end homepage */  #video_section {
    display: none;
  }
}
