*{
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	color: #535355;
}

header, section {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}

/* Text */
h1,h2,.description{
	margin-top: 100px;
	font-weight: 400;
}
h1{
	font-size: 70px;
	text-align: left;
	
}
h2{
	font-size: 28px;
	text-align: center;
}
h3{
	font-size: 14px;
	margin-top: 5px;
	text-transform: uppercase;
	font-weight: 700;
}
p{
	color: #B2B2B4;
}
.italic{
	font-style: italic;
	font-weight: 700;
}

.top{
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	margin-top: 30px;
	
}
.top article{
	width: 50%;
}

.menu{
	display: flex;
	justify-content: space-between;
	flex-flow: row nowrap;
	text-decoration: none;
	text-transform: uppercase;

}

.menu ul{
	padding: 5px 15px;
	border-style: solid;
	border-color: #535355;
	border-width: thin;
	text-decoration-line: none;
}

.lc{
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.button{
	position: relative;
	right: 100px;
	bottom: 10px;
}
.production{
	margin-top: 300px;
	display: flex;
	flex-wrap: wrap;
	
}
img{	
	width: 100%;
}
.production article{
	width: 49%;
}