

.navbar-transparent .navbar-nav > li > a {
   color: white; /*Change active text color here*/
    }
.navbar-transparent .navbar-brand {
    color: white;
}

/*!
 * Start Bootstrap - The Big Picture HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
	margin-top: 0px;
	margin-bottom: 50px;
	background: none;
  font-size: 14px;
}

.fullimage {
  background: url('https://images.unsplash.com/photo-1494916877069-563181a7060f?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=1080&fit=max&s=2dcedb0f7b95d93c148be384e5a333cc') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.full {
  background: none; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #f9c039;
}

.verticalLineBlack {
    border-left: thick solid black;
}
.verticalLineWhite {
    border-left: thick solid white;
}