/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 7.5rem;
  padding-bottom: 3rem;
  color: #5a5a5a;
  font-family:Lato;
}
.mobileCarousel{
display:none;
}
.mobileSlide{
display:none;
}
.mobileonly{
display:none;
}
ul.navbar-nav.mr-auto{
padding-top: 50px!important;
}
.navadjust{
width:350px;
font-size:24px;
padding-top:50px;
}
.fullcontainer{
  background-color:#fff;
  width:100%;
}
.fullcontainer-blue{
  background-color:#185393;
  width:100%;
  text-align:center;
}
.fullcontainer-gray{
  background-color:#f4f3f4;
  width:100%;
}
.fullcontainer-gray .lead{
  color:#000;
  font-size:14px!important;
}
.fullcontainer-gray .monitor{
  margin-top:30px;
}
.fullcontainer-blue h2 {
  font-weight: 300;
  color:#FFF;
  text-align:center;
}
.thinline{
height:13px;
margin-top:50px;
}
.thinlinehome{
height:13px;
margin-top:0px;
}
.thinline2{
height:2px;
margin-top:2px;
}
.showcaseicon{
font-size:90px!important;
color:#fff;
}
.showcaseicon:hover{
font-size:90px;
color:#f7941d;
}
.footertxt{
margin-right:100px;
min-height:100px;
}
.footertxt a{
color:#FFF;
}
.nav-item{
font-size:18px!important;
}

/* 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;*/
  bottom: 7rem;
  font-family:Lato;
}
.carousel-caption h1 {
  font-size: 80px;
  color:#FFF;
  font-weight:900px;
  margin-top:-30px;
}
.carousel-caption p {
font-size:32px;
  color:#cdd0d1;
  font-weight:700px;
}
.textleft{
text-align:left!important;
padding-left:95px;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
  background-color: #777;
}
.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{
}
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing .col-md-12{
text-align:center;
}
.marketing h2 {
  font-weight: 300;
  color:#000;
}
.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;
}

.showcase{
color:#fff;
padding-top:50px;
}
.showcase p{
text-align:left;
font-size:14px;
}
.showcase h2{
padding-top:15px;
text-align:center;
font-size:18px;
font-weight:bold;
color:#FFF;
}
.showcase .button{
text-align:center;
}
.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.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{
min-height:135px;
font-size:14px;
color:#FFF;
text-align:left;
}
.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{
width:30%;
float:left;
padding-top:30px;
padding-bottom:30px;
background-color:#cbcfd9;
}


/* 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 {
text-align:left;
  font-weight: bold;
  line-height: 1;
  font-size:24px;
  color:#000;
  font-weight:700!important;
  letter-spacing: -.05rem;
}
.lead{
 font-size:16px;
 font-weight:300;
 line-height:27px;
}
.marketing .lead{
font-size:18px;
}


/* 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: 24px;
  }

}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
@media (max-width: 1530px) {
  .bg-inverse {
  margin-left:auto;
  margin-right:auto;
  /* width:80%;*/
  width: 100%;
    padding-left: 100px;
    padding-right: 100px;
    /*color: rgba(255, 255, 255, 0.1)!important;*/
}
}
@media (min-width: 800px) and (max-width: 1350px) {
.navadjust{
width:350px;
font-size:18px;
padding-top:0px;
}
}
@media (max-width: 1200px) {
  .bg-inverse {
  margin-left:auto;
  margin-right:auto;
  /* width:80%;*/
  width: 100%;
    padding-left: 50px;
    padding-right: 50px;
    /*color: rgba(255, 255, 255, 0.1)!important;*/
}
}
@media (max-width: 1100px) {
.navbar-nav li {
    padding-right: 20px;
}
}
@media (max-width: 800px) {
#myCarousel{
/*display:none;*/
}
.mobileSlide{
width:100%;
}
.navadjust{
display:none;
}
.mobileCarousel{
display:block;
}
.mobileSlide{
display:block;
}
.carousel-caption {
bottom: 0px;
}
.carousel-indicators{
display:none;
}
.carousel-inner{
display:none;
}
.mobiledisplay{
display:none;
}
.mobilefooter{
float:none!important;
clear:both;
text-align:center;
}
.footertxt {
    margin-right: 0px;
}
.mobileonly{
display:block;
}
.bg-inverse {
padding-left:10px;
}
ul.navbar-nav.mr-auto {
padding-top: 5px!important;
padding-left: 15px;
}
.first{
padding-top:25px;
}
body{
padding-bottom:0px;
}
.navbar-nav li {
    font-size: 16px;
}
}