/*!
 * Start Bootstrap - Grayscale v5.0.8 (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: 56px;
  background-color: #fff;
    font-weight: bold; 
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

#mainNav .navbar-toggler {
  font-size: 80%;
  padding: 0.75rem;
  color: #0080B0;
}

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

#mainNav .navbar-brand {
    font-family: 'Dancing Script', cursive;
  color: #0080B0;
  font-weight: bold;
  padding: .9rem 0;
}

#mainNav .navbar-nav .nav-item:hover {
  color: fade(white, 60%);
  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: white;
  }
  #mainNav .nav-link {
    -webkit-transition: none;
    transition: none;
    padding: 2rem 1.5rem;
    color: white;
  }
  #mainNav .nav-link:hover {
    color: rgba(255, 255, 255, 0.7);
  }
  #mainNav .nav-link:active {
    color: rgba(255, 255, 255, 0.7);
  }
  #mainNav.navbar-shrink {
    background-color: #fff;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #0080B0;
      font-size: 25px;
  }
  #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: #0080B0;
  }
  #mainNav.navbar-shrink .nav-link:active {
    color: #0080d0;
  }
  #mainNav.navbar-shrink .nav-link.active {
    color: #0080B0;
    outline: none;
    border-bottom: 0.25rem solid #0080B0;
  }
}

.masthead {
  width: 100%;
  height: auto;
  padding-top: 8rem;
    padding-bottom: 6rem;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../img/bg-masthead.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.masthead h1 {
  font-family: 'Dancing Script', cursive;
  font-size: 5rem;
  line-height: 5.5rem;
  letter-spacing: 0.8rem;
  color: white;
    text-shadow: 5px 5px 5px black;
}

.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: 7.5rem;
    line-height: 7.5rem;
    letter-spacing: 0.8rem;
  }
  .masthead h2 {
    max-width: 30rem;
    font-size: 2rem;
      font-weight: bold;
  }
}

.btn {
    margin-top: 40px;
  padding: 15px 50px;
  font-size: 20px;
    font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .40rem;
  border: 0;
}

.btn-primary {
    border: 5px solid white;
  background-color: rgba(0, 0, 0, 0.4);
    box-shadow: 5px 5px 10px black;
    color: white;
}

.btn-primary:hover {
    border: 5px solid rgba(255, 255, 255, 0.7);
  background-color: rgba(0, 0, 0, 0.4);
    box-shadow: 2px 2px 10px black;
    color: rgba(255, 255, 255, 0.7);
}

.btn-primary:focus {
  border: 5px solid rgba(255, 255, 255, 0.7);
  background-color: rgba(0, 0, 0, 0.4);
    box-shadow: 2px 2px 10px black;
    color: rgba(255, 255, 255, 0.7);
}

.btn-primary:active {
 border: 5px solid rgba(255, 255, 255, 0.7);
  background-color: rgba(0, 0, 0, 0.4);
    box-shadow: 2px 2px 10px black;
    color: rgba(255, 255, 255, 0.7);
}


.projects-section {
  padding: 3rem 0;
}
.projects-section h2{
  font-size: 40px;
}
.projects-section .featured-text {
  padding: 1rem;
}
.projects-section .featured-text1 {
  padding: 1rem;
}
@media (min-width: 992px) {
    .projects-section {
  padding: 4rem 0;
}
.projects-section h2{
  font-size: 50px;
}
  .projects-section .featured-text {
    padding: 0 0 0 2rem;
    border-left: 0.5rem solid #0080B0;
  }
    .projects-section .featured-text1 {
    padding: 0 2rem 0 0;
    border-right: 0.5rem solid #0080B0;
  }
}

.projects-section .project-text {
  padding: 2rem;
  font-size: 12px;
}

@media (min-width: 992px) {
  .projects-section .project-text {
    padding: 2rem;
      font-size: 16px;
  }
  .projects-section .project-text hr {
    border-color: #0080B0;
    border-width: .25rem;
    width: 30%;
  }
}

.contact-section {
  padding: 5rem 0;
}
.contact-section h2{
  font-size: 40px;
    padding-bottom: 3rem;
}
.contact-section .card {
  border: 0;
  border-bottom: 0.25rem solid #0080B0;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

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

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

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

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

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

.contact-section .social a:active {
  color: #fff;
}
@media (min-width: 992px) {
 .contact-section h2{
  font-size: 50px;
    padding-bottom: 3rem;
}   
}
body {
  font-family: 'Raleway', 'Helvetica Neue', sans-serif;
  letter-spacing: 0.0625em;
}

a {
  color: #0080B0;
}

a:focus, a:hover {
  text-decoration: none;
  color: #0080d0;
}
.big {
    font-weight: bold;
}
.bg-black {
  background-color: #161616 !important;
}

.bg-primary {
  background-color: #0080B0 !important;
}

.text-primary {
  color: #0080B0 !important;
}

footer {
  padding: 5rem 0;
}
