@charset "UTF-8";
/* CSS Document */

html,
html * {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
}

header {
	width: 100%;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 1000;
}

h1 {
	font-family: proxima-nova,sans-serif;
	font-weight: 500;
	font-style: normal;
	color: white;
}

h2 {
	font-family: proxima-nova,sans-serif;
	font-weight: 300;
	font-style: normal;
	color: white;
}

h3 {
	font-family: proxima-nova,sans-serif;
	font-weight: 300;
	font-style: normal;
	color: white;
} 

h4 {
	font-family: proxima-nova,sans-serif;
	font-weight: 500;
	font-style: normal;
	color: black;
}

h5 {
	font-family: proxima-nova,sans-serif;
	font-weight: 500;
	font-style: normal;
	color: black;
}

p {
	font-family: proxima-nova,sans-serif;
	font-weight: 300;
	font-style: normal;
	color: black;
}

section {
	width: 100%;
}

.projects {
	color: black;
}


.project-class {
	font-family: proxima-nova,sans-serif;
	font-weight: 300;
	font-style: normal;
	color: black;
}
	

.statement {
	font-weight: 500;
}

.container-01 img {
	height: 15vw;
	max-height: 16%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%)
}

.city-name {
	font-weight: 600;
}

.underline {
	color: white;
	text-decoration: none;
	display: inline;
	position: relative;
	overflow: hidden;
}

.underline:after {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 100%;
	bottom: .15em;
	background: #FF7000;
	height: .4em;
	transition-property: left right;
	transition-duration: 0.5s;
	transition-timing-function: ease-out;
}

.underline:hover:after,
.underline:focus:after,
.underline:active:after {
  right: 0;
}

.underlineblack {
	color: black;
	text-decoration: none;
	display: inline;
	position: relative;
	overflow: hidden;
}

.underlineblack:after {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 100%;
	bottom: .15em;
	background: #b1a599;
	height: .6em;
	transition-property: left right;
	transition-duration: 0.5s;
	transition-timing-function: ease-out;
}

.underlineblack:hover:after,
.underlineblack:focus:after,
.underlineblack:active:after {
  right: 0;
}

.intro {
	display: block;
	position: relative;
	align-content: center;
	width: 100%;
	top: 15vw;
	margin-bottom: 2em;
}

.text-highlight {
	text-decoration: none;
	background-color: transparent;
	background-image: linear-gradient(to top, transparent, transparent 10%, #b1a599 10%, #b1a599 40%, transparent 40%, transparent);
	background-repeat: no-repeat;
}

::-moz-selection {
  color: white;
  background: #FF7000;
}

::selection {
  color: white;
  background: #FF7000;
}

#load {
	animation-name: fadein;
	animation-duration: 2s;
	animation-delay: 0s;
}

#footer-load {
	animation-name: fadein;
	animation-duration: 2s;
	animation-delay: 0s;
}

#slow-load {
    animation-name: fadein;
	animation-duration: 4s;
	animation-delay: 500ms;
	animation-fill-mode: both;
}

@keyframes fadein {
	from {opacity: 0;}
	to {opacity: 1;}
}

/* Display */
@media only screen and (min-width: 1201px) {
	
	header {
		padding: 3em;
	}
	
	body {
		padding: 3em;
	}
	
	h1 {
		font-size: 2.5vw;
		line-height: 1.4vw;
		padding-bottom: .3em;
	}
	
	h2 {
		font-size: 1.1vw;
		line-height: 1.3vw;
	}
	
	h3 {
		font-size: 1vw;
		line-height: 1.6vw;
		letter-spacing: .05em;
	}
	
	h4 {
		font-size: 3vw;
		line-height: 3.5vw;
	}
	
	h5 {
		font-size: 2vw;
		line-height: 2.7vw;
	}
	
	p {
		font-size: 1.5vw;
		line-height: 2vw;
	}
	
	.project-class {
		font-size: 1vw;
	}
	
	.header-01 {
		float: left;
		text-align: left;
	}

	.header-02 {
		float: right;
		text-align: left;
		padding-right: 5em;
	}

	.header-03 {
		float: right;
		text-align: left;
		padding-right: 10em;
	}
	
	.info-main {
		position: absolute;
		bottom: 3rem;
	}
	
	.project-img-container {
		display: flex;
		flex-flow: nowrap;
		align-items: center;
		justify-content: space-between;
		gap: 1.2em;
		padding: 1.5em 0 1.5em 0;
	}

	.project-img {
		max-width: 100%;
	}
	
	.mobile-br {
      display: none; /* Hide line break on desktop */
    }

}

/* Desktop */
@media only screen and (max-width: 1200px) {
	
	header {
		padding: 3em;
	}
	
	body {
		padding: 3em;
	}
	
	h1 {
		font-size: 2.2vw;
	}
	
	h2 {
		font-size: 1.2vw;
		line-height: 1.4vw;
		letter-spacing: .05em;
	}
	
	h3 {
		font-size: 1.1vw;
		line-height: 1.6vw;
	}
	
	h4 {
		font-size: 3.2vw;
		line-height: 3.7vw;
	}
	
	h5 {
		font-size: 2.2vw;
		line-height: 2.8vw;
	}
	
	p {
		font-size: 1.5vw;
		line-height: 2vw;
	}
	
	.project-class {
		font-size: 1vw;
	}
	
	.header-01 {
		float: left;
		text-align: left;
	}

	.header-02 {
		float: right;
		text-align: left;
		padding-right: 5em;
	}

	.header-03 {
		float: right;
		text-align: left;
		padding-right: 8em;
	}
	
	.info-main {
		position: absolute;
		bottom: 3em;
	}
	
	.project-img-container {
		display: flex;
		flex-flow: nowrap;
		align-items: center;
		justify-content: space-between;
		padding: 1.2em 0 1.2em 0;
		gap: 1em;
	}

	.project-img {
		max-width: 100%;
	}
	
	.mobile-br {
      display: none; /* Hide line break on desktop */
    }
	
}

/* Laptop */
@media only screen and (max-width: 1025px) {
	
	header {
		padding: 3em;
	}
	
	body {
		padding: 3em;
	}
	
	h1 {
		font-size: 2.4vw;
	}
	
	h2 {
		font-size: 1.3vw;
		line-height: 1.5vw;
	}
	
	h3 {
		font-size: 1.1vw;
		line-height: 1.6vw;
		letter-spacing: .05em;
	}
	
	p {
		font-size: 1.5vw;
		line-height: 2vw;
	}
	
	.project-class {
		font-size: 1vw;
	}
	
	.header-01 {
		float: left;
		text-align: left;
	}

	.header-02 {
		float: right;
		text-align: left;
		padding-right: 5em;
	}

	.header-03 {
		float: right;
		text-align: left;
		padding-right: 6em;
	}
	
	.info-main {
		position: absolute;
		bottom: 3rem;
	}
	
	.project-img-container {
		display: flex;
		flex-flow: nowrap;
		align-items: center;
		justify-content: space-between;
		padding: 1em 0 1em 0;
		gap: .6em;
	}

	.project-img {
		max-width: 100%;
	}
	
	.mobile-br {
      display: none; /* Hide line break on desktop */
    }
	
}

/* Tablet */
@media only screen and (max-width: 768px) {
	
	header {
		padding: 2.8em;
	}
	
	body {
		padding: 2.8em;
	}
	
	h1 {
		font-size: 2.5vw;
	}
	
	h2 {
		font-size: 1.7vw;
		line-height: 1.9vw;
	}
	
	h3 {
		font-size: 1.5vw;
		line-height: 2.1vw;
		letter-spacing: .05em;
	}
	
	h4 {
		font-size: 3vw;
		line-height: 4vw;
	}
	
	h5 {
		font-size: 2vw;
		line-height: 2.7vw;
	}
	
	p {
		font-size: 1.5vw;
		line-height: 2vw;
	}
	
	.project-class {
		font-size: 1vw;
	}
	
	.header-01 {
		float: left;
		text-align: left;
	}

	.header-02 {
		float: right;
		text-align: left;
		padding-right: 3em;
	}

	.header-03 {
		float: right;
		text-align: left;
		padding-right: 4em;
	}
	
	.info-main {
		position: absolute;
		bottom: 2.8rem;
	}
	
	.project-img-container {
		display: flex;
		flex-flow: nowrap;
		align-items: center;
		justify-content: space-between;
		padding: .6em 0 .6em 0;
		gap: .4em;
	}

	.project-img {
		max-width: 100%;
	}
	
	.mobile-br {
      display: none; /* Hide line break on desktop */
    }
	
}

/* Mobile */
@media only screen and (max-width: 430px) {
	
	header {
		padding: 2em;
	}
	
	body {
		padding: 2em;
	}
	
	h1 {
		font-size: 6vw;
	}
	
	h2 {
		font-size: 3vw;
		line-height: 4vw;
	}
	
	h3 {
		font-size: 2.7vw;
		line-height: 4vw;
		letter-spacing: .05em;
	}
	
	h4 {
		font-size: 5vw;
		line-height: 5.5vw;
	}
	
	h5 {
		font-size: 4vw;
		line-height: 4.5vw;
	}
	
	p {
		font-size: 3vw;
		line-height: 3.5vw;
	}
	
	section {
		padding-top: 4em;
	}
	
	.project-class {
		font-size: 2vw;
	}
	
	.header-01 {
		width: 100%;
		float: left;
		text-align: left;
	}

	.header-02 {
		float: left;
		text-align: left;	
		padding-right: 0em;
		padding-top: 1em;
	}
	
	.header-03 {
		float: left;
		text-align: left;
		padding-right: 2em;
		padding-top: 1em;
	}
	
	.info-main {
		position: absolute;
		bottom: 2rem;
	}
	
	.project-img-container {
		display: flex;
		flex-flow: wrap;
		align-items: center;
		justify-content: space-between;
		padding: .8em 0 .8em 0;
		gap: .4em;
	}

	.project-img {
		max-width: 100%;
	}
}

