/* changing the navbar to transparent */
.navbar {
  background-color:transparentF;
  background: transparent;
  border: none;
  color: #F00;
  z-index: 100;
  margin-bottom: 0;
  border-radius: 0;
}

/* Adjusting the brand and link colors */

.navbar-default .navbar-brand {
  color: white;
  font-weight: 500;
}
.navbar-default .navbar-brand:hover {
  color: white;
}
.navbar-default .navbar-nav > li > a {
	color: #F00;
	font-family: 'Economica', sans-serif;
	font-weight: 100;
	font-size: 24px;
	text-transform: capitalize;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:active {
  color: #000;
  text-decoration: underline;
}
.navbar-default .navbar-nav > li > a:visited, .navbar-default .navbar-nav > li > a:focus {
  color: #000;
  text-decoration: none;
}




/* opaque class which will be attached on scroll */
.navbar.opaque {
  background-color:#FF0000;
  background:#FFFFFF;
  transition: background-color 1s ease 0s; /* Transition effect to make it fade in (optional) */
  box-shadow: 0px 0px 4px #969696;
}
.navbar.opaque .navbar-brand {
  color: #969696;
  transition: color 1s ease 0s;
}
.navbar.opaque .navbar-nav > li > a {
  color: #FF0000;
  transition: color 1s ease 0s;
}
.navbar.opaque .navbar-nav > li > a:active {
  text-decoration: underline;
}

.container-fluid pre {
	background-color: #00FFFF;
}
.header {
	height: 200px;
	display: block;
}
.spacer30 { height: 30px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.caret-up {
    width: 0; 
    height: 0; 
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}.navbar.navbar-default.navbar-fixed-top .container .pull-right.contact_us {
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	color: #FF0000;
	font-size: 20px;
	font-weight: 100;
	font-family: 'Economica', sans-serif;
}
.size {
	display: block;
	width: 100%;
	height: 80px;
}
.adjust {
	padding-top: 11px;
}
