p {
  margin-top: 0;
  margin-bottom: 1rem;
  text-align: justify;
}

.h1, h1 {
  font-size: 1.1rem;
  text-transform: uppercase;
  color: #CC0001;
  padding-bottom: 10px;
  font-weight: 600;
}

.container {
  max-width: 1300px;
  padding-right: 30px;
  padding-left: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.modal-header {
  border-bottom: 0px;
}

/* Style for all buttons */

.it_button {
  font-size: 85%;
  letter-spacing: .05rem;
  font-weight: bold;
  padding: 10px;
  opacity: 0.9;
  transition: all 0.3s;
  text-transform: uppercase;
  border: 0px;
}

/* General links */

a {
}

