/*!
Theme Name: EXP
Version: 1
*/
* {
	font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
}
:root {
	--blur-amount: 5px;
	--primary-color: #FFEE4E;
	--primary-hover-color: #FFEE4E;
	--secondary-color: #51B7FF;
	--secondary-hover-color: #0095ff;
	--tertiary-color: #CD1669;
	--tertiary-hover-color: #CD1669;
}

a {
	color: var(--primary-color);
	text-decoration: none;
	text-shadow: none;
}
nav {
	background: black;
}
body {
	background-color: #191919;
	color: white;
	margin: 0 !important;
}
div#sketch-canvas {
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.portfolio-item-content {
	text-align: center;
	text-shadow: 1px 1px #000000;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.portfolio-item {
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 500px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-position: center;
	transition: background-color 0.3s;
	cursor: pointer;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.portfolio-navigation {
	display: flex;
	justify-content: space-between;
	margin: 50px 0px;
	align-items: center;
}
.portfolio-content {
	padding: 50px;
	text-align: center;
	color: white;
}
.portfolio-archive-excerpt {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	max-width: 400px;
}
.post-nav {
	margin: 0px 30px;
}
a.portfolio-archive-link {
	border: 1px solid var(--secondary-color);
	position: relative;
	top: 30px;
	border-radius: 20px;
	background: var(--secondary-color);
	color: white;
	padding: 5px 30px;
	transition: all 0.2s;
}
.project-list-tags {
	pointer-events: none;
	margin-bottom: 15px;
}
.project-list-tags a:after {
	content: " | ";
}
.project-list-tags a:last-child:after {
	content: "";
}
.landing-content {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: white;
}
a.portfolio-archive-link:hover {
	text-decoration: none;
	transition: all 0.2s;
}
/* span.brand-container {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.navbar-brand {
	font-size: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
} */
.portfolio-single-image {
	margin: 0 auto;
	display: block;
}
.tags a {
	display: block;
}
.portfolio-navigation a {
	font-weight: bold;
	color: var(--secondary-color)
}
a.back-to-portfolio {
	margin-bottom: 50px;
	color: var(--tertiary-color);
	font-weight: bold;
}
div#scroll-to-portfolio {
	text-align: center;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 25px;
	font-weight: 100;
	display: none;
}
div#scroll-to-portfolio img {
	max-width: 30px;
	display: block;
	margin: 0 auto;
}
#scroll-to-portfolio {
	cursor: pointer;
}
.landing-content {
	font-size: 20px;
	text-align: center;
	width: 100%;
}

video.portfolio-video {
	width: 100%;
	height: auto;
	padding: 0px !important;
}
h1.section-heading {
    color: #333;
    text-align: center;
    padding: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0px;
    width: 100%;
    z-index: 1;
}
.projects-heading{
	background: var(--primary-color);
}
.about-heading{
	background: var(--secondary-color);
}
.experiments-heading{
	background: var(--tertiary-color);
}
a.nav-link {
	color: var(--secondary-color);
	transition: color 0.5s;
    font-weight: bold;
    font-size: 19px;
    margin: 0px 2px;
}
.navbar-toggler {
    border-color: var(--secondary-color);
}

.navbar-toggler-icon {
    border-color: var(--secondary-color);
}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
div#tagline {
    margin-top: 30px;
    font-family: 'Barlow', sans-serif;
    font-size: 40px;
    color: var(--tertiary-color);
    /* text-shadow: 2px 2px #000000; */
}
div#tagline span {
    margin: 0px 5px;
    font-family: 'Barlow', sans-serif;
}
.p5Canvas{
	display: block;
}
/* .loading {
    width: 100vw;
    height: 100vh;
} */
footer {
    background: black;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px;
    border-top: 1px solid white;
}
footer p{
	margin: 0px;
}
.portfolio-slider {
    margin-top: 75px;
}
#map {
    width: 100%;
	height: 100%;
	min-height: 500px;
    display: block;
}
.contact-details {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.contact-container{
	min-height: 400px;
}
#contact label{
    width: 100% !important;
}
span.wpcf7-form-control-wrap.your-message {
    width: 100% !important;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
    width: 100% !important;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
}
.cover-image {
    width: 100vw;
    height: 50vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    -webkit-filter: blur(var(--blur-amount));
    -moz-filter: blur(var(--blur-amount));
    -o-filter: blur(var(--blur-amount));
    -ms-filter: blur(var(--blur-amount));
    filter: blur(var(--blur-amount));
}
.cover-video {
    width: 100vw;
    height: auto;
}
p.cover-excerpt {
    max-width: 500px;
}
.cover-content {
    position: absolute;
    top: 35px;
    width: 100vw;
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    text-shadow: black 0px 0px 10px;
    border-bottom: 40px solid #191919;
    margin-top: -10px;
}
.project-image{
	width: 100%;
}
.portfolio-item-content button {
    margin-top: 15px;
}

a.home-link {
    display: inline-flex;
}

/* Media queries */
@media (max-width:992px) {
	span.hide-on-mobile {
		display: none;
	}
	a.portfolio-archive-link {
		display: inline-block;
   }
	.slick-arrow{
		display: none !important;
   }
	.back-to-portfolio{
		display: none;
   }
   .portfolio-item-content {
		background: rgba(0,0,0,0.5);
	}
	#center-logo-container {
		display: none;
	}
	.navbar-socials{
		display: none;
	}
	#tagline h2 {
		font-size: 25px;
	}
	img#landing-logo {
        max-width: 200px;
	}
	
	h1.section-heading {
		font-size: 30px;
	}
	div#tagline {
		font-size: 20px;
	}
}
@media (min-width:992px) {
	.close-btn{
		display: none;
	}
	.center-menu {
		display: flex;
	}
	#tagline h2 {
		display: inline !important;
	}
	.landing-content {
		font-size: 30px;
   }
	.portfolio-archive-link{
		display: none;
   }
	.portfolio-single-image {
		padding: 30px;
		max-width: 60vw;
   }
	.portfolio-item-content {
		transition: opacity 0.3s;
		opacity: 0;
   }
	.portfolio-item:hover>.portfolio-item-content {
		transition: opacity 0.3s;
		opacity: 1;
   }
	.back-to-portfolio{
		display: block;
   }
	.portfolio-item:hover {
		background-color: rgba(0, 0, 0, 0.6);
		background-blend-mode: overlay;
		transition: background-color 0.3s;
   }
   img#landing-logo {
        max-width: 600px;
	}
	/*hax*/
	div#navbarToggle {
		position: relative;
		left: 19px;
	}
	.modal-lg {
		max-width: 1920px;
	}
}

#center-logo {
	max-width: 0px;
	transition: max-width .5s;
	cursor: pointer;
	margin: 0px 2px;
}

.show-center-logo {
	max-width: 125px !important;
	transition: max-width .5s;
}

img#navbar-logo {
    max-width: 100px;
    opacity: 0;
    transition: opacity 0.5s;
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }
  
.navbar-toggler {
border-color: rgba(0, 255, 255, 1);
} 

.modal-content{
	background-color: black;
}

.modal-header {
    border-bottom: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.close{
    color:white;
    font-size:50px;
    text-shadow:none;
    opacity:1;
}

.close:hover {
    color:white;
    text-decoration: none;
}

.modal-footer{
	border-top: none;
}

span.navbar-socials a {
    padding: 0px 5px;
    font-size: 20px;
    display: inline-block;
    margin: 0px;
	color: var(--secondary-color);
	transition: color 0.3s;
}

.navbar-socials a:nth-child(1):hover {
    color: var(--primary-hover-color) !important;
}
.navbar-socials a:nth-child(2):hover {
    color: var(--secondary-hover-color) !important;
}
.navbar-socials a:nth-child(3):hover {
    color: var(--tertiary-hover-color) !important;
}
.navbar-socials a:nth-child(4):hover {
    color: var(--primary-hover-color) !important;
}
.navbar-socials {
    z-index: 10;
}
.navbar-socials a {
    transition: color 0.3s;
}
section.container-fluid.landing-section {
    height: 70vh;
    position: relative;
    padding: 0px;
}

.slick-dots li button:before {
	color: rgb(255, 255, 255) !important;
	font-size: 10px !important;
  }
  
  .slick-dots li.slick-active button:before {
	  color:white !important;
  }

  @media (min-aspect-ratio: 16/9) {
	video#landing-video {
        width: 100%;
        height: auto;
	}
}
@media (max-aspect-ratio: 16/9) {
	video#landing-video {
        width: 100%;
        height: auto;
	}
	section.container-fluid.landing-section {
		height: 54.25vw !important;
	}
}

section#projects {
    background: black;
}

video#landing-video {
	position: absolute;
	z-index: -1;
	object-fit: fill;
}

.show-navbar-logo {
    opacity: 1 !important;
    transition: opacity 0.5s;
}

#footer-socials a:nth-child(1):hover {
	color: var(--primary-hover-color) !important;
}
#footer-socials a:nth-child(2):hover {
    color: var(--secondary-hover-color) !important;
}
#footer-socials a:nth-child(3):hover {
	color:  var(--tertiary-hover-color) !important;
}
#footer-socials a:nth-child(4):hover {
	color: var(--primary-hover-color) !important;
}
#footer-socials a{
	font-size: 30px;
	margin: 0px 10px;
	text-decoration: none !important;
	transition: color 0.3s;
}

.btn-primary {
	background-color: var(--primary-color) !important;
	border-color: var(--primary-color) !important;
}
.btn-secondary {
	background-color: var(--secondary-color) !important;
	border-color: var(--secondary-color) !important;
}
.btn-tertiary {
	background-color: var(--tertiary-color) !important;
	border-color: var(--tertiary-color) !important;
}

.primary {
    color: var(--primary-color) !important;
}
.secondary {
    color: var(--secondary-color) !important;
}
.tertiary {
    color: var(--tertiary-color) !important;
}

section#footer h5 {
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 15px;
}
section#about {
    background: #191919;
}

.portfolio-item i {
    color: black;
    font-size: 20px;
    padding: 10px;
    border-radius: 50%;
	margin-top: 30px;
	text-shadow: none;
}

.icon-primary {
    background: var(--primary-color) !important;
}
.icon-secondary {
    background:var(--secondary-color) !important;
}
.icon-tertiary {
    background:var(--tertiary-color) !important;
}
section.container-fluid.landing-section {
    margin-top: 50px;
}

a.nav-link:hover {
    color: var(--secondary-hover-color);
    transition: color 0.5s;
}

a:hover{
	transition: color 0.5s;
	color: var(--tertiary-hover-color);
	text-decoration: none;
	/* font-weight: bold; */
}

.footer-contact{
	transition: color 0.5s;
	color: var(--primary-color);
	text-decoration: none;
	cursor: pointer;
}

.footer-contact:hover{
	transition: color 0.5s;
	color: var(--tertiary-hover-color);
	text-decoration: none;
}

.grecaptcha-badge {
    visibility: hidden;
}

h2.portfolio-archive-title {
    max-width: 400px;
}
.carousel-indicators {
    bottom: -50px;
}
span.carousel-control-next-icon.modal-carousel-next {
    position: absolute;
    bottom: -33px;
    z-index: 1;
    right: 10px;
    cursor: pointer;
}

span.carousel-control-prev-icon.modal-carousel-prev {
    position: absolute;
    bottom: -33px;
	z-index: 1;
	left: 10px;
    cursor: pointer;
}

video.portfolio-video {
    display: block;
}
a.nav-link {
    font-family: 'Barlow', sans-serif;
    text-transform: uppercase;
}

span#footer-socials a {
    color: white;
}


section#footer p {
	color: white;
	transition: color 0.5s;
}
section#footer a {
	color: white;
	transition: color 0.5s;
}

section#footer a:hover{
	transition: color 0.5s;
	color: var(--tertiary-hover-color);
	text-decoration: none;
}

section#footer p.footer-contact:hover {
	transition: color 0.5s;
	color: var(--tertiary-hover-color);
	text-decoration: none;
}

.page-container {
    margin-top: 100px;
}

.page-container *{
    display: block;
}