/* ---------------

General
/* ==== General ==== */

@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

::selection {
	background: #111;
	color:#fff;
}

::-moz-selection {
	background: #111;
	color:#fff;
}

    /* body */
body {font-family: 'Open Sans', sans-serif;
	font-weight: 300;
    font-size: 1em;
    line-height: 1.7;
	background: #fff;
	color: #333;
	overflow-x: hidden;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	width: 100% !important;
	height: 100% !important;
}
h1,h2,h3,h4,h5,h6 {
    color:#333;
    line-height:1.4;
    font-weight:700;
}

@media (max-width: 568px) {
    h1 {
        font-size: 36px;
    }
    h2 {
        font-size: 26px;
    }
}
@media (max-width: 767px) {
    h5 {
        font-size: 12px;
        margin-bottom: 30px;
    }
}
img{
  width:100%;
  max-width: 100%;
  height:auto;
}
list-unstyled i p{
   font-size:1em;  
}
/*section {
	position: relative;
} */
.img-responsive {  
  display: inline-block;  
  height: auto;  
  max-width: 100%;  
} 
.image-bg-fluid-height{  
  display: inline-block;    
  max-height: 1067px;  
} 
/* ==== Typography ==== */
.light {
	color: #fff;
}

.smoke, h5 small {
	color: #aaa;
}

.smoke2, h5 small {
	color: #bbb;
}
p {
	color: #777;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.7;
	margin: 0 0 15px 0;
}
.p-works {
	color: #5f5f5f;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.8;
}

@media (max-width: 991px) and (min-width: 768px) {
	.p-works {
		font-size: 14px;
	}
}

a {
	color: #111;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
}

a:hover {
	color: #999;
	text-decoration: none;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
}

a:focus, a:active {
	color: #999;
	outline: none;
	text-decoration: none;
}

h1, h2, h3, h4 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	margin: 0 0 15px 0;
	text-transform: uppercase;
}
h1 {
	font-size: 48px;
	letter-spacing: 0.1em;
}
/* prevent padding on jumbotron */
.jumbotron{
	padding: 0;
	width: 100%;
}   

.intro h1 {
	font-size: 60px;
	letter-spacing: 10px;
	line-height: 62px;
	margin-bottom: 45px;
}

@media (max-width: 767px) {
	.intro h1 {
		font-size: 24px;
		line-height: 36px;
		margin-bottom: 20px;
	}
}


.h2, h2 {
	font-size: 3em;
	letter-spacing: 0.2em;
	line-height: 1.4;
}

h3 {
	font-size: 2em;
	letter-spacing: 0.4em;
	line-height: 2.2;
}

h4 {
	font-size: 1.5em;
	text-transform: uppercase;
	letter-spacing: 2px;
}

h5 {
	font-family: 'Dosis', serif;
	font-size: 1em;
	letter-spacing: 0.3em;
	line-height: 1.48;
	margin: 0 0 15px 0;
	text-transform: uppercase;
}


@media (max-width: 767px) {
	#intro h5 {
		font-size: 12px;
		margin-bottom: 30px;
	}
}

#works h5 {
	color: #777;
	font-size: 2em;
	font-weight: 300;
	letter-spacing: 0.2em;
	line-height: 1.75;
}


@media (max-width: 768px) {
	h1 {
		font-size: 42px;
		letter-spacing: 0;
	}
	h2 {
		font-size: 32px;
	}
}

@media (max-width: 568px) {
	h1 {
		font-size: 36px;
	}
	h2 {
		font-size: 26px;
	}
}

/* ==== Backgrounds and buttons ==== */
.white-bg {
	background: #fff;
}

.btn, .btn:hover, .btn:focus, .btn:active, .btn:active:focus {
	background: rgba(255,255,255,0.8);
	font-family: 'Open Sans', sans-serif;
	color: #111;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 1.45;
	padding: 10px 37px 9px;
	margin: 14px 0 0 0;
	border-radius: 2px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
	text-transform: uppercase;
	text-decoration: none;
	outline: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.btn:hover {
	background: rgba(255,255,255,1);
}

#contact .btn:hover {
	background: #181818;
	border-color: #181818;
	color: #dcdcdc;
}

.btn.btn-ghost, .btn.btn-ghost:hover, .btn.btn-ghost:focus, .btn.btn-ghost:active, .btn.btn-ghost:active:focus {
	background: transparent;
	color: #939393;
	border: 1px solid #939393;
	margin-bottom: 1px;
}

.btn.btn-ghost:hover {
	background: #939393;
	border-color: transparent;
	color: #fff;
}
/* hr */

hr {
	margin-top: 15px;
	margin-bottom: 15px;
}

hr.margin-top {
	margin-bottom: 0;
	margin-top: 5px;
}

hr.no-margin {
	margin-top: 0;
	margin-bottom: 0;
}

hr.no-margin-top {
	margin-top: 0;
}

hr.no-margin-bottom {
	margin-bottom: 0;
}
/* ==== Intro & Sections Headers ==== */


.parallax {
	background-attachment: fixed;
}

@media screen and (max-device-width: 1024px) {
	.parallax {
		background-attachment: scroll;
	}
}

.float-content {
	position: absolute;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* ==== Works ==== */
#works-top {
	background: #111;
}

#gallery-top {
	background: #111;
}

.section-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
}

#intro .section-overlay  {
	background: rgba(0, 0, 0, 0.4);
}
/* ==== 7) Works ==== */

.squared {
	padding-top: 100%;
	overflow: hidden;
	position: relative;
}

.squared, .squared-content {
	padding-left: 0;
	padding-right: 0;
}

.squared-content {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (max-width: 991px) and (min-width: 768px) {
	.squared {
		padding-top: 133%;
	}
}

@media (max-width: 767px) {
	.squared {
		padding-top: 10%;
	}
	.squared .squared-content {
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		transform: translateY(0);
	}
}

@media (min-width: 768px) {
	.squared-adjust {
		padding-left: 25px;
		padding-bottom: 10px;
	}
}
/* ==== nav ==== */

.navbar {
	padding: 0px;
	border-radius: 0;
	background-color: #fff;
	border: none;
}
.navbar-brand img{
  display: inline;
  max-height: 200%;
   height: 200%;
   width: auto;
   padding-bottom: .5em;
   margin: 0 auto;
}
.navbar-nav > li > a {
  font-size: 1.5em;
  font-weight: 500;
  line-height:40px;
  padding-bottom:10px;
  padding-top:10px;
}

/* .navbar-collapse {
  border-top-color:transparent;
  border-top-style:solid;
  border-top-width:1px;
  box-shadow:rgba(255, 255, 255, 0.0980392) 0 1px 0 inset;
  overflow-x:visible;
  padding-left:15px;
  padding-right:15px;
}
/* mobile version defaults*/
.navbar-default .navbar-toggle {
    border-color: #DDD;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #DDD;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
    color: #c0392b;
}
/* CAROUSEL */

/* so carousel caption is centered and styled */
  .carousel-caption p {
  	bottom: 20%;
    font-size: 1.2em;
    line-height: 1.4;
    left: 50%;
    margin-left: -30%;
    padding-left: 0;
    position: absolute;
    text-align: center;
    width: 60%;
    z-index: 15;
    background-color: hsla(0, 0%, 99%, 0.1);
    color: hsla(0, 0%, 90%);
  }
  /* so carousel caption is above indicators */
  .carousel-indicators {
  bottom: 5px;
  background-color: hsla(0, 0%, 99%, 0.1);
}
/* so carousel control gradient doesn't display when pic is horizontal */
.carousel-inner{
   background: #fff;
}
/* Left arrow*/
.carousel-control-prev-icon{
    background-color: hsla(0, 0%, 50%, 0.3);
	width: 2rem;
	height: 2rem;
}
/* Right arrow*/
.carousel-control-next-icon{
    background-color: hsla(0, 0%, 50%, 0.3);
	width: 2rem;
	height: 2rem;
}
.glyphicon {
  -webkit-font-smoothing:antialiased;
  display:inline-block;
  font-family:"Glyphicons Halflings";
  font-style:normal;
  font-weight:700;
  line-height:1;
  color: #fff;
  position:relative;
  top:1px;
}
.fa {
  display:inline-block;
  font-size: 3em;
  position:relative;
  top:1px;
}

/*contact form */
#contact {
	background-repeat: no-repeat;
	background-image: url('../img/Stair-horizontal-1.jpg');
    background-color: #fff;
  	background-position: center;
  	background-size: cover;    
}
#contact {
    margin-top: 4em;
    padding-top: 4em;
}
#contact .contact-address{
    background-color: #fff;
    text-align: left;
    padding-left: 2em;
}
#contact .contact-address h2{
     padding-top: 1em;
     text-align: center;
}
.contact-row {
    background-color: #fff;
    margin-top: 1em;
    margin-right: 2em;
    margin-left: 2em;
    margin-bottom: 4em;
}
#contact .contact-details {
font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 200;
	color: #2C2A29;
    list-style: none;
    text-align: left;
    
}

/* mail chimp form */

/* #mc_embed_signup wraps around the form */
/* mailchimp defaults */
#mc_embed_signup{ 
    clear:left; font:14px 
    Helvetica,Arial,sans-serif; 
}
#mc_embed_signup_scroll{
	max-width: 80%;
    background-position: center;
}
  
#mc-embedded-subscribe-form {
	padding: 2em;
  	margin-top: 4em;
    margin-left: 2em;
}

.mc-field-group{
	padding-bottom: 2em;
}
/* form input labels */
#mc_embed_signup .mc-field-group label{
	display: block;
  	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 500;
	color: #2C2A29;  
  	 }
/* subscribe button */
#mc-embedded-subscribe{
    background-color: black;
    color: blue;
}
    

/*****
ABOUT
*****/
.about-custom-inner
{
	padding-top: 3em;
	padding-bottom: 2em;
}
.contact-text{
    padding: 3em;
}
.contact-image{
    max-height: 50%;
    padding: 3em;
}

/*****
FOOTER
*****/
footer {
	background: #fff;
}

footer a {
	display: inline-block;
	padding: 1em;
}

footer h4 {
	margin: 0;
}

footer p {
	padding-bottom: 1em;
}

.footer-copy {
    margin-top: 0;
    padding-top: 1em;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0.5em;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1.6;
}

/* contact icons in footer */
.social {
    color: #d9dad5;
}


 * { box-sizing: border-box; }
    
 body {
   margin: 0;
   display: grid;
   place-items: start center;
   min-height: 100vh;
   padding: 24px;
 }


 .subtitle {
   margin: 6px 0 0 0;
   color: var(--muted);
   font-size: 0.95rem;
 }

 main {
   width: 100%;
   max-width: var(--max-width);
   border: 1px solid var(--border);
   border-radius: 14px;
   padding: 18px;
   backdrop-filter: blur(6px);
 }

 .grid {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 16px;
 }

 .card {
	border-radius: 0;
	overflow: hidden;
	border: none;
	box-shadow: none;
  }

 .card:hover {
   transform: translateY(-2px);
 }

 .media {
	width: 100%;
	overflow: hidden;
  }


 .media > img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	border-radius: 0;
	transition: transform 0.25s ease;
	cursor: pointer;
  }

 .meta {
   padding: 10px 12px 12px;
   display: flex;
   align-items: center;
   justify-content: space-between;
   gap: 10px;
 }

 .label {
   font-size: 0.95rem;
   font-weight: 600;
   color: var(--text);
 }

 .dim {
   font-size: 0.8rem;
   color: var(--muted);
 }

 @media (max-width: 900px) {
   .grid { grid-template-columns: repeat(2, 1fr); }
 }

 @media (max-width: 580px) {
   .grid { grid-template-columns: 1fr; }
 }

 .modal {
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(255,255,255,0.98);
	justify-content: center;
	align-items: center;
	flex-direction: column;
  }

  .modal-img {
	max-width: fit-content;
	max-height: fit-content;
  }

  .modal-img-container {
	width: 60vw;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border: none;
	}


  .close-btn {
	position: absolute;
	top: 50px;
	right: 100px;
	width: 40px;
	height: 40px;
	background-color: white;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	z-index: 1001;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
  }

  .close-btn::before {
	content: "x";
	font-size:24px;
	color:black;
	font-family: 'Open Sans', sans-serif;
	line-height: 1;
  }