@charset "utf-8";

html, body {
	/*min-width: 100vw;*/
	min-height: 100vh;
	border: 0px;
	margin: 0px;
	padding: 0px;
	outline: 0px;
	vertical-align: baseline;
}

body {
    background-color: rgba(15,18,24,1.00);
    color: white;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

header.main-header {
	position: fixed;
	top: 0px;
	left: 0px;
	display: block;
	min-width: 100vw;
	height: 5rem;
	/*background-color:rgba(15,18,24,1.00);*/
	text-decoration: none;
}

header.main-header {
	z-index: 6;
}

.sanaa-logo img {
	position: absolute;
	max-width: 100px;
	height: auto;
	top: 0px;
	left: 0px;
	display: block;
	padding: 1.8rem 2rem;
}

.sanaa-logo:hover {
	cursor: pointer;
}

nav label, #hamburger {
	display: none;
	padding-right: 3rem;
	color: rgba(193,194,197,1.00);
}

nav {
	position: absolute;
	right: 3rem;
	top: 0px;
	font-weight: bold;
	font-size: 1rem;
	padding-right: 2rem;
	display: block;
	z-index: 100000;
	cursor: pointer;
	color: rgba(193,194,197,1.00);
	transition: 0.6s;
}

nav label {
	display: block;
	color:rgba(193,194,197,1.00);
	transition: 0.6s;
}

nav label {
	font-size: 3rem;
	width: 10px;
	height: 50px;
	color: rgba(193,194,197,1.00);
	cursor: pointer;
	margin: 0px;
}

nav label:hover {
	color: rgba(67,69,84,1.00);
	cursor: pointer;
}

/*.dropdown-menu {
	position: relative;
	right: 0;
	top: calc(100% + .25 rem);
	background-color: rgba(255,255,255,0.25);
	padding: .75rem;
	border-radius: .25rem;
	box-shadow: 0 2px 5px o rgba(0, 0, 0, .1);
}*/

nav input:checked ~ ul {
	display: block;
}

nav ul {
	position: absolute;
	right: 0;
	padding: .75rem;
	list-style-type: none;
	list-style-image: none;
	display: none;
	color:rgba(255,255,255,1.00);
}

	nav ul li {
		position: relative;
		height: 50px;
		right: 5rem;
		display: block;
		flex-direction: column;	
	}

	nav ul li a {
		color:rgba(255,255,255,1.00);
		text-decoration: none;
		/*padding: 150px;*/
		font-weight: bold;
		font-size: 1.5rem;
		line-height: 3rem;
		margin: 0 auto;
		width: 10px;
		height: 75px;
		cursor: pointer;
	}

	nav ul li a:hover {
		color: rgba(67,69,84,1.00);
	}

.search-icon img {
	position: absolute;
	max-width: 25px;
	height: auto;
	top: 0px;
	left: 0px;
	display: block;
	padding: 0.8rem 0.7rem;
	align-items: baseline;
}

.search-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background:rgba(255,255,255,1.00);
	height: 20px;
	border-radius: 50px;
	padding: 0.8rem 1.5rem;
	display: block;
}

.search-box:hover > .search-txt {
	width: 240px;
	padding: 0 6px;	
}

.search-txt {
	border: none;
	background: none;
	outline: none;
	float:right;
	padding: 0;
	color:rgba(67,69,84,1.00);
	font-size: 16px;
	transition: 0.6s;
	line-height: 25px;
	width: 0px;	
	text-align: right;
}

.container {
	position: relative;
	display: flex;
	background-color:rgba(15,18,24,1.00);
	min-height: 100vh;
}

.background img {
	width: auto;
	min-height: 100vh;
	background-image: url("../images/main-page-background.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	display: flex;
	padding: 0px;
	position: fixed;
	overflow: hidden;
}

.project-gallery {
	width: 500px;
	height: auto;
	left: 0;
	top: 0;
	position: relative;
	margin: 60px 400px auto 800px;
	display: flex;
	flex-direction: column;
	grid-template-columns: repeat(auto-fit);
	grid-gap: 60px;
	padding: 80px;
	margin-bottom: 60px;
	justify-content: center;
	align-items: center;
}

.project-gallery img {
	width: 100%;
	min-height: auto;
	cursor: pointer;
}

.project-gallery label {
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
    padding: 10px;
    cursor: text;
    font-size: 2rem;
    color: rgba(255,255,255,1.00);
    font-style: bold;
    line-height: 4rem;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

/*.box {
	width: 600px;
	height: 300px;
	top: 15%;
	left: 45%;
	margin: 20px;
	background-color: rgba(255,255,255,1.00);
}*/


.kazuyo img {
	width: 65%;
	min-height: auto;
	background-image: url("../images/kazuyo_sejima_02.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	display: flex;
	left: 0px;
	padding: 0rem;
	position: absolute;
	overflow: hidden;
}

.studio img {
	width: 60%;
	min-height: auto;
	background-image: url("../images/SANAA_studio_03.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	display: flex;
	left: 2rem;
	top: 5rem;
	padding: 2rem;
	position: absolute;
}

h1 {
	font-size: 3rem;
	line-height: 4rem;
}

.quote {
	max-width: 520px;
	min-height: auto;
	position: absolute;
	top: 20%;
	left: 38%;
	text-align: center;
	display: flex;
	font-size: 2.5rem;
	font-style: bold;
	line-height: 4rem;
	margin: 0 auto;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 700;
	padding: 40px;
	justify-content: center;
}

span {
	color: white;
	position: fixed;
	font-size: 16px;
	font-style: normal;
	top: 50%;
	left: 47%;
	text-align: center;
	display: inline;
	width: 125px;
	text-transform: uppercase;
	padding: 5px;	
	justify-content: center;
}

.border {
	border-style: solid;
	border-color: white;
	border-width: 1px;
}

span:hover {
	color: rgba(108,113,133,1.00);
	cursor: pointer;
}

.headline {
	max-width: 520px;
	min-height: auto;
	position: absolute;
	top: 45%;
	right: 15rem;
	text-align: left;
	display: flex;
	font-size: 2.5rem;
	font-style: bold;
	line-height: 4rem;
	margin: 0 auto;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 700;
	padding: 40px
}

h5 {
	font-size: 1rem;
	line-height: 1.5;
}

.bio {
	max-width: 350px;
	min-height: auto;
	position: absolute;
	top: 55%;
	right: 11rem;
	text-align: left;
	display: flex;
	font-size: 1rem;
	font-style: normal;
	line-height: 1.5rem;
	margin: 0 auto;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	/*font-weight: 700;*/
	padding: 2rem;
}

.background-contact img {
	width: 100vw;
	min-height: auto;
	background-image: url("../images/sanaa_studio_02.webp");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	/*opacity: 0.25;
	filter: brightness(120%);*/
	display: flex;
	padding: 0px;
	position: fixed;
	overflow: hidden;
}

.contact {
	max-width: 520px;
	min-height: auto;
	position: absolute;
	top: 12%;
	left: 46%;
	text-align: center;
	display: flex;
	font-size: 2.5rem;
	font-style: bold;
	line-height: 4rem;
	margin: 0 auto;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

.input-group {
	margin-bottom: 30px;
	position: relative;
}

input, textarea {
	width: 100%;
	padding: 10px;
	outline: 0;
	border: 1px solid rgba(3,3,3,1.00);
	color:rgba(0,0,0,1.00);
	background-color:rgba(0,0,0,0.60);
	font-size: 15px;
}

form {
	width: 90%;
	max-width: 600px;
	position: absolute;
	top: 25%;
	left: 35%;
}

div label {
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	padding: 10px;
	color: white;
	cursor: text;
}

button {
	padding: 10px 0;
	color: white;
	outline: none;
	background-color:rgba(0,0,0,0.60);
	border: 1px solid rgba(3,3,3,1.00);
	width: 25%;
	cursor: pointer;
	align-content: center;
}

button:hover {
    color: rgba(191,197,231,1.00);
    background-color: rgba(149,152,170,1.00);
    cursor: pointer;
}

footer.main-footer {
	position: fixed;
	bottom: 0px;
	left: 0px;
	display: block;
	min-width: 100vw;
	height: 4.5rem;
	background-color: white;
	text-decoration: none;
}

.footer-logo img {
	position: absolute;
	max-width: 100px;
	height: auto;
	bottom: 0px;
	left: 0px;
	display: block;
	padding: 2.2rem 2rem;
}

/*.name-logo img {
	position: absolute;
	max-width: 300px;
	height: auto;
	bottom: 0px;
	right: 0px;
	display: block;
	padding: 2rem 2rem;
}*/

.copyright {
	position: absolute;
	/*left: 0px;*/
	bottom: 0px;
	display: block;
	padding: 0rem 2rem;
	color: black;
	text-align: left;
	font-size: 0.76rem;
}

.email {
	color: black;
	position: absolute;
	bottom: 0px;
	right: 0px;
	text-align: right;
	display: block;
	font-size: 0.85rem;
	font-style: normal;
	padding: 0rem 3rem 0rem;
	/*cursor: pointer;*/
}

email:hover {
	color:rgba(191,197,231,1.00);
	cursor: pointer;
}

.instagram {
	color: black;
	position: absolute;
	bottom: 0px;
	right: 0px;
	text-align: justify;
	display: flex;
	font-size: 0.85rem;
	font-style: normal;
	padding: 2.3rem 3rem;
	vertical-align: baseline;
}

.linkedin {
	color: black;
	position: absolute;
	bottom: 0px;
	right: 0px;
	text-align: justify;
	display: flex;
	font-size: 0.85rem;
	font-style: normal;
	padding: 1.05rem 3rem;
	vertical-align: baseline;
}

/*footer.p {
	color: black;
	float:inherit;
	text-align: center;
	bottom: 0px;
	font-size: 1rem;
	padding: 0rem;
}*/




