/*! Used the following as a starter template.
 * Start Bootstrap - Grayscale v5.0.9 (https://startbootstrap.com/template-overviews/grayscale)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-grayscale/blob/master/LICENSE)
 */

#mainNav {
  min-height: 150px;
  width: 100%;
  background-color: #000;
  padding-top: 9rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  position: fixed;
  font-family: 'Open Sans';
}

#mainNav .navbar-toggler {
  padding: 0.25rem;
  color: #fff;
  /* border: 2px solid #fff; */
  display: block;
  position: fixed;
  top: 3.5rem;
  left: 1rem;
}

#english {
  position: fixed;
  top: 3.5rem;
  left: 3.5rem;
  color: #fff;
}

#vietnamese {
  position: fixed;
  top: 3.5rem;
  left: 8.5rem;
  color: #fff;
}

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

#maiNav .navbar-collapse {

}

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

#mainNav .navbar-nav .nav-item:hover {
  color: fade(white, 100%);
  outline: none;
  /* font-family: 'CooperHewitt'; */
  background-color: transparent;
}

#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
  outline: none;
/*  position: fixed; This was causing problems before! */
  color: #fff;
  /* top: 150px; */
  left: 1rem;
}

/* Editing the drop-down collapse menu */
@media (min-width: 992px) {
  #mainNav {
    padding-top: 9rem;
    padding-bottom: 0.5rem;
    padding-left: 1.5rem;
    position: fixed;
    border-bottom: none;
    color: #fff;
    /* background-color: transparent;
    transition: background-color 0.5s ease-in-out; */
  }
  #mainNav .navbar-brand {
    color: rgba(255, 255, 255, 1);
  }
  #mainNav .nav-link {
    transition: none;
    color: rgba(255, 255, 255, 1);
    padding-bottom: 0.5rem;
  }
  #mainNav .nav-link:hover {
    color: rgba(255, 255, 255, 1);
  }
  #mainNav .nav-link:active {
    color: #fff;
  }
  #mainNav.navbar-shrink {
    color: #fff;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #fff;
  }
  #mainNav.navbar-shrink .nav-link {
    /* color: #161616;
    border-bottom: 0.1rem solid white;*/
    color: #fff;
    padding-bottom: 0.5rem;
  }
  #mainNav.navbar-shrink .nav-link:hover {
    color: #fff;
  }
  #mainNav.navbar-shrink .nav-link:active {
    color: #fff;
  }
  #mainNav.navbar-shrink .nav-link.active {
    color: #fff;
  }
}

h1 {
  font-size: 6.5rem;
  line-height: 6.5rem;
  font-weight: bold;
  font-family: inherit;
  padding-bottom: 2rem;
}

h4 {
  font-weight: normal;
  font-family: inherit;
}

h4:hover {
  font-weight: bold !important;
  cursor: pointer;
}


body {
  font-family: 'Open Sans';
  /*
  font-family: 'CooperHewitt-Thin';
  font-family: 'Clear Sans';
  font-family: 'Roboto';
  */
}

.masthead {
  /* background: linear-gradient(to bottom, rgba(22, 22, 22, 0.9) 0%, rgba(22, 22, 22, 1.0) 75%, #161616 100%), url(""); */
  padding-top: 10rem;
  padding-bottom: 10rem;
  background: url("../img/kids-maika.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  text-shadow: 2px 2px 2px #000;
  letter-spacing: 1px;
  font-size: 1em;
}

.masthead h1 {
  color: #fff;
  padding-top: 10rem;
  padding-bottom: 10rem;
  text-shadow: 2px 2px 2px #000;
}

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

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

@media (max-width: 992px) {
  .masthead {
    height: 100vh;
  }
  .masthead h1 {
    padding-top: 6.5rem;
    font-size: 4.5rem;
    line-height: 4.5rem;
  }
}

.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: #64a19d;
}

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

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

.btn-primary:active {
  /* background-color: #467370 !important; */
  border-width: 1px;
}

/* all styles for the about section here! */
.about-section {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background: #fff;
  color: #000;
  letter-spacing: 1px;
  /* background: linear-gradient(to bottom, #161616 0%, rgba(22, 22, 22, 0.9) 75%, rgba(22, 22, 22, 0.8) 100%) */;
}

.team-section {
  padding-top: 10rem;
  padding-bottom: 10rem;
  /* background: #fff; */
  color: #fff;
  background-color: #000;
  /* background: url("../img/east-team-ab-grayscale-wide.png"); */
  background-repeat: repeat;
  background-attachment: fixed;
  background-size: contain;
  background-position: center;
}

/*
.team-section::before {
  opacity: 0.5;
  z-index: -1;
}
*/

.projects-section {
  padding-top: 10rem;
  padding-bottom: 10rem;
  color: inherit;
  background: url("../img/dogcow-naked.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.services-section {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background: url("../img/maika-mom.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  color: #fff;
}

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

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

.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: #64a19d;
    border-width: .25rem;
    width: 30%;
  }
}

.media-section {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background: url("../img/bewater-shirtless.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  color: #000;
}

/*
.signup-section {
  padding: 10rem 0;
  background: linear-gradient(to bottom, rgba(22, 22, 22, 0.3) 0%, rgba(22, 22, 22, 0.9) 75%, #161616 100%), url("../img/phan-xine.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  filter: grayscale(100%);
}

.signup-section .form-inline input {
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  padding: 1.25rem 2rem;
  height: auto;
  font-family: 'Varela Round';
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  border: 0;
}
*/
.contact-section {
  padding: 5rem 0 0;
}

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

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

.contact-section .card hr {
  border-color: #64a19d;
  border-width: 0.25rem;
  width: 3rem;
}

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

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

.contact-section .social a:hover {
  background-color: rgba(255, 255, 255, 1);
  border-width: 2px;
}

.contact-section .social a:active {
  color: rgba(255, 255, 255, 1);
}

a {
  color: inherit;
}

a:hover {
  color: inherit;
  text-decoration: none;
  font-weight: bold;
}

a:active {
  text-decoration: none;
  font-weight: bold;
}

.bg-black {
  background-color: #161616;
}
/*
.bg-primary {
  background-color: #64a19d !important;
}

.text-primary {
  color: #64a19d !important;
}
*/
footer {
  padding: 5rem 0;
}

.director-pic {
  border-width: 5px;
  border-style: solid;
  border-color: #ffffff
}

.east-logo-navbar {
  width: 25px;
  padding: 1em 0 1em;
  position: fixed;
  top: 0.5em;
  right: 1.5em;
}

.hide-default {
  display: none;
}

/* labels all Vietnamese language content */
.viet {
  display: none; /* default to show english first */
  font-family: 'Open Sans';
}

.viet h1 {
  font-family: 'Open Sans';
}

.viet h4 {
  font-family: 'Open Sans';
}

.viet h4:hover {
  font-weight: bold;
}

/* labels all English language content
.eng {
  font-family: 'CooperHewitt-Thin';
}

.eng h1 {
  font-family: 'CooperHewitt-Bold';
}

.eng h4 {
  font-family: 'CooperHewitt';
}

.eng h4:hover {
  font-family: 'CooperHewitt-Bold';
}

*/

.nav-link {
  color: #fff;
  text-decoration-color: #fff;
  position: relative;
}

.nav-link:hover {
  font-weight: bold;
  color: #fff;
  text-decoration-color: #fff;
}

.dir-ch {
  font-family: 'CooperHewitt' !important; /* for Cooper Hewitt-specific bold */
}

.text-box {
  padding-bottom: 0.75rem;
}
