/*!
 * Start Bootstrap - Grayscale v5.0.9 (https://startbootstrap.com/template-overviews/grayscale)
 * Copyright 2013-2019 Start Bootstrap
 * Copyright 2020 Kaifeck
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-grayscale/blob/master/LICENSE)
 */

:root {
  --main-color: #00406a;
  --main-color-dark: #00215a;
}

#mainNav {
  min-height: 72px;
  background-color: rgba(28, 42, 47, 0.97);
  /*background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(122, 122, 122, 0.95) 100%);*/
}

#mainNav .navbar-toggler {
  font-size: 80%;
  padding: 0.75em;
  color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);;
}

#mainNav .navbar-toggler:focus {
  outline: none;
}

/* Kaifeck on top left */
#mainNav .navbar-brand {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 700;
  padding: 0;
}

#mainNav .navbar-nav {
    padding-top: 0.5rem;
  }

#mainNav .navbar-nav .nav-item:hover {
  color: white;
  outline: none;
  background-color: transparent;
}

#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
  outline: none;
  background-color: transparent;
}

#mainNav .nav-link {
  transition: none;
  padding: 1rem 1.5rem;
  color: rgba(255, 255, 255, 0.5);
}
#mainNav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}
#mainNav .nav-link.active {
  color: rgba(255, 255, 255, 0.75);
  outline: none;
  font-weight: bold;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    background-color: transparent;
    transition: background-color 0.3s ease-in-out;
  }
  #mainNav .navbar-brand {
    padding: .5rem 0;
    color: rgba(255, 255, 255, 0.5);
  }

  #mainNav .navbar-nav {
    padding-top: 0;
  }

  #mainNav .nav-link.active {
    border-bottom: 0.25rem solid rgba(255, 255, 255, 0.5);
    font-weight: normal;
  }
  #mainNav.navbar-shrink {
    background-image: linear-gradient(to bottom, rgb(28, 42, 47) 0%, rgba(57, 65, 94, 0.8) 100%)
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: rgba(255, 255, 255, 0.5);
  }
  #mainNav.navbar-shrink .nav-link {
    color: rgba(255, 255, 255, 0.5);
    padding: 1.5rem 1.5rem 1.25rem;
    border-bottom: 0.25rem solid transparent;
  }
  #mainNav.navbar-shrink .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
  }
  #mainNav.navbar-shrink .nav-link.active {
    color: rgba(255, 255, 255, 0.75);
    outline: none;
    border-bottom: 0.25rem solid rgba(255, 255, 255, 0.5);
  }
}

/* Kaifeck logo on top of page */
.masthead {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 35rem;
  padding: 15rem 0;
  background: linear-gradient(to bottom, rgba(22, 22, 22, 0.3) 0%, rgba(22, 22, 22, 0.7) 75%, #161616 100%), url("../img/header.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

/*
.masthead h1 {
  font-family: 'Varela Round';
  font-size: 2.5rem;
  line-height: 2.5rem;
  letter-spacing: 0.8rem;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
*/

.masthead h2 {
  max-width: 20rem;
  font-size: 1rem;
}

@media (min-width: 768px) {
  .masthead h1 {
    font-size: 4rem;
    line-height: 4rem;
  }
}

@media (min-width: 992px) {
  .masthead {
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
  }
  .masthead h1 {
    font-size: 6.5rem;
    line-height: 6.5rem;
    letter-spacing: 0.8rem;
  }
  .masthead h2 {
    max-width: 30rem;
    font-size: 1.25rem;
  }
}

.btn {
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  padding: 1.25rem 2rem;
  font-family: 'Varela Round';
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: .15rem;
  border: 0;
}

.btn-primary {
  background-color: var(--main-color);
}

.btn-primary:hover {
  background-color: var(--main-color-dark);
}

.btn-primary:focus {
  background-color: var(--main-color);
  color: white;
}

.btn-primary:active {
  background-color: var(--main-color) !important;
}

.about-section {
  padding-top: 10rem;
  background: linear-gradient(to bottom, #161616 0%, #2a2a2a 75%, #404040 100%);
}

.about-section p {
  margin-bottom: 5rem;
}

@media (min-width: 992px) {
  .carousel {
    width: 80%;
    margin: auto;
  }
}

.songs-section {
  padding: 10rem 0;
  background: linear-gradient(to bottom, #a0a0a0 0%, #5b5b5b 75%, #343434 100%);
}

.songs-section .featured-text {
  padding: 2rem;
}

.bg-lgray {
  background-color: rgb(220, 220, 220);
}

@media (min-width: 992px) {
  .songs-section .featured-text {
    padding: 0 0 0 2rem;
    border-left: 0.5rem solid var(--main-color);
  }
}

.songs-section .project-text {
  padding: 3rem;
  font-size: 90%;
}

@media (min-width: 992px) {
  .songs-section .project-text {
    padding: 5rem;
  }
  .songs-section .project-text hr {
    border-color: var(--main-color);
    border-width: .25rem;
    width: 30%;
  }
}

.news-section {
  padding: 10rem 0;
  background: linear-gradient(to bottom, rgba(22, 22, 22, 0.8) 0%, rgba(22, 22, 22, 0.5) 15%, rgba(22, 22, 22, 0.3) 75%, #161616 100%), url("../img/news_bg.jpeg");
  background-position: center;
  background-repeat: repeat;
  background-attachment: scroll;
  background-size: auto;
}

.news-section .project-text, .detail-section .project-text {
  padding: 3rem;
  font-size: 90%;
}

@media (min-width: 992px) {
  .news-section .project-text,
  .detail-section .project-text {
    padding: 5rem;
  }
  .news-section .project-text hr,
  .detail-section .project-text hr {
    border-color: var(--main-color);
    border-width: .25rem;
    width: 30%;
  }
}

.news-section .featured-text-l,
.detail-section .featured-text-l {
  border-top: 0.5rem solid var(--main-color);
}
.news-section .featured-text-r,
.detail-section .featured-text-r {
  border-top: 0.5rem solid var(--main-color);
}

@media (min-width: 992px) {
  .news-section .featured-text-l
  {
    padding: 0 2rem 0 2rem;
    border-left: 0.5rem solid var(--main-color);
    border-top: none;
  }
  .news-section .featured-text-r {
    padding: 0 2rem 0 2rem;
    border-right: 0.5rem solid var(--main-color);
    border-top: none;
  }
}

.news-section .gray-link {
  color: #a5a5a5;
}

.news-section .gray-link:hover {
  color: #727272;
}

.white-link {
  color: #ffffff;
}

.white-link:hover {
  color: #a5a5a5;
}

.white-50-link {
  color: rgba(255, 255, 255, 0.5);
}

.white-50-link:hover {
  color: rgba(165, 165, 165, 0.5);
}

.detail-section {
  padding: 10rem 0;
  background: linear-gradient(to bottom, #252525 0%, #161616 90%);
}

.bg-dgray {
  background: #282828
}

.bg-dgray-80 {
  background: rgba(40, 40, 40, 0.8);
}

.bg-hover:hover {
  background: #000000
}

.bg-hover {
  background: #161616
}

.contact-section {
  padding: 5rem 0 0;
}

.contact-section .card {
  border: 0;
  border-bottom: 0.25rem solid var(--main-color);
}

.contact-section .card h4 {
  font-size: 0.8rem;
  font-family: 'Varela Round';
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}

.contact-section .card hr {
  border-color: var(--main-color);
  border-width: 0.25rem;
  width: 3rem;
}

.social {
  margin-top: 5rem;
}

.social a {
  text-align: center;
  height: 3rem;
  width: 3rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  line-height: 3rem;
  color: rgba(255, 255, 255, 0.3);
}

.social a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.social a:active {
  color: #fff;
}

@media (min-width: 992px) {
  #emailForm {
    width: 66%;
    margin:auto;
  }
}

.errorMsg {
  color: #f00;
}

.waitMsg {
  color: #ff0;
}

.successMsg {
  color: #0c0;
}

.w-50 {
  width: 50%;
}

.leftCol {
  border-right: 1px solid white !important;
  text-align: right;
  padding-right: 20px !important;
}

.midCol {
  border-left: 1px solid white !important;
  border-right: 1px solid white !important;
  text-align: center;
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.rightCol {
  border-left: 1px solid white !important;
  text-align: left;
  padding-left: 20px !important;
}

body {
  position: relative;
  font-family: 'Nunito';
  letter-spacing: 0.0625em;
}

a {
  color: var(--main-color);
}

a:focus, a:hover {
  text-decoration: none;
  color: var(--main-color-dark);
}

.bg-black {
  background-color: #161616 !important;
}

.bg-primary {
  background-color: var(--main-color) !important;
}

.text-primary {
  color: var(--main-color) !important;
}

footer {
  padding: 5rem 0;
}
