/* Sets root font size to 16px for all browsers */
:root {
    font-size: 16px;
  }
  body{
    font-family: 'Montserrat', sans-serif; 
    font-weight: 500;
    overflow-x: hidden;
    margin: 0px;
    padding: 0px;
    display:flex;
    flex-direction:column;
    min-height:100vh;
}



body, html{
overflow-x:hidden;
}


a{
  color:#0b4d26;

}

ul {
  list-style-position: inside;
}

*{
    padding:0;
    margin:0;
    box-sizing: border-box;
}

hr{
  margin:5px;
}

.max-width{
  max-width: 1350px;
}
/* .container{
  max-width: 1350px;
} */
/* .container-fluid{
  max-width: 1350px;
} */

a:hover{
    text-decoration: none;
}

a:focus {
  color: #fff;
}

p{
    font-size: 1rem;
    line-height:1.5;
    font-weight: 500;
    color:#6a6a6a;
}
/* Controls paragraphs in welcome section */
.welcome{
    font-size:1.10rem;
    color:#6a6a6a;
}

h1{
    font-family: 'Jura', sans-serif;
    font-weight: 700;
    color:rgba(11, 77, 38, 60);
    font-size: 72px;  
}

@media screen and (max-width:768px){
  h1{
    font-size: 55px;
  }
}

@media screen and (max-width:313px){
  h1{
    font-size: 47px;
  }
}


h2{
    font-family: 'Jura', sans-serif;
    font-weight: 600;
    color:#0b4d26;
    font-size:2.44141rem
    /* font-size:50px; */
}

h2 a{
    color:#0b4d26;
}

h2 a:hover{
    color:inherit;
}




h5{
    font-family: 'Montserrat', sans-serif; 
    font-weight: 500;
    color:#0b4d26;
    font-size: 1rem; 

}
/* Controls quote,download,and phone button in the header */
.top-btn{
  color:#0b4d26;
}

a.top-btn:hover{
  color:#0b4d26;
  text-decoration: underline 2px solid;
}

a.top-btn:focus{
  color:#0b4d26
}

/* controls styling of navbar elements */
.navbar{
    background-color: #0b4d26;
    /* border-top: 1px solid #fef2af;
    border-bottom: 1px solid #fef2af; */
    font-family: 'Jura', sans-serif;
    font-weight: 300;
    font-size: 1rem;
    text-transform: uppercase;
    z-index: 2;
}

.navbar button svg {
  color: white;
}

/* nav link color */
.nav-link{
    color:white;
    font-size: 1.2rem;
}

/* nav link transition */
.nav-link{
  border-bottom:none;  
  transition: color 0.5s;
}

/* nav link hover color */
.nav-link:hover{
    color:#fef2af;
    text-decoration: underline 1px solid;

}

.dropdown-menu{
  background-color:rgba(11, 77, 38, .85);
  border: none;
}

.dropdown-item{
  color:white;
  text-align: center;
  font-size: 1.125rem;
  text-align: left;
  font-weight: 700;
}

a.dropdown-item:hover{
  color:#fef2af;
  background-color: rgba(11, 77, 38, 0);
}

@media screen and (max-width:768px){
  .w-mobile{
    width:100%;
    text-align: center;
    padding-bottom: 10px;
  }
}

/*This is here because the carousel was covering the nav dropdown links*/
/* .carousel-inner{
  z-index: -1;
}

.carousel{
  z-index: -1;
} */

.carousel-indicators{
  position: absolute;
  bottom:30px
}

.market-message {
  background: #0b4d27;
  position: relative;
  margin-top: 0;
  /* bottom:20px; */
  min-height:30px;
}
@media (min-width: 1024px) {
  .market-message {
    position: relative;
  }
}
@media (min-width: 1200px) {
  .market-message {
    position: relative;
    
    
  }
}
@media (min-width: 1500px) {
  .market-message {
    position: relative; 
  }
}
.market-message .container-fluid {
  padding: 15px 0;
}
.market-message p {
  color: #fff;
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 0;
}


/*Fin-Tec Styling*/

#ft-about-us-bg{
  background-image:url("../../images/ft-about-us-bg.png");  
  background-repeat: none;
  background-size: cover;
  background-position: bottom;
}

.ft-about-us{
  background-color: #ffffffde;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 30px;
  font-family: 'Jura', sans-serif;
  color:#212529;
}


#ft-quote-request-main{
  background-image:url("../../images/ft-quote-request-main-bg.png"); 
  background-repeat: none;
  background-size: cover;
  background-position: bottom;
}

#ft-form-fname{
  float:right;
}


#ft-form-email{
  float:right;
}

@media screen and (max-width: 428px){
  #ft-form-fname{
    width:100%
  }
  
  #ft-form-lname{
    float:right;
    width:100%;
  }

  #ft-form-email{
    width: 100%;
  }

  #ft-form-phone{
    float:right;
    width:100%;
  }
}

#quote-request-box{
 
  width: 100%;
  float: center;
  margin:auto;
   margin-top: 50px;
}

#ft-services-bg{
  background-image:url("../../images/ft-services-bg.png"); 
  background-repeat: none;
  background-size: cover;
  background-position: bottom;
  padding-bottom: 100px;
  height: 200%;
}

#ft-services{
  height: 100%;
  padding-top: 50px;
}

.service-title{
  display:flex;
  justify-content: center;
  align-items: center;
  width: 65%;
  padding-bottom: 10px;
}

#ft-services-card{
  height: 100%;
}


#ft-services-card-header{
  height: 100%;
   padding: 0%;
  padding-top: 10px; 
}
 /* .img-box{
  height: 100%;
  width: 100%;
  
} */

 .ft-serv-cont{
  min-height:100%;
  min-width: 100%;
  overflow: hidden;
}

.ft-serv-cont img{
  width: 230px;
  height:172px;
  object-fit: cover;
}


@media screen and (max-width:1024px){
  .ft-serv-cont{
    min-height:100%;
    min-width: 100%;
    overflow: hidden;
  }
  .ft-serv-cont img{
    width: 186px;
    height:125px;
    object-fit: cover;
  }

}
/* #ft-services-card-header img{
  height: 112px;
  width:auto;
  margin: auto;
} */

/* #ft-serv-img{
  /* min-width: 230px;
  /* max-width: 230px; 
  min-height: 172px;
  object-fit: cover;
] */

#ft-services-detail-bg{
  background-image:url("../../images/ft-services-detail-bg.png"); 
  background-repeat: none;
  background-size: cover;
  background-position: bottom;
  height: 200%;
}

#ft-services-detail-img{
  margin-left: 61px;
  width:41%;
  float: right;
  margin-top:-44px;
}

#ft-services-detail-title{
  /* margin-top:45px; */
  width:55%;
}

@media screen and (max-width:428px){
  #ft-services-detail-img{
    margin-left:10px;
    width:100%;
    float: center;
    margin-top:0px;
  }

  #ft-services-detail-title{
    width:100%;
  }
}





/* Background color for news and Quote request section */
.gold{
  background-color: rgba(190, 178, 113, .15);
  padding-top:0 ;
  margin-top: 0;
}

/* Controls links in news paragraphs */
a.p-link{
    color:#0b4d26;
    text-decoration: underline;
    font-size: .80rem;
}

a.p-link:hover{
    color:#0b4d26;
    
}
/* Controls background color of quote request box */
.quote-box{
    background-color: rgba(255, 255, 255, .7);
    /* border:1px solid rgba(18, 147, 71, .20);  */
    border-radius: 20px;
    max-width:400px;
    box-shadow: inset -2px -2px 2px rgba(0,0,0,.1);
}

/* Controls input fields for forms */
.input{
  background-color: rgba(190, 178, 113, .05);  
  border-radius: 8px;
  border-color: rgba(18, 147, 71, .20);
  font-family: 'Montserrat', sans-serif;
  font-weight:500;
  width: 300px;
  text-align: left;
  box-shadow: inset 0 0 5px 0 rgb(0 0 0 / 20%);
}

.input:focus{
  outline: rgba(18, 147, 71, .20);
}

/* Bold text & changes color to century seals green */
.bold{
    font-weight: 700;
    color:#0b4d26;
}

.green{
  color:#0b4d26;
}

.watermark{
  max-width: 100%;
}
/* Watermark display none on small screens */
@media screen and (max-width:991px) {
    img.watermark{
        display: none;
    } 
}

/* Button settings */
.square_btn {
    /* font-family: 'Jura', sans-serif;
    font-weight: 700; */
    font-family: 'Montserrat', sans-serif; 
    /* font-weight: 600; */
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    color: White;
    border: solid 2px #0b4d26;
    border-radius: 8px;
    transition: .4s;
    /* background-color: rgba(11, 77, 38, .85); */
    background-color: rgba(11, 77, 38, .85);
    
}

/* Controls new button hover */
.square_btn:hover {
    background: #0b4d26;
    color: white;
    text-decoration: none;
    cursor: pointer;
}


/* product section background */
 .products{
  background-color:#2c2d2f;
  margin-top:-30px;
  margin-bottom:-48px;
  background-image: url("https://www.transparenttextures.com/patterns/carbon-fibre-v2.png");
  background-attachment: fixed;
  background-position: center;
  background-repeat:repeat;
}

.product-title{
  color:#fef2af;
}


/* Creates a hover effect on product images */
.pic-container {
    position: relative;
    overflow: hidden;
    border-radius: 10px
  }
  
  .image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
    max-width: 469px;
    max-height:320px;
  }

  .pic-container img {
    width: 100%;
    height: 100%;
    transition: all .8s ease-in-out;
    
  }

  .pic-container:hover img {
    transform: scale(1.2,1.2);
    border-radius: 10px;
}


  /* Controls color of info icon in product images section */
  .info-icon{
    color:#ffff;
    opacity: 50%;
    transition: all .8s ease-in-out;
  }

  .info-icon-2{
    color:black;
    opacity: 50%;
    transition: all .8s ease-in-out;
  }


.i-hover:hover .info-icon{
  opacity: 100%;
}
  
  .text {
    color: white;
    font-size: 1.25rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }

  /* /end of the title hover effect settings */

  .nameplate{
    color:white;
    font-size: 1.25rem;
    font-weight: 500;
  }
  .nameplate-2{
    color:black;
    font-size: 1.25rem;
    font-weight: 500;
  }

.parallax{
  background-image:url("../../images/parallax-2.jpg");  
  min-height: 400px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* /parallax */

/* Industries we serve */
.card-1{
    background-color: rgba(40, 35, 35, .75);
    border: none;
    border-radius: 20px;
}

.card-title{
    color:#fef2af;
}

.card-txt{
    color:#fff;
    text-align: center;
}
/* /Industries we serve */

/* Footer */
.foot-txt{
    list-style: none;
    color:white;
    font-size:.75rem;
}
 
.foot{
    /* background-color: #282323; */
    /* background-color:rgba(11, 77, 38, .95); */
    background-color:rgba(11, 77, 38, 1);
    border-top: #b1a865 10px solid;
    /* margin-top:0px; */

}

.bottom{
    background-color: #2e2f30;
}
footer{
  margin-top:auto;
}
footer .footer-nav {
    columns: 1;
    font-size: 0.8rem;
    text-align: center;
    font-weight:500;
  }

  @media screen and (min-width: 768px) {
    footer .footer-nav {
      columns: 5;
      text-align: center;
      margin-top: 0;
    }
  }

  @media screen and (min-width: 1024px) {
    footer .footer-nav {
      columns: 3;
      text-align: left;
      margin-top: 0;
    }
  }

  @media screen and (min-width: 1200px) {
    footer .footer-nav {
      columns: 3;
      text-align: left;
      margin-top: 0;
    } 
  }
  
  .dd-footer{
    color:#a3a3a3;
  }
  .foot .dd-footer a{
    color:#a3a3a3;
  }

  .foot a{
    color:#fff;
    transition: color 0.3s ease;
  }

  .foot a:hover{
    color:#fef2af;
  }

 /* Image Banner */
.img-banner {
  background-size: cover;
  padding-top: 65px;
  padding-bottom: 65px;
}
/* @media screen and (min-width: 768px) {
  .img-banner {
    padding: 145px 0 55px 0;
  }
}
@media screen and (min-width: 1024px) {
  .img-banner {
    padding: 125px 0 65px 0;
  }
}
@media screen and (min-width: 1200px) {
  .img-banner {
    padding: 100px 0 100px 0;
  } */


.img-banner{
  padding: 100px 0px;
}

.img-banner .container {
  z-index: 0 !important;
}

.img-banner h1 {
  color: #fff;
  font-size: 31px;
  text-align: left;
  margin-bottom: 0px;
  text-align: center;
  text-shadow: 0 0 5px #000;
}
@media (min-width: 1200px) {
  .img-banner h1 {
    font-size: 51px;
  }
}

.img-banner .container {
  z-index: 0 !important;
}

.bgOne {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/slideshow-1.jpg);
  background-position: center;
}


.bgTwo {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/banner-1.jpg);
  background-position: center;
}

.bgThree {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/banner-2.jpg);
  background-position: center;
}


.bgFour {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/banner-3.jpg);
  background-position: center;
}

.bgFive {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/banner-4.jpg);
  background-position: center;
}

.bgSix {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/banner-5.jpg);
  background-position: center;
}

.bg-relay-header {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/relay-header-banner.jpg);
  background-position: center;
}
.bg-machined-kovar{
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/machined-kovar-header.jpg);
  background-position: center;
}
.bg-single-pin{
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/single-pin-banner.jpg);
  background-position: center;
}
.bg-censors{
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/censors-banner.jpg);
  background-position: center;
}
.bg-sight-glass{
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/sight-glass-banner.jpg);
  background-position: center;
}
.bg-sidewall{
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/sidewall-banner.jpg);
  background-position: center;
}
.bg-dip{
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/dip-banner.jpg);
  background-position: center;
}
.bg-custom{
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/custom-banner.jpg);
  background-position: center;
}

.overlay-title {
  position: absolute;
  background: rgba(0, 0, 0, 0.58);
  padding: 30px 0 40px 0;
}
@media (min-width: 768px) {
  .overlay-title {
    padding: 30px 0 40px 0;
  }
}
@media (min-width: 1024px) {
  .overlay-title {
    padding: 40px 0 40px 0;
  }
}
@media (min-width: 1200px) {
  .overlay-title {
    padding: 97px 0 40px 0;
  }
}

.overlay-title h1 {
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .overlay-title h1 {
    font-size: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .overlay-title h1 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .overlay-title h1 {
    font-size: 37px;
  }
}

main.faq-bg {
  background: url("../../images/faq-bg.jpg") no-repeat left;
  background-position: center;
  background-size: cover;
}

main.logo-bg {
  background: url("../../images/watermark-big.png") no-repeat left;
  background-position: bottom left;
}
@media (min-width: 768px) {
  main.logo-bg {
    background-size: 35%;
  }
}
@media (min-width: 1200px) {
  main.logo-bg {
    background-size: 13%;
  }
}


main {
  min-height: 71vh;
}

/* Regional Reps Page */
.card-2 {
  background: #fff;
  border:rgba(11, 77, 38, .55) 3px solid;
  /* background: rgb(255,254,249);  */
  /* background: radial-gradient(circle, rgb(251, 250, 244) 0%, rgba(238,236,215,1) 72%); */
  /* border-radius: 10px; */
  margin-bottom:5px;
  box-shadow: 0px 12px 12px 2px rgba(0, 0, 0, 0.1) !important;
  -webkit-box-shadow: 0px 12px 12px 5px rgba(0, 0, 0, 0.1)!important;
  height:auto;
  max-width:520px;
}
@media screen and (min-width:768px){
  .card-2{
    /* min-height:430px; */
    height: 425px;
  }
}
@media screen and (min-width:1200px){
  .card-2{
    /* min-height:430px; */
    height: 440px;
  }
}

/* @media screen and (max-width:1199px){
  .card-2{
    min-height:400px;
  }
} */

.regional-reps .contact-rep input {
  width: auto;
}
 
.regional-reps .reg-cat {
  /* background: #eee; */
  padding: 5px;
  border-radius: 10px;
}


.regional-reps h2 {
  margin-bottom: 0;
}

/* .rep-pic{
  border-radius: 10px;
}
.regional-reps .card-img-top{
  width:95%;
  max-height:282px;
  object-fit: cover;
} */

.logo{
  max-width: 150px;
  height:60px;
  object-fit: contain;
}
.regional-reps .card-2{
  transition: scale ease-in-out 0.5s;
  /* box-shadow: 3px 3px 3px #015ab21a; */
}
.regional-reps .card-2:hover{
  scale: 1.05;
}

.rep-title{
  color:#0b4d26;
  font-size:1.30rem;
}

.region-title{
  background-color: #0b4d26;
  color: #fff;
  /* margin:-1rem -1rem 0 -1rem; this counteracts the padding on the card in order to allow the green background to touch the top and sides of card */
  padding:1px;
  height: 70px;
}

/* Button settings */
.rep-btn{
  font-family: 'Montserrat', sans-serif; 
  font-weight: 600;
  display: inline-block;
  padding: 2px 10px;
  text-decoration: none;
  color: White;
  border: solid 2px #0b4d26;
  border-radius: 8px;
  transition: .4s;
  background-color: rgba(11, 77, 38, 1);
  
}

/* Controls new button hover */
.rep-btn:hover {
  background-color: rgba(11, 77, 38, .75);
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.rep-address{
  background-color: #eaeaea64;
  /* margin:0 -16px; */
}

.rep-phone{
  /* background-color: #b1a86590; */
  background-color:rgba(11, 77, 38, .45);
  /* margin:0 -16px; */
  color:black;
  min-height: 54px;
}


.regional-reps a{
  color:inherit;
}


.rep-form{
  margin-bottom:40px;
}




/*        Contact Page Start     */

.contact-background{
  background: url(../../images/form_bg.jpg);
  background-size: cover;
}

.contact-form{
  /* background-color: #f4f4f4b2; */
  border-radius: 20px;
  /* margin-bottom:40px; */
}

.contact-page .input{
  background-color: rgba(190, 178, 113, .08);  
  border-radius: 8px;
  border-color: rgba(18, 147, 71, .20);
  font-family: 'Montserrat', sans-serif;
  font-weight:500;
  width: inherit;
  text-align: left;
  box-shadow: inset 0 0 5px 0 rgb(0 0 0 / 20%);
}

.contact-page .input:focus{
  outline: rgba(18, 147, 71, .20);
}

.contact-map iframe{
  height:400px !important;
}

.card-4{
  border-radius: 10px;
  background-color: #ffffff91;
}


/* News Page */

.doc-link{
  text-decoration: underline 1px solid;
  color:#0b4d26;
  font-weight: 400;
}

.doc-link:hover{
  color:#0b4d26;
}

.doc-link:visited{
  color:#0b4d26;
  border: none;
}

.news-parallax{
  /* height:500px; */
  height:300px;
  background: url(../../images/news-parallax.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
}

.active-link:visited{
  color:#0b4d26;
}

.news-pic{
  width:300px;
}


/* .news-txt{
  padding: 50px 100px;
} */

/* About Page */
.about-page{
  padding:50px 100px;

}

@media screen and (max-width:750px){
  .about-page{
    padding:100px 15px;
  }
}

.about-p{
  padding:25px;
  font-family: 'Montserrat', sans-serif !important;
  /* background-color: #fef2af37; */
  border-radius: 15px;
  box-shadow: 0px 12px 35px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 12px 35px 5px rgba(0, 0, 0, 0.1);
  border-bottom:#0b4d26 5px solid;
  background-image: url(../../images/watermark-big-lower-opacity.png);
  background-repeat: no-repeat;
  background-position: left 40px bottom 40px;
}

.about-img{
  height:auto;
  width: 400px;
  margin: 0px 0px 0px 10px;
}

.about-p strong{
  color:#0b4d26 !important;
}


/* Careers Page */
.careers, .card-3{
  background: rgb(255,254,249); 
  background: radial-gradient(circle, rgba(255,254,249,1) 0%, rgba(238,236,215,1) 72%);
  /* border-radius: 20px; */
  transition: scale ease-in-out 0.5s;
  box-shadow: 14px 13px 12px -7px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 14px 13px 12px -7px rgba(0, 0, 0, 0.1);

}
.career-card{
  max-width: 1110px;
}
.career-container{
  padding-bottom:150px !important;
}

.c-button-row{
  margin-top:-25px;
}
 .card-3:hover{
  scale: 1.01;
}


/* Email Page */

.email-contain{
  padding: 100px 0px;
}

/* Quote Request Page */
.quote-capatcha{
  padding-top:20px;
}

.quote-request .input{
 width:inherit;
}

.quote-request #comments{
  width:100%;
}
.grey-container{
  font-size:14px;
}


/* Documents & Downloads page */

.card{
  border:none;
}

/* Product page */
.product-page{
  padding-bottom:120px !important;
  padding-top: 100px !important;
  padding: 0px 20px;
}

.product-gallery-img{
  height:232px;
  width:100%;
  object-fit: cover;
  transition: transform ease-in-out .3s;
}

.product-gallery-img:hover{
  transform: scale(1.03,1.03);
}
  @media screen and (max-width:360px){
  .g-recaptcha {
    transform: scale(0.80);
  }
}

.cat-btn{
  font-size: 14px;
  padding: 0.3em 1.1em;
}

.active-color{
  background-color: #0b4d26;
  border: lightgreen 2px solid;
}

.product-link{
  color:white;
}

.product-link:hover{
  color:white;
}