html,body {
	margin: 0px;
	scroll-behavior: smooth;
	font-size: 14px;
}

body {
	background: #FAF9F7;
	padding: 0px;
	margin: 0px;
	border: 7px solid #FFF;
	width: 100%;
}

#aboutme {
	margin: 70px 0 0 0;
	padding: 0 0 0 0; 
	padding-bottom: 60px;
	display: grid;
	align-items: center;
    justify-content: center;
}


#aboutme h1 {
	color: #231F20;
	text-align: center;
	font-family: Prata;
	font-size: 3em;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 60px */
	letter-spacing: 0.3px;
	max-width: 25em;
	padding-bottom: 10px;
}

#aroundtheweb {
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
	width: fit-content;
	margin: 10px auto 0;
	max-width: 90%;
}

#aroundtheweb a {
	color: #C1253B;
	font-family: "Montserrat";
	font-size: 1em;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-decoration: none;
}

#aroundtheweb a:hover {
	color: #231F20;
}

#FKA a {
	text-decoration: line-through;
}

@media only screen and (max-width: 500px) {

	#helloverflow {
		overflow: hidden;
		width: 100%;
		position: absolute;
		margin-top: 0px;
	}

	#hello {
		width: 175px;
		margin: 0 auto 0;
	}

	#hello img {
		margin-top: -110px;
		height: 175px;
		width: 175px;
	}

	#aboutme h1 {
		color: #231F20;
		text-align: center;
		font-family: Prata;
		font-size: 1.6em;
		font-style: normal;
		font-weight: 400;
		line-height: 150%; /* 60px */
		letter-spacing: 0.3px;
		width: 100%;
		max-width: 25em;
	}
}

@media only screen and (min-width: 501px) {

	#helloverflow {
		float: left;
		overflow: hidden;
		width: 130px;
		position: absolute;
	}

	#hello {
		float: left;
		margin: 70px 0 0 -50px;

	}

	#hello img {
		height: 175px;
		width: 175px;
		margin-left: -60px;
		-webkit-animation-duration: 1.5s;
		-webkit-animation-timing-function: ease;
		-webkit-animation-fill-mode: backwards;
		-webkit-animation-name: fadeInLeft;
		-webkit-animation-delay: 0.5s;
	    -webkit-animation-iteration-count: 1;
		-moz-animation-duration: 1.5s;
		-moz-animation-timing-function: ease;
		-moz-animation-fill-mode: backwards;
		-moz-animation-name: fadeInLeft;
		-moz-animation-delay: 0.5s;
	    -moz-animation-iteration-count: 1;
		animation-duration: 1.5s;
		animation-timing-function: ease;
		animation-fill-mode: backwards;
		animation-name: fadeInLeft;
	    animation-delay: 0.5s;
	    animation-iteration-count: 1;
	}

	#hello {
		position:relative;
	}

	#hello {
		right: -10px;
		-webkit-transition: right;
		-webkit-transition-timing-function: ease-out;
		-webkit-transition-duration: 500ms;
		-moz-transition: right;
		-moz-transition-timing-function: ease-out;
		-moz-transition-duration: 500ms;
		transition: right;
		transition-timing-function: ease-out;
		transition-duration: 500ms;
	}

	#hello:hover {
		 right:-30px;
		-webkit-transition: right;
		-webkit-transition-timing-function: ease-out;
		-webkit-transition-duration: 500ms;
		-moz-transition: right;
		-moz-transition-timing-function: ease-out;
		-moz-transition-duration: 500ms;
	}

	#aboutme h1 {
		color: #231F20;
		text-align: center;
		font-family: Prata;
		font-size: 3em;
		font-style: normal;
		font-weight: 400;
		line-height: 150%; /* 60px */
		letter-spacing: 0.3px;
		max-width: 25em;
	}
}

#casestudies {
	display: grid;
	align-items: center;
    justify-content: center;
    gap: 60px;
}

.project {
	display: flex;
	max-width: 1200px;
	min-width: 400px;
	border-radius: 8px;
	max-height: 400px;
	min-height: 400px;
	flex-direction: row;
	align-items: flex-start;
	gap: 5vmax;
	align-self: stretch;
	padding: 0 0 0 60px;
}

.company {
	align-self: center;
}

.digdeeper {
	text-align: center;
	font-family: "Montserrat";
	color: #FFF;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 17.5px */
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-top: 25px;
}

.digdeeper span {
	opacity: 0.5;
}

.preview {
	overflow: hidden;
	margin-left: auto;
	padding-right: 60px;
	margin-top: 60px;
}

#seeyalater {
	text-align: center;
	width: 50px;
	margin: 70px auto 0;
	padding-right: 5px;
}

#mumbojumbo {
	margin: 300px 0 100px 0;
	font-family: courier, serif;
	color: #a19781;
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
	line-height: 150%; /* 17.5px */
	letter-spacing: 1px;
}

#sandrabullock a {
	font-family: 'Prata';
	margin: -30px 20px 0 0;
	float: right;
	text-decoration: none;
	color: #c2c2c2;
}

#sandrabullock a:hover {
	color: #918887;
}

