/*!
 * 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: 56px;
  background-color: #fff;
}

#mainNav .navbar-toggler {
  font-size: 80%;
  padding: 0.75rem;
  color: #97273f;
  border: 1px solid #97273f;
}

#mainNav .navbar-toggler:focus {
  outline: none;
}

#mainNav .navbar-brand {
  color: #161616;
  font-weight: 700;
  padding: .9rem 0;
  font-size: 1.3em;
}


#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 (max-width: 960px){
  #mainNav img{
    width: 64px;
    height: 64px;
    display: flex;
  }
  #mainNav .navbar-brand {
     font-size: 0.8em; 
    }
    }
@media (max-width: 449px){
  #mainNav img{
    width: 64px;
    height: 64px;
    display: flex;
  }
  #mainNav .navbar-brand {
     display: none;
    }
    }

@media (min-width: 961px) {
  #mainNav {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    background-color: transparent;
    transition: background-color 0.3s ease-in-out;
  }
  #mainNav .navbar-brand {
    padding: .5rem 0;
    color: #161616;
  }
  #mainNav .nav-link {
    transition: none;
    padding: 2rem 1.5rem;
    color: #161616;
  }
  #mainNav .nav-link:hover {
    color: #161616;
    text-decoration: overline;
  }
  #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: #601827;
  }
  #mainNav.navbar-shrink .nav-link:active {
    color: #467370;
  }
  #mainNav.navbar-shrink .nav-link.active {
    color: #97273f;
    outline: none;
    border-bottom: 0.25rem solid #97273f;
  }
  #mainNav img{
    display: none;    
        }
}

.currently{
  color: #fff;
  text-decoration: none;
  background-color: #97273f;
}
.currently:hover{
  color: #fff;
  text-decoration: none;
  background-color: #601827;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    z-index: 98;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

h4, .h4 {
  font-size: 1.5rem;
}
@media (min-width: 1367px) {
  .h4 {
    font-size: 1.5rem;
  }
}
@media (max-width: 1366px) {
  .h4 {
    font-size: 1.3rem;
  }
}
@media (max-width: 1024px) {
  .h4 {
    font-size: 1rem;
  }
}
@media (max-width: 900px) {
  .h4 {
    font-size: 1.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: 0.8rem;
  text-transform: uppercase;
  letter-spacing: .15rem;
  border: 0;
}

@media (min-width: 1367px) {
  .btn {
    font-size: 0.8rem;
  }
}

@media (max-width: 1366px) {
  .btn {
    font-size: 0.5rem;
  }
}
@media (max-width: 1024px) {
  .btn {
    font-size: 0.3rem;
  }
}
@media (max-width: 900px) {
  .btn {
      font-size: 0.8rem;
  }
}

.btn-primary {
  background-color: #97273f;
}

.btn-primary:hover {
  background-color: #601827;
}

.btn-primary:focus {
  background-color: #97273f;
  color: white;
}

.btn-primary:active {
  background-color: #97273f !important;
}


.projects-section {
  padding: 5rem 0;
  overflow: hidden;
}

.projects-section .featured-text {
  padding: 2rem;
}

@media (min-width: 1600px) {
  .projects-section .featured-text {
    padding: 0 0 0 2rem;
    border-left: 0.5rem solid #97273f;
  }
}

.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: #97273f;
    width: 30%;
  }
}
.mod-text{
    text-align: initial;
}

.height-100{
    height: 100%;
}
.marbot-10{
    margin-bottom: 10rem;
}
.contact-section {
  padding: 5rem 0 0;
  overflow: hidden;
}

.contact-section .card {
  border: 0;
  border-bottom: 0.25rem solid #97273f;
}

.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: #97273f;
  width: 3rem;
}

.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: #97273f;
}

a:focus, a:hover {
  text-decoration: none;
  color: #97273f;
}

.a-black {
  color: #212529;
}

.a-black:focus, .a-black:hover {
  text-decoration: none;
  color: #212529;
}



.bg-black {
  background-color: #161616 !important;
}

.bg-primary {
  background-color: #64a19d !important;
}

.text-primary {
  color: #64a19d !important;
}

footer {
  padding: 5rem 0;
}
