@import url('https://fonts.googleapis.com/css2?family=Karla&display=swap');

html, body {
	font-family: 'Karla', sans-serif;
	font-style: normal;
    font-size: 13px;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: rgba(31,31,31,.9);
    -webkit-font-smoothing: subpixel-antialiased;
    color: #222;
}

a {
	color: #222;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.row {
	max-width: 1700px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    padding-left: 45px;
    padding-right: 45px;
    flex-wrap: wrap;
}

header {
    padding-top: 10px;
    padding-bottom: 10px;
}

header .row {
	align-items: center;
}

header nav {
	margin-left: auto;
}

header ul, footer ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

header ul li {
	display: inline-block;
	margin-left: 16px;
}

header ul li a.active {
	text-decoration: underline;
}

header .logo {
    font-size: 28px;
    letter-spacing: .21em;
    line-height: 1em;
    padding: 5px 5px;
}

header .logo:hover {
	text-decoration: none;
}

footer {
    float: left;
    width: 100%;
    box-sizing: border-box;
	margin-top: 22px;
    padding: 125px 50px;
    background-color: rgba(205,169,157,.1);
}

footer ul {
	margin-left: auto;
}

footer ul:first-of-type {
	margin-left: 0px;
}

footer ul li {
	margin-bottom: 6px;
}

footer ul li.title {
	font-size: 18px;
	margin-bottom: 16px;
}

section.instagram {
	text-align: center;
}

section.instagram .row {
    padding-top: 60px;
    margin-top: 20px;
    border-top: 1px solid #f4f4f4;
}

section.instagram .imgs {
    float: left;
    width: 100%;
    margin-top: 22px;
}

section.instagram .imgs .img {
	display: block;
	float: left;
	padding: 4px;
}

section.instagram h3, section.instagram a {
	width: 100%;
}

section.homeBanners {
	float: left;
	width: 100%;
}

section.homeBanners div {
	background-size: cover;
	box-sizing: border-box;
	min-height: 600px;
	height: 600px;
	width: 50%;
	border: 2px solid #fff;
	border-top: 4px solid #fff;
	float: left;
}
section.homeBanners div:first-of-type {
	width: 100%;
	border: 0px;
}

section.page {
	margin-top: 80px;
}

section.page p {
	width: 100%;
}

section.page h3 {
    width: 100%;
    text-align: center;
}

section.page .owl-carousel {
	margin-top: 22px;
}

section.page .owl-carousel img {
	height: 640px;
	width: auto;
}

section.page .owl-stage-outer {
	height: 640px;
}

.lookbook a {
	display: block;
    float: left;
    padding-top: 300px;
    padding-bottom: 300px;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 80px;
    background-size: cover;
    background-position: -50%;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
    margin-bottom: 16px;
}

.lookbook a:hover {
	text-decoration: none;
	color: rgba(255,255,255,.6);
}

form {
	float: left;
	width: 100%;
	margin-top: 60px;
}

form .group {
	float: left;
	width: 100%;
	margin-bottom: 16px;
}

form .group.width50 {
	width: 48%;
}

form .group.width50:first-of-type {
	margin-right: 4%;
}

form label {
    margin-bottom: 6px;
    display: inline-block;
}

form label span {
	color: #ccc;
}

input, textarea {
    background-color: #fafafa;
    border: 1px solid #a9a9a9;
    box-sizing: border-box;
    color: #000;
    height: 46px;
    padding: 10px;
    position: relative;
    width: 100%;
}

textarea {
	resize: none;
	height: 120px;
}

button {
	padding: 10px 22px;
	border: 1px solid black;
	background: white;
	color: black;
	display: inline-block;
	margin-top: 16px;
	cursor: pointer;
	float: left;
}

section.locations {
	margin-top: 80px;
}

section.locations .item {
	margin-left: auto;
}

section.locations .item:first-of-type {
	margin-left: 0px;
}

section.publication {
	margin-top: 80px;
	text-align: center;
}

section.publication .row {
	justify-content: center;
}

section.publication h3 {
	width: 100%;
	margin-bottom: 32px;
}

section.publication .inst {
    margin-top: 22px;
    display: inline-block;
}

section.publication .inst img {
	width: 24px;
}

section.publication p {
    width: 60%;
    margin: 0 auto;
    margin-top: 22px;
    margin-bottom: 60px;
}

.lookbookItem .row {
	max-width: 1000px;
    text-align: center;
    justify-content: center;
    margin-top: 80px;
}

.lookbookItem .item {
    display: inline-block;
    padding: 10px;
}

@media (max-width: 762px) {
	.row {
	    width: 100%;
	    box-sizing: border-box;
	    padding-left: 16px;
	    padding-right: 16px;
	}
	header ul {
		margin-top: 16px;
	}
	header ul li {
		margin-left: 10px;
	    margin-right: 10px;
	    margin-bottom: 6px;
	}
	section.homeBanners div {
		min-height: 300px;
    	height: 300px;
	}
	footer ul {
		width: 100%;
		margin-bottom: 22px;
	}
	.lookbook a {
	    padding-top: 80px;
	    padding-bottom: 80px;
	    background-position: center;
	    font-size: 22px;
	}
	.page img, .publication img {
		width: 100%;
	}
}