/* General Style */
html, body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

img {
  width: 100%;
}
a, a:visited, a:active {
  text-decoration: none;
  color: #CCCCCC;
  }
a:hover {
    text-decoration: none;
    color: #F5A623;
    }
h2 {
  font-size: 1.7rem;
  font-weight: bold;
  color: #399bd1;
}

/* MENU */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover {
  background-color: inherit;
  color: #399bd1;
}
.navbar {
  font-size: 1.1rem;
  font-weight: 600;
}
nav .navbar-nav li a:hover{
  color: #F5A623 !important;
  }



/* SLIDER */
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.carousel-caption {
  color: black;
  padding-top: 50%;
}
/* Declare heights because of positioning of img element */
.carousel-item {
  height: 36rem;
  font-size: 2rem;
}
.carousel-item > img {
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: auto;
}


.slide {
text-align: center;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.slide h1 {
  font-family: "Monoton", cursive;
  font-size: 7.1rem;
  color: white;
  text-transform: uppercase;
  text-shadow:
  -1px -1px 0 #000,
  1px -1px 0 #000,
  -1px 1px 0 #000,
  1px -1px 0 #000;
}
.slide p {
  color: white;
  text-shadow:
  -0.3px -0.3px 0 #000,
  0.3px -0.3px 0 #000,
  -0.3px 0.3px 0 #000,
  0.3px -0.3px 0 #000;
  padding-bottom: 2.8rem;
}
.slide .btn-primary {
  color: white;
  width: 11.4rem;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  background-color: #399bd1;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  transition: .5s box-shadow;
}
.slide .btn-primary a:hover{
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.9);
}
.slide .btn-primary a:active{
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
}




/* FEATURED PROJECTS */
.featured .title {
  padding-top: 25px;

}
.featured h3 {
  font-size: 1.3rem;
  font-weight: bold;
}
.product {
    color: #399bd1;
    }
.featured ul {
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.7);
}
.image-container {
  overflow: hidden;
}

.image-container img {
  opacity: 0.7;
  transition: transform .5s,
              opacity .5s;
  transition: transform .5s,
              opacity .5s;
}

.image-container img:hover {
  opacity: 1;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

/* PROJECTS */
.projects {
  padding-bottom: 5.85rem;
}
.projects h3 {
  font-size: 1.3rem;
  font-weight: bold;
}

/* FOOTER */
.help {
  padding: 5.2rem 1.5rem;
  background-color: #f3f3f3;
  text-align: center;
}
.help h4 {
  display: inline-block;
  margin-bottom: 1.4rem;
  font-size: 2.5rem;
  font-weight: bold;
}
.help p {
  max-width: 42rem;
  margin: auto;
  padding-bottom: 10px;
}


/* RESPONSIVE */

/* IPAD - 1024px */
@media only screen and (max-width: 1024px) {
  .slide h1 {
    font-size: 4.0rem;
  }
  .slide p {
    font-size: 1.5rem;
  }
}

/* IPAD - 768px */
@media only screen and (max-width: 768px) {
  .slide h1 {
    font-size: 4.5rem;
  }
  .slide p {
    font-size: 1.5rem;
  }
}


/* Samsung Galaxy S9 - 360px */
@media only screen and (max-width: 360px) {
  .carousel-item {
    height: 30rem;
    font-size: 2rem;
  }
  .carousel-item > img {
    width : auto;
    height: 30rem;
  }
  .slide h1 {
    font-size: 3.5rem;
  }
  .slide p {
    font-size: 1.2rem;
    margin-bottom : 0.2rem;
  }
  .slide .btn-primary {
    width: 8.4rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }

	}
