<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
html {
    height: 100%;
    background:url(../img/homepage_nighttown.jpg) no-repeat center center;
    background-size:cover;
}
*/
html
{
	width:100%; height:100%; 
	background:#100f10 url(../img/not-black.png) center center repeat;
	background-attachment: fixed;
	background-size:auto 100%;

	font-family: 'Josefin Sans', sans-serif;
	color:white;

	
}



a:hover a:visited a:link a:active
{
	text-decoration: none;
}

/* Remove underline from icon links*/
a:-webkit-any-link {
    text-decoration: none;
}

#content-container
{
    width: 120vmin;
    /* height: 100vh; */
    margin: auto;
    text-align: center;
    vertical-align: middle;
    /* margin-top: 10vh; */
    /* margin-bottom: 10vh; */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#mutazione-logo
{
	width:100%;
	height:auto;
	display:block;
	margin: auto;
	margin-top:1.5vh;
}

#content &gt; div { 
  text-align: center;  
}

.text-link
{
	margin-top:0.25vmin;
	text-transform: uppercase;
}


.text-link &gt; a:link, .text-link &gt; a:visited {
	background-color: #00000000;
	color: white;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	padding: 5px 10px;
	vertical-align: middle;

	border-radius: 2px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	transform:scale(1);
}

.text-link &gt; a:hover, .text-link &gt; a:active {
	background-color: white;
	color: #000000;
	
	border-radius: 15px;
	transform:scale(1.15);

	
}



#social-icon
{
    height: 2.5em;
    width: 2.5em;
	display:inline-block;
	margin: auto;
	margin-left:1vmin;
	margin-left:1vmin;
	vertical-align: middle;

	text-decoration: none;

	-webkit-transition: all 0.25s ease;
 	transition: all 0.25s ease;

}

#social-icon:hover
{

	-webkit-transform:scale(1.25);
	transform:scale(1.25);
}

#play-circle
{	
    height: 3em;
    width: 3em;
	border-radius: 5vmin;
	background-color: #00000000;
	border-width:2vmin;
	border-color:#00000000;
	margin:auto;	
}

#play-circle:hover
{	
	width:10vmin;
	height:10vmin;
	border-radius: 5vmin;
	background-color: #00000000;
	border-width:2vmin;
	border-color:white;
	margin:auto;	
}

#social-icon-row
{
	margin-top:2vmin;
	margin-bottom:3vmin;
}




#newsletter-inner
{
	display: inline-block
}

#newsletter-inner &gt; div
{
	margin-bottom:1vmin;
}

#newsletter-text
{
	text-align: left;
}
#newsletter-inner-inner
{
	text-align: left;
	margin:auto;
}

#newsletter-inner-inner &gt; input, #newsletter-inner-inner &gt; div
{
	display:inline-block;
	margin-right:2vmin;
}

#newsletter-inner-inner &gt; input
{
	width:25vmin;
	padding:1vmin;
	font-family: 'Josefin Sans', sans-serif;
	border-width:0px;

	border-radius: 2px;
}

#newsletter-inner-inner &gt; div
{
	
	color:white;
	padding-top: 1vmin;
	padding-bottom: 1vmin;
	padding-left:3vmin;
	padding-right: 3vmin;
	border-width:0px;

	-webkit-transition: all 0.25s ease;
 	transition: all 0.25s ease;
 	transform:scale(1);
}

#newsletter-inner-inner &gt; div:hover
{
	-webkit-transform:scale(1.25);
	transform:scale(1.2);
	background-color:white;
	border-radius: 15px;
	color:black;
}

#newsletter-button &gt; a 
{
	text-decoration: none;
	color: white;

	-webkit-transition: all 0.25s ease;
 	transition: all 0.25s ease;
}

#newsletter-button &gt; a:hover
{
	color: black;
}

#video-player &gt; div
{
	margin-top:5vmin;
	margin-bottom:10vmin;
	display: inline-block;
}

#video-player:hover
{
	cursor:pointer;
}

.arrow-right {
	border-top: 6vmin solid transparent;
	border-bottom: 6vmin solid transparent;  
	border-left: 8vmin solid #cccccc;

	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.arrow-right:hover {
  border-top: 6vmin solid transparent;
  border-bottom: 6vmin solid transparent;  
  border-left: 8vmin solid white;
}

/* Pulse Grow */
@-webkit-keyframes pulse {
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.hvr-pulse-grow { 

  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.message_area
{
	border-radius: 0.5vmin;
	padding:0.5vmin;
	margin-top:1vmin;
	margin-bottom:1vmin;
}

.message_area &gt; button
{
	margin-right:1em;
}

#platform-icon
{
	height: 1.3em;
    width: auto;
    /*height: auto;
    width: 6em;*/
	display:inline-block;
	margin: auto;
	margin-left:1.2498em;
	margin-bottom:2vh;
	vertical-align: middle;

}

#platform-icon-row
{
	margin-top:8vh;
	margin-bottom:4vh;
}

#support-icon
{
	height: auto;
	min-width: 5em;
	max-width: 10vw;
	display:inline-block;
	margin: auto;
	margin-left:2vmin;
	vertical-align: middle;

}

#support-icon-row
{
	margin-top:2vh;
	margin-bottom:4vh;
}

#sib_loading_gif_area
{
	display: none;
	z-index: 9999;
	position:fixed;
	left: 0;
  	top: 0;
	width: 100% !important; /* Full width */
  	height: 100% !important; /* Full height */
  	background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

#sib_loading_gif_area &gt; img
{
    /*Center vertically*/
    margin-top: 40vh;
}

#newsletter-button
{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: rgb(255, 255, 255);
    background: rgb(233, 74, 66) none repeat scroll 0% 0%;
    display: inline-block;
    white-space: nowrap;
    min-height: 40px;
    margin: 0px 0px 0px 2vmin;
    padding: 0px 10px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    cursor: pointer;
    border: 0px none;
    border-radius: 4px;
    vertical-align: top;
    height: auto;
    line-height: 150%;
    display: inline-block;


	-webkit-transition: all 0.25s ease;
 	transition: all 0.25s ease;
 	transform:scale(1);
}

#newsletter-button:hover
{
	/* */ border-radius:10px;
	transform:scale(1.2);
}


/* Modal styling */

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  /* padding-top: 100px; Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
	margin: auto;
	width: 90vmin;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100vh;
}

/* The Close Button */
#close-modal {
    color: #aaaaaa;
    float: right;
    font-size: 10vmin;
    /* font-weight: bold; */
    z-index: 1;
    position: absolute;
    top: 1vmin;
    right: 4vmin;

    -webkit-transition: all 0.25s ease;
 	transition: all 0.25s ease;
}

#close-modal:hover, #close-modal:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;

  -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

#apple-legal
{
	font-style:italic;
	font-size:0.5em;
}</pre></body></html>