.main {
  font-family: "Montserrat";
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 768px) {
    .main {
      padding-top: 75px; } }

h1 {
  margin-bottom: -10px;
  font-size: 3.5em;
  font-weight: bold;
  color: rgba(255, 95, 60, 0.77); }

h2 {
  font-weight: lighter;
  letter-spacing: 5px;
  color: #d9d9d9;
 
  font-size: 2.5em; }

h4 {
  color: #C0C0C0;
  font-weight: 400;
  
  font-size: 1.2em; }

a {
  color: rgba(255, 95, 60, 0.77);
  text-decoration: none;
  font-weight: 400;
  }

.jobs {
  border: 1px solid #d9d9d9;
  border-radius: 50px;
  padding: 10px 35px 10px 35px;
  font-size: 1.2em; }

.divider {
  max-width: 560px;
  background-image: radial-gradient(circle, #d9d9d9 1.5px, transparent 2px);
  background-repeat: repeat-x;
  background-size: 16px 4px;
  height: 16px;
  margin: 16px;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*# sourceMappingURL=style.css.map */