

* {
	margin: 0;
	padding: 0;
}

html,
body {
	height: 100%;
	background: url(/immagini/sito_sf.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.numberIp {
	font-weight: bold;
}

p {
	margin-bottom: 0;
}

.ip {
	cursor: pointer;
	font-family: 'Rubik', sans-serif;
}

ul {
	list-style: none;
	padding-left: 0;
}

a {
	text-decoration: none;
}

/* Logo */

#logo {
	width: 300px;
	height: 300px;
	border-radius: 50%;
}

#logoSez .container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-top: 50px;
}

/* Scritta */

#scritta .container {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 300px;
}

#scritta .container p {
	color: rgb(37, 14, 167);
	margin: 5px 0;
}

.fontPlus {
	font-size: 65px;
}

.corsivoGrande {
	font-style: italic;
	font-size: 25px;
}

.white {
	color: rgb(37, 37, 37);
}

/* Pulsanti */

#pulsanti .container {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
}

#pulsanti .container ul {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
}

#pulsanti .container ul li {
	display: flex;
	width: 100%;
	margin: 0 20px;
}

#pulsanti .container ul li a {
	background: rgb(0, 151, 151);
	padding: 20px;
	border-radius: 10px;
	color: white;
	width: 200px;
	text-align: center;
	border-bottom: 4px solid rgb(0, 110, 110);
	border-top: 2px solid rgb(0, 110, 110);
	border-left: 2px solid rgb(0, 110, 110);
	border-right: 2px solid rgb(0, 110, 110);
	font-weight: bold;
	text-transform: uppercase;
}

#pulsanti .container ul li a:hover {
	animation: bounceButton .5s ease-in-out;
	background: rgba(0, 0, 0, 0.904);
}

@-webkit-keyframes bounceButton {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes bounceButton {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

/* Social */

#showcase-3 .box {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
}

#social {
	color: rgb(51, 51, 51);
}

#player {
	font-family: 'Rubik', sans-serif;
	font-size: 35px;
}

#showcase-3 .box .wrapper {
	display: flex;

	flex-direction: column;

	justify-content: center;

	align-items: center;

	width: 100%;

	height: 100%;
}

#showcase-3 .wrapper .fas {
	margin-right: 10px;
}

#showcase-3 .box .wrapper p {
	margin-bottom: 20px;

	font-size: 20px;
}

#showcase-3 .box ul {
	display: flex;

	align-items: center;

	justify-content: center;
}

#showcase-3 .box ul li {
	list-style: none;

	margin: 0 15px;
}

#showcase-3 .box ul li .fab {
	font-size: 30px;

	line-height: 60px;

	transition: .6s;

	color: #000;
}

#showcase-3 .box ul li .fab:hover {
	color: white;
}

#showcase-3 .box ul li a {
	position: relative;

	display: block;

	width: 60px;

	height: 60px;

	border-radius: 50px;

	background: #ffffff81;

	text-align: center;

	transition: .6s;

	box-shadow: 0 5px 4px rgba(0, 0, 0, .5);
}

#showcase-3 ul li a:hover {
	transform: translate(0, -10px);
}

#showcase-3 ul li:nth-child(1) a:hover {
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);

	background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);

	background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

#showcase-3 ul li:nth-child(2) a:hover {
	background-color: #3b5998;

	color: white;
}

#showcase-3 ul li:nth-child(3) a:hover {
	background-color: #0088cc;
}

#showcase-3 ul li:nth-child(4) a:hover {
	background-color: #5865f2;
}

/* Linea */

.container-linea {
	display: flex;
	justify-content: center;
}

.container-linea .linea {
	width: 100px;
	border: 1px solid white;
	border-radius: 50px;
}

/* Copy */

#copy .container {
	margin-top: 50px;
}
