* {
	margin: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: all 250ms ease;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
}

html {
	height:100%;
	margin:0;
}

body {
	height:100%;
	margin:0;
	padding:0;
	text-align:left;
	font-family: 'Outfit', sans-serif;
	font-optical-sizing: auto;
	background-color: #333;
}

a {
	text-decoration:none;
}

.main a{
	color:#BD97CE;
}

.main a:hover{
	text-decoration: underline;
}

h1,h2{
	margin:0;
	padding:0;
}

h1{
	font-size:48px;
	font-weight: 700 !important;
}

.hero{
	font-size: 72px;
}

h2{
	font-size:32px;
	font-weight: 400;
}

h3{
	font-size:25px;
	padding:0;
	margin:5px 0;
	color: #FCFCFC;
}

h3 a{
	padding:3px;
	color:#424142;
}

p{
	font-size:21px;
	line-height:1.4;
	margin:20px 0;
	color:#FCFCFC;
}

hr{
	width: 50%;
    border: solid #ddd;
    border-width: 1px 0 0;
    margin: 12px auto 20px;
}

sup{
	font-size: 55%;
	line-height: 0;
	position: relative;
	font-weight: normal;
}

em{
	color:#BD97CE;
	font-weight:700;
	font-style:normal;
}

header{
	height:60px;
	width:100%;
	font-size:18px;
	position:fixed;
	top:0;
	z-index:1000;
	padding-top: 75px;
}

.scrolled{
	padding: 0 !important;
	background-color:#222;
}

.logo{
	background:url("images/newLogo.png") no-repeat left;
	background-size: 90%;
	padding: 32px 0 32px 60px;
	color:#333;
	float:left;
}

.logo:hover{
	transform: translateY(-3px);
}

#homeNav{
	list-style:none outside none;
}

#bottomNav{
	list-style:none outside none;
	padding-left: 0;
}

.navItem{
	float:right;
	padding:20px 0;
	margin:0 45px;
}

.bottomNavItem{
	text-align: center;
	padding:10px 0;
	margin:0 45px;
}

.navLink{
	color:#FCFCFC;
	padding:20px 10px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	transition:all 250ms ease;
	-webkit-transition:all 250ms ease;
	-moz-transition:all 250ms ease;
}

.navLink:hover{
	color:#BD97CE;
}

#wrapper{
	color: #fff;
}

.push{
	height:10vh;
}

footer {
	padding: 20px 0;
	max-width: 1200px;
	margin: 0 auto;
}

footer p {
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	margin-left: 20px;
	padding: 0;
	color: #FCFCFC;
	line-height: 1.2;
	text-align: left;
}

.contact-button {
	background: none !important;
	border-radius: 6px;
  border: 2px solid #222 !important;
  display: block;
  text-align: center;
  color: #222 !important;
  padding: 20px 50px !important;
  font-size: 21px;
  letter-spacing: 2px;
  text-transform: uppercase;
  float: right;
}

.contact-button:hover {
	background: #333 !important;
	color: #BD97CE !important;
	text-decoration: none !important;
}

.about-button {
	border-radius: 6px;
    border: 2px solid #fff;
    display: inline-block;
    text-align: center;
    color: #fff!important;
    padding: 20px 50px;
    font-size: 21px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 15px 0;
}

.about-button:hover {
	background: #fff !important;
	color: #BD97CE!important;
	text-decoration: none !important;
}

/* OLD About Button style

.about-button {
	border-radius: 20px;
    border: 2px solid #BD97CE;
    display: inline-block;
    text-align: center;
    color: #BD97CE!important;
    padding: 30px 60px;
    font-size: 21px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 40px;
}

.about-button:hover {
	background: #BD97CE !important;
	color: #fff!important;
	text-decoration: none !important;
}

*/

.center {
	text-align: center;
}

#about {
	background:url(images/bg_tile2.png) repeat;
	box-shadow: inset 0 0 0 1000px rgba(0,0,0,.3);
	background-attachment: fixed;
}

#about-image{
	display: block;
	margin: 0 auto;
	border-radius: 50%;
}

.about-content{
	padding: 45px;
	background-color: #333;
	border-radius: 5px;
}

.about-content p {
	color: #FCFCFC;
	font-weight: 300;
	/*margin-bottom: 30px;*/
}


.about-content h1, .about-content h3 {
	color: #BD97CE;
}


.about-content h2 {
	color: #FCFCFC;
	margin-top: 40px;
}

.about-content h2 em, .about-content p em {
	color: #FCFCFC;
	font-weight: 400;
	font-style: italic;
}

.page {
	display: flex;
	min-height: 101vh;
	align-items: center;
}






#intro {
	position: relative;
	height: 75vh;
	overflow: hidden;
	background: #1a0d2e;
}

#introOverlay .main {
	margin: 0 auto !important;
	text-align: center;
}

#introOverlay{
	position: relative;
	display: flex;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.25);
	width: 100%;
	height: 100%;
}

#introOverlay h2{
	color:#FCFCFC;
}

#introSpacer {
	display: block;
	position: relative;
	top: 35%;
}

.vidWrapper {
	width: 100%;
	height: 100%;
}

#introVid {
	position: absolute;
	display: block;
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
}

#particle-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}




#work{
	display: flex;
	min-height: 100vh;
	align-items: center;
}

#privateWork{
	display: flex;
}

#contact, #contactSuccess {
	color: #222;
	display: flex;
	background:#BD97CE url(images/asfalt-light.png) right;
	background-attachment: fixed;
	background-repeat: repeat;
}

#contactSuccess {
	min-height: 92vh !important;
}


.main{
	max-width:1100px;
	margin: 60px auto;
}

#intro-content {
	max-width: 51%;
	text-align: right;
}

#intro p {
	color: #FFF !important;
}

#contact, #contactSuccess {
	width: 100%;
}

#contact p {
	color: #fff;
}


#contactSuccess p {
	color: #222;
}

#contact a, #contactSuccess a {
	color:#424142;
}


#contactSuccess a {
	text-decoration: underline;
}

#social {
	margin: 20px;
	margin-left: 0;
}

#social a {
	margin: 0 20px;
}

.icon {
	display: inline-block;
	width: 32px;
  height: 32px;
}

#insta {
	background-color: #FFF;
	-webkit-mask-image: url('images/svgs/insta.svg');
  mask-image: url('images/svgs/insta.svg');
  mask-size: contain;
  mask-repeat: no-repeat;
}

#insta:hover {
	background-color: #BD97CE;
}

.empty {
	text-align: center !important;
	vertical-align: top;
	padding-top: 13%;
	width: 48%;
}

nav {
	max-width: 1200px;
	margin: 0 auto;
}

.whiteLink {
	color: white !important;
	text-decoration: underline;
}

/* Responsive Code */


@media screen and (max-width:1280px){
	.logo{
		margin-left: 30px;
	}

	#homeNav{
		margin-right: 30px;
	}
}


@media screen and (max-width:1108px){
	.main{
		margin: 60px 50px !important;
	}

	.grid-content {
		padding: 15px 0 !important;
	}
}

@media screen and (max-width:1024px){
	header{
		font-size:18px;
		height: 61px;
	}

	h1{
		font-size:40px;
		line-height: 45px;
	}

	.hero{
		font-size: 56px !important;
		line-height: 60px !important;
	}

	h2{
		font-size:27px;
	}

	h3{
		font-size:22px;
	}

	.main{
		margin: 70px 50px !important;
	}

	#contact div, , #contactSuccess div {
		width: 100%;
	}

}

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

	.about-content{
		float: none;
		max-width: 100%;
	}

	.main h1, .main h2, .main h3, .main h4 {
		text-align: center;
	}

	p{
		font-size:19px;
		line-height:30px;
	}

	.grid-wrapper{
		margin: 0 auto;
	}

	.grid {
		flex-direction: column !important;
		flex-wrap: nowrap;
	}

	.grid-item {
		width: auto !important;
		margin-bottom: 30px !important;
	}

	.grid-item a {
		flex-direction: column-reverse !important;
	}

	.grid-content {
		width: 100% !important;
		margin-right: 0 !important;
		padding: 0 !important;
		margin-top: 20px;
	}

	.grid-img {
		width: 100% !important;
	}

	.grid-wrapper h4, .grid-content, .grid-content h5 {
		text-align: center !important;
	}

	.teamCard {
		flex-direction: column !important;
	}

	.teamPhoto {
		margin: 0 auto;
	}

	#contactArea {
		flex-direction: column !important;
	}

	#contactInfo {
		width: 100% !important;
		text-align: center;
	}

	.contactForm {
		width: 100% !important;
	}

	.contactForm h3 {
		text-align: left;
	}
}

@media screen and (max-width:625px){
	.logo{
		background-size: 75%;
	}

	.navItem{
		margin: 0 30px !important;
	}

	.about-button{
		padding:30px 45px;
	}
}

@media screen and (max-width:535px){
	header{
		font-size:16px;
		height: 60px;
	}

	.logo{
		margin-left: 25px;
		background-size: 68%;
		padding: 30px 0 30px 60px !important;
	}

	#homeNav{
		margin-right: 20px;
	}

	.navItem{
		padding: 20px 0 !important;
		margin: 0 16px !important;
	}

	.main{
		margin: 80px 30px 70px !important;
	}

	p{
		font-size: 16px;
    	line-height: 25px;
    }

  .about-button{
		padding:20px 45px;
	}

	.contact-button {
    	padding: 8%;
    	font-size: 17px;
	}

	#about h2, #contact h2, #contactSuccess h2 {
		font-size: 22px;
	}
}

@media screen and (max-width:420px){
	header {
		padding: 40px 0 !important;
	}

	.navItem{
		margin: 0 2px !important;
	}

	.hero{
		font-size: 43px !important;
	}

	.contact-button, .about-button{
		font-size: 13px !important
	}

	.about-content{
		padding: 45px 25px !important;
	}

	#work {
		padding-top: 90px !important;
	}

	#intro{
		margin-bottom: 80px !important;
	}

}


/* Grid Hover Animation */

figure:hover, figure a:hover{
	transform: translateY(-3px);
	text-decoration: none !important;
}

.vert{
	width: 61%;
	margin: 8px 20%;
} 

@keyframes bounce {
	0% {bottom:10px;}
	100% {bottom:15px;}
}

.whiteText{
	color: white;
}

.grid-wrapper{
	max-width: 100%;
}

.grid {
	margin-top: 30px;
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.grid-item {
	width: 100%;
	margin-bottom: 50px;
	list-style-type: none;
	padding: 3%;
	background: #222;
	border-radius: 8px;
}

.grid-item a {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.grid-content {
	width: 47%;
	margin-right: 6%;
	padding: 50px 0;
}

.grid-item h2 {
	color: #FCFCFC;
	font-weight: 400;
	margin-bottom: 4px;
}


.grid-item h2 em, .grid-item h3 em {
	color: #FCFCFC;
}
/*
.grid-item:hover h2 em, .grid-item:hover h3 em {
	color: #BD97CE;
}
*/

.grid-item:hover h2, .grid-item:hover h3 {
	text-decoration: underline;
}

.grid-item p {
	font-size: 20px;
}

.grid-item h4 {
	font-size: 18px;
	text-align: center;
	color: #FCFCFC;
	font-weight: 600;
	margin-bottom: 4px;
}

.grid-item h5 {
	font-size: 14px;
	text-align: left;
	color: #FCFCFC;
	font-weight: 400;
	margin-bottom: 12px;
}

.grid-img {
	display: flex;
	justify-content: center;
	width: 47%;
	position: relative;
	overflow: hidden;
	border-radius: 4px;
	box-shadow: 0 4px 6px rgba(0,0,0,0.05), 0 10px 20px rgba(0,0,0,0.05);
}

.grid-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.test {
	display: none;
}

.workLinks {
	margin: 20px 0;
}

.workLinks h3 {
	color: #FCFCFC;
	font-weight: 400;
}

.workLinks h3 em {
	color: #FCFCFC;
}

.workLinks h3:hover {
	text-decoration: underline;
}


.workLinks h4 {
	color: #FCFCFC;
	font-weight: 400;
	margin-bottom: 24px;
}

.workLinks a:hover {
	text-decoration: none !important;
	color: #BD97CE !important;
}

.grid-item:hover, .grid-item a:hover {
	text-decoration: none !important;
	transform: translateY(-1px);
}

input[type=text], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */ 
  border: 1px solid #222; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  background: #333;
  color: #FCFCFC;
}

textarea {
  resize: vertical;
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: #45a049;
}

.contactForm {
	display: block;
	width: 60%;
	margin: 0 auto;
}

.contactForm label {
	text-align: left !important;
	font-weight: 400;
}

#heroLogo {
	margin-bottom: 40px;
	height: 200px;
}

.teamPhoto {
	width: 100%;
	margin-right: 20px;
}

.teamPhoto img {
	width: 100%;
	border-radius: 24px;
	border: 5px solid #BD97CE;
}

.teamCard {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 40px 0;
}

.teamCard a {
	display: inline-block;
	margin-right: 30px;
}

.teamCardContent {

}

.teamCard h4 {
	font-size:24px;
	font-weight: 700;
	padding:0;
	margin:5px 0;
	color: #FCFCFC;
	text-align: left;
}

.teamCard .sub {
	font-size:16px;
	font-weight: 100;
}

.teamCard a h5 {
	font-size: 20px;
	font-weight: 400;
}

#contactArea {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 60px 0;
}

#contactInfo {
	width: 30%;
  background: rgba(2,2,2, 0.75);
  margin: 0px 20px 20px 0;
  padding: 20px;
  border-radius: 10px;
  border: 2px #222 solid;
  height: fit-content;
}

#contactInfo h3 {
	color: #BD97CE;
}

#contactArea p {
	color: #FCFCFC;
	margin-top: 10px;
}

.contactForm h3 {
	color: #222;
	margin-bottom: 20px;
}

.about-content h3 {
	color: #BD97CE;
	font-size: 32px;
	font-weight: 700;
	margin-top: 40px;
}

.about-content h4 {
	color: #FCFCFC;
	font-size: 20px;
	font-weight: 700;
}

.cursor {
  display: inline-block;
  width: 3px;
  height: 1em;
  background: currentColor;
  animation: blink 1s step-end infinite;
}

@keyframes blink { 50% { opacity: 0; } }

.tagline {
	font-size: 40px;
	line-height: 60px;
}

.static-part {
	
}

#footLogo {
	float: left;
	width: 10%;
	margin: 20px 40px;
}