/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

*	{
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'Minion Pro';
    src: url('./MinionPro-Regular.woff2') format('woff2'),
        url('./MinionPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Basis Grotesque';
    src: url('./BasisGrotesque-Bold.woff2') format('woff2'),
        url('./BasisGrotesque-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


body {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	background-image: url('./Sfondo.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
    font-family: 'Minion Pro';
		font-size: 18px;
		background-attachment: fixed;
}

.wrapper {
	background-color: #F0EFDD;
	color: #45525e;
	padding: 38px 24px;
	width: 56%;
	max-width: 1000px;
		margin: 120px auto;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.container + .container {
	margin-top: 32px;
}

.container span {
	   font-family: 'Basis Grotesque';
		 text-transform: uppercase;
		 font-size: 20px;
}
.container div {
	 margin: 16px 0 24px;
}
.container div p {
	 margin: 0;
}
.container div p:first-child {
	 margin-bottom: 32px;
}


h2 {
	display: inline-block;
	margin: 28px 0 16px;
	   font-family: 'Basis Grotesque';
		 text-transform: uppercase;
		 font-size: 20px;
}
h2:first-of-type {
	margin-top: 48px;
}

.link {
		font-size: 15px;
						margin: 3px 0 0;
}

.link a {
	text-decoration: none;
				color: #45525e;
}

.link:hover a {
	text-decoration: underline;
}

ul {
	margin: 0;
	padding-left: 0;
	list-style: none;
}

ul li {
	text-align: center;
		font-size: 15px;
						margin: 1px 0 0;
}


.logo {
	position: fixed;
	top: 40px;
	left: 20px;
}

.logo img {
	width: 14vw;
  max-width: 240px;
	min-width: 100px;
	height: auto;
}





  @media only screen and (max-width: 1280px) {
    .wrapper {
			width: 63%;
			margin: 90px auto;
		}

  }



  @media only screen and (max-width: 924px) {
    .logo {
	position: absolute;
	top: 40px;
	left: auto
}

	.logo img {
		width: 120px;
		max-width: 240px;
		min-width: 100px;
		height: auto;
	}
	   .wrapper {
			width: 90%;
			margin: 230px auto 48px;
				padding: 24px 20px;
		}


	h2 {
			font-size: 16px;
	}
	body {
				font-size: 15px;
	}
		.container div p:first-child {
			margin-bottom: 24px;
		}
  }