body {
    margin: 0;
}

div.title {
    display: block;
    position: absolute;
    text-align: center;
    top: calc(50% - 25px);
    width: 100%;
    font-family: 'Rubik', sans-serif;
    font-size: 20pt;
    font-weight: 700;
}

div.wrapper {
    margin: 0;
    width: 100%;
    color: #fff;
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(45deg,#f4a81d,#f9e346);
    background-image: -o-linear-gradient(45deg,#f4a81d,#f9e346);
    background-image: linear-gradient(45deg,#f4a81d,#f9e346);
}

@media screen and (min-width: 768px) {
    div.title {
        top: calc(50% - 35px);
        font-size: 28pt;
    }
}

@media screen and (min-width: 1024px) {
    div.title {
        top: calc(50% - 45px);
        font-size: 48pt;
    }
}

/* rubik-regular - latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/rubik-v9-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Rubik'), local('Rubik-Regular'),
       url('../fonts/rubik-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/rubik-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/rubik-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/rubik-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/rubik-v9-latin-regular.svg#Rubik') format('svg'); /* Legacy iOS */
}
/* rubik-700 - latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/rubik-v9-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Rubik Bold'), local('Rubik-Bold'),
       url('../fonts/rubik-v9-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/rubik-v9-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/rubik-v9-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/rubik-v9-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/rubik-v9-latin-700.svg#Rubik') format('svg'); /* Legacy iOS */
}