@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap');

body {
  overflow-x; hidden;
  font-family: 'Noto Sans KR', sans-serif;
  color: rgba(0, 0, 0, 1.0);
}

a {
  color: #1ebba3;
}
a:hover {
  color: white;
}

iframe {
  width: 100%;
}

.row p {
  font-size: 1.1rem;
}

.offset:before {
  display: block;
  content: "";
  height: 4rem;
  margin-top: -4rem;
}

/*--- Navigation --*/

.navbar {
  text-transform: uppercase;
  font-weight: 700;
  font-size: .9rem;
  letter-spacing: .1rem;
  background: rgba(0, 0, 0, 1.0)!important;
}

.navbar-nav li {
  padding-right: .7rem;
}
.navbar-dark .navbar-nav .nav-link {
  color: white;
  padding-top: .8rem;
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #1ebba3;
}

/*--- Landing Page --*/
.home-inner {
  background-image: url(img/midi.jpg);
}
.caption {
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 38%;
  z-index: 1;
  color: white;
  text-transform: uppercase;
}
.caption h1 {
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: .3rem;
  text-shadow: .1rem .1rem .8rem black;
  padding-bottom: 1rem;
}
.caption h4 {
  font-size: 2rem;
  text-shadow: .1rem .1rem .5rem black;
  padding-bottom: 1.6rem;
}
.btn-md {
  border-width: medium;
  border-radius: 0;
  padding: .6rem 1.3rem;
  font-size: 1.1rem;
}

/*--- About Section --*/
#about {
  background-color: black;
  color: white;
}
.narrow {
  width: 75%;
  margin: 1.5rem auto;
  padding-top: 2rem;
}
.narrow h3 {
  font-size: 2.4rem;
}
.narrow h2 {
  font-size: 1.5rem;
}
.btn-secondary {
  border-width: medium;
  border-radius: 0;
  font-size: 1.2rem;
  padding: .6rem 1.2rem;
  margin: 1rem;
  color: black;
  background-color: white;
  border-color: white;
}
.btn-secondary:hover {
  color: white;
  background-color: rgba(1, 1, 1, 0.8);
}

.founder img {
  height: 10rem;
  width: 10rem;
  border-radius: 50%;
}
.paragraph-divider p {
  font-size: 1rem;
}

/*--- Videos Section --*/
#videos {
  background-color: black;
  color: white;
}
#videos .jumbotron {
  background-color: black;
}
.jumbotron {
  background-color: black;
  margin-bottom: 0;
  padding: 2rem 0 3.5rem;
  border-radius: 0;
}
h3.heading {
  font-size: 1.9rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1.9rem;
}
.heading-underline {
  width: 3rem;
  height: .2rem;
  background-color: white;
  margin: 0 auto 2rem;

}
.video h4 {
  font-size: 1.3rem;
  padding-bottom: .4rem;
}

.feature p {
  font-size: 1.1rem;
}

/*--- Downloads Section --*/
#downloads {
  background-color: black;
  color: white;
}

#downloads .jumbotron {
  background-color: black;
}

/*--- Privacy Section --*/
#privacy {
  background-color: black;
  color: white;
}

#privacy .jumbotron {
  background-color: black;
}

/*--- Projects Section --*/

.fixed {
  background-image: url(img/code.png);
  z-index: -1;
}
.dark {
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 10rem 3rem;
}

#projects-underline {
  background-color: white;
}

.fixed-background h3 {
  margin-bottom: 2rem;
}
.fixed-background p {
  margin-top: 1.5rem;
}

.col-12 h2 {
  margin-bottom: 1rem;
}

/*--- Contact Section --*/

footer {
  background-color: rgba(1.0, 1.0, 1.0, 1.0);
  color: white;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
footer a {
  color: white;
}

/*--- Media Queries --*/

@media (max-width: 767px) {
  .caption h1 {
    font-size: 2.3rem;
    letter-spacing: .1rem;
    padding-bottom: .5rem;
  }
  .caption h4 {
    font-size: 1.2rem;
    padding-bottom: 1.2rem;
  }
  .btn-md {
    padding: .5rem 1rem;
    font-size: 1rem;
  }
  .narrow h3 {
  font-size: 1.5rem;
  }
  .narrow h2 {
  font-size: 1.2rem;
  }
  .founder img {
  height: 6rem;
  width: 6rem;
  border-radius: 50%;
  }
  .paragraph-divider p {
  font-size: 0.8rem;
  }
}

@media (max-height: 512px) {
  .caption h1 {
    font-size: 2.3rem;
    letter-spacing: .1rem;
    padding-bottom: .5rem;
  }
  .caption h4 {
    font-size: 1.2rem;
    padding-bottom: 1.2rem;
    top: 20%;
  }
  .btn-md {
    padding: .5rem 1rem;
    font-size: 1rem;
  }
}

@media(max-height: 435px) {
  .home-inner {
    background-image: none;
    background-color: black;
  }
}

/*============ BOOTSTRAP BREAK POINTS:

Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

=============*/
