/*----- Fonts -----*/
@import url(http://fonts.googleapis.com/css?family=Exo:400,700,800,900);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300);
@import 'simple-line-icons.css';
@import 'ionicons.min.css';


.jumbotron {
  padding-top: 7rem;
  background-color: #e2edff;
}
#projects {
  background-color: #e2edff;
}

.gallery-img {
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1425px;
    width: 100%;
    padding: 0 90px;
  }
}
.subheading {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 40px;
}
.subheading:after {
  position: relative;
  display: block;
  content: '';
  height: 2px;
  margin: 20px auto 20px;
  width: 115px;
  background: #7a7a7a;
}
.subheading.grey:after {
  background: #fff !important;
  opacity: 0.4;
}
.section-title {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 20px;
}
p {
  color: #7a7a7a;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}

.content-title {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 22px;
  font-family: 'Exo', sans-serif;
  font-size: 30px;
}
.project-title {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0px;
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: 'Exo', sans-serif;
  font-size: 50px;
}
@media (max-width: 600px) {
  .project-title {
    font-size: 24px;
  }

  .responsive-img {
    width: 100%;
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .responsive-img {
    width: 100%;
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .responsive-img {
    width: 100%;
    padding-bottom: 20px;
  }
}

.project-subtitle {
  margin-bottom: 50px;
  font-size: 14px;
}
.uppercase {
  text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Exo', sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #1c1c1c;
}
h1 small,
h2 small,
h3 small {
  font-family: 'Open Sans', sans-serif;
  font-weight: 200;
  color: #1c1c1c;
}
h4 small,
h5 small,
h6 small {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #1c1c1c;
}
h4 {
  font-size: 18px;
  letter-spacing: 1px;
}
p {
  color: #7a7a7a;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.no-padding {
  padding: 0;
}





