@font-face {
	font-family: PlayfairDisplay;
	src: url(assets/PlayfairDisplay-Regular.ttf);
}
@font-face {
	font-family: Lora;
	src: url(assets/Lora-Regular.ttf);
}
@font-face {
	font-family: Aadhunik;
	src: url(assets/Aadhunik.ttf);
}
@font-face {
font-family: Cera;
src: url(assets/CERAPROMODERN-MEDIUM.TTF);
}
@font-face {
	font-family: NexaBold;
	src: url(assets/Nexa-Bold.otf);
}
@font-face {
	font-family: NexaLight;
	src: url(assets/Nexa-Light.otf);
}
@font-face {
	font-family: Gilroy;
	src: url(assets/Gilroy-Regular.otf);
}
@font-face {
	font-family: GilroySemiBold;
	src: url(assets/Gilroy-SemiBold.otf);
}
@font-face {
	font-family: NeueMontreal;
	src: url(assets/NeueMontreal-Book.otf);
}
@font-face {
	font-family: VarelaRound;
	src: url(assets/VarelaRound-Regular.ttf);
}
* {
	box-sizing: border-box;
}

/* .home .header a {
	color: black !important;
} */

.home h1 {
	font-family: "Cera";
}

.ballsinki-play-now {
	margin-top: 10%;
}

.pointer {
	cursor: pointer;
}

html, body {
	height: 100%;	
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
}
.hide {
	display: none;
	visibility: hidden;
}

.yardless .header {
	background: transparent linear-gradient(133deg, #36A57E 0%, #4AE0FF 100%) 0% 0% no-repeat padding-box;
	background-size: 100% 66%;
    background-position: top;
}

.yardless .footer {
	background: transparent linear-gradient(133deg, #4AE0FF 0%, #36A57E 100%) 0% 0% no-repeat padding-box;
}

.ballsinki .header {
	background: transparent linear-gradient(145deg, #851F7A 0%, #5617A8 100%) 0% 0% no-repeat padding-box;
	background-size: 100% 66%;
    background-position: top;
}

.ballsinki .footer {
	background: transparent linear-gradient(145deg, #5617A8 0%, #851F7A 100%) 0% 0% no-repeat padding-box;
}

/* .five-by-five .header {
	background: transparent linear-gradient(145deg, #009CFF 0%, #e8de38 100%) 0% 0% no-repeat padding-box;
} */

.five-by-five .header {
    background: transparent linear-gradient(145deg, #009CFF 0%, #e8de38 100%) 0% 0% no-repeat padding-box;
    background-size: 100% 66%;
    background-position: top;
}

.five-by-five .footer {
	background: transparent linear-gradient(145deg, #009cdd 0%, #e8de38 100%) 0% 0% no-repeat padding-box;
}

.forest-lake-pets .header {
	background: transparent linear-gradient(133deg, #14C7F7 0%, #DB3A78 100%) 0% 0% no-repeat padding-box;
	background-size: 100% 66%;
    background-position: top;
}

.forest-lake-pets .footer {
	background: transparent linear-gradient(133deg, #DB3A78 0%, #14C7F7 100%) 0% 0% no-repeat padding-box;
}

.home .header h1, .home .header h2 {
	color: black !important;
}

.header {
	width: 100%;
	min-height: 30%;
	display: inline-block;
}

.footer {
	width: 100%;
	/* height: 30%; */
	padding: 75px 0px;
	display: inline-block;
	/* background-color: blue; */
	/* background: transparent linear-gradient(145deg, #5617A8 0%, #851F7A 100%) 0% 0% no-repeat padding-box; */
}

.white-text {
	color: white !important;
}

.black-text {
	color: black !important;
}

.haley-rheinhart {
	font-size: 2rem;
	padding-bottom: 0;
	margin-bottom: 0;
}

.ux-designer {
	padding-top: 0;
	margin-top: 0;
	font-size: 1.5rem;
}


.content {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	/* background-color: green; */
}

ul {
	padding-left: 0;
}

p, li {
	font-family: NeueMontreal;
	font-size: 20px;
	color: #707070;
	text-align: left;
	line-height: 28px;
}
.answer {
	padding: 0%;
}

.header-nav {
	padding: 2% 5% 2% 5%;
	width: 100%;
	display: inline-block;
}

.header-left {
	display: inline-block;
	width: 49%;
	font-size: 24px;
	line-height: 32px;
}
.header-right {
	display: inline-block;
	width: 49%;
	text-align: right;
	font-size: 24px;
	line-height: 24px;
}

.header-right button {
	font-size: 24px;
	line-height: 32px;
	font-weight: normal;
}

.header-nav a, .header-nav button {
	color: white;
	font-family: 'VarelaRound';
}

.header-right *{
	padding: 2%;
}

/* .home .header-left {
	display: none;
	visibility: hidden;
} */

.home .header-hamburger {
	width: 100% !important;
}

a {
	text-decoration: none;
	color:#009cdd
}

button {
	background: transparent;
	padding: 0;
	border: 0;
}

.header-main {
	text-align: center;
	margin: auto;
}

.five-by-five h1 {
	font-family: GilroySemiBold;
}

.ballsinki h1 {
	font-family: Aadhunik;
}

.yardless h1 {
	font-family: NexaBold;
}

.forest-lake-pets h1 {
	font-family: NexaBold;
}
.about h1 {
	font-family: Cera;
}

.h1-image {
	max-height: 110px;
	max-width: 100%;
	padding: 0 8%;
	
    margin-block-start: 2.33em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.home footer .content p {
	color: black !important;
}

h1 {
	font-size: 120px;
	color: white;
	margin-bottom: 0;
	font-weight: 100;
}

h2 {
	font-size: 36px;
	color: white;
	font-family: VarelaRound;
	font-weight: 100;
}

.next-project {
	font-size: 2rem;
    font-family: VarelaRound;
    font-weight: 100;
    display: inline-block;
    margin: 100px 0px;
}

.next-arrow {
	padding: 25px;
}

h3 {
	font-size: 36px;
	color: white;
	font-family: VarelaRound;
	font-weight: 100;
	color: #707070;
	line-height: 40px;
}

h4 {
	font-size: 24px;
	font-family: VarelaRound;
	font-weight: 100;
	color: rgb(41, 41, 41);
	text-align: left;
	margin-bottom: 0;
	line-height: 28px;
}

.max-400 {
	max-height: 400px;
}

.indent {
	width: 25px;
	display: inline-block;
}

.header-spacer {
	height: 10%;
	display: inline-block;
	height: 275px;
}

.max-400 {
	max-height: 400px;
}
.top-10 {
	margin-top: 10%;
}

.phone-0 {
	display: inline-block;
	position: relative;
	top: -200px;
}

.phone-0-container {
	max-height: 275px;
}

.phone-0 {
	max-height: 400px;
}

.work-container {
	padding-bottom: 25px;
}

/* .tower-main {
	display: inline-block;
	position: relative;
	top: -200px;
}

.tower-main-container {
	max-height: 275px;
}

.tower-main {
	max-height: 800px;
	top: -300px;
} */
.flex-image-container {
	display: flex;
	justify-content: center;
}
.flex-image {
	max-height: 600px;
	max-width: 100%;
	margin-top: 36px;
}
.flex-image-elipse {
	max-height: 300px;
	max-width: 50%;
}
.flex-image-ballsinki {
	max-height: 500px;
	max-width: 75%;
	margin-top: 36px;
}
.purple-text {
	color: #815FB8 !important;
}

.green-text {
	color: #36A57E !important;
}

.gray-text {
	color: #707070 !important;
}
.blue-text {
	color: #14C7F7 !important;
}

.yellow-text {
	color: #e8de38 !important;
}

.light-gray-text {
	color: #bbbbbb !important;
}

.ballsinki li {
	color: #815FB8;
}

.five-by-five li {
	color: #009CFF;
}

.yardless li {
	color: #36A57E;
}

.forest-lake-pets li {
	color: #14C7F7;
}

.final-phones {
	margin-top: 10%;
}

.content img {
	max-width: 100%;
	/* max-height: 400px; */
}

.vignettes {
	margin-top: 8%;
}

.sop-pages {
	max-width: 400px;
}

.hide {
	display: none;
	visibility: hidden;
}

.visible {
	display: inline-block !important;
	visibility: visible !important;
}

#main-portfolio-items {
	width: 100%;
}

.main-portfolio-item {
	width: 80%;
	/* height: 500px; */
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3rem;
}

.main-portfolio-left {
	display: inline-block;
	color: #707070;
	height: 100%;
	width: 49%;
	text-align: right;
	/* line-height: 100%; */
}

.main-portfolio-item-text-container {
	height: 100%;
	/* display: flex;
	flex-direction: column;
	justify-content: center; */
}

.main-portfolio-item-title {
	/* margin-top: 40%; */
	font-size: 2rem;
	font-family: PlayfairDisplay;
	padding-right: 2rem;
}

.main-portfolio-item-subtitle {
	font-size: 1rem;
	font-family: Lora;
	padding-right: 2rem;
}

.main-portfolio-right {
	height: 100%;
	width: 49%;
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

.main-portfolio-item-image-bg {
	position: relative;
	z-index: 1;
	top: 0;
	height: 100%;
	width: 100%;
}

.main-portfolio-item-image-fg {
	position: absolute;
	z-index: 2;
	top: 30px;
	/* height: 100%; */
	width: 37%;
	left: 30.5%;
}

.problem-child {
	/* background: transparent url('../assets/Ellipse 2.png') 0% 0% no-repeat;
    background-size: contain; */
	z-index: 1;
}

.ellipse-bg {
	position: absolute;
    /* max-width: 50% !important; */
	left: 0%;
}

.problem h3 {
	margin-bottom: 0;
	padding-top: 5%;
}

/* .problem p {
	max-width: 450px;
	text-align: center;
    margin-left: auto;
    margin-right: auto;
} */

.content.problem {
	position: relative;
}

.content-ellipse-container {
	width: 100%;
	position: relative;
}
	

.header-hamburger {
	display: none;
	visibility: hidden;
	text-align: left;
}
#hamburger-img {
	height: 1%;
}

.header-menu {
	padding-bottom: 25px;
	width: 48%;
    display: inline-block;
}

/* .hamburger-menu {
	text-align: right;
} */

.menu {
	position: absolute;
	height: 100%;
	top: 0;
    /* height: calc(100% - 75px); */
	background-color: #000000;
	z-index: 100000000;
	font-size: 2rem;
	padding: 2% 5% 2% 5%;
}

.menu > button, .menu > a {
	display: block;
}

.menu-hidden {
	left: -100%!important;
}
.menu-visible {
	left: 0!important;
}

.menu .header-left {
	text-align: left !important;
}

/* .responsive-half {
	width: 48%;
	display: inline-block;
} */

.menu-item {
	font-family: PlayfairDisplay;
	font-size: 1.5rem;
	color: white;
	display: block;
}

.current-menu-item {
	font-family: PlayfairDisplay;
	font-size: 2rem;
}

.mushroom-0 {
	max-height: 350px;
	margin-top: 10%;
	margin-bottom: 10%;
}

.header-nav {
	text-align: right;
}

.header-nav .header-left {
	text-align: left;
}

.portfolio-link img {
	max-width: 100%;
	width: 100%;
}

.home .header-spacer {
	height: 100px !important;
}

.contact-info {
	padding: 0;
	margin: 0;
	font-size: 1.5rem;
	vertical-align: top;
}

p.contact {
	padding: 0;
	margin: 0;
	align-content: center;
}

.footer-icon {
	max-width: 32px !important;
	display: inline-block;
}

.contact-menu p {
	text-align: right;
}

.row {
	display: flex;
  }
  
  .column {
	flex: 50%;
	padding: 16px
  }


@media only screen and (max-width: 815px) {
	.header-nav .header-left {
		text-align: right;
	}	
}

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

	.footer-icon {
		max-width: 24px !important;
		display: inline-block;
	}	

	.header-nav .header-left {
		text-align: right;
	}	

	.header-nav {
		margin-top: 2%;
	}
	
	.haley-rheinhart {
		font-size: 24px;
		line-height: 32px;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	
	.ux-designer {
		padding-top: 0;
		margin-top: 0;
		font-size: .75rem;
	}

	.next-project {
		font-size: 1.25rem;
		font-family: VarelaRound;
		font-weight: 100;
		display: inline-block;
		margin: 100px 0px;
	}
	
	.next-arrow {
		font-weight: bold;
		padding: 25px;
	}	

	.main-portfolio-item {
		width: 100%;
	}
	.main-portfolio-item-title {
		/* font-size: 1.5rem; */
		padding-left: 2rem;
	}
	.main-portfolio-item-subtitle {
		/* font-size: .75rem; */
		padding-left: 2rem;
	}
	.main-portfolio-left, .main-portfolio-right {
		display: block;
		width: 100%; 
		text-align: left;
	}
	.main-portfolio-item-text-container {
		height: 100%;
		/* display: flex;
		flex-direction: column;
		justify-content: center; */
		margin-bottom: 1rem;
	}
}

@media only screen and (min-width: 480px) and (max-width: 815px) {
	.header-nav .menu .header-left {
		text-align: left;
	}	

	.header-nav {
		margin-top: 2%;
	}

	h1 {
		font-size: 4rem;
	}

	h2 {
		font-size: 1.125rem;
	}

	h3 {
		font-size: 32px;
	}

	h4 {
		font-size: 1rem;
	}

	.menu {
		/* top: 75px; */
		transition: left 1s;
		width: 100%;
	}
	.header-hamburger {
		width: 49%;
		display: inline-block;
		visibility: unset;
	}
	/* .menu-hidden {
		left: -100%!important;
	}
	.menu-visible {
		left: 0!important;
	} */
	.header-right {
		display: none;
		visibility: hidden;
	}
	.header-left {
		font-size: 24px;
		line-height: 32px;
		/* transition: opacity 1000ms; */
	}

	.phone-0 {
		top: -140px;
		max-height: 300px;
	}

	.phone-0-container {
		max-height: 137.5px;
	}

	/* .tower-main {
		top: -200px;
		max-height: 700px;
	}

	.tower-main-container {
		max-height: 175px;
	} */

	.header-spacer {
		max-height: 200px;
	}

	p, li {
		font-family: NeueMontreal;
		font-size: 14px;
		line-height: 24px;
		color: #707070;
	}

	.content {
		padding: 0% 15%;
	}

}

@media only screen and (max-width: 480px) {
	p, li {
		font-family: NeueMontreal;
		font-size: 14px;
		color: #707070;
	}

	.content {
		padding: 0% 15%;
	}


	h1 {
		font-size: 3rem;
	}

	h2 {
		font-size: .75rem;
	}

	h3 {
		font-size: 32px;
	}

	h4 {
		font-size: 1.5rem;
	}

	.menu {
		/* top: 75px; */
		transition: left 1s;
		top: 0;
		height: 100%;
		width: 100%;
	}
	.header-hamburger {
		width: 49%;
		display: inline-block;
		visibility: unset;
	}

	.header-right {
		display: none;
		visibility: hidden;
	}

	.header-left {
		font-size: 24px;
		line-height: 32px;
	}

	.header-nav {
		text-align: right;
	}

	.phone-0 {
		top: -140px;
		max-height: 300px;
	}

	.phone-0-container {
		max-height: 137.5px;
	}

	.header-spacer {
		max-height: 200px;
	}

	.content.overview {
		padding-top: 30px;
	}
}
@media screen {
	.details-example {
	font-family: VarelaRound;
	color: #815FB8;
	text-align: left;
	/* background: transparent linear-gradient(145deg, #851F7A 0%, #5617A8 100%) 0% 0% no-repeat padding-box; */
	border-radius: 9px;
	background: linear-gradient(91deg, #F1E8FF 0%, #E7D8FF 100%);
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 16px;
	padding-bottom: 16px;
	border-radius: 6px;
	}
	
}