/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 3.5rem;
  padding-bottom: 3rem;
  color: #5a5a5a;
  font-family:Lato;
}
.fullcontainer{
  background-color:#f4f5f9;
  width:100%;
}
.fullcontainer-blue{
  background-color:#185393;
  width:100%;
  text-align:center;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
  text-align:center;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  bottom: 3rem;
  font-family:Lato;
}
.carousel-caption h1 {
  font-size:32px;
  color:#cdd0d1;
  font-weight:700px;
}
.carousel-caption p {
  font-size: 90px;
  color:#FFF;
  font-weight:900px;
  margin-top:-30px;
  
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}
.carousel-item > img {
  /*position: absolute;*/
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}

/* Carousel base class */
.carousel-interior {
  margin-bottom: 4rem;
  text-align:center;
}
/* Since positioning the image, we need to help out the caption */
.carousel-interior-caption {
  z-index: 10;
  bottom: 3rem;
  font-family:Lato;
}
.carousel-interior-caption h1 {
  font-size:32px;
  color:#cdd0d1;
  font-weight:700px;
}
.carousel-interior-caption p {
  font-size: 90px;
  color:#FFF;
  font-weight:900px;
  margin-top:-30px;
  
}

/* Declare heights because of positioning of img element */
.carousel-interior-item {
  height: 22rem;
}
.carousel-interior-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing{
background-color:#f4f5f9;
}
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
.headlinemain .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.headlinemain h2 {
  font-weight: normal;
}
.headlinemain .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
.headlinemain h2 {
  color:#184393;
  font-weight:700;
  text-transform: uppercase;
  text-align:center;
  line-height:50px;
  font-size:36px;
}
.portfolio{
padding-top:70px;
}

.portfolio h2 {
  color:#333333;
  font-weight:normal;
  text-transform: uppercase;
  text-align:center;
  line-height:50px;
  font-size:36px;
}
.portfolio p {
  color:#333333;
  font-weight:300;
  text-align:center;
  line-height:36px;
  font-size:16px;
}
.portfolio-items{

}
.portfolio-item{
position: relative;
width:25%;
float:left;
margin:0px;
padding:0px;
}
.portfolio-item img{
width:100%;
}

.portfolio-item .portfolio-item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    color: #FFF;
}
.portfolio-item:hover .portfolio-item-overlay {
    display: block;
    background: rgba(24, 83, 47, 0.5);
}
.portfolio-item-overlay p{
padding-left:20px;
padding-top:80%;
}

.help{
padding-top:70px;
}

.help h2 {
  color:#333333;
  font-weight:normal;
  text-transform: uppercase;
  text-align:center;
  line-height:50px;
  font-size:36px;
}
.help p {
  color:#333333;
  font-weight:300;
  text-align:center;
  line-height:26px;
  font-size:16px;
}
.contact-us{
background-image: url(../images/contact-actual.jpg);
background-size: cover;
padding-top:200px;
padding-bottom:200px;
}
.contact-us-item{
width:50%;
margin-left:auto;
margin-right:auto;
padding:150px;
background: rgba(255, 255, 255, 0.7);
font-weight:bold;
}
.contact-us-item input[type=text] {
    background: transparent;
    border: none;
    border-bottom: 1px solid #000000;
    padding: 2px 5px;
}
.contact-us-item textarea {
    background: transparent;
    border: none;
    border-bottom: 1px solid #000000;
    padding: 2px 5px;
}


.clearall{
float:none;
clear:both;
}
.footer{
font-size:14px;
color:#FFF;
text-align:left;
padding-left:100px;
padding-right:100px;
}
.innerbodyleft{
width:70%;
float:left;
text-align:left;
padding-left:12%;
padding-top:50px;
padding-right:30px;
line-height:40px;
font-weight:normal;
font-size:22px;
color:#185393;
background-color:#FFF;
}
.innerbody{
background-color:#FFF;
}
.innerbodyright{
padding-left:100px;
width:30%;
float:left;
padding-top:30px;
padding-bottom:30px;
background-color:#cbcfd9;
font-size:21px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}
.featurette{
padding-top:70px;
text-align:left;
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: bold;
  line-height: 1;
  font-size:20px;
  color:#333333;
  letter-spacing: -.05rem;
}
.lead{
 font-size:18px;
 font-weight:300;
 line-height:27px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  /*.carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;*/
  }

  .featurette-heading {
    font-size: 20px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
.testimonial{
margin-top:100px;
background-image: url(../images/testimonialsbg.png);
background-size: auto;
background-color: #185393;
height:500px;
background-position: center;
background-repeat: no-repeat;
text-align:center;
/*padding-top:8%;
padding-bottom:10%*/
}
.testimonial p{
font-size:30px;
color:#FFF;
font-weight:300;
padding-bottom:10px;
font-family: lato-light;
}
.testimonial img{
padding-bottom:25px;
}
.testimonial em{
font-size:18px;
color:#FFF;
font-weight:300;
}
.announcement{
padding-bottom:50px;
background-color:#FFF;
background-image: url(../images/new-product4.jpg);
background-size: cover;
border-style: double;
border-color: red;
border-width: 3px;

}
.announcement h2{
  color:#184393;
  font-weight:700;
  text-transform: uppercase;
  line-height:50px;
  font-size:36px;
}
.npa{
color: red;
}
.gallerycontent h2{
  color:#184393;
  font-weight:700;
  text-transform: uppercase;
  line-height:50px;
  font-size:36px;
}
.marketing{
background-image: url(../images/cabg.png);
background-position: bottom right;
background-size: contain;
background-repeat: no-repeat;
}
.hero2copy{
line-height: 85px;
margin-top: 10px!important;
}
@media (max-width: 1280px){
	.navbar-nav li {
    padding-right: 12px;
    font-size: 12px;
    }
    .carousel-caption p {
    font-size: 54px;
    margin-top: -20px;
    }
    #TestimonialCarousel p{
    font-size: 30px;
    }
}
@media (max-width: 1320px) and (min-width: 1281px) {
    .carousel-caption p {
    font-size: 70px;
    }
    #TestimonialCarousel p{
    font-size: 30px;
    }
}
@media (max-width: 1000px) {
    .innerbodyleft {
    width: 100%;
    }
    .innerbodyright {
    width: 100%;
    }
}
@media (max-width: 768px) {
    .carousel-caption p {
    font-size: 32px;
    }
    .d-md-block{
    display:block!important;
    }
    .container{
    width:100%;
    }
    .contact-us-item {
    width:100%;
    }
    #TestimonialCarousel p{
    font-size: 22px;
    }
    .announcement img{
    display:none;
    }
    .carousel-caption h1 {
    font-size: 22px;
    margin-top: 10px;
    line-height:38px;
    }
    .hero2copy{
    line-height: 48px;
    }
    .headlinemain h2 {
    line-height: 34px;
    font-size: 24px;
}
}