* {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

.jumbotron {
  color: white;
  background-image: url("hero.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

a[target="_blank"]:after {
  font-family: 'FontAwesome';
  content: " \f35d";
  text-decoration: none;
}

a[target="_blank"]:hover {
  text-decoration: underline ;
}

ul {
  list-style-type: square;
}

section {
  padding-top:60px;
  margin-top:-60px;
}

.fa {
  padding: 20px;
  font-size: 30px;
  width: 70px;
  text-align: center;
  text-decoration: none;
}

.fa:hover {
  opacity: 0.7;
  text-decoration: none;
  color: white;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

.fa-skype {
  background: #00aff0;
  color: white;
}

.fa-pinterest {
  background: #cb2027;
  color: white;
}

.fa-envelope {
  background: grey;
  color: white;
}
