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

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

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

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

#mainNav .navbar-brand {
  color: #161616;
  font-weight: 700;
  padding: 0.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: 0.5rem 0;
    color: rgba(255, 255, 255, 1);
    border-bottom: 0.25rem solid rgba(255, 255, 255, 1);
  }
  #mainNav .nav-link {
    -webkit-transition: none;
    transition: none;
    padding: 2rem 1.5rem;
    color: rgba(255, 255, 255, 1);
  }
  #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: rgba(6, 150, 237, 0.9);
  }
  #mainNav.navbar-shrink .nav-link:active {
    color:rgba(6, 150, 237, 0.9);
  }
  #mainNav.navbar-shrink .nav-link.active {
    color: rgba(6, 150, 237, 0.9);
    outline: none;
    border-bottom: 0.25rem solid rgba(6, 150, 237, 0.9);
  }
}

.masthead {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 35rem;
  padding: 15rem 0;
  background: url("../img/opening1.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, 1)
  );
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.masthead h2 {
  max-width: 20rem;
  font-size: 1rem;
  color: rgba(6, 150, 237, 0.9);
}

@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;
  }
}

@media (min-width: 768px) {
  .col-md-3 {
    margin: auto;
  }
}

.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: 0.15rem;
  border: 0;
}

.btn-primary {
  background-color: rgba(6, 150, 237, 0.9);
}

.btn-primary:hover {
  background-color: rgb(8, 75, 137);
}

.btn-primary:focus {
  background-color: turquoise;
  color: white;
}

.btn-primary:active {
  background-color: #467370 !important;
  /* #467370 */
}
.about-section {
  padding: 5rem 0;
  background: white;
}

.about-section p {
  margin-bottom: 5rem;
}
#about_photo {
  height: 350px;
  width: auto;
}

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

@media (min-width: 992px) {
  .about-section .featured-text {
    padding: 0 0 0 2rem;
    border-left: 0.5rem solid #000000;
  }
  .about-section hr {
    border-color: #000000;
    border-width: 0.25rem;
    width: 10%;
  }
}
.portfolio-section {
  padding: 5rem 0;
  background-color: #f8f9fa;
}

.portfolio-section .project-text {
  padding: 3rem;
  font-size: 90%;
  text-shadow: 1px 1px grey;
}
.project-div {
  border: solid 1px #999999;
}

@media (min-width: 992px) {
  .portfolio-section .project-text {
    padding: 3rem;
  }
  .portfolio-section hr {
    border-color: #000000;
    border-width: 0.25rem;
    width: 10%;
  }
  .portfolio-section {
    background-color: rgba(244, 245, 246);
  }
  .project-div {
    border: none;
  }
}

.resume-section {
  padding: 5rem 0;
  background: white;
}
@media (min-width: 992px) {
  .resume-section .project-text {
    padding: 3rem;
  }
  .resume-section hr {
    border-color: #94d5f4;
    border-width: 0.25rem;
    width: 10%;
  }
}

/* .signup-section {
  padding: 10rem 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 22, 22, 0.1)), color-stop(75%, rgba(22, 22, 22, 0.5)), to(#161616)), url("../img/bg-signup.jpg");
  background: linear-gradient(to bottom, rgba(22, 22, 22, 0.1) 0%, rgba(22, 22, 22, 0.5) 75%, #161616 100%), url("../img/bg-signup.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
.signup-section .form-inline input {
  -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;
  height: auto;
  font-family: 'Varela Round';
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  border: 0;
} */

.contact-section {
  padding: 5rem 0;
  background: url("../img/contact.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

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

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

.contact-section hr {
  border-color: #000000;
  border-width: 0.25rem;
  width: 5rem;
}

/* .contact-section .social {
  margin-top: 5rem;
}
.contact-section .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);
}
.contact-section .social a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.contact-section .social a:active {
  color: #fff;
} */

body {
  font-family: "Nunito";
  letter-spacing: 0.0625em;
}

a {
  color: #000000;
}

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

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

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

footer {
  padding: 2rem 0;
  background-color: #2b2b2b
}
.icons {
  color: white;
  font-size: 2em;
  padding-right: 20px;
}
span :hover {
  text-shadow: 1px 1px black;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0);
}

/* Underline From Center Text Hover */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: rgba(244, 245, 246);
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before,
.hvr-underline-from-center:focus:before,
.hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}

/* Portfolio img hover */
.hover01 img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hover01 :hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
/* blur img hover */
.hover07 img {
  -webkit-filter: blur(3px);
  filter: blur(3px);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hover07 :hover img {
  -webkit-filter: blur(0);
  filter: blur(0);
}
/* Flashing */
.hover13 :hover img {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}
@-webkit-keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.hover03 img {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hover03 :hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.hover03 {
  overflow: hidden;
}

#portfolio .ul-filter {
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.8;
}

#portfolio ul li {
  display: inline-block;
  padding: 0 10px;
  margin-left: 10px;
  cursor: pointer;
  color: #999;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: capitalize;
  -webkit-transition: all 0.2s ease-in-out 0.2s;
  transition: all 0.2s ease-in-out 0.2s;
}

#portfolio ul li.active_filter,
#portfolio ul li:hover {
  color: #000;
}

.alert {
  text-align: center;
  padding: 4px;
  background-color: #94d5f4;
  color: white;
  margin-bottom: 10px;
  display: none;
}
