/* GLOBAL STYLES*/
body {
  padding-bottom: 40px;
  color: black;
  background-color: #e0e2e4;W
  font-family: 'Nunito', Arial;
}
.row {
  text-align: center;
}
hr {
  border-color: black;
  margin: 8px 4px 14px 4px;
}

/*NAVBAR*/
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}

/*CAROUSEL*/
.carousel {
  height: 500px;
  margin-bottom: 0px;
}
.carousel-caption {
  z-index: 10;
}
.carousel .item {
  height: 500px;
  background-color: #303030;
}
.item img {
  zoom: 2;  
  display: block;
  margin: auto;
  min-height: 500px;
}

/*PROJECTS*/
.subject-heading {
  margin-top: 50px;
  text-align: center;
  padding-bottom: 50px;
}
.subject-heading i {
  margin-right: 15px;
  font-size: 25px;
}
.project-box {
  text-align: center;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.7);
  border-width: 2px;
  border-radius: 20px;
  padding: 3px 0px 3px 0px;
  min-height: 370px;
  margin: 10px 0px 10px 0px;
}
.project1 {
  background-image: url('assets/subway.gif');
}
.project2 {
  background-image: url('assets/airport.jpg');
  background-position: 43% 40%;
}
.project3 {
  background-image: url('assets/intelligence.jpg');
}
.icons img {
}
.icon {
  display: inline-block;
  margin: 10px 0px 10px 0px;
}
.featurette-divider {
  margin: 80px 0; 
}

/*WORK-EXPERIENCE*/
.wexp-info {
  text-align: left;
  border-radius: 7px;
  border-color: black;
  border-width: 3px;
  background-color: #839192;
  padding: 5px 15px 10px 15px;
}
.wexp-box {
  margin: 35px auto 35px auto;
}
.wexp-box i {
  margin-top: 35px;
  font-size: 35px;
}
.date h5 {
  font-size: 17px;
  margin-top: 25px;
}


/*CONTACT*/
.contact-form {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    background: #839192;
    padding: 20px 30px 20px 30px;
    border: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font: 15px;
}
.contact-form label {
    display: block;
    margin: 0px 0px 5px;
}
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea, .contact-form select {
    border: none;
    color: #525252;
    height: 35px;
    line-height:15px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 5px 0px 5px 5px;
    min-width: 150px;
    width: 50%;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    background: #DFDFDF;
}
.contact-form textarea{
    height:150px;
    padding: 5px 0px 0px 5px;
    width: 80%;
}
.contact-form .button {
    justify-content: center;
    background: #fff;
    border: none;
    padding: 10px 25px 10px 25px;
    color: #585858;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-shadow: 1px 1px 1px #FFE477;
    font-weight: bold;
    box-shadow: 1px 1px 1px #3D3D3D;
    -webkit-box-shadow:1px 1px 1px #3D3D3D;
    -moz-box-shadow:1px 1px 1px #3D3D3D;
}
.contact-form .button:hover {
    color: #333;
    background-color: #EBEBEB;
}
#button-parent {
  text-align: center;
}

/*RESPONSIVE CSS*/

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }
  .featurette-heading {
    font-size: 50px;
  }
}
@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}
