@charset "UTF-8";

body{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	
	
}


.nav-link{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	text-transform: uppercase;
	color:#000000;
	
}
.nav-link:hover{
	color:#CC1013;
	
	
}


.bi_clr{
	color: #262626;
	font-size: 24px;

}

.bi_clr:hover{
	color: #900002;


}

.jumbocap{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	text-shadow:2px 2px 8px #000000;
	
}

.cap_sup{
		font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	text-shadow:2px 2px 8px #000000;
	text-transform: uppercase;
	color:#ffffff;
	
}

.desat{
	
	transition:.2s ease-in;
	filter: blur(4px);
	
}
.desat:hover{
	filter:grayscale(0%);
	
	
}


/* Hover Blur Effect */
    .hover-white {
      color: #fff;
		font-family: "Bebas Neue", sans-serif;
		text-transform: uppercase;
		text-shadow: 2px 2px 8px #000000;
		font-size: 50px;
	
    }
    .hover-blur a {
      display: block;
      position: relative;
      overflow: hidden;
    }
    .hover-blur img {
      width: 100%;
      height: auto;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
    }
    .hover-blur:hover img {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -o-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2);
      -webkit-filter: grayscale(0.6) blur(1px);
      filter: grayscale(0.6) blur(1px);
    }
    .hover-blur a h2 {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      margin-top: 0px;
      margin-bottom: 0px;
      height: 100%;
      width: 100%;
      padding: 20% 20px;
      text-align: center;
      background-color: rgba(0,0,0,0.5);
      /*background dotted*/
      background-image: -webkit-repeating-radial-gradient(center center, rgba(0,0,0,.8), rgba(0,0,0,.8) 1px, transparent 1px, transparent 100%);
      background-image: -moz-repeating-radial-gradient(center center, rgba(0,0,0,.8), rgba(0,0,0,.8) 1px, transparent 1px, transparent 100%);
      background-image: -ms-repeating-radial-gradient(center center, rgba(0,0,0,.8), rgba(0,0,0,.8) 1px, transparent 1px, transparent 100%);
      background-image: repeating-radial-gradient(center center, rgba(0,0,0,.8), rgba(0,0,0,.8) 1px, transparent 1px, transparent 100%);
      -webkit-background-size: 3px 3px;
      -moz-background-size: 3px 3px;
      background-size: 3px 3px;
      -webkit-transition: all 0.5s linear;
      -moz-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      -ms-transition: all 0.5s linear;
      transition: all 0.5s linear;
      -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      opacity: 0;
    }
    .hover-blur:hover a h2 {
      -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      opacity: 1;
    } 

 .hover-blur .text-white {
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -o-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      -webkit-transition: all 0.5s linear;
      -moz-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      -ms-transition: all 0.5s linear;
      transition: all 0.5s linear;
      -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      opacity: 0;
    }
    .hover-blur:hover .text-white {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all 0.5s linear;
      -moz-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      -ms-transition: all 0.5s linear;
      transition: all 0.5s linear;
      -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=1)";
      filter: alpha(opacity=1);
      opacity: 1;
    }


    body {
      font-family: Arial, sans-serif;
      color: #0A0A0A ;
    }

    .container {
     
      padding: 20px;
    }

    h1 {
      text-align: center;
      margin-bottom: 10px;
    }

    .contact {
      text-align: center;
      margin-bottom: 4px;
      color: #000000;
		font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    }

    form {
      display: flex;
      flex-direction: column;
      gap: 15px;
	
    }

    input, textarea {
      padding: 12px;
      border: #000000;
      border-radius: 6px;
      font-size: 16px;
	background-color: #DADADA
    }

    input:focus, textarea:focus {
	
      outline: 2px solid #CC1013;
    }

    textarea {
      resize: vertical;
      min-height: 120px;
    }

    button {
      padding: 12px;
      border: none;
      border-radius: 6px;
      background: #000000;
      color: #ffffff;
      font-weight: bold;
      cursor: pointer;
      transition: 0.3s;
    }

    button:hover {
      background: #CC1013;
      color: #fff;
    }

    .contact-info {
      margin-top: 40px;
      text-align: center;
      color: #000000;
    }

    .contact-info span {
      display: block;
      margin-top: 5px;
    }

.subhead{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	text-align:left;
}


/* Custom class example */
.btn-custom {
    background-color: #CC1013; /* Purple */
    color: #fff;
}

/* To handle hover and active states */
.btn-custom:hover {
    background-color: #00000;
    border-color: #FFFFFF;
}


.port{
font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";

	
}

.proj-desc-grid {
      display: grid;
      grid-template-columns: 2fr 1.2fr 1fr;
      gap: 2.5rem;
      align-items: start;
    }

@media (min-width: 768px) {
  .proj-desc-mobile-grid {
    display: contents;
  }
}

.proj-desc-item-text {
      font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
      font-weight: 400;
      color: #1a1612;
      line-height: 1.5;
    }

.proj-desc-body{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
      font-size-adjust: auto;
      font-weight: 400;
      color: #1a1612;
      line-height: 1.5;
	
}

.proj-desc-title {
	  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
      font-weight: 400;
      color: #1a1612;
      line-height: 1.5;
	
}

.tav{
	align-content: center;
	
}














