/*
.navbar-inner {
    background:transparent;
}

.navbar-wrapper {
    background: transparent;
}
*/


.dropdown-menu {
/*    background: #007ba7;*/
    background: rgba(0,123,167,0.7);
}

.navbar-nav>li>a.nav-link, .dropdown-menu>li>a, .navbar-default a.navbar-brand {
    color: white;
    font-size: 22px;
    font-family: 'Open Sans Condensed', sans;
}

.navbar-default a.navbar-brand:hover {
  color: #333;
}
.dropdown-menu>li>a {
    font-size: 18px;
}

.navbar-inverse {
    color: white;
}

.navbar-wrapper {
    margin-top: 0;
    padding-top: 5px;
}

.banner {
    display: block;
}

.banner-title {
    fill: white;
    font-family: 'Armata', sans-serif;
    font-size: 2.5em;
    font-weight: bold;
}

.banner-subtitle {
    fill: white;
    font-family: 'Open Sans Condensed', sans;
    font-size: 1.8em;
    font-style: italic;
}


.header {
    margin-top: 0;
    margin-bottom: 4%;
    font-family: 'Raleway', sans-serif;
}


.armata {
    font-family: 'Armata', sans-serif;
}

p.intro-para-small {
    font-family: 'Open Sans';
    font-size: 1em;
}

.intro-para {
    font-family: 'Open Sans';
    font-size: 1.1em;
    /*font-size: 1.25em;*/
}

.intro-blurb {
    font-family: 'Open Sans';
  /*  font-weight: bold;*/
    font-size: 1.25em;
}

.intro-smallblurb-white {
    font-family: 'Open Sans';
  	font-weight: bold;
    font-size: 1.15em;
	color: white;
}

.intro-smallblurb-white > a {
	color: white;
	font-weight: bold;
	font-style: oblique;
}

.intro-smallblurb-heading {
    font-family: 'Open Sans';
  	font-weight: bold;
    font-size: 1.25em;
	color: white;
}

.intro-one-liner {
    font-family: 'Open Sans';
	font-style: bold;
    font-size: 2em;
	color: teal; 
}

.intro-one-liner-shadow {
    font-family: 'Open Sans';
	font-style: bold;
    font-size: 2.5em;
	color: teal;
	text-shadow: 1px 1px 2px;
}


.introimg {
	position: relative;
	background: url("img/coffee_newspaper.jpg") no-repeat center center fixed;
	width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
}

.lead {
	font-size: 1.1em;
}

.keyword {
  color: teal;
  /*font-variant: small-caps;*/
  font-variant: bold;
}

.featurette-text a,
.intro-para a {
    color: teal;
}

ul.featurette-list {
  margin-left:0;
  font-size: 1.1em;
}

ul.featurette-list-large {
  margin-left:0;
  font-size: 1.25em;
}

#frm_contact_us>.form-group>label {
    font-family: 'Open Sans Condensed';
    font-size: 22px;
}

#frm_contact_us {
     background: #C3CBD9;
     padding-left: 4%;
     padding-right: 4%;
     padding-top: 4%;
     padding-bottom: 3%;
     margin-bottom: 2%;
     border: 1px solid #cccccc;
     border-radius: 4px;
}

#btnsubmit_contact_us {
    background: teal;
    font-family: 'Open Sans';
    font-size: 18px;
    color: white;
}

.tealbox {
	border: 2px solid #24A19C;
	/*background: teal;   */
	/*background: #24A19C; */
	color: #24A19C; 
	border-radius: 25px;
}

.tealbox .fa-circle {
/*	color: teal;*/
	color: #24A19C; 
}

.btn {
  border: #24A19C;
  background: #24A19C;
}
