body,
html {
  font-family: "Avenir-Black", sans-serif;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  width: 100% !important;
  height: 100% !important;
}
ul,
ol {
  list-style: none;
}
ul,
ol {
  padding: 0;
  webkit-padding: 0;
  moz-padding: 0;
}
hr {
  height: 2px;
  width: 70px;
  text-align: center;
  position: relative;
  background: #1e7a46;
  margin-bottom: 20px;
  border: 0;
}
#menu {
  padding: 15px;
  transition: all 0.8s;
}
#menu.navbar-default {
  /* background-color: #64A1F8; */
  background: linear-gradient(to right, #64A1F8 0%, #1A4674 100%);
  border-color: rgba(231, 231, 231, 0);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
}

/* SOUNDTRACKAPPS LOGO, top left */

#menu a.navbar-brand {
  font-family: "Avenir-Black", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #FFF;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  #menu.navbar-default .navbar-nav > li {
    display: inline-block;
  }
}

/* CONTACT, FEATURE.. top right */

#menu.navbar-default .navbar-nav > li > a {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  color: #FFF;
  font-size: 15px;
  font-weight: 400;
  padding: 8px 2px;
  border-radius: 0;
  margin: 9px 20px 0;
}
#menu.navbar-default .navbar-nav > li > a:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  background: linear-gradient(to right, #6372ff 0%, #5ca9fb 100%);
  content: "";
  transition: width 0.2s;
}
#menu.navbar-default .navbar-nav > li > a:hover:after {
  width: 100%;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a:after,
.navbar-default .navbar-nav > .active > a:hover:after,
.navbar-default .navbar-nav > .active > a:focus:after {
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  bottom: -1px !important;
  width: 100% !important;
  height: 2px !important;
  background: linear-gradient(to right, #6372ff 0%, #5ca9fb 100%) !important;
  content: "" !important;
  transition: width 0.2s !important;
}
.navbar-toggle {
  border-radius: 0;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #fff;
  border-color: #608dfd;
}
.navbar-default .navbar-toggle:hover > .icon-bar {
  background-color: #608dfd;
}

audio {
  width: 100px;
  height: 45px;
  position: absolute;
  padding-top: 16px;
}

video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.home_header {
    position: relative;
    top: 40%;
    width: auto;
    height: 800px;
    text-align: center;
    color: white;
}

.home_header h1 {
  font-size: 5vw;
  font-weight: 800;
  text-shadow: rgba(40,184,250,1) 0px 0px 10px;
}

#logo_center {
  filter: drop-shadow(0 0 0.75rem rgba(40,184,250,1));
}

/* Products Section */
.products {
  background: linear-gradient(to right, #64A1F8DD 20%, #1A4674DD 80%);
  /* border-bottom-left-radius: 5%;
  border-bottom-right-radius: 5%; */
  padding-bottom: 20px;
}

.products h4, h5, p {
  color: #ddd;
  font-size: clamp(8px, 3vw, 16px);
  text-align: center;
}

/* Contact Section */
#contact {
  position: relative;
  width: auto;
  height: 260px;
  padding-top: 30px;
  background: linear-gradient(to right, #64A1F8aa 0%, #1A4674aa 100%);
  /* background-color: rgba(0, 160, 204, 0.6); */
  /* border-top-left-radius: 5%;
  border-top-right-radius: 5%; */
}

#contact h1, h2, h3 {
  color: #fff;
  text-align: center;
}

#contact p {
  color: #fff;
  text-align: center;
}

#contact .contact-item i.fa {
  margin-right: 10px;
}

#contact a {
  color: #5ca9fb;
  text-decoration: underline;
}

/* Footer Section*/
#footer {
  background: #f6f6f6;
  padding: 30px 0;
}
#footer p {
  color: #888;
  font-size: 14px;
}
#footer a {
  color: #608dfd;
}
#footer a:hover {
  border-bottom: 2px solid #608dfd;
}

@media (max-width: 768px) {
  #about img {
    margin: 50px 0;
  }
}
