* {
  padding: 0px;
  margin: 0px;
}

body, .tagline {
  font-family: 'Raleway', sans-serif;
}

h1, h2, h3, h4, .navbar-brand, .comp {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
}

.navbar-brand {
  font-family: "Playfair Display", sans-serif;
  font-weight: normal;
}

.attn {
  background: linear-gradient(to bottom, rgba( 41, 128, 185, 0.9), rgba(255, 255, 255, 0)),
  url("../images/c&a_main_bg.png");
  background-size: cover;
  height: 700px;
  padding: 130px 0 0 80px;
}

.title {
  font-family: 'Playfair Display', serif;
  font-size: 5em;
}

.tagline {
  font-size: 0.7em;
  font-weight: normal;
  margin-bottom: 50px;
  padding-left: 20px;
}

.compSum {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  font-size: 0.8em;
  line-height: 1.8em;
  padding: 20px;
  width: 400px;
}

.latestProject {
  background-image: linear-gradient(whitesmoke, gainsboro);
  padding: 40px 60px;
}

.latestProject img {
  box-shadow: 5px 15px 10px #888;
}

#latestTitle {
  font-size: 2.5em;
  padding-top: 40px;
  margin-bottom: 20px;
}


.services {
  font-size: 1.2em;
  padding: 40px 100px;
  margin-bottom: 100px;
}

.services img {
  margin: 10px 0px;
}


.floorList, .paintList, .generalList, .footList {
  list-style: none;
}


.footListItem {
  display: inline;
  margin-right: 40px;
}

.contact {
  padding: 40px 40px;
}

.contact h4 {
  font-size: 2em;
  padding-top: 40px;
  margin-bottom: 20px;
}

.contact img {
  box-shadow: 10px 15px 10px #888;
  margin-bottom: 20px;
}

.project {
  font-size: 1em;
  line-height: 2em;
  margin-bottom: 40px;
}

.contact_info{
  color: grey;
}

.contact_info h4 {
  color: white;
}


@media screen and (max-width: 767px) and (min-width: 320px) {
  .attn {
    padding: 60px 0px 0px 20px;
  }

  .title {
    font-size: 4em;
  }

  .compSum {
    background: rgba(255, 255, 255, 0.7);
    width: 300px;
  }

  .latestProject {
    margin-bottom: 60px;
    padding: 40px 40px;
  }

  .services {
    font-size: 1em;
    padding: 40px 20px 80px 20px;
  }

  .service {
    padding-bottom: 60px;
  }

}
