.jumbotron_container {
  background-image: url("../images/jumbotron.jpg");
  background-size: 100%;
  background-position-y: -150px;
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid rgba(33, 42, 74, 0.5);
}

@media only screen and (max-width: 1200px) {
  .jumbotron_container {
    height: 400px;
    background-size: 120%;
  }
}

@media only screen and (max-width: 768px) {
  .jumbotron_container {
    height: 350px;
    background-size: 200%;
    background-position-x: -50vw;
    background-position-y: -23vw;
  }
}

@media only screen and (max-width: 480px) {
  .jumbotron_container {
    height: 300px;
    background-position-y: -15vw;
  }
}

.jumbotron_container .navbar a {
  color: #314070;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .jumbotron_container .navbar_logo {
    padding: 0;
  }
}

.content_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content {
  width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1200px) {
  .content {
    width: 85%;
  }
}

@media only screen and (max-width: 768px) {
  .content {
    width: 90%;
  }
}

.whatWeDo {
  width: 100%;
  margin-top: 140px;
  margin-bottom: 140px;
}

@media only screen and (max-width: 1200px) {
  .whatWeDo {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .whatWeDo {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

.whatWeDo h1 {
  line-height: 1.3em;
  font-family: "Roboto Slab";
  font-weight: normal;
  font-size: 1rem;
}

.banner_logo {
  position: relative;
  -webkit-transform: translateX(-300px);
          transform: translateX(-300px);
}

@media only screen and (max-width: 1200px) {
  .banner_logo {
    -webkit-transform: translateX(-30vw);
            transform: translateX(-30vw);
  }
}

@media only screen and (max-width: 768px) {
  .banner_logo {
    -webkit-transform: translateX(-20vw);
            transform: translateX(-20vw);
  }
}

@media only screen and (max-width: 480px) {
  .banner_logo {
    -webkit-transform: translateX(-30vw);
            transform: translateX(-30vw);
  }
}

.triangle {
  width: 0;
  height: 0;
  border-left: 150px solid transparent;
  border-right: 150px solid transparent;
  border-bottom: 100px solid #314070;
  position: relative;
}

@media only screen and (max-width: 480px) {
  .triangle {
    border-left: 75px solid transparent;
    border-right: 75px solid transparent;
    border-bottom: 50px solid #314070;
  }
}

.triangle p {
  position: absolute;
  left: 43%;
  top: 65px;
  -webkit-transform: translateX(-39%);
          transform: translateX(-39%);
  width: 200px;
  color: white;
  font-family: "Roboto Slab";
  font-size: 0.9rem;
}

@media only screen and (max-width: 480px) {
  .triangle p {
    font-size: 0.6rem;
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
    top: 35px;
  }
}

.line {
  width: 300px;
  height: 5px;
  background: #314070;
  position: absolute;
  top: 0;
  left: 50%;
}

@media only screen and (max-width: 480px) {
  .line {
    width: 200px;
  }
}

.chimney {
  position: absolute;
  top: -20px;
  right: 0;
}

@media only screen and (max-width: 480px) {
  .chimney {
    top: -10px;
  }
}

.chimney_square {
  width: 30px;
  height: 30px;
  background: #314070;
}

@media only screen and (max-width: 480px) {
  .chimney_square {
    width: 20px;
    height: 20px;
  }
}

.chimney_triangle {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 0px solid transparent;
  border-top: 20px solid #314070;
}

@media only screen and (max-width: 480px) {
  .chimney_triangle {
    border-left: 20px solid transparent;
    border-top: 10px solid #314070;
  }
}

.banner_container {
  background: #314070;
  height: 120px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 768px) {
  .banner_container {
    height: auto;
  }
}

.banner {
  width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  font-family: "Roboto Slab";
  font-size: 0.75rem;
}

@media only screen and (max-width: 1200px) {
  .banner {
    width: 90%;
  }
}

@media only screen and (max-width: 768px) {
  .banner {
    width: 95%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 10px;
    padding-top: 10px;
  }
}

@media only screen and (max-width: 480px) {
  .banner {
    width: 95%;
  }
}

.banner_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 768px) {
  .banner_item {
    width: 50%;
  }
}

.banner_item img {
  height: 50px;
}

@media only screen and (max-width: 768px) {
  .banner_item img {
    width: 75px;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 480px) {
  .banner_item img {
    width: 60px;
    margin-bottom: 2px;
  }
}

.banner_item p {
  margin-top: 10px;
}

@media only screen and (max-width: 768px) {
  .banner_item p {
    margin-top: 0;
  }
}

@media only screen and (max-width: 480px) {
  .banner_item p {
    font-size: 0.6rem;
  }
}

.banner_item h2 {
  font-size: 2.5rem;
}

@media only screen and (max-width: 480px) {
  .banner_item h2 {
    font-size: 2rem;
  }
}

.roofing_photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 140px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .roofing_photos {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 480px) {
  .roofing_photos {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.roofing_photos img {
  width: 250px;
  border: 1px solid rgba(128, 128, 128, 0.5);
  -webkit-box-shadow: 0 2px 5px rgba(154, 160, 185, 0.05), 0 3px 10px rgba(166, 173, 201, 0.2);
          box-shadow: 0 2px 5px rgba(154, 160, 185, 0.05), 0 3px 10px rgba(166, 173, 201, 0.2);
}

@media only screen and (max-width: 1200px) {
  .roofing_photos img {
    width: 27vw;
  }
}

@media only screen and (max-width: 480px) {
  .roofing_photos img {
    width: 100%;
    height: 113.333vw;
    margin-bottom: 40px;
  }
}

.roofing_para {
  margin-top: 75px;
  line-height: 1.3em;
  font-family: "Roboto Slab";
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .roofing_para {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 480px) {
  .roofing_para {
    margin-top: 20px;
  }
}

.trading_counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 140px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .trading_counter {
    margin-top: 100px;
  }
}

.supplies_para {
  margin-bottom: 100px;
  margin-top: 10px;
  line-height: 1.3em;
  font-family: "Roboto Slab";
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .supplies_para {
    margin-bottom: 75px;
  }
}

@media only screen and (max-width: 480px) {
  .supplies_para {
    margin-bottom: 50px;
  }
}

.trading_header {
  font-size: 2rem;
  color: #212a4a;
  font-family: "Roboto Slab";
}

.trading_photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

@media only screen and (max-width: 480px) {
  .trading_photos {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.trading_photos img {
  width: 250px;
  margin-bottom: 30px;
  border: 1px solid rgba(128, 128, 128, 0.5);
  -webkit-box-shadow: 0 2px 5px rgba(154, 160, 185, 0.05), 0 3px 10px rgba(166, 173, 201, 0.2);
          box-shadow: 0 2px 5px rgba(154, 160, 185, 0.05), 0 3px 10px rgba(166, 173, 201, 0.2);
}

@media only screen and (max-width: 1200px) {
  .trading_photos img {
    width: 25vw;
  }
}

@media only screen and (max-width: 768px) {
  .trading_photos img {
    width: 43vw;
  }
}

@media only screen and (max-width: 768px) {
  .trading_photos img:last-child {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .trading_photos img {
    width: 100%;
    height: 68vw;
    display: none;
  }
  .trading_photos img:nth-child(1) {
    display: inline;
  }
  .trading_photos img:nth-child(2) {
    display: inline;
  }
  .trading_photos img:nth-child(3) {
    display: inline;
  }
  .trading_photos img:nth-child(4) {
    display: inline;
  }
}

.trading_button {
  color: white;
  background: #212a4a;
  font-family: "Roboto Slab";
  padding: 15px;
  padding-right: 30px;
  padding-left: 30px;
  text-align: center;
}

.trading_button:hover {
  background: #314070;
}

@media only screen and (max-width: 480px) {
  .trading_button {
    width: 100%;
  }
}

#testimonials {
  margin-top: 140px;
  margin-bottom: 140px;
  width: 85%;
  height: 300px;
  background: rgba(0, 0, 0, 0.005);
  font-family: "Roboto Slab";
  color: #212a4a;
  position: relative;
  -webkit-box-shadow: 0 2px 5px rgba(154, 160, 185, 0.05), 0 7px 20px rgba(166, 173, 201, 0.2);
          box-shadow: 0 2px 5px rgba(154, 160, 185, 0.05), 0 7px 20px rgba(166, 173, 201, 0.2);
  list-style-type: none;
  padding: 40px;
}

@media only screen and (max-width: 768px) {
  #testimonials {
    width: 100%;
    padding: 10px;
    height: 200px;
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 480px) {
  #testimonials {
    height: 175px;
  }
}

.testimonial {
  position: absolute;
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  top: 50%;
  bottom: 0;
  left: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90%;
}

.showing {
  opacity: 1;
  z-index: 2;
}

.testimonial h2 {
  margin-bottom: 20px;
  font-size: 1.5rem;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .testimonial h2 {
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 480px) {
  .testimonial h2 {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 480px) {
  .testimonial p {
    font-size: 0.8rem;
  }
}

.form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: "Roboto Slab";
  color: #212a4a;
}

.form label {
  margin-top: 20px;
  margin-bottom: 5px;
}

.form input,
.form textarea {
  border: 2px solid rgba(128, 128, 128, 0.4);
}

input[name="name"],
input[name="phone"],
input[name="email"] {
  width: 350px;
  padding: 5px;
}

@media only screen and (max-width: 480px) {
  input[name="name"],
  input[name="phone"],
  input[name="email"] {
    width: 100%;
  }
}

.contact_error {
  width: 100%;
  margin-top: 20px;
  font-family: "Roboto Slab";
  line-height: 1.3em;
  font-size: 0.7rem;
}

.contact_error span {
  color: #314070;
}

.contact_success {
  width: 100%;
  margin-top: 20px;
  font-family: "Roboto Slab";
  line-height: 1.3em;
  font-size: 0.7rem;
}

.contact_success span {
  color: #314070;
}

.form textarea {
  width: 600px;
  padding: 5px;
}

@media only screen and (max-width: 1200px) {
  .form textarea {
    width: 95%;
  }
}

@media only screen and (max-width: 480px) {
  .form textarea {
    width: 100%;
  }
}

button {
  margin-top: 20px;
  font-size: 1.1rem;
  font-family: "Roboto Slab";
  color: white;
  background-color: #212a4a;
  padding: 10px;
  padding-left: 25px;
  padding-right: 25px;
  border: 0;
  cursor: pointer;
}

button:hover {
  background: #314070;
}

iframe {
  width: 100%;
  height: 400px;
  margin-top: 100px;
}

#find_us {
  font-family: "Roboto Slab";
  margin-top: 40px;
}

.business_hours {
  width: 100%;
  margin-top: 100px;
  font-family: "Roboto Slab";
}

.business_hours h2 {
  color: #212a4a;
}

.business_hours ul {
  margin-top: 20px;
}

.business_hours li {
  margin-top: 10px;
}
/*# sourceMappingURL=index.css.map */