body{
	background-color: #60a6b0;
	font-family: 'Roboto Mono', monospace;
}

.lofi-banner{
	background-image: url(https://miro.medium.com/max/3840/1*juVBap0-3xF0sDHRxcVM6Q.jpeg);
	min-height: 100vh;
	padding: 50px 20px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}
.wrapper{
	border-radius: 50px;
	margin-left: 200px;
	margin-top: 100px;
	display: inline-grid;
	height: 500px;
	width: 500px;
	background-color: rgba(96, 166, 176, 0.6);

}

a.cta, 
button.cta{
	background: #bc5055;
	color: white;
	font-weight: bold;
	font-size:  30px;
	padding: 20px 30px;
	border-radius:  10px;
	text-decoration: none;
	width: 300px;
	cursor: pointer;
	outline: none;


}

a.cta.alt,
button.cta.alt{
	background-color: #38829d;
	box-shadow: 0 0 0 10px rgba(0,0,0,.15);
	width: 190px;
	height: 40px;

}

nav{
	box-shadow: 0 5px 8px rgba(0, 0, 0,.2);
	border: 1px solid #303840;
	height: 100px;
	padding: 10px;
	background-color: #f39188;
	position: sticky;
	top: 0;
	z-index: 1;
	
}

nav .logo{
	display: block;
	width: 300px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -20px;
	margin-left: 30px;
	background: url('../img/LOFI_SIGN_LOGO.jpg') no-repeat 0 0 ;
	background-size: 35%;
	overflow: hidden;
	text-indent: -999px;
}
nav ul{
	padding: 0;
	margin: 0 20px 0 0;
}
nav ul li{
	margin: 0;
	padding: 0;
	display: block;
	float: right;
}

nav ul li a{
	display: block;
	height: 100%;
	box-sizing: border-box;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
	color: #111111;
	text-decoration: none;
	padding: 35px 10px;
	line-height: 30px;
}


.more-info{
	text-align: center;
	padding: 30px;

}

.highlight{
	background-color: #f4dfdc;
}

h1,h2{
	font-weight: bold;

	font-size: 35px;
}


p{
	font-size: 30px;
	margin: 30px;
}
.sep {
    width: 470px;
    height: 10px;
    background-color: #111111;
    margin: 70px auto;
}
.story{
	text-align: center;
	width: 960px;
    margin: 0 auto;
}
.story h3{
	font-size: 40px;
}

.nb-list{
	width: 470px;
	padding: 20px 20px 5px 20px;
	box-sizing: border-box;
	background-color: #EDEDED;
	float: left;
	margin: 0 20px 20px 0;
	position: relative;
}

.nb-list li{
	height: 70px;
	border-radius: 10px;
	font-size: 40px;
	color: white;
	font-weight: bold;
	display: block;
	margin-bottom: 20px;
	padding: 6px 20px;
	box-sizing: border-box;
}

.c1{background-color: #e9bfb6}
.c2{background-color: rgba(0,0,0,0.1);}
.c3{background-color: #bc5055;
	position:absolute;
	top:70px;
	left: 70px;
	right: -30px;
	transform: rotate(6deg);
	box-shadow: 0 2px 14px rgba(0,0,0,.3)}
.c4{background-color: #f39188}
.c5{background-color: #364b5e}
.c6{background-color: #d5a382}

footer{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}

.popup{
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 2;
}

.popup.show{
	display: block;
}

.popup .blanket{
	background-color:  rgba(0,0,0,.7);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;

}

.popup .content{
	box-sizing: border-box;
	width: 960px;
	height: 500px;
	padding: 30px 40px;
	background-color: white;
	text-align: center;
	position: absolute;
	margin-left: -480px;
	left: 50%;
	top:50%;
	margin-top: -250px;

}

.popup .cta{
	margin-top: 30px;
}

.popup .close{
	width: 80px;
	height: 80px;
	background: white url(../img/9.12-512.png) no-repeat center center;
	background-size: 50%;
	position: absolute;
	top: -40px;
	right: -40px;
	border-radius: 50px;
	border: none;
	outline: none;
	overflow: hidden;
	text-indent: -999px;
	cursor: pointer;
}

.popup .row:after{
	content: '';
	display: table;
	clear: both;
}

.popup .item{
	float: left;
	width: 400px;
	margin-left: 40px; 
	text-align: left;
}

.popup .item label{
	display: block;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

.popup .item input[type='text']{
	display: block;
	font-size: 30px;
	font-weight: bold;
	border: 4px solid #111111;
	height: 70px;
	box-sizing: border-box;
	width: 100%;
	padding: 15px 20px;
	margin-bottom: 10px;
}

/*<div class="popup">
		<div class="blanket"></div>
		<div class="content">
			<h2>Fill in your details</h2>
			<form>
				<div class="item">
					<label>Your First Name</label>
					<input type="text" placeholder="Maria" value="Maria">
				</div>
				<div class="item">
					<label>Your Last Name</label>
					<input type="text" placeholder="Skłodowska-Curie">
				</div>	
				<div class="item">
					<label>Email adress</label>
					<input type="text" placeholder="radioactive@sorbona.com">
				</div>	
				<div class="item">
					<label>Nickname</label>
					<input type="text" placeholder="TwoTimesNobel">
				</div>		
			</form>
			<button class="cta">Subsribe</button>
			<button class="close">Close</button>
		</div>*/