
@font-face {
  font-family: 'Univers';
  src: url('../../fonts/univers/univers.eot');
  src: local('☺'), url('../fonts/univers/univers.woff') format('woff'), url('../fonts/univers/univers.ttf') format('truetype'), url('../fonts/univers/univers.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}



body {
  margin: 0;
  padding: 0;
  background-image: url('../img/img2.jpg') !important;
  background-size: cover !important;
  background-position: center !important;
  width: 100vw;
  height: 100vh;
  font-family: 'Univers' !important;
}

a {
  color: #ffffff !important;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

footer {
  color: #ffffff;
  position:absolute;
  bottom: 0;
  width: 100%;
}

.footer-wrapper {
  padding: 15px 20px;
  margin-bottom: 0 !important;
}

.footer-wrapper .unit-33:nth-of-type(2) {
  text-align: center;
}
.footer-wrapper .unit-33:nth-of-type(3) {
  text-align: right;
}  

@media only screen and (max-width: 767px) {
  .footer-wrapper .unit-33{
    text-align: center !important;
  }
}