@font-face {
  font-family: 'Constellation';
  src: url('../fonts/constellation.eot'); /* IE9 Compat Modes */
  src: url('../fonts/constellation.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/constellation.woff') format('woff'), /* Super Modern Browsers */
       url('../fonts/constellation.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/constellation.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/constellation.svg#svgFontName') format('svg'); /* Legacy iOS */
}

.header-logo {
  margin-top: 10px;
}

.header-logo a {
  text-decoration: none;
  font: 50px Constellation;
}

.header-eu {
  position: relative;
  float: left;
  width: 80%;
}

.header-eu .textHolder {
  color: #fff;
  text-transform: uppercase;
  width: 190px;
  margin-left: 10px;
  margin-top: 4px;
  float: left;
} 

.header-eu-logo {
  width: 80px;
}

.contact-background {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url('../img/contact.jpg') center center;
  background-size: 100%;
  opacity: .2;
}

.circle-container {
  text-align: center;
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.circle-container p {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
  padding: 0 10px;
}

.circle-container div {
  position: relative;
}

.circle-container div span {
  position: absolute;
  font-size: 25px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 550px) {
  .header-eu-logo {
    width: 60px;
    margin-left: -20px;
    margin-top: 8px;
  }

  .header-eu span {
    font-size: 10px;
    width: 90px;
    left: 80px;
  } 

  .header-logo a {
    font: 40px Constellation;
  }
}