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

body {
	background-color: #000000;
  padding-bottom: 40px;
  color: #ffffff;
  /*font-family: 'Josefin Sans', sans-serif;*/
  font-family: 'Lato', sans-serif;
}



/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: relative;
  z-index: 15;
}


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

/* Carousel STANDARD base class */
.carousel {
  /*margin-bottom: 60px;*/

  /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
  margin-top: -90px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 738px;
  background-color: #777;
}

.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 738px;
}


/* MENU CONTENT
-------------------------------------------------- */

/* Pad the edges of the mobile views a bit */
.menu {
  padding-top:16px;
  padding-bottom:20px;
  font-size:20px;
  font-weight:bold;
  color: #ffffff;
  background-color:#5546A1;
  min-width: 100%;
}

.menu a {
    color: #ffffff;
}
.menu a:hover {
    color: #ffffff;
}

.menuContainer {
    text-align: justify;
    margin: 0;
    padding: 0;
    height: 22px;
    margin-right: 50px;
    margin-left: 50px;
}
    .menuContainer li {
        display: inline-block;
    }


.menuContainer:after {
    content: '';
    width: 100%;
    display: inline-block;
}


@media (max-width: 767px) {
    .menu  {
      padding-top:11px;
      padding-bottom:15px;
      font-size:18px;
    }
    .menuContainer {
      height: 20px;
      margin-left: 25px;
      margin-right: 25px;
    }
}
@media (max-width: 550px) {
    .menu  {
      padding-top:6px;
      padding-bottom:9px;
      font-size:16px;
    }
    .menuContainer {
        height: 18px;
      margin-left: 15px;
      margin-right: 15px;
    }
}
@media (max-width: 450px) {
    .menu  {
      padding-top:3px;
      padding-bottom:6px;
      font-size:12px;
    }
    .menuContainer {
        height: 14px;
      margin-left: 5px;
      margin-right: 5px;
    }
}


/* NOI CONTENT
-------------------------------------------------- */

/* Pad the edges of the mobile views a bit */
.noi {
  padding-left: 15px;
  padding-right: 15px;  
  padding-bottom:50px;  
}

/* Center align the text within the three columns below the carousel */
.noi .col-lg-12 {  
  margin-bottom: 20px;
}
.noi h2 {
  font-weight: normal;
}
.noi .col-lg-12 p {
  margin-left: 10px;
  margin-right: 10px;
}


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

/* Pad the edges of the mobile views a bit */
.marketing {
  padding-left: 15px;
  padding-right: 15px;  
}

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  text-align: center;
  margin-bottom: 20px;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-left: 10px;
  margin-right: 10px;
}


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

.featurette-divider {
  margin: 50px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}


/* CUSTOM */
.line-height-24 
{
    line-height:24px;
}
.portfolio-subtext 
{
    font-size: 32px;
    color:#b85d5c;
}

.label-section 
{
    color:#dedede !important;
}

.social 
{
    margin-top:20px;
    text-align:center;
}

a, a:hover
{
    color: #5a5a5a;
    font-weight:600;
}

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

@media (min-width: 768px) {

  /* Remove the edge padding needed for mobile */
  .marketing {
    padding-left: 0;
    padding-right: 0;
  }

  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

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

}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 20px;
  }
}




.loghi img, .social img {
    width: 100%;
    max-width: 200px;
}







         

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
