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

@font-face{
	font-family: "Abys";
	src: url("../Fonts/Abys.otf");
}

@font-face{
	font-family: "Emma";
	src: url("../Fonts/Emma.ttf");
}

@font-face{
	font-family: "Urbanist";
	src: url("../Fonts/Urbanist.ttf");
}

@font-face{
	font-family: "UrbanistItalic";
	src: url("../Fonts/Urbanist_Italic.ttf");
}

@font-face{
	font-family: "UrbanistBold";
	src: url("../Fonts/Urbanist-Bold.ttf");
}

@font-face{
	font-family: "UrbanistExtraBold";
	src: url("../Fonts/Urbanist-ExtraBold.ttf");
}

@font-face{
	font-family: "UrbanistBlack";
	src: url("../Fonts/Urbanist-Black.ttf");
}

	body {
		margin: auto;
		background-color: #121215;
		-webkit-text-size-adjust: 100%;
	}
	main {
		background-image: url("../Images/WaterElementV3@2x.png");
		background-size: 80%;
		background-repeat: no-repeat;
		background-attachment:local;
		background-position: center bottom;
	}
	a {
		text-decoration: none;
		color:#FF9A00;
	}
	a:hover {
		color: white;
	}
	h1 {
		font-family: UrbanistBold;
		color: white;
		text-align: center;
		font-size: 35px;
		width: 30%;
		margin-left: auto;
		margin-right: auto;
	}
	h2 {
		color: white;
		font-family: Urbanist;
		font-size: 35px;
		margin: 0px;
		padding: 0px;
		clear: none;
	}
	p {
		color: white;
		font-family: Urbanist;
		font-size: 18px;
	}

/* General Nav */

	.BoxFiller {
		padding-top: 20vw;
		width: 100%;
		color: none;
		font-size: 0.1px;
		background: none;
	}
	#JumpToPageTop {
		position: fixed;
		bottom: 20px;
		right: 30px;
		z-index: 10;
		display: none;
	}
	#JumpToPageTop button {
		width: 80px;
	}
	#JumpToPageTop:hover {
		transform: translateY(-6px);
	}
	#GeneralNav{
		width: 100%;
		margin-top: 20px;
		position: absolute;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		z-index: 10;
	}
	#CrystalRaindropImageFlag {
		width: 125px;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 2px;
		padding-bottom: 2px;
		border-bottom-right-radius: 50px;
		border-top-right-radius: 50px;
		-webkit-backdrop-filter: blur(25px) brightness(60%) contrast(90%);
		backdrop-filter: blur(25px) brightness(60%) contrast(90%);
		box-shadow: rgb(0, 0, 0) 0px 20px 30px -10px;
		margin: 0px;
	}
	#CrystalRaindropImageFlag:hover {
		transform: scale(1.1);
	}
	#AvailabilitySignSmall {
		height: 90px;
		align-self: center;
		flex-grow: 10;
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		margin: 0px;
	}
	#AvailabilitySignSmallImage{
		margin-right: 20px;
		border-radius: 37px;
		box-shadow: rgb(0, 0, 0) 0px 20px 30px -10px;
	}
	#AvailabilitySignSmallImage:hover {
		transform: scale(1.1);
		z-index: 5;
	}
	#GeneralNavText {
		text-align: right;
		padding-left: 30px;
		padding-right: 50px;
		padding-top: 30px;
		padding-bottom: 30px;
		-webkit-backdrop-filter: blur(25px) brightness(60%) contrast(90%);
		backdrop-filter: blur(25px) brightness(60%) contrast(90%);
		box-shadow: rgb(0, 0, 0) 0px 20px 30px -10px;
		border-bottom-left-radius: 50px;
		border-top-left-radius: 50px;
		align-self: center;
	}
	#GeneralNavText a {
		text-decoration: none;
		color: white;
		font-family: Abys;
		font-size: 25px;
		margin-right: 0px;
		margin-left: 0px;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 15px;
		padding-right: 15px;
		border-radius: 20px;
	}
	#GeneralNavText a:hover {
		text-decoration: none;
		color: black;
		background-color: white;
	}
	#GeneralNav button {
		background: none;
		border: none;
		border-bottom-left-radius: 50px;
		border-top-left-radius: 50px;
	}
	#MobileNavIconFlag {
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 2px;
		padding-bottom: 2px;
		-webkit-backdrop-filter: blur(25px) brightness(60%) contrast(90%);
		backdrop-filter: blur(25px) brightness(60%) contrast(90%);
		box-shadow: rgb(0, 0, 0) 0px 20px 30px -10px;
		display: none;
		border-bottom-left-radius: 50px;
		border-top-left-radius: 50px;
	}
	#MobileNavIconFlagImage {
		width: 125px;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 2px;
		padding-bottom: 2px;
		opacity: 40%;
		border-bottom-left-radius: 50px;
		border-top-left-radius: 50px;
	}
	#MobileGeneralNavTextContainer {
		position: absolute;
		margin-top: 130px;
		width: 100%;
		display: flex;
		display: none;
		flex-direction: row;
		justify-content: flex-end;
		padding-top: 10px;
		animation: fade-in-top 0.5s ease 0s 1 normal none;
	}
	#MobileGeneralNavText {
		width: 50%;
		text-align: center;
		background-color: #171718;
		box-shadow: rgb(0, 0, 0) 0px 20px 30px -10px;
		border-radius: 30px;
		border-top-right-radius: 0px;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 5px;
		padding-bottom: 5px;
		flex-direction: column;
		margin-right: 5px;
	}
	#MobileGeneralNavText a {
		text-decoration: none;
		color: white;
		font-family: Abys;
		font-size: 20px;
		display: block;
		padding: 12px;
		background-color: #232326;
		border-radius: 20px;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	#MobileGeneralNavText a:hover {
		text-decoration: none;
		color: black;
		background-color: white;
	}
	#MobileNavIconFlagImage:hover {
		opacity: 100%;
	}
	#MobileNavIconFlag:hover {
		transform: scale(1.1);
	}
	#PaypalSignFlag {
		width: 100vw;
		position: absolute;
		margin-top: 160px;
		display: flex;
		justify-content: flex-end;
		flex-direction: row;
	}
	#PaypalSignImageFlag {
		width: 16vw;
		animation: fade-in-top 1s ease 0s 1 normal none;
		overflow: hidden;
	}
	#MobilePaypalSignImage {
		margin-left: 5vw;
		margin-top: 30px;
		width: 90vw;
		border-radius: 55px;
		animation: fade-in-top 1s ease 0s 1 normal none;
		box-shadow: rgb(0, 0, 0) 0px 20px 30px -10px;
	}
	#MobilePaypalSign {
		display: none;
	}

/*General Assets*/

	.WaterElementV1 {
		width: 100vw;
		margin-top: -350px;
		position: absolute;
		z-index: -1;
		white-space: nowrap;
	}
	.WaterElementV1Image {
		width: 100%;
		position: absolute;
		height: auto;
		white-space: nowrap;
	}
	.MobileWaterElementV1 {
		width: 100vw;
		margin-top: -350px;
		position: absolute;
		z-index: -1;
		white-space: nowrap;
		display: none;
	}
	.MobileWaterElementV1Image {
		width: 100%;
		position: absolute;
		height: auto;
		white-space: nowrap;
	}
	.WaterElementV2 {
		width: 100vw;
		margin-top: 80px;
		position: absolute;
		z-index: -1;
		white-space: nowrap;
	}
	.WaterElementV2Image {
		width: 100%;
		position: absolute;
		align-self: baseline;
		height: auto;
		white-space: nowrap;
	}
	.MobileWaterElementV2 {
		width: 100vw;
		margin-top: 80px;
		position: absolute;
		z-index: -1;
		white-space: nowrap;
		display: none;
		
	}
	.MobileWaterElementV2Image {
		width: 100%;
		position: absolute;
		align-self: baseline;
		height: auto;
		white-space: nowrap;
	}
	.WaterElementV3 {
		width: 100vw;
	}
	.WaterElementV3Image {
		width: 1100px;
		margin-left: 20vw;
		margin-right: auto;
		height: auto;
		white-space: nowrap;
		position: absolute;
		z-index: -1;
	}
	.WaterElementV4 {
		width: 100vw;
		margin-top: -100px;
		position: absolute;
		z-index: -2;
		white-space: nowrap;
	}
	.WaterElementV4Image {
		width: 100%;
		margin-left: 0vw;
		height: auto;
		white-space: nowrap;
	}
	.CenteredTitleText {
		text-align: center;
		font-family: Abys;
		font-size: 40px;
		color:white;
		padding-top: 50px;
		padding-bottom: 50px;
		padding-right: 25px;
		padding-left: 25px;
		z-index: 2;
		box-shadow: rgb(0, 0, 0) 0px 20px 30px -10px;
		-webkit-backdrop-filter: blur(15px) brightness(60%) contrast(90%);
		backdrop-filter: blur(15px) brightness(60%) contrast(90%);
	}
	.GeneralTitleDescription {
		font-family: UrbanistBold;
		color: white;
		text-align: center;
		font-size: 35px;
		width: 35vw;
		margin-top: -50px;
		margin-left: auto;
		margin-right: auto;
	}
	#ThinkOfHavingCommissionDone {
		margin-top: 310px;
	}

/*General Footer*/

	#BoxFillerText {
		padding-top: 20vw;
		width: 100vw;
		color: none;
		background-image: url("../Images/ReverseDripEffectAsset@2x.png");
		background-size: contain;
		background-repeat: no-repeat;
		background-position: bottom;
		font-size: 0.1px;
	}
	footer{ 
		align-self: baseline;
		background-color: black;
		/*height: 350px;*/
		height: auto;
		margin-top: -100px;
		z-index: 3;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		padding-left: 0%;
		padding-right: 0%;
		padding-top: 20px;
		
	}
	#BottomNavText {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		
	}
	#BottomNavText ul{
		list-style-position: outside;
		float: left;
		margin-left: auto;
		margin-right: auto;
		padding: 0px;
		list-style: none;
	}
	#BottomNavText a {
		margin-right: 2vw;
		margin-left: 2vw;
	}
	.BottomLinksTitle {
		text-decoration: none;
		color: white;
		font-family: Abys;
		font-size: 25px;
		
	}
	.BottomLinksTitle:hover {
		text-decoration: overline;
	}
	.BottomLinksList {
		padding-top: 20px;
		
	}
	.BottomLinks {
		font-family: Urbanist;
		text-decoration: none;
		color:#4D4E52;
		font-size: 20px;
	}

	.BottomLinks:hover {
		color: white;
	}
	#CopyrightText {
		font-family: Urbanist;
		color: white;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		background-color: black;
		padding-top: 40px;
		padding-bottom: 30px;
		margin-top: 0px;
		clear: both;
		font-size: 15px;
	}


/*HomePage*/

	#TopDripEffect {
		width: 100%;
		height: auto;
		margin-top: -40px;
		position: absolute;
		z-index: -1;
	}
	#MainDripDropLogo {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-content: center;
	}
	#CrystalRaindrop {
		margin-top: 5vh;
		width: 28vw;
		animation: fade-in-top 1s ease 0s 1 normal none;
		align-self: center;
	}
	#DripDropText {
		position: center;
		overflow: visible;
		height: auto;
		text-align: center;
		font-family: Abys;
		font-style: normal;
		font-weight: normal;
		font-size: 70px;
		color: rgba(255,255,255,1);
		animation: fade-in-static 4s ease 0s 1 normal none;
		margin-top: -40px;
	}
	#DigitalArtistText {
		position: center;
		overflow: visible;
		height: auto;
		text-align: center;
		font-family: Emma;
		font-style: normal;
		font-weight: normal;
		font-size: 60px;
		color: rgba(255,255,255,1);
		animation: fade-in-static 4s ease 0s 1 normal none;
	}
	#Nav {
		margin-bottom: 50px;
	}
	#NavText {
		width: 75%;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
		padding: 20px;
		-webkit-backdrop-filter: blur(25px) brightness(60%) contrast(90%);
		backdrop-filter: blur(25px) brightness(60%) contrast(90%);
		border-radius: 30px;
		box-shadow: rgb(0, 0, 0) 0px 20px 30px -10px;
	}
	#NavText a {
		text-decoration: none;
		color: white;
		font-family: Abys;
		font-size: 25px;
		margin-right: 1vw;
		margin-left: 1vw;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 15px;
		padding-right: 15px;
		border-radius: 20px;
	}
	#NavText a:hover {
		text-decoration: none;
		color: black;
		background-color: white;
		
	}
	#MobileNavText {
		display: none;
		width: 50%;
		text-align: center;
		margin-top: 30px;
		margin-left: 25vw;
		position: absolute;
	}
	#MobileNavText a {
		text-decoration: none;
		color: white;
		font-family: Abys;
		font-size: 20px;
		display: block;
		padding: 12px;
		-webkit-backdrop-filter: blur(25px) brightness(60%) contrast(90%);
		backdrop-filter: blur(25px) brightness(60%) contrast(90%);
		box-shadow: rgb(0, 0, 0) 0px 20px 30px -10px;
		border-radius: 20px;
		margin-bottom: 10px;
	}
	#MobileNavText a:hover {
		text-decoration: none;
		color: black;
		background-color: white;
		
	}
	#StickyIcons {
		/*margin-top: -200px;*/
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-content: center;
		overflow: hidden;
		padding-bottom: 50px;
		padding-top: 50px;
		position: sticky;
		top: -10px;
		clear: both;
		z-index: 5;
	}
	#ContactIcons {
		z-index: 5;
		border-radius: 100px;
		padding: 0px;
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		align-self: center;
		height: auto;
		padding-left: 20px;
	}
	.ContactIconImage{
		box-shadow: rgb(0, 0, 0) 0px 10px 15px -8px;
		border-radius: 100px;
		margin-right: 10px;
		margin-left: 10px;
		width: 100px;
	}
	.ContactIconImage:hover {
		transform: scale(1.2);
	}
	#AvailabilitySign {
		width: 100%;
		z-index: 2;
		align-self: center;
	}
	#AvailabilitySignImage {
		float: right;
		width: 300px;
		box-shadow: rgb(0, 0, 0) 0px 20px 30px -10px;
		border-radius: 100px;
		margin-right: 30px;
	}
	#AvailabilitySignImage:hover {
		transform: scale(1.1);
	}
	#Intro_Section {
		margin-left: 11vw;
		margin-top: 200px;
		overflow: visible;
		max-width: 40vw;
	}
	#HiImDripDropText {
		text-align: left;
		font-family: Abys;
		font-size: 35px;
		color: rgba(255,255,255,1);
		padding: 80px;
		-webkit-backdrop-filter: blur(15px) brightness(60%) contrast(90%);
		backdrop-filter: blur(15px) brightness(60%) contrast(90%);
		border-radius: 90px;
		box-shadow: rgb(0, 0, 0) 0px 20px 30px -10px;
	}
	#FancyLettering {
		width: 100%;
		margin-top: -350px;
	}
	#FancyLetteringGif {
		width: 130%;
		margin-left: 36vw;
	}
	#StormCloud {
		width: 150%;
		margin-top: -5vw;
		margin-left: 0vw;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-content: center;
	}
	#StormCloudGif {
		width: 70%;
		margin-left: 0px;
		align-self: center;
	}
	#StormCloud span {
		font-family: Abys;
		color: white;
		font-size: 75px;
		margin-top: 80px;
		width: 40%;
	}
	#SimpleProcessTitleText {
		margin-left: auto;
		margin-right: auto;
		margin-top: 310px;
	}
	#ProcessDashedLine {
		margin-left: auto;
		margin-right: auto;
	}
	#ProcessDashedLineImage {
		width: 35vw;
		margin-left: 35vw;
		margin-top: -5px;
		position: absolute;
		height: 1460px;
		white-space: nowrap;
		z-index: -1;
	}
	#MobileProcessDashedLineImage {
		width: 35vw;
		margin-left: 35vw;
		margin-top: -5px;
		position: absolute;
		height: 1460px;
		white-space: nowrap;
		z-index: -1;
		display: none;
	}
	.ProcessText {
		font-family: Urbanist;
		color: white;
		font-size: 23px;
		text-align: center;
		padding-top: 40px;
		padding-bottom:40px;
		padding-left: 0px;
		padding-right: 0px;
		background-color: #1C1C1F;
		border-radius: 100px;
		width: 30vw;
		box-shadow: rgb(0, 0, 0) 0px 20px 30px -10px;
	}
	#ProcessText01 {
		margin-left: 17vw;
		margin-top: 200px;
	}
	#ProcessPaypalSignImage {
		width: 25vw;
		margin-left: 10vw;
		margin-top: 20px;
	}
	#MobileProcessPaypalSignImage {
		display: none;
		width: 25vw;
		margin-left: 10vw;
		margin-top: 20px;
	}
	#ProcessText02 {
		margin-left: 50vw;
		margin-top: -240px;
	}
	#ProcessCalenderImage {
		width: 23vw;
		margin-left: 70vw;
		margin-top: -65px;
		
	}
	#ProcessText03 {
		margin-left: 17vw;
		margin-top: -20px;
		-webkit-backdrop-filter: blur(25px) brightness(30%) contrast(85%);
		backdrop-filter: blur(25px) brightness(30%) contrast(85%);
	}
	#ProcessText04 {
		font-family: Urbanist;
		color: white;
		font-size: 30px;
		text-align: center;
		padding-top: 40px;
		padding-bottom:40px;
		padding-left: 0px;
		padding-right: 0px;
		border-radius: 100px;
		border-style: solid;
		border-width: 10px;
		width: 40vw;
		margin-left: 30vw;
		margin-top: 200px;
		box-shadow: rgb(0, 0, 0) 0px 20px 30px -10px;
		background-color: none;
		-webkit-backdrop-filter: blur(25px) brightness(30%) contrast(85%);
		backdrop-filter: blur(25px) brightness(30%) contrast(85%);
	}
	#InterestedLookAtPrice {
		margin-top: 200px;
		margin-bottom: 0px;
		
	}

/*Pricing Guide*/

	#PricingGuideTitle {
		margin-top: -50px;
	}
	#PricingGuideSkipTitle {
		font-family: Abys;
		color: white;
		text-decoration: underline;
		text-align: center;
		font-size: 40px;
		width: 50vw;
		margin-right: auto;
		margin-top: 50px;
		transform: rotate(-15deg);
	}
	#PricingGuideSkipIcons {
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		width: 50vw;
		margin-top: 70px;
		margin-left: auto;
		margin-right: auto;
	}
	.PricingGuideSkipIconContainer {
		display: flex;
		flex-direction: column;
		width: 10vw;
	}
	.PricingGuideSkipIconContainer span{
		font-family: Abys;
		color: white;
		font-size: 25px;
		text-align: center;
		margin-top: 20px;
		text-decoration: none;
	}
	.SkipIconImage {
		object-fit: contain;
		height: 8vw;
		border-radius: 100px;
		/*box-shadow: rgb(0, 0, 0) 0px 20px 30px -10px;*/
	}
	.SkipIconImage:hover {
		transform: scale(1.2);
	}
	#PricingGuideContainer{
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-top: 100px;
	}
	.PricingGuideSection{
		clear: both;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-around;
		width: 90vw;
	}
	.PricingGuideText{
		width: 50vw;
		padding: 60px;
		background-color: #1C1C1F;
		border-radius: 80px;
		box-shadow: rgb(0, 0, 0) 0px 20px 30px -10px;
	}
	.PricingGuideText li{
		list-style-type: circle;
		color: white;
	}
	#OtterV1Image {
		width: 25vw;
		margin-top: 0px;
		z-index: 3;
	}
	#PricingGuideSection2 {
		margin-top: -30px;
		z-index: 1;
	}
	#OtterV2Image {
		width: 27vw;
		margin-top: 40px;
		padding-right: 30px;
	}
	#PricingGuideSection3 {
		padding-top: 50px;
	}
	#OtterDuckyGif{
		padding-left: 50px;
		margin-top: 50px;
		z-index: 5;
		width: 30vw;
	}
	#PricingGuideSection4 {
		margin-top: 0px;
	}
	#PageDesignImage {
		width: 25vw;
	}
	#PricingGuideSection4 {
		padding-top: 50px;
	}
	#PricingGuideLastText {
		margin-top: 100px;
	}

/*Past Work*/

	#PastWorkTitle {
	}
	#PastWorkContainer {
		margin-left: auto;
		margin-right: auto;
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-top: 100px;
		max-width: 2000px;
	}
	.PastWorkSection {
		clear: both;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 90%;
		margin-bottom: 100px;
	}
	.PastWorkText {
		width: 40%;
		padding: 60px;
		background-color: #1C1C1F;
		border-radius: 80px;
		box-shadow: rgb(0, 0, 0) 0px 20px 30px -10px;
	}
	#PastWorkImage1 {
		width: 40%;
		max-width: 400px;
		border-radius: 50px;
		box-shadow: rgb(0, 0, 0) 0px 20px 30px -10px;
		margin-right: 70px;
	}
	#PastWorkImage2 {
		width: 40%;
		max-width: 400px;
		border-radius: 50px;
		box-shadow: rgb(0, 0, 0) 0px 20px 30px -10px;
		margin-left: 70px;
	}
	#PastWorkImage3 {
		width: 40%;
		max-width: 400px;
		border-radius: 50px;
		/*box-shadow: rgb(0, 0, 0) 0px 20px 30px -10px;*/
		margin-right: 70px;
	}
	#PastWorkSectionLast {
		flex-direction: column;
		margin-top: 25px;
	}
	#EmoteText {
		width: 60%;
		max-width: 1200px;
	}
	#EmoteArray {
		display: flex;
		flex-direction: row;
		justify-content: center;
		flex-wrap: wrap;
		margin-bottom: 50px;
		width: 90vw;
		max-width: 1200px;
	}
	.EmoteImage {
		padding: 20px;
		width: 30vw;
		max-width: 350px;
		border-radius: 50px;
	}
	#PastWorkMediaIconsContainer {
		display: flex;
		flex-direction: row;
		align-content: center;
		justify-content: center;
		margin-top: 100px;
	}
	.PastWorkIconContainer {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-content: center;
		padding: 30px;
	}
	.PastWorkIconImage {
		width: 10vw;
		max-width: 170px;
		align-self: center;
		border-radius: 100px;
		box-shadow: rgb(0, 0, 0) 0px 20px 30px -10px;
	}
	.PastWorkIconImage:hover {
		transform: scale(1.1);
}
	.PastWorkIconImageLong {
		border-radius: 50px;
		width: 90%;
		max-width: 450px;
		margin-left: auto;
		margin-right: auto;
		display: none;
		box-shadow: rgb(0, 0, 0) 0px 20px 30px -10px;
	}
	.PastWorkIconImageLong:hover {
		transform: scale(1.1);
	}
	.PastWorkIconContainer span{
		font-family: UrbanistBold;
		font-size: 30px;
		text-align: center;
		align-self: center;
		color: white;
		margin-top: 25px;
	}
	#PastWorkLastText{
		margin-top: 3vw;
	}

/*Terms of Service Page*/

	#TermsOfServicePageTitle{
		font-family: UrbanistBold;
		color: white;
		font-size: 50px;
		margin-left: auto;
		margin-right: auto;
		width: 100vw;
		text-align: center;
		margin-top: 150px;
		margin-bottom: 40px;
	}
	.TermsOfServiceContainer {
		
	}
	.TermsOfServiceSection{
		display:flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: center;
		margin-top: 25px;
		margin-left: -8vw;
	}
	.TermsOfServiceNumber {
		font-family: UrbanistBold;
		color: white;
		font-size: 50px;
		padding: 40px;
		width: 3vw;
	}
	.TermsOfServiceBox {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: center;
		background-color: #1C1C1F;
		border-radius: 50px;
		width: 60vw;
		box-shadow: rgb(0, 0, 0) 0px 20px 30px -10px;
		
	}
	.TermsOfServiceTitle{
		font-family: UrbanistBold;
		color: white;
		font-size: 50px;
		padding: 50px;
		background-color: #232326;
		border-radius: 50px;
		width: 22vw;
	}
	.TermsOfServiceText{
		padding: 50px;
		font-family: Urbanist;
		color: white;
		font-size: 20px;
		width: 40vw;
	}
	#EmailSection{
		display:flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: center;
		margin-top: 25px;
		margin-left: 20vw;
		margin-bottom: -40px;
	}
	.EmailBox {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: center;
		background-color: #1C1C1F;
		border-radius: 50px;
		width: 60vw;
		box-shadow: rgb(0, 0, 0) 0px 20px 30px -10px;
	}
	.EmailTitle{
		font-family: UrbanistBold;
		color: white;
		text-align: center;
		font-size: 50px;
		padding: 50px;
		background-color: #232326;
		border-radius: 50px;
		width: auto;
	}
	.EmailText{
		padding: 50px;
		font-family: Urbanist;
		text-align: center;
		color: white;
		font-size: 20px;
	}
	.EmailInfoForm{
		width: 40vw;
		border: none;
		-webkit-appearance: none;
		clear: both;
		margin-left: auto;
		margin-right: auto;
		background-color: white;
		height: 50px;
		border-radius: 50px;
		margin-top: 0px;
		margin-bottom: 20px;
		display: block;
		padding-left: 15px;
		max-height: 40px;
		font-family: Urbanist;
		font-size: 20px;

	}
	#EmailSubmitButton{
		background-color: #1D7E8B;
		width: 40vw;
		border: none;
		-webkit-appearance: none;
		clear: both;
		margin-left: auto;
		margin-right: auto;
		height: 60px;
		border-radius: 50px;
		margin-top: 0px;
		display: block;
		font-family: Urbanist;
		font-size: 25px;
		color: white;
		margin-bottom: 40px;
		box-shadow: rgb(0, 0, 0) 0px 20px 30px -10px;
	}
	#EmailSubmitButton:hover {
		background-color: white;
		color: black;
	}
	#EmailSubmitButton:active {
		box-shadow: rgb(0, 0, 0) 0px 0px 0px 0px;
		transform: translateY(5px)
	}
	.LogoLabeledImage {
		width: 8vw;
		margin-top: 10px;
		padding: 15px;
		border-radius: 0px;
	}
	.LogoLabeledImage:hover {
		/*box-shadow: rgb(0, 0, 0) 0px 20px 30px -10px;*/
		transform: scale(1.2);
	}
	#OrTextImage {
		width: 2vw;
		padding-bottom: 5vw;
	}

/*Contact Me Page*/
	
	.ContactMePageTitle{
		font-family: UrbanistBold;
		color: white;
		font-size: 50px;
		margin-left: auto;
		margin-right: auto;
		width: 100vw;
		text-align: center;
		margin-top: 150px;
		margin-bottom: 40px;
	}
	.ContactMeContainer {
		
	}
	.ContactMeSection{
		display:flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: center;
		margin-top: 35px;
		margin-left: -3vw;
	}
	.ContactMeBox {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: center;
		background-color: #1C1C1F;
		border-radius: 50px;
		width: 70vw;
		box-shadow: rgb(0, 0, 0) 0px 20px 30px -10px;
		
	}
	.ContactMeTitle{
		font-family: UrbanistBold;
		color: white;
		font-size: 50px;
		padding: 50px;
		background-color: #232326;
		border-radius: 50px;
		width: 25vw;
	}
	.ContactMeText{
		padding: 50px;
		font-family: Urbanist;
		color: white;
		font-size: 20px;
		width: 40vw;
	}
	.ContactMeIcon {
		padding: 10px;
		padding-right: 10px;
		object-fit: contain;
	}
	.ContactMeIconImage:hover {
		transform: scale(1.1);
	}
	#ContactMeEmailNoHover:hover {
		transform: none;
	}
	.ContactMeIconImage {
		width: 120px;
		border-radius: 100px;
		box-shadow: rgb(0, 0, 0) 0px 20px 30px -10px;
	}
	.ContactMeIconImageLong {
		border-radius: 50px;
		width: 90vw;
		display: none;
		box-shadow: rgb(0, 0, 0) 0px 20px 30px -10px;
	}
	.ContactMeIconImageLong:hover {
		transform: scale(1.1);
	}
	#ContactMeEmailNoHoverLong:hover {
		transform: none;
	}
	.ContactMeEmailInfoForm{
		width: 90%;
		border: none;
		-webkit-appearance: none;
		clear: both;
		margin-left: auto;
		margin-right: auto;
		background-color: white;
		height: 50px;
		border-radius: 50px;
		margin-top: 0px;
		margin-bottom: 20px;
		display: block;
		padding-left: 15px;
		max-height: 40px;
		font-family: Urbanist;
		font-size: 20px;
	}
	#ContactMeEmailInfoFormMessage {
		height: 150px;
		max-height: 150px;
		border-radius: 30px;
		
	}
	#ContactMeEmailSubmitButton{
		background-color: #1D7E8B;
		width: 90%;
		border: none;
		-webkit-appearance: none;
		clear: both;
		margin-left: auto;
		margin-right: auto;
		height: 60px;
		border-radius: 50px;
		margin-top: 0px;
		display: block;
		font-family: Urbanist;
		font-size: 25px;
		color: white;
		margin-bottom: 40px;
		box-shadow: rgb(0, 0, 0) 0px 20px 30px -10px;
	}
	#ContactMeEmailSubmitButton:hover {
		background-color: white;
		color: black;
	}
	#ContactMeEmailSubmitButton:active {
		box-shadow: rgb(0, 0, 0) 0px 0px 0px 0px;
		transform: translateY(5px)
	}
	.AvailabilityImages{
		width: 280px;
		border-radius: 40px;
		box-shadow: rgb(0, 0, 0) 0px 20px 30px -10px;
	}
	.ContactMeAvailabilityText {
		background-color: #1C1C1F;
		padding: 40px;
		border-radius: 50px;
		width: 40vw;
		box-shadow: rgb(0, 0, 0) 0px 20px 30px -10px;
		font-family: Urbanist;
		color: white;
		font-size: 20px;
	}

/*Email Confirmation Page*/

	#PastWorkMediaIconsContainer {
		display: flex;
		flex-direction: row;
		align-content: center;
		justify-content: center;
		margin-top: 100px;
	}
	#JoinMyDiscordButton {
		border-radius: 30px;
		padding-left: 30px;
		padding-right: 30px;
		height: 80px;
		align-self: center;
		font-family: UrbanistBold;
		font-size: 30px;
		color: white;
		background-color: #1C1C1F;
		border: none;
		box-shadow: rgb(0, 0, 0) 0px 20px 30px -10px;
	}
	#JoinMyDiscordButton:hover {
		background-color: white;
		color: black;
		/*background-color:#6572FA ;#5865F2;*/
		transform: scale(1.05);
	}
	#JoinMyDiscordButton:active {
		background-color: white;
		color: black;
		/*background-color:#6572FA ;#5865F2;*/
		transform: scale(1.05);
		transform: translateY(5px);
	}
	#NoIconHoverDiscord:hover {
		transform: none;
		display: inline-flex;
	}

/* Animation Keyframes */

	@keyframes fade-in-top {
			
		0% {
			transform:translateY(-5vh);
			opacity:0;
		}
		100% {
			transform:translateY(0);
			opacity:1;
		}
	}

	@keyframes fade-in-static {
			
		0% {
			opacity:0;

		}
		15%{
			opacity:0;

		}
		100% {
			opacity:1;

		}
	}

	@keyframes static-slide-right { 
		0% { 
			opacity: 0; 
			transform: translateX(200px); 
		}
		20%{
			opacity: 0; 
			transform: translateX(200px); 
		}
		100% { 
			transform: translateX(0px); 
		}
		}

	@keyframes static-slide-left { 
		0% { 
			opacity: 0; 
			transform: translateX(0px); 
		}
		20%{
			opacity: 0; 
			transform: translateX(0px); 
		}
		100% { 
			transform: translateX(-200px); 
		}
	}


/* Scroll Activated Animations Using 'scrollanimations.js' */
	
	@keyframes fadein {
			
		0% {
			opacity:0;
			transform:translateY(-10vw);
		}
		15%{
			opacity:0;
			transform:translateY(-10vw);
		}
		100% {
			opacity:1;
			transform:translateY(0vw);
		}
	}


	@keyframes wobbleleft {
		0%,
		100% {
			transform: translateY(0) rotate(0);
			transform-origin: 50% 50%;
		}

		15% {
			transform: translateY(-30px) rotate(-6deg);
		}

		30% {
			transform: translateY(15px) rotate(6deg);
		}

		45% {
			transform: translateY(-15px) rotate(-3.6deg);
		}

		60% {
			transform: translateY(9px) rotate(2.4deg);
		}

		75% {
			transform: translateY(-6px) rotate(-1.2deg);
		}
	}

	@keyframes slideleft { 
		0% { 
			opacity: 0; 
			transform: translateX(-200px); 
		}
		20%{
			opacity: 0; 
			transform: translateX(-200px); 
		}
		80% { 
			opacity: 1; 
			transform: translateX(30px); 
		} 
		90% { 
			transform: translateX(-10px); 
		} 
		100% { 
			transform: translateX(0); 
		}
	}
