/* Main Coherent CSS */

/*html * {
  border:1px solid black;
}

*/
body {
	background-color: #d9e1e8;
}

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

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

/********************************* NAVBAR */
.navbar-inverse {
  background-color: #2a30c0;
  border-color: #080808;
}

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

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

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

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

.navbar-right > li {
  font-size: 18px; 
  margin-top: 15px;
}

.navbar-header > a {
  margin-bottom: 20px;
}

#navbar-logo {
	width: 225px; 
	height: 60px;
}

.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);
}

.logos {
  border-radius: 8px;
  margin-top: 20px;
}

.text-align-right {
  text-align: right;
	/* text-align-right; */
}

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

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

/********************************* CAROUSEL */
.carousel-caption {
  color: #d9e1e8;
}

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

/********************************* JUMBOTRON */
.jumbotron {
  margin-top: 20px;
  background-color: rgb(31, 72, 107);
  color: #000;
}

#about_jumbo {
    position: relative;
    background: url("../images/jumbo/jumbo_about.png");
    width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
}

#direct_jumbo {
    position: relative;
    background: url("../images/jumbo/jumbo_direct.png");
    width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
}

#digital_jumbo {
    position: relative;
    background: url("../images/jumbo/jumbo_digital.png");
    width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
}

#app_jumbo {
    position: relative;
    background: url("../images/jumbo/jumbo_app.png");
    width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
}

#web_jumbo {
    position: relative;
    background: url("../images/jumbo/jumbo_web.png");
    width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
}

#apparel_jumbo {
    position: relative;
    background: url("../images/jumbo/jumbo_apparel.png");
    opacity: 1.0;
    width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
}

#creative_jumbo {
    position: relative;
    background: url("../images/jumbo/jumbo_creative.png");
    opacity: 1.0;
    width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
}


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

.container .capabilities {
  margin-top: 20px; 
  margin-bottom: 20px;
}

.container .capabilities > .row {
  margin-bottom: 20px;
}

/********************************* ABOUT */
.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;
}

/********************************* FOOTER */
#copyright {
	text-align: right;
}

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

  position: relative;
  width: 100%;
}

