/*BOOTSTRAP DEFAULT CHANGES__________________________*/


input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

.nav {
    z-index: 1000;
    position: fixed;
  }


/*LAYOUT*/

/*BUTTONS*/

/*COLOURS*/

.bg-light {
      background-color: #f2f2f2 !important;
    }



body {
  font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Regular", Icons /*!System*/;
  background-color: #fff;
  color: var(--dark-color);
  width: 100%;
  font-size: 1.2em;
  font-weight: 400;
  letter-spacing: 0.03rem;
  font-style: normal;
  margin-bottom: 0;
  line-height: 1.3em;
  text-decoration: none !important;


}

a, a:hover, a:visited, a:active, a:focus {

    font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Regular", Icons /*!System*/;
    text-decoration: none !important;
    font-weight: 400;
    color: black;

}


.bg-dark_1 {
    background-color: black!important;
    color: white!important;
}

.bg-dark_1 {
    background-color: #red!important;
}

.nav_1 {
  padding-top:  1rem;
  padding-left: 1rem;
  z-index: 1;
}


.spacer-s {
  height: 0rem; /*distance above first image*/
}

/*IMAGES*/


.projectimage {
  padding-bottom: 1rem;
  padding-top: 1rem;
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {


.spacer-s {
  height: 0; /*distance above first image*/
}


.position-absolute{
  top: 0px;
  z-index: -1;
}

.p-2 {
    padding: 1rem!important;
}

.nav_1 {
  padding-top:  1rem;
  padding-left: 1rem;
  z-index: 1;
}

  .container-fluid {
  padding-left:2.5rem;
  padding-right:2.5rem;
  padding-top: 0;
}




.projectimage {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: 100vh;
}

.carousel{
  width: 80vh;
  padding-right: 1rem;
  padding-left: 1rem;
}


body {
  font-size: 1rem;
}


}


input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}