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

body {
  padding-bottom: 40px; 
  padding-top: 0px;/* original: 50px */
  /* color: #5a5a5a; */
  color:#00334d;
}

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

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}
/* less padding for logo */
.navbar-brand{
    padding-left:5px;
    padding-top:5px;
    padding-bottom:5px;
    padding-right:5px;
}

.navbar-brand .navbar-logo .img-rounded {
    width:40px; 
    height:40px;
    border-radius:50%;
    overflow:hidden;
}

/* 2017-05-01 */
/* CUSTOMIZE THE NAVBAR -> different colours BEGIN
----------------------------------------------------------------------------- 
http://stackoverflow.com/questions/32706944/how-to-change-bootstrap-navigation-menu-colors
*/

/***Navbar Background Color, Border Removed ,Border Radius Sqaure***/

.navbar.navbar-custom {
  background: #337AB7; /* #66ccff */
  border: none;
  border-radius: 0;
}

/* !! Link Color***/

.navbar.navbar-custom .navbar-nav > li > a {
  color:#cce6ff; /* #f00  */
}


/* ------------------------------------------- HOVER Link Color Hover State***/

.navbar.navbar-custom .navbar-nav > li > a:hover {
  color: #005cb3 ; 
}
/* -------------------------- ACTIVE Link Background and Color Active State***/

.navbar.navbar-custom .navbar-nav > .active,
.navbar.navbar-custom .navbar-nav > .active > a,
.navbar.navbar-custom .navbar-nav > .active > a:hover,
.navbar.navbar-custom .navbar-nav > .active > a:focus {
  background: #005cb3;
  color: #cce6ff;
}

/***Navbar Brand Link Color***/

.navbar.navbar-custom .navbar-brand {
  color: #f00;
}
/***Navbar Brand Link Color Hover State***/

.navbar.navbar-custom .navbar-brand:hover {
  color: #005cb3;/*#ff0*/
}
/* -- no effect -- **Dropdown Background Active State***/

.navbar.navbar-custom .nav li.dropdown.open > .dropdown-toggle,
.navbar.navbar-custom .nav li.dropdown.active > .dropdown-toggle,
.navbar.navbar-custom .nav li.dropdown.open.active > .dropdown-toggle {
  background:#005cb3;
  color:#f00; /* #66ccff      ----------------------------------------------*/
}
/***Dropdown-menu Background Color***/

.navbar.navbar-custom .dropdown-menu {
  background: #cce6ff;
  border: none;
}
/***Dropdown-menu Color***/

.navbar.navbar-custom .dropdown-menu > li > a {
  color: #f00;
}

/* -- no effect -- ** Dropdown-menu Color Hover and Focus State***/

.navbar.navbar-custom .dropdown-menu > li > a:hover,
.navbar.navbar-custom .dropdown-menu > li > a:focus {
  color:#f00;  /* #337ab7     ----------------------------------------------*/
  background:#005cb3;      
}
/* --------------------------------------------------------- Toggle Button***/

.navbar.navbar-custom .navbar-header .navbar-toggle {
  border-color: #cce6ff;
  background: #337ab7;
}
/* !! Toggle Button Hover and Focus State***/

.navbar.navbar-custom .navbar-header .navbar-toggle:hover,
.navbar.navbar-custom .navbar-header .navbar-toggle:focus {
  background:#222; 
  /*border: #f00;*/
}
/***Collapse Borders***/

.navbar.navbar-custom .navbar-collapse {
  border: none;
}
@media (max-width: 767px) {
  .navbar.navbar-custom li.dropdown .dropdown-menu > li > a {
    color: #f00;
  }
  /***Dropdown-menu Color Hover and Focus State***/
  .navbar.navbar-custom li.dropdown .dropdown-menu > li > a:hover,
  .navbar.navbar-custom li.dropdown .dropdown-menu > li > a:focus {
    color: #ff0;
    background: #f00;
  }
}
















/* CUSTOMIZE THE NAVBAR -> different colours END
----------------------------------------------------------------------------- */


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

/* Carousel base class */
.carousel {
  height: 500px;
  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */  
/*font-size:25px;*/
.carousel-caption .bigger{
  position:relative;  
  z-index: 10;
  font-size:28px;
  margin-top:10px;
  /*margin-top: 10px*/
  /*margin-top: 60px;*/
}

.carousel-caption .medium {
  position:relative;  
  z-index: 10;
  font-size:24px;
  margin-top: 10px;   
}

.carousel-caption .smaller{
  position:relative;  
  z-index: 10;
  font-size:18px;
  margin-top: 10px;
}

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

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


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

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


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

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

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

.susie-featurette{
    margin-top:0px;
    color: #337ab7;    
}

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

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* 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: 120px;
  }
}


