:root {
	--input-background: #ffffff;
	--form-line: #ffffff;
	--label-title: #ffffff;
	--label-input: #ffffff;
	--input-color: #ffffff;
	--border-color: #000000;
	--button-color: #ffffff;
	--button-text-color: #ffffff;
}

html, body {
	overflow-x: hidden;
	background-color: #000000;
	padding-right: 0 !important;
	font-family: 'adidasfgregular';
	text-rendering: geometricPrecision;
}

.letter-spacing {
	letter-spacing: 9px;
}

section {
	position: relative;
}

.adidasfg-bold {
	font-family: 'adidasfgbold';
}

.denton-light {
	font-family: 'dentonlight';
}

.bg {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center -12rem;
	background-size: cover;
}

.bg2 {
	background-image: url(../images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
}

.bg3 {
	background-image: url(../images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
}

.bg-black {
	background-color: #000000;
}

/* Header */

nav {
	padding-right: 0 !important;
}

.navbar-default,
.navbar-inverse {
	border: 0;
}

.navbar {
	padding: 0;
	background-color: transparent;
	margin-top: 3rem;
}

.navbar-color {
	background-color: #000000;
	transition: all 0.5s ease;
	margin-top: 0;
}

.navbar a:focus {
	outline: 0;
}

.navbar .navbar-nav {
	letter-spacing: 1px;
	text-align: center;
}

.navbar .navbar-nav li a:focus {
	outline: 0;
}

#mainNav .navbar-nav li.nav-item a.nav-link {
	color: #ffffff;
	font-size: 1.5rem;
	font-weight: normal;
	text-decoration: none;
	white-space: nowrap;
}

#mainNav .navbar-nav li.nav-item a.nav-link:hover,
#mainNav .navbar-nav li.nav-item a.nav-link:focus,
#mainNav .navbar-nav > li.nav-item > a.nav-link.active {
	color: #ffffff;
	text-decoration: none;
}

#mainNav .navbar-toggler {
	font-size: 80%;
	padding: 0.5rem;
	height: 50px;
}

.navbar-brand {
	margin-right: 0;
}

/* Fine Header */

/* Footer */

footer {
	color: #fff;
}

footer .footer-below {
	padding: 1rem 0;
	background-color: #000000;
}

footer .footer-below a {
	color: #ffffff;
}

.menu-footer {
	display: inline-block;
	list-style-type: none;
	color: #ffffff;
	text-transform: uppercase;
}

.menu-footer a {
	color: #ffffff;
	text-decoration: none;
}

.menu-footer a:hover {
	text-decoration: underline;
}

/* Fine Footer */

/* Font Weight */

.font-weight-100 {
	font-weight: 100;
}

.font-weight-200 {
	font-weight: 200;
}

.font-weight-300 {
	font-weight: 300;
}

.font-weight-400 {
	font-weight: 400;
}

.font-weight-500 {
	font-weight: 500;
}

.font-weight-600 {
	font-weight: 600;
}

.font-weight-800 {
	font-weight: 700;
}

.font-weight-800 {
	font-weight: 800;
}

.font-weight-900 {
	font-weight: 900;
}

/*   Fine Font Weight   */

/*   Line Height   */

.line-height-xxs {
	line-height: 0.5;
}

.line-height-xs {
	line-height: 1;
}

.line-height-sm {
	line-height: 1.2;
}

.line-height-md {
	line-height: 1.4;
}

.line-height-lg {
	line-height: 1.6;
}

.line-height-xl {
	line-height: 1.8;
}

.line-height-xxl {
	line-height: 2;
}

.line-height-xxxl {
	line-height: 2.5;
}

/*   Fine Line Height  */

h1,
h2,
h3,
h4,
h5,
h6 {
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 0;
	line-height: 1;
}

p {
	font-size: 1rem;
	margin-bottom: 0;
}

.text-transform-none {
	text-transform: none;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:hover,
a:focus,
a:active {
	outline: 0;
	color: #000000;
	text-decoration: none;
}

a:not([href]):not([class]) {
	text-decoration: underline;
}

a:not([href]):not([class]):hover {
	text-decoration: none;
}

/* Fine Classi generiche */

/* Pulsanti */

.w-button {
	font-family: 'adidasfgbold';
	background-color: #000000;
	box-shadow: 0 -5px 0 0 #313131;
	padding: 0.5rem 5rem;
	border-radius: 0.5rem;
	color: #ffffff;
	text-transform: uppercase;
	outline: none;
	display: inline-block;
	font-size: 2.5rem;
	font-weight: bold;
	border: none;
	letter-spacing: 1px;
	cursor: pointer;
}

.w-button:focus {
	outline: none;
}

@media screen and (min-width: 575px) {

	li.nav-item {
		display: inline-flex;
		justify-content: center;
	}

	.bg {
    background-position: center -25rem;
	}

	#logo {
		max-width: 50%;
	}

	.bg2 {
    background-position: center -50rem;
	}

	.bg3 {
    background-position: center -25rem;
  }
}

@media screen and (min-width: 768px) {
	
	.bg {
		background-position: center -25rem;
	}

	#logo {
		max-width: 60%;
	}

	.bg2 {
    background-position: center -51rem;
  }

	.bg3 {
    background-position: center -25rem;
  }
}

@media screen and (min-width: 992px) {

	li.nav-item {
		display: inline-block;
	}

	.bg {
    background-position: center -16rem;
	}

	.bg2 {
		background-position: center -39rem;
	}

	.bg3 {
      background-position: center -16rem;
  }

	#logo {
		max-width: 100%;
	}
}

@media screen and (min-width: 1200px) {
	
	.bg2 {
		background-position: center -29rem;
	}

	.bg3 {
    background-position: center -13rem;
  }
}

@media screen and (min-width: 1400px) {}

@media screen and (min-width: 1600px) {
	
	.container {
		width: 1570px;
	}

	.bg3 {
      background-position: center -11rem;
  }
}

@media screen and (min-width: 1900px) {

	.container {
		width: 1870px;
	}

	.bg {
		background-position: center -22rem;
	}

	.bg3 {
    background-position: center -35rem;
  }
}

@media screen and (min-width: 2300px) {

	.bg {
		background-position: center -29rem;
	}

	.bg2 {
    background-position: center -40rem;
  }

	.bg3 {
      background-position: center -35rem;
  }
}

@media screen and (min-width: 2500px) {

	.bg {
		background-position: center -33rem;
	}

	.bg2 {
    background-position: center -55rem;
  }

	.bg3 {
      background-position: center -57rem;
  }
}

@media screen and (min-width: 2600px) {

	.bg {
		background-position: center -46rem;
	}
}

@media screen and (min-width: 3000px) {

	.bg {
		background-position: center -62rem;
	}

	.bg2 {
    background-position: center -79rem;
	}

	.bg3 {
    background-position: center -77rem;
  }
}

@media screen and (max-width: 575px) {
	#mainNav .navbar-nav li.nav-item a.nav-link {
		font-size: 1rem;
	}

	li.nav-item {
		display: inline-flex;
		justify-content: center;
	}

	.hide_mobile {
		display: none;
	}

	footer .menu-footer {
		display: inline-block;
	}

	footer .menu-footer li {
		text-align: center;
		font-size: 0.9rem;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 1rem;
	}

	.mw-10 {
		max-width: 10%;
	}

	.mw-20 {
		max-width: 20%;
	}

	.mw-30 {
		max-width: 30%;
	}

	.mw-40 {
		max-width: 40%;
	}

	.mw-50 {
		max-width: 50%;
	}

	.mw-60 {
		max-width: 60%;
	}

	.mw-70 {
		max-width: 70%;
	}

	.mw-80 {
		max-width: 80%;
	}

	.mw-90 {
		max-width: 90%;
	}

	.button {
		padding: 0.5rem 3rem;
		font-size: 1.5rem;
	}

	.input-group {
		display: flex;
		flex-direction: column;
	}

	.input-group > .form-control,
	.input-group > .custom-select,
	.input-group > .custom-file {
		width: 100%;
	}

	h1,
	.h1 {
		font-size: calc(1.375rem + 1vw);
	}

	h2,
	.h2 {
		font-size: calc(1.325rem + 0vw);
	}

	h3,
	.h3 {
		font-size: calc(1.3rem + 0vw);
	}

	h4,
	.h4 {
		font-size: calc(1.275rem + 0vw);
	}

	h5,
	.h5 {
		font-size: 1rem;
	}

	h6,
	.h6 {
		font-size: 0.9rem;
	}

	.bg {
		background-position: center -35rem;
	}

	#logo {
		max-width: 50%;
	}

	.bg2 {
    background-position: center -73rem;
	}

	.bg3 {
		background-position: center -40rem;
	}
}
