@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');


html, body {
     max-width: 1440px;
    padding-top:60px;
    height: 100%;
      margin: 0 auto;
    width 100%;
    font-family: 'Poppins', sans-serif;
}

          #well {
   background-color: rgba(245, 245, 245, 0.7);
              height: 300px;
              width: 300px;
}

.carousel-indicators li {
  background-color: #999 !important;
  background-color: rgba(70,70,70,.25) !important;
    border-radius: 15px;
}

.carousel-indicators .active {
  background-color: #444 !important;
}


    .carousel-control-prev,
    .carousel-control-next{
        height: 50px;
        width: 50px;
        outline: $color-white;
        background-size: 100%, 100%;
        border-radius: 50%;
        border: 1px solid $color-white;
        background-color: $color-white;
    }

    .carousel-control-prev-icon { 
        background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23009be1' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); 
        width: 30px;
        height: 48px;
    }
    .carousel-control-next-icon { 
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23009be1' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
        width: 30px;
        height: 48px;
    }

.navbar {
	background-color: #3f3f3f;
}

.navbar-nav li {
    padding-right: 20px;
}

.nav-link {
    font-size: 1.1em !important;
}

.carousel-inner img {
    width: 100%;
    height: 100%;
}
.carousel-caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.carousel-caption h1 {
    font-size: 500%;
    text-transform: uppercase;
    text-shadow: 1px 1px 16px #000;
}
.carousel-caption h3 {
    font-size: 200%;
    font-weight: 500;
    text-shadow: 1px 1px 10px #001;
    padding-bottom: 1rem;
}
.btn-primary {
    background-color: #6648b1;
    border: 1px solid #6648b1;
}
.btn-primary:hover {
    background-color: #563d7c;
    border: 1px solid #563d7c;
}
.jumbotron {
    padding: 1rem;
    border-radius: 0;
}
.padding {
    padding-bottom: 2rem;
}
.welcome {
    width: 75%;
    margin: 0 auto;
    padding-top: 2rem;
}
.welcome hr {
    border-top: 2px solid #b4b4b4;
    width: 95%;
    margin-top: 3rem;
    margin-bottom: 1rem;
}
.fa-code {
    color: #e54d26;
}
.fa-bold {
    color: #563d7c;
}
.fa-css3 {
    color: #2163af;
}
.fa-code, .fa-bold, .fa-css3 {
    font-size: 4em;
    margin: 1rem;
}
.fun {
    width: 100%;
    margin-bottom: 2rem;
}

.gif {
    max-width: 100%;
}
.social a {
    font-size: 2em;
    padding: .5rem;
}
.fa-facebook {
    color: #646464;
}
.fa-twitter {
    color: #646464;
}
.fa-linkedin {
    color: #646464;
}
.fa-instagram {
    color: #646464;
}
.fa-youtube {
    color: #646464;
}
.fa-facebook:hover,
.fa-twitter:hover,
.fa-linkedin:hover,
.fa-instagram:hover,
.fa-youtube:hover {
    color: #777777;
}
footer {
    background-color: #151921;
    color: #646464;
    padding-top: 2rem;
}
hr.light {
    border-top: 1px solid #272727;
    width: 100%;
    margin-top: .8rem;
    margin-bottom: 1rem;
}
footer a {
    color: #4e4e4e;
}
hr.light-100 {
    border-top: 1px solid #272727;
    width: 100%;
    margin-top: .8rem;
    margin-bottom: 1rem;

}


/*---Media Queries --*/
@media (max-width: 2000px) {
  
  }
@media (max-width: 1200px) {
  
  }
@media (max-width: 992px) {
    .social a {
        font-size: 2em;
        padding: 2rem;
    }
  }
@media (max-width: 768px) {
 
    .carousel-caption {
    top: 45%;
}
    .carousel-caption h1 {
    font-size: 350%;
}
    .carousel-caption h3 {
    font-size: 140%;
    font-weight: 400;
    padding-bottom: 2rem;
}
    .carousel-caption .btn {
        font-size: 95%;
        padding: 8px 14px;
        transform: translateY(-50%);
         }
    .display-4 {
        font-size: 200%;
    }
    .social a {
        font-size: 2em;
        padding: 1.2rem;
    }
}
@media (max-width: 576px) {
  
        .carousel-caption {
    top: 40%;
}
    .carousel-caption h1 {
    font-size: 250%;
}
    .carousel-caption h3 {
    font-size: 110%;
}
    .carousel-caption .btn {
        font-size: 90%;
        padding: 4px 8px;
        transform: translateY(-90%);
         }
    .carousel-indicators {
        display: none
    }
    
        .display-4 {
        font-size: 160%;
    }
    .social a {
        font-size: 2em;
        padding: .7rem;
    }
    
}


/*---Firefox Bug Fix --*/
.carousel-item {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
/*--- Fixed Background Image --*/
figure {
  position: relative;
  width: 100%;
  height: 20%;
  margin: 0!important;
}
.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#fixed {
  background-image: url('img/mac.png');
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
}

    #parallax-image{
              background-image: url(img/engineering2.jpg);
                color: white;
              height: 100px;
              background-attachment: fixed;
              background-position: center;
              background-repeat: no-repeat;
              background-size: cover;
          }

/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
    padding: 1rem;
}





/*
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/


/* body.fgx-brand-css {
    font-family: 'fordngbs-antenna-light',arial,helvetica,sans-serif;
    max-width: 1440px;
    margin: 0 auto;
    font-size: 1.6rem;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}*/


/*-----------------------------------------------------------------------------------*/
/*  Portfolio
/*-----------------------------------------------------------------------------------*/

#portfolio {
  position: relative;
  padding-bottom: 50px;
}

#portfolio .portfolio-list {
  margin-bottom: 50px;
}

#portfolio .portfolio-list .nav {
  display: inline-block;
  margin: 0;
}

#portfolio .portfolio-list .nav li {
  margin: 0 40px 0 0;
  float: left;
  font-size: 14px;
  color: #999999;
  line-height: 16px;
  cursor: pointer;
  font-family: 'Poppins', helvetica;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

#portfolio .portfolio-list .nav li:hover, #portfolio .portfolio-list .nav li.filter-active  {
  color: #b8a07e;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

#portfolio .portfolio-container {
  display: inline-block;
  margin-bottom: 50px;
  width: 100%;
}

.portfolio-thumbnail {
  margin-bottom: 30px;
  overflow: hidden;
  min-height: 260px;
}

.portfolio-thumbnail img {
  max-width: 100%;
}

$(document).ready(function(){
    // I am not sure how to write this part of the code so i'll be figurative.
    if(browser == mobile_phone){
        //This would wrap the image in a dialable link only if the browser is mobile
        $('#phone_number').wrapInner('<a href="tel:1-800-123-4567"></a>');
    }else{
        //display the image
});