body {
  background: linear-gradient(60deg, #4f1da1, #6621a7, #1d67bb, #15caac);
  background-size: 200% 200%;
  margin: 0;
  animation: gradientBG 25s ease infinite;
}

@keyframes gradientBG {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.navbar-collapse.collapse {
  display: block !important;
}

.navbar-nav > li,
.navbar-nav {
  float: left !important;
}

.navbar-nav.navbar-right:last-child {
  margin-right: -15px !important;
}

.navbar-right {
  float: right !important;
}

.navbar-collapse.collapse {
  display: block !important;
}

.navbar-nav > li,
.navbar-nav {
  float: left !important;
}

.navbar-nav.navbar-right:last-child {
  margin-right: -15px !important;
}

.navbar-right {
  float: right !important;
}

.container-fluid {
  width: 90%;
  margin: auto;
}

.navbar-brand {
  margin-top: 2px;
  margin-right: 15px;
}
.navbar {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 55px;
}

#nav_options {
  top: 5px;
  position: absolute;
  left: 50.5%;
  transform: translatex(-50%);
}

#navbarSupportedContent {
  text-align: center;
}

#nav_left {
  margin-right: 2em;
}

#nav_right {
  margin-left: 2em;
}

.top {
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
}

.top2 {
  text-align: center;
  width: 100%;
}

#branding_top {
  margin-top: 120px;
  width: 30%;
}

@media only screen and (max-width: 600px) {
  #branding_top {
    margin-top: 120px;
    width: 80%;
  }
}

#nav_logo {
  width: 3.5em;
  height: auto;
  margin-top: -60px;
}

.sphere {
  margin-top: 50px;
  width: 100px;
  height: 40px; /* as the half of the width */
  border-bottom-left-radius: 80px; /* 100px of height + 10px of border */
  border-bottom-right-radius: 80px; /* 100px of height + 10px of border */
  border: 0px;
  border-bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.darker {
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .darker {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    text-align: center;
  }
}

.main_content_start {
  padding-top: 4em;
}

h1 {
  font-size: 69px;
  color: white;
  font-family: "lato", bold;
}

h2 {
  font-size: 40px;
  color: white;
  font-family: "lato", bold;
}

h3 {
  font-size: 40px;
  color: white;
  font-family: "lato", light;
  font-weight: 300;
}

h4 {
  display: inline-block;
  font-size: 30px;
  color: white;
  font-family: "lato", italic;
  font-style: italic;
  font-weight: 300;
}

h5 {
  font-size: 30px;
  color: white;
  font-family: "lato", bold;
}

h6 {
  font-size: 30px;
  color: white;
  font-family: "lato", italic;
  font-weight: 200;
}

p {
  color: white;
}

a {
  font-size: 20px;
  color: white;
  font-family: "lato", bold;
  line-height: 1.4;
  text-decoration: none;
  border-image-slice: 1;
}

a:hover {
  color: white;
  text-decoration-line: underline;
  text-decoration-color: white;
  border-bottom-width: 1px;
  border-bottom-color: white;
  border-bottom-style: solid;
}

.inTextLink {
  border-bottom-style: solid;
  border-bottom-color: white;
  border-bottom-width: 1px;
}

.title_line {
  border-bottom: 3px white solid;
}

.active_nav {
  border-bottom-width: 1px;
  border-bottom-color: white;
  border-bottom-style: solid;
}

.main_card {
  height: 300px;
  background: linear-gradient(233deg, #7e2ac2 0%, #7444c0 50%, #076ebb 100%)
    no-repeat center center fixed;
  background-size: cover;
  padding-top: 20px;

  border-style: solid;
  border-width: 3px;
  border-image: linear-gradient(to right, white 0%, rgba(0, 0, 0, 0) 100%);
  border-image-slice: 1;
}

.main_card_right {
  height: 300px;
  background: linear-gradient(233deg, #7e2ac2 0%, #7444c0 25%, #076ebb 100%)
    no-repeat center center fixed;
  background-size: cover;
  padding-top: 20px;
  border-style: solid;
  border-width: 3px;
  border-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, white 100%);
  border-image-slice: 1;
  padding: 3px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .main_card_right {
    height: 300px;
    background: linear-gradient(233deg, #7e2ac2 0%, #7444c0 25%, #076ebb 100%)
      no-repeat center center fixed;
    background-size: cover;
    padding-top: 20px;
    border-style: solid;
    border-width: 3px;
    border-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, white 100%);
    border-image-slice: 1;
    padding: 3px;
    text-align: center;
    margin-top: 370px;
  }
}

.main_card_comment {
  margin-top: 2em;
  margin-left: 6em;
}

.main_card_comment_right {
  margin-top: 2em;
  margin-left: -6em;
  margin-right: 6em;
}

#title_card_right {
  padding-top: 15px;
  margin-left: 30%;
  margin-right: -20%;
}
@media only screen and (max-width: 767px) {
  #title_card_right {
    padding: 15px;
    margin: 0;
  }
}

.about_card {
  border-style: solid;
  border-width: 3px;
  border-image: linear-gradient(to right, white 0%, rgba(0, 0, 0, 0) 100%);
  border-image-slice: 1;
  padding: 20px;
}

.about_card_right {
  text-align: right;
  border-style: solid;
  border-width: 3px;
  border-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, white 100%);
  border-image-slice: 1;
  padding: 20px;
}

.big-break {
  padding-top: 11em;
}

.break {
  padding-top: 8em;
}
@media only screen and (max-width: 767px) {
  .break {
    padding-top: 0;
  }
  .big-break {
    padding-top: 0px;
  }
}

.sm-break {
  padding-top: 4em;
}

#about_top {
  padding-top: 13em;
}

#about_top_text {
  padding-top: 3.6em;
  margin-left: 10%;
  margin-bottom: 9em;
}

#my_img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #my_img {
    width: 70%;
  }
}

#headphones {
  position: absolute;
  height: 370px;
  width: 100%;
  margin-top: -35px;
  margin-left: -10%;
  border: 2px solid black;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  #headphones {
    position: absolute;
    left: 0;
    height: 370px;
    width: 100%;
    margin: 0;
    border: 2px solid black;
    object-fit: cover;
  }
}

#apolo_mockup {
  position: absolute;
  height: 370px;
  width: 100%;
  margin-top: -335px;
  margin-left: 20px;
  border: 2px solid black;
  object-fit: cover;
}

@media only screen and (max-width: 767px) {
  #apolo_mockup {
    position: absolute;
    height: 370px;
    width: 100%;
    border: 2px solid black;
    object-fit: cover;
    margin: 0;
    left: 0px;
  }
  .apolo_img_container {
    height: 370px;
  }
}

#rgbchannel_bulk {
  margin-top: 3em;
}

#galaxy_main {
  position: absolute;
  height: 370px;
  width: 100%;
  margin-top: -35px;
  margin-left: -10%;
  border: 2px solid black;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  #galaxy_main {
    position: absolute;
    left: 0;
    height: 370px;
    width: 100%;
    margin: 0;
    border: 2px solid black;
    object-fit: cover;
  }
  #rgbchannel_bulk {
    margin-top: 0em;
  }
}

.footer_bg {
  margin-top: 100px;
  background-color: rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 767px) {
  .footer_bg {
    margin-top: 370px;
    background-color: rgba(0, 0, 0, 0.4);
  }
}

@media only screen and (max-width: 767px) {
  .footer_up_mobile {
    margin-top: 20px;
  }
}

.footer {
  text-align: center;
  height: 200px;
}

.footer_content {
  margin-top: 65px;
}

.social_media {
  position: relative;
  bottom: 100px;
  right: -90%;
}
@media only screen and (max-width: 767px) {
  .social_media {
    position: relative;
    right: 0px;
    bottom: 20px;
  }
}

.social_media_icon {
  height: 30px;
  width: auto;
}

.resonance_logo {
  margin-left: 5%;
  max-width: 600px;
  max-height: 400px;
}

.project_img_wrap {
  text-align: center;
}

.project_img {
  width: 100%;
  height: auto;
  object-fit: fit;
}
.project_img_headphones {
  width: 100%;
  height: auto;
  object-fit: fit;
}
@media only screen and (max-width: 767px) {
  .project_img_headphones {
    width: auto;
    height: 20em;
    object-fit: fit;
  }
}

.project_card {
  padding: 20px;
  vertical-align: middle;
}

.project_card_right {
  text-align: left;
  padding: 20px;
  vertical-align: middle;
}

.project_heading {
  vertical-align: middle;
}

.apolo_logo {
  margin-top: 16em;
  height: auto;
  width: 20%;
  margin-bottom: 10em;
}
@media only screen and (max-width: 574px) {
  .apolo_logo {
    margin-top: 16em;
    height: auto;
    width: 90%;
    margin-bottom: 10em;
  }
}

.rgb_logo {
  margin-top: 5em;
  height: auto;
  width: 35%;
  margin-bottom: 3em;
}
@media only screen and (max-width: 574px) {
  .rgb_logo {
    margin-top: 5em;
    height: auto;
    width: 90%;
    margin-bottom: 3em;
  }
}

#red {
  background-color: red;
  height: 30px;
}

#blue {
  background-color: blue;
  height: 30px;
}

#green {
  background-color: green;
  height: 30px;
}

.circle_btn {
  position: absolute;
  margin-top: 65px;
  margin-left: 15px;
  height: 50px;
  width: 50px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  display: inline-block;
}

#back_arrow {
  height: 60%;
  margin-left: 15px;
  margin-top: 9px;
}

.card {
  background-color: rgba(0, 0, 0, 0.7);
  border-style: solid;
  border-color: white;
  border-width: 1px;
  height: 30em;
  margin-top: 1em;
}

@media only screen and (max-width: 767px) {
  .card {
    background-color: rgba(0, 0, 0, 0.7);
    border-style: solid;
    border-color: white;
    border-width: 1px;
    height: 35em;
    margin-top: 1em;
  }
}

.passion_img {
  width: auto;
  height: 200px;
  object-fit: cover;
}

.vid {
  width: auto;
  height: 200px;
  object-fit: cover;
}

.banner_img {
  width: auto;
  height: 40em;
  object-fit: cover;
}
