@charset "utf-8";
body {
	background-color: #A8D0DB;
	margin: -20px 0px 0px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	border: 0;
	border-left: 2px solid #2D1115;
}

a img { 
	border: none;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}


h1 {
	font-size: 3em;
	text-align: left;
	font-family: Courier New;
	color: #ffffff;
	font-weight: bold;
}

h2 {
	font-size: 2.5em;
	text-align: left;
	font-family:  Courier New;
	color: #ffffff;
	font-weight: bold;
}
h3 {
	font-size: 2em;
	text-align: left;
	font-family: Courier New;
	color: #ffffff;
	font-weight: bold;
}
h4 {
	font-size: 1.5em;
	text-align: left;
	font-family: Courier New;
	color: #ffffff;
	font-weight: bold;
}
h4 {
	font-size: 10px;
}

a:link {
	font-weight: normal;
	color: #14adee;
	text-decoration: none;
}
a:visited {
	font-weight: normal;
	color: #2D4654;
	text-decoration: none;
}
a:hover {
	font-weight: normal;
	color: #EB178E;
	text-decoration: none;
}
a:active {
	font-weight: normal;
	color: #EB178E;
	text-decoration: none;

}

.nameplate {
	margin: 50px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
	width: 10%;
	min-width: 80px;
	max-width: 150px;
	height: 50%;
	float: left; 
	clear: none;
	z-index: 1;
	background-color: #2D1115;
	text-align: right;
	border: none;
	border-radius: 0px 20px 20px 0px;
	box-shadow: 10px 7px 20px 1px rgba(39,16,7,0.4);
	-webkit-box-shadow: 10px 7px 20px 1px rgba(39,16,7,0.4);
	-moz-box-shadow: 10px 7px 20px 1px rgba(39,16,7,0.4);
  	position: relative;
	animation-name: tabAnimation;
  	animation-duration: 5s;
}

.nameplate-sticky {
	margin: -5px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
	width: 6%;
	min-width: 80px;
	max-width: 150px;
	height: 50%;
	float: left; 
	clear: none;
	z-index: ;
  	position: sticky;
	top: 30px;
	background-color: #2D1115;
	text-align: right;
	border: none;
	border-radius: 0px 20px 20px 0px;
	box-shadow: 10px 7px 20px 1px rgba(39,16,7,0.4);
	-webkit-box-shadow: 10px 7px 20px 1px rgba(39,16,7,0.4);
	-moz-box-shadow: 10px 7px 20px 1px rgba(39,16,7,0.4);
}


@keyframes tabAnimation {
  0%   {left:-140px; top:0px;}
  70%  {left:-140px; top:0px;}
  100% {left:0px; top:0px;}
}

.container {
	width: 100%;
	height: 820px;	 
	margin: 0px;
	padding: 0px;
	font-family: sans-serif;
	text-align: center;
	color: #ffffff;
	border: 0;
        background: #52B788;
        background: linear-gradient(0deg, rgba(255, 85, 170, 1) 0%, rgba(249, 124, 57, 1) 44%, rgba(82, 183, 136, 1) 100%);
}

.screen {
	width: 100%;	 
	margin: 0px;
	padding: 0px;
	background-image: url('../images/pink-dot-pattern.png');
	background-repeat: repeat;
}

.logo {	
	width: 100%;
	height: 820px;	 
	margin: 0px;
	padding: 0px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	background-image: url('../images/logo-animation.gif');
  	background-repeat: no-repeat;
  	background-position: center center;
	background-size: contain;
}

.intro {
	margin: -22px 0px -22px 0px;
	padding: 5% 16% 3% 16%;
	width: auto;
	height: auto;
	min-height: 400px;
        background-color: #2D1115;
	font-family: sans-serif;
        color: #ffffff;
	font-size: 1.3em;
}

.portrait {
	float: right; 
	clear: none; 
	width: 20%; 
	max-width: 500px; 
	min-width: 280px; 
	margin: -10px 0px 0px 0px; 
	padding: 0px 30px 20px 20px; 
	border: 0px; clip-path: 
	polygon(10% 0, 100% 0%, 100% 100%, 0% 100%);

}
.recentwork {
	width: ;
	height: auto;
	margin: 0px;
	padding: 6% 18% 6% 18%;
        background-color: #A8D0DB;
	font-family: sans-serif;
	font-size: 1.3em;
        color: #000000;
	text-align: left;
}

.paper-bg {
	background-color: #FFFFFF;
	background-image: url('../images/paper-background.jpg');
  	background-repeat: repeat;
  	background-position: center center;
	border:0; 
	border-bottom: 10px solid #A8D0DB;
}


@media (max-width: 600px) { 
 .container {height: 650px;}
 .logo {height: 650px;}
 .nameplate {margin: 50px 0px 0px 0px; width: 4%; min-width: 70px;}
 .nameplate-sticky {margin: -5px 0px 0px 0px; padding: 6px 6px 6px 0px; width: 2%; min-width: 50px;}
 .intro {padding: 40px 20px 50px 30px;}
 .portrait {float: right; clear: none; width: 10%; max-width: 500px; min-width: 150px;}
 .recentwork {padding: 60px 20px 20px 30px; height: auto;}
 .image-grid {margin: 20px auto 30px auto; padding: 0; width: clamp(100px, 20%, 20%); columns: 150px;}
 .image-grid img {margin-block: 0.1rem; width: 100%;}
 .clear-sticky {width: 100%; margin: 0px 0px 0px 150px; padding: 20px 0px 0px 0px;}
 h1 {font-size: 2.2em;}
 h2 {font-size: 1.8em;}
 h3 {font-size: 1.4em;}
 h4 {font-size: 1.2em;}
 h5 {font-size: 0.5em;}
}

@media (min-width: 610px) { 
 .container {height: 820px;}
 .logo {height: 820px;}
}




.case-study {
	width: 100%;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 90px 0px 80px 0px;
        background-color: #152128;
	font-family: sans-serif;
	font-size: 1em;
        color: #ffffff;
	text-align: center;
}

.image-grid {
  	margin: 20px auto 30px auto;
  	padding: 0;
	width: clamp(140px, 100%, 100%);
  	columns: 300px;
	text-align: center;
}

.image-grid img {
	display: block;
	margin-block: 0.5rem;
	width: 100%;

}

.clear-sticky {
	width: 70%; 
	margin:0 auto; 
	padding: 20px 0px 0px 0px;
}

.archive-nav {
	margin: -30px 0px 0px 0px: 
	padding: 0px; 
	width: 60px; 
	float: right; 
	clear: none; 
	position: sticky; 
	top: 0px; 
	background-color: none;
	border: none;
	border-radius: 0px;
	text-align: left;
}
.archive-nav ul {
	margin: 0;
	padding: 0px;
	list-style-type: none;
	font-size: 1.2em;
	text-align: center;
	color: #000000;
}
.archive-nav li {
	margin: 15px 14px 15px 0px;
	padding: 0px;
}
.archive-nav .selected {
	margin: 0px;
	padding: 6px 16px 6px 16px;
	background-color: #A8D0DB;
	color: #000000;
	font-weight: bold;
	border: 0;
	border-radius: 4px;
}
.archive-nav a:link, a:visited {
	margin: 0px;
	padding: 6px 16px 6px 16px;
	background-color: #EB178E;
	border: 0;
	border-radius: 4px;
	text-align: center;
	color: #000000;
	font-weight: bold;
}
.archive-nav a:hover {
	background-color: #A8D0DB;
	padding: 6px 16px 6px 16px;
	font-weight: bold;

}
.bottom-nav {
	margin: 0px: 
	padding: 0px; 
	width: 210px; 
	float: right; 
	clear: none; 
	position: sticky; 
	bottom: 20px;
	right: 10px;
	z-index: 2;
	background-color: none;
	border: none;
	text-align: center;
	color: #000000;
}

.bottom-nav a:link, a:visited {
	margin: 0px 0px 0px 2px;
	padding: 10px 16px 10px 16px;
	background-color: #FF55AA;
	border: 0;
	border-bottom: 1px solid #F5A5E9;
	border-radius: 4px;
	color: #000000;
	font-weight: bold;
	box-shadow: 1px 5px 10px 1px rgba(39,16,7,0.4);
	-webkit-box-shadow: 1px 5px 10px 1px rgba(39,16,7,0.4);
	-moz-box-shadow: 1px 5px 10px 1px rgba(39,16,7,0.4);
}
.bottom-nav a:hover {
	color: #000000;
	font-weight: bold;
	margin: 0px 0px 0px 2px;
	padding: 10px 16px 10px 16px;
	background-color: #A8D0DB;
	border: 0;
	border-radius: 4px;
}

.footer {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 40px 0px 40px 0px;
        background-color: #2D1115;
	font-family: sans-serif;
	font-size: 1em;
        color: #ffffff;
	text-align: center;
}

