/*!
 * Start Bootstrap - Grayscale v5.0.1 (https://startbootstrap.com/template-overviews/grayscale)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-grayscale/blob/master/LICENSE)
 */
 @font-face {
     font-family: "swatrg";
     src: url("../fonts/swatrg.TTF");
 }

 @font-face {
  font-family: "clubbed";
  src: url("../fonts/clubbed.otf");
 }

 @font-face {
   font-family: 'sulphur';
   src: url("../fonts/sulphur.otf");
 }

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

#mainNav .navbar-toggler { /* CELU menu*/
  font-size:90%;
  padding: 0.75rem;
  color: rgba(255, 142, 1, 1);
  border: 1px solid rgb(84, 84, 84, 1);
}

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

#mainNav .navbar-brand { /* celu logo*/
  color: rgba(255, 142, 1, 1);
  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;
    transition: background-color 0.3s ease-in-out;
  }
  #mainNav .navbar-brand { /*Compu logo/marca */
    padding: .5rem 0;
    display: none;
  }
  #mainNav .nav-link { /*Compu color menu*/
    transition: none;
    padding: 2rem 1.5rem;
    color: rgba(84,84,84,1);
    display: none;
  }
  #mainNav .nav-link:hover {
    color: rgba(84, 84, 84, 1);
    border-bottom: 0.25rem solid rgba(84, 84, 84, 1);
  }
  #mainNav .nav-link:active {
    color: white;
  }
  #mainNav.navbar-shrink { /*Compu color barra menu*/
    background-color: white;
  }
  #mainNav.navbar-shrink .navbar-brand {/*Compu color logo*/
    display: block;
  }

  #mainNav.navbar-shrink .nav-link {/*Compu btn menu*/
    color: rgba(84, 84, 84, 255);
    padding: 1.5rem 1.5rem 1.25rem;
    border-bottom: 0.25rem solid transparent;
    display: block;
  }
  #mainNav.navbar-shrink .nav-link:hover {
    color: rgba(84, 84, 84, 1);
    border-bottom: 0.25rem solid rgba(84, 84, 84, 1);
  }
  #mainNav.navbar-shrink .nav-link:active {
    color: rgba(255, 142, 1, 1);
  }
  #mainNav.navbar-shrink .nav-link.active {/*Compu btn activo*/
    color: rgba(255, 142, 1, 1);
    outline: none;
    border-bottom: 0.25rem solid rgba(255, 142, 1, 1);
  }
}

.masthead {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 35rem;
  padding: 15rem 0;
  background: url('../img/001.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.masthead h1 {
  font-family: "swatrg";
  font-size: 2.5rem;
  line-height: 2.5rem;
  letter-spacing: 0.8rem;
}

.masthead h2 {
  font-family: "clubbed";
  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 {
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  padding: 1.25rem 2rem;
  font-family: 'sulphur';
  font-size: 95%;
  letter-spacing: 0.02rem;
  border: 0;
}

.btn-primary {
  background-color: rgba(255, 142, 1, 1);
}

.btn-primary:hover {
  background-color: rgba(230, 142, 1, 1);
}

.btn-primary:focus {
  background-color: rgba(230, 142, 1, 1);
  color: white;
}

.btn-primary:active {
  background-color: rgba(230, 142, 1, 1);
}

.about-section {
  padding-top: 5rem;
  letter-spacing: -0.03rem;
  background: white;
}

.about-section h2{
  color: rgba(255,142,1,1);
}

.about-section p {
  margin-bottom: 5rem;
  color: rgba(84,84,84,1);
}

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

.projects-section h2 {
  color: rgba(255,142,1);
  letter-spacing: -0.05rem;
}

.projects-section h4 {
  letter-spacing: -0.05rem;
  color: white;
}

.projects-section p {
  letter-spacing: -0.00rem;
  color: rgba(255,255,255,.5);
}

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

@media (min-width: 992px) {
  .projects-section .featured-text {
    padding: 0 0 0 2rem;
    border-left: 0.5rem solid rgba(84,84,84,1);
  }
}

.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: rgba(255,142,1,1);
    border-width: .25rem;
    width: 30%;
  }
}

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

.contact-section h2 {
  color: rgba(255,142,1);
  letter-spacing: -0.05rem;
}

.contact-section {
  color: rgba(84,84,84,1);
  letter-spacing: -0.01rem;
  font-size: 18px;
}

.contact-section .card {
  border: 1;
  border-bottom: 0.25rem solid rgba(255,142,1,1);
  }

.contact-section .card h4 {
  font-size: 16px;
  letter-spacing: 0.01rem;
  color: rgba(84,84,84,1);
}

.contact-section img {
  width: 25px;
}

.contact-section .card hr {
  border-color: rgba(255,142,1,1);
  border-width: 0.25rem;
  width: 3rem;
}

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

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

}

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

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

body {
  font-family: 'sulphur';
  letter-spacing: 0.0625em;
}

a {
  /*color: #64a19d;*/
  color: rgba(84,84,84,1);
}

a:focus, a:hover {
  text-decoration: none;
  color: rgba(255,142,1,1);
}

.bg-black {
  background-color: rgba(84,84,84) !important;
}

.bg-primary {
    background-color: purple !important;
}

.text-primary {
  color: rgba(255,142,1,1) !important;
}

footer {
  padding: 5rem 0;
}
