/* Main Coherent CSS */

/*html * {
  border:1px solid black;
}
*/
body {
	background-color: #d9e1e8;
}


a[href^="tel"]{
	color:inherit;
	text-decoration:none;
}

/**********************************************  WELL */

.well {
	text-align: center;
   font-size: 21px;
   font-weight: bold;
	 background-color: #cec;
}

/**********************************************  NAVBAR */

.navbar-inverse {
  background-color: #B94141;
  border-color: #080808;
/*background-color: ##003087;*/
}

.navbar-inverse .navbar-brand {
  color: #FFCC66;
}

.navbar-inverse .navbar-nav > li > a {
  color: #FFCC66;
}

.navbar {
  position: relative;
  min-height: 80px;
  margin-bottom: 0px;
  border: 1px solid transparent;
}

.navbar-brand {
  font-size: 36px;
}

#navbar-logo {
	width: 50px; 
	height: 50px;
}

.logos {
	/*background-color: #fff;*/
  border-radius: 8px;
  margin-top: 20px;
}

.text-align-right {
	text-align-right;
}

#clientsHeading {
	text-align: center; 
	color: #9baec8;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #d9e1e8;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.vertical-align {
    display: flex;
    align-items: center;
}

/**********************************************  CAROUSEL */

.carousel-caption > p {
	font-size: 20px;
}

.carousel-indicators li {
  border: 1px solid #ED8B03;
}
.carousel-indicators .active {
  background-color: #ED8B03;
}

/**********************************************  JUMBOTRON */

.jumbotron {
  background-color: #d9e1e8;
  margin-bottom: -20px;
}

.jumbotron-heading {
	text-align: center;
}

.aboutName {
	text-align: center;
}

.aboutNickName {
	text-align: center; 
	color: #aaa;
}

.aboutImage {
	 margin-bottom: 20px; 
	 margin-top: 20px;
}

.aboutTalents {
	text-align: center; 
	list-style-type: none; 
	margin-left: -20px;
}

#copyright {
	text-align: right;
}

a {
  color: #ED8B03;
}

#poweredby a {
color: #FFCC66;
}

/**********************************************  FOOTER */

.footer {
  background-color: #B94141;
  /*background-color: #2b90d9;*/
  color: #FFCC66  ;
  font-size: 12px;
  position: relative;
  min-height: 50px;
  /*margin-top: 20px;*/
  margin-bottom: 0px;
  border: 1px solid transparent;

  position: relative;
  width: 100%;
}

.union_logo {
  width: 90px;
  height: 90px;
  display: block;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
}
