#mainNav {
  min-height: 56px;
  background-color: rgba(0, 0, 0, 0.85);
}
#mainNav .navbar-toggler {
  font-size: 80%;
  padding: 0.75rem;
  color: #0872ED;
  border: 1px solid #0872ED;
}
#mainNav .navbar-toggler:focus {
  outline: none;
}
.messageText {
    position: fixed;
    top: -100px;
    height: 26px;
    margin: auto;
    background: #0872ed;
    color: white;
    text-align: center;
    justify-content: center;
    display: flex;
    align-content: center;
    align-self: center;
    align-items: center;
    padding: 33px;
    border-radius: 15px;
      animation: slideup 10s;
  -moz-animation: slideup 10s;
  -webkit-animation: slideup 10s;
  -o-animation: slideup 10s ;
  animation-iteration-count: 1
}
#mainNav .navbar-brand {
  color: #000;
  font-weight: 700;
  padding: 0.9rem 0;
}
#mainNav .navbar-nav .nav-item:hover {
  color: fade(white, 80%);
  outline: none;
  background-color: rgba(0, 0, 0, 0.55);
}
#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
  outline: none;
  background-color: rgba(0, 0, 0, 0.55);
}
@media (min-width: 992px) {
  #mainNav {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    background-color: rgba(0, 0, 0, 0.55);
    transition: background-color 0.3s ease-in-out;
  }
  #mainNav .navbar-brand {
    padding: 0.5rem 0;
    color: rgba(255, 255, 255, 0.85);
  }
  #mainNav .nav-link {
    transition: none;
    padding: 2rem 1.5rem;
    color: rgba(255, 255, 255, 0.85);
  }
  #mainNav .nav-link:hover {
    color: rgba(255, 255, 255, 0.85);
  }
  #mainNav .nav-link:active {
    color: white;
  }
  #mainNav.navbar-shrink {
    background-color: rgba(0, 0, 0, 0.85);
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: white;
  }
  #mainNav.navbar-shrink .nav-link {
    color: white;
    padding: 1.5rem 1.5rem 1.25rem;
    border-bottom: 0.25rem solid transparent;
  }
  #mainNav.navbar-shrink .nav-link:hover {
    color: #0872ED;
  }
  #mainNav.navbar-shrink .nav-link:active {
    color: #064ea3;
  }
  #mainNav.navbar-shrink .nav-link.active {
    color: #0872ED;
    outline: none;
    border-bottom: 0.25rem solid #0872ED;
  }
}

.masthead {
  position: relative;
  width: 100%;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
.masthead h1 {
  font-size: 3rem;
  line-height: 3rem;
  color: white;
  padding-top: 31px;
  padding-bottom: 20px;
}
.masthead #big-slider {
  height: 100%;
}
.masthead body h2 {
  max-width: 20rem;
  font-size: 56px;
}
.masthead .masthead .carousel-item img {
  object-fit: cover;
  height: 100vh;
  filter: grayscale(1);
}
@media (max-width: 768px) {
  .masthead .claim > div {
    background: rgba(0, 0, 0, 0.6705882353);
    position: absolute;
    bottom: 0px;
    padding-bottom: 150px;
    margin-left: 0%;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .masthead h1 {
    font-size: 52px;
    line-height: 4rem;
  }
}
@media (min-width: 992px) {
  .masthead {
    height: 100vh;
    padding: 0;
  }
  .masthead h1 {
    font-size: 52px;
    line-height: 3rem;
    color: white;
    padding-top: 31px;
  }
  .masthead h2 {
    max-width: 30rem;
    font-size: 1.25rem;
  }
}

body .navbar-light .navbar-nav .nav-link {
  color: #e9ecef;
}

@media (max-width: 400px) {
  body .navbar img {
    vertical-align: middle;
    border-style: none;
    width: 195px;
  }
}
.btn {
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  padding: 1.25rem 2rem;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  border: 0;
}

.btn-primary {
  background-color: #0872ED;
}
.btn-primary:hover {
  background-color: #065abc;
}
.btn-primary:focus {
  background-color: #065abc;
  color: white;
}
.btn-primary:active {
  background-color: #064ea3 !important;
}

.about-section {
  padding-top: 10rem;
  color: #000;
  background: url(../img/top_bg.png) no-repeat center 250px white;
  background-size: 30%;
}
.about-section p {
  margin-bottom: 5rem;
}

.projects-section {
  padding: 10rem 0;
}
.projects-section .featured-text {
  padding: 2rem;
}
@media (min-width: 992px) {
  .projects-section .featured-text {
    padding: 0 0 0 2rem;
    border-left: 0.5rem solid #0872ED;
  }
}
.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: #0872ED;
    border-width: 0.25rem;
    width: 30%;
  }
}

.signup-section {
  padding: 10rem 0;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
.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: "Roboto";
  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 #0872ED;
}
.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: #0872ED;
  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, 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: "Roboto";
  letter-spacing: 0.0625em;
}

.navbar img {
  vertical-align: middle;
  border-style: none;
  width: 275px;
}

a {
  color: #0872ED;
}
a:focus, a:hover {
  text-decoration: none;
  color: #05438a;
}

.bg-black {
  background-color: #000 !important;
}

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

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

footer {
  padding: 5rem 0;
}

h2 {
  font-size: 56px;
}

h2.stripecenter:after {
  margin-left: auto;
  margin-right: auto;
}

h2:after {
  content: "";
  width: 140px;
  height: 5px;
  background: #0872ec;
  display: block;
  margin-top: 20px;
  margin-bottom: 40px;
}

#specification {
  background: url(../img/garspec.png) right no-repeat;
  background-size: 45%;
}

.masthead #big-slider {
  clip-path: polygon(0% 100%, 100% 85%, 100% 0%, 0% 0%);
  background: red;
}

.bottom-arrows {
  width: 90px;
  height: 97px;
  position: absolute;
  bottom: 60px;
  background: #0772ec;
  z-index: 9;
  left: calc(50% - 45px);
}

#about > div {
  margin-bottom: 185px;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: -100px;
  width: 33%;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 33%;
  margin-left: 33%;
  list-style: none;
  filter: invert(1);
  z-index: 999;
}

#big-slider .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
}

.reference img {
  vertical-align: middle;
  border-style: none;
  border: 4px solid #0872eb;
  border-radius: 50%;
}

.bottom-arrows img {
  position: relative;
  left: 23px;
  top: 38px;
}

label {
  width: 80px;
  float: left;
}

input {
  padding-left: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 300px;
}

textarea {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 300px;
  border: 1px solid #dddddd;
  max-width: 300px;
  min-width: 300px;
  height: 317px;
  min-height: 230px;
  max-height: 230px;
}

.form div {
  margin-bottom: 15px;
}

label {
  padding-top: 6px;
}

footer img {
  width: 50%;
}

.contact a img {
  width: 30px;
  margin-right: 20px;
}

.masthead .carousel-item img {
  object-fit: cover;
  height: 100vh;
}

.claim {
  position: absolute;
  z-index: 99;
  bottom: 0px;
  width: 70vw;
  margin: auto;
  left: 15vw;
}

.claim > div {
  background: rgba(0, 0, 0, 0.6705882353);
  position: absolute;
  bottom: 0px;
  padding-bottom: 155px;
  margin-left: 25%;
  width: 50%;
}

.contact-inner {
  background: #f8f9fa;
  padding: 63px;
  border-radius: 15px;
  margin-bottom: 53px;
  margin: 0px 50px;
  border: 2px solid #dddddd47;
}

#galery > div > div {
  width: 20%;
  float: left;
}

#galery > div img {
  height: 30vh;
  width: 100%;
  padding: 2px;
  filter: grayscale(100);
  object-fit: cover;
}

#galery > div img:hover {
  height: 30vh;
  width: 100%;
  padding: 2px;
  filter: grayscale(100) sepia(0.3);
  object-fit: cover;
}

#galery {
  padding: 0px 0;
  overflow: hidden;
}

#signup {
  position: relative;
}

#signup .carousel-control-next, #signup .carousel-control-prev {
  filter: invert(100%);
}

.contact {
  margin-bottom: 63px;
}

.form button {
  margin-left: 230px;
}

#big-slider img {
  filter: grayscale(1);
}

@media (max-width: 992px) {
  #galery > div > div {
    width: 50%;
    float: left;
  }

  body .navbar-light .navbar-nav .nav-link:hover, body .navbar-light .navbar-nav .nav-link:focus {
    color: white;
    background: #0872ed5e;
    text-align: center;
    /* padding-left: 49px; */
  }

  body .navbar-light .navbar-nav .nav-link {
    color: #e9ecef;
    text-align: center;
  }

  nav .nav-link.active {
    color: #fffdfd;
    background: #0772ecd6;
  }
}


@keyframes slideup {
  0% {top: 150px;}
  75% {top: 150px;}
  100% {top: -150px;}
}

@-moz-keyframes slideup {
  0% {top: 150px;}
  75% {top: 150px;}
  100% {top: -150px;}
}

@-webkit-keyframes slideup {
  0% {top: 150px;}
  75% {top: 150px;}
  100% {top: -150px;}
}

@-o-keyframes slideup {
  0% {top: 150px;}
  75% {top: 150px;}
  100% {top: -150px;}
}

/*# sourceMappingURL=grayscale.css.map */
