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

/*!
 primary colour:    #43e8d8     rgb(67, 232, 216)
 dark: #3bd6c6 rgb(59, 214, 198)
 */

#mainNav {
  min-height: 56px;
  background-color: #fff;
}

#mainNav .navbar-toggler {
  font-size: 80%;
  padding: 0.75rem;
  color: #43e8d8;
  border: 1px solid #43e8d8;
}

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

#mainNav .navbar-brand {
  color: #161616;
  font-weight: 700;
  padding: .9rem 0;
}

#mainNav .navbar-nav .nav-item:hover {
  color: fade(white, 80%);
  outline: none;
  background-color: transparent;
}

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

@media (min-width: 992px) {
  #mainNav {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    background-color: transparent;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
  }
  #mainNav .navbar-brand {
    padding: .5rem 0;
    color: rgba(255, 255, 255, 0.5);
  }
  #mainNav .nav-link {
    -webkit-transition: none;
    transition: none;
    padding: 2rem 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: white;
  }
  #mainNav.navbar-shrink {
    background-color: #fff;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #161616;
  }
  #mainNav.navbar-shrink .nav-link {
    color: #161616;
    padding: 1.5rem 1.5rem 1.25rem;
    border-bottom: 0.25rem solid transparent;
  }
  #mainNav.navbar-shrink .nav-link:hover {
    color: #43e8d8;
  }
  #mainNav.navbar-shrink .nav-link:active {
    color: #467370;
  }
  #mainNav.navbar-shrink .nav-link.active {
    color: #43e8d8;
    outline: none;
    border-bottom: 0.25rem solid #43e8d8;
  }
}

.masthead {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 35rem;
  padding: 15rem 0;
}

.masthead h1 {
  font-family: 'Varela Round';
  font-size: 2.5rem;
  line-height: 2.5rem;
  letter-spacing: 0.8rem;
  background: -webkit-linear-gradient(rgba(67, 232, 216, 0.9), rgba(67, 232, 216, 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 {
    height: 100vh;
    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 {
  -webkit-box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  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: #43e8d8;
}

.btn-primary:hover {
  background-color: #4f837f;
}

.btn-primary:focus {
  background-color: #4f837f;
  color: white;
}

.btn-primary:active {
  background-color: #467370 !important;
}

.about-section {
  padding-top: 10rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(75%, rgba(256, 256, 256, 0.9)), to(rgba(256, 256, 256, 0.8)));
  background: linear-gradient(to bottom, #ffffff 0%, rgba(256, 256, 256, 0.9) 75%, rgba(256, 256, 256, 0.8) 100%);
}

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

.projects-section {
  position: relative;
}

.projects-section .featured-text,
.projects-section .featured-text-left {
  padding: 2rem;
}

@media (min-width: 992px) {
  .projects-section .featured-text { padding: 0 0 0 2rem; }
  .projects-section .featured-text-left { padding: 0 2rem 0 0; }
  .projects-section .featured-text { border-left: 0.5rem solid #43e8d8; }
  .projects-section .featured-text-left { border-right: 0.5rem solid #43e8d8; }
}

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

@media (min-width: 992px) {
  .projects-section .project-text {
    padding: 5rem;
  }
  .projects-section .project-text hr {
    border-color: #43e8d8;
    border-width: .25rem;
    width: 30%;
  }
}

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

.contact-section .card {
  border: 0;
  border-bottom: 0.25rem solid #43e8d8;
}

.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: #43e8d8;
  border-width: 0.25rem;
  width: 3rem;
}

.contact-section .social {
  margin-top: 1rem;
}

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

.contact-section .social a:hover {
  color: rgba(0, 0, 0, 0.);
}

.contact-section .social a:active {
  color: #fff;
}

body {
  font-family: 'Roboto';
  font-size: 1.1rem;
  letter-spacing: 0.0625em;
}

a {
  color: #3bd6c6;
}
a.dark {
  color: #3c6360;
}

a:focus, a:hover {
  text-decoration: none;
  color: #3c6360;
}
a.dark:focus, a.dark:hover {
  color: #3bd6c6;
}

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

.bg-primary {
  background-color: #43e8d8 !important;
}

.text-primary {
  color: #43e8d8 !important;
}

footer {
  padding: 5rem 0;
}


/* sanjāsana */

video#videohead {
    position: relative;
    width: 100%;
    height: auto;
}
.masthead .container-fluid {
    position: absolute;
    top: 0;
    left: 0;
}
.masthead #header-title { margin-top: 20%; }


nav .fas { display: none; color: #43e8d8; }
nav.navbar-shrink .fas { display: block; }

h1 {
  text-transform: uppercase!important;
  font-family: 'Varela Round';
  font-size: 2.5rem;
  line-height: 2rem;
  letter-spacing: 0.5rem;
  background: -webkit-linear-gradient(rgba(67, 232, 216, 0.8), rgba(59, 214, 198, 1));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.bg-primary h1 {
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.dark-bg { background-color: #999999; }

.email {
    margin-top: 1rem;
}
.email a { 
    color: rgba(0, 0, 0, 0.7);
}
.email a:hover { 
    color: rgba(0, 0, 0, 1)
}

#quote p {
    color: #dddddd;
    font-family: 'Varela Round';
    font-size: 1.5rem;
    margin: 0;
    letter-spacing: 1.2rem;
}

#image-band { padding-top: 5px; padding-bottom: 0; }
#image-band .container-fluid { padding: 0; }
#image-band div { background-color: #000000; }
#image-band .col-lg-2 { padding: 2px 10px; }
#image-band .col-md-2 { padding-left: 4px; }
#image-band .col-sm-4 { padding-left: 4px; }
#image-band img { width: 100%; }

.film-strip-border {
    height: 24px;
    background-image: url("../img/trak/trak.png");
    background-size: 20px;  
    background-repeat: repeat-x;
    background-color: #000000;
    border-top: 7px solid #000000;
    border-bottom: 7px solid #000000;
}


.projects-section img {
    width: 100%;
}
.projects-section .container {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    top: 4rem;
    left: 0;
    right: 0;
    z-index: 100;
}
#budokon img, #tango img, #joga img {
    
}

@media (max-width: 797px) {
    body { 
        padding-left: 0px;
        padding-right: 0px;
    }
}

.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

#joga h1 { margin-top: 60%; }

@media (max-width: 797px) {
    .masthead {
        padding-top: 0;
        padding-bottom: 0;
        height: auto;
        min-height: inherit;
    }
    .about-section {
        padding-top: 2rem;
    }
    .projects-section h1 { font-size: 1rem; }
    .projects-section p { font-size: 0.8rem; }
    .projects-section .container { top: 5px; }
    #joga h1 { margin-top: 15%; }
}