/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

img {
  display: block; }

i {
  font-style: italic; }

html {
  scroll-behavior: smooth; }

html, body {
  font-family: 'Open Sans', sans-serif;
  background: #000;
  color: #464545; }

a, a:link, a:active, a:visited, a:hover {
  color: #464545;
  text-decoration: none; }

h1 {
  font-family: 'Great Vibes', cursive;
  text-align: center;
  font-weight: 400; }

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@media screen and (max-width: 900px) {
  .only-desktop {
    display: none; }
  body {
    border-top: 3.33333vw solid #1a1a1a; }
  h1 {
    font-size: 15.625vw;
    line-height: 1;
    padding: 115.83333vw 16.66667vw 6.25vw 16.66667vw;
    position: relative; }
    h1::before {
      content: ' ';
      display: block;
      width: 88.33333vw;
      height: 88.33333vw;
      position: absolute;
      z-index: 2;
      top: 14.16667vw;
      left: 5.83333vw;
      background: transparent url("./ghiera-01.svg") center center no-repeat;
      background-size: 100% auto;
      -webkit-transform-origin: center;
      transform-origin: center;
      -webkit-animation: rotating 60s linear infinite;
      animation: rotating 60s linear infinite; }
    h1::after {
      content: ' ';
      display: block;
      width: 88.33333vw;
      height: 88.33333vw;
      position: absolute;
      z-index: 3;
      top: 14.16667vw;
      left: 5.83333vw;
      background: transparent url("./logo_BlackSheep-01.svg") center center no-repeat;
      background-size: 100% auto; }
  .txt {
    padding: 0 4.16667vw 18.75vw 4.16667vw; }
  p {
    text-align: center;
    font-size: 4.375vw;
    line-height: 1.3; }
  .dalla {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 2.08333vw;
    width: 10.41667vw;
    height: auto; }
  .p2 {
    padding-top: 6.25vw; } }

@media screen and (min-width: 901px) {
  .only-mobile {
    display: none; }
  h1 {
    font-size: 68px;
    line-height: 1;
    padding: 712px 0 30px 0;
    position: relative; }
    h1::before {
      content: ' ';
      display: block;
      width: 640px;
      height: 640px;
      position: absolute;
      z-index: 2;
      top: 46px;
      left: calc(50% - 320px);
      background: transparent url("./ghiera-01.svg") center center no-repeat;
      background-size: 100% auto;
      -webkit-transform-origin: center;
      transform-origin: center;
      -webkit-animation: rotating 60s linear infinite;
      animation: rotating 60s linear infinite; }
    h1::after {
      content: ' ';
      display: block;
      width: 640px;
      height: 640px;
      position: absolute;
      z-index: 3;
      top: 46px;
      left: calc(50% - 320px);
      background: transparent url("./logo_BlackSheep-01.svg") center center no-repeat;
      background-size: 100% auto; }
  .txt {
    padding: 0; }
  p {
    text-align: center;
    font-size: 21px;
    line-height: 1.3; }
  .dalla {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 10px;
    width: 50px;
    height: auto; }
  .p2 {
    padding-top: 14px; }
  .txt {
    padding-bottom: 22px; } }
