body {
  font-family: 'Open Sans', sans-serif;
}

b {
  font-weight: bolder;
  font-size: 1.15em;
}

.navbar {
  background: rgba(46, 47, 60, 0.85);
  border-radius: 0px;
  height: 70px;
  margin-bottom: 0px;
}

.logo {
  height: 40px;
}
.content {
  /*background: #1A424E;
  background: -webkit-linear-gradient(to right, #143153, #1A424E);
  background: linear-gradient(to right, #143153, #1A424E);*/
  background: #343434 url("../images/header.png") no-repeat;
  color: #fff;
  padding: 20px 0px;
}
.data-container {
  width: 100%;
}

.title {
  margin-top: 55px;
  text-align: center;
  height: 170px;
}
.title h1 {
  font-weight: bolder;
  font-size: 3.8em;
}
.title h4 {
  font-size: 1.4em;
}

.thumbnail > img {
  height: 200px;
}

.well {
  background: #333 url('../images/noisy_net.png');
  border-color: #333;
  border-radius: 0px;
  box-shadow: 10px 10px 20px #333;
}
  .center-well {
    height: 360px;
    background: url('../images/center-bg.png') -50px -50px;
    background-repeat: repeat-x;
  }

.headerimg {
  background: 0px -60px url("../images/header_old.jpg");
  height: 300px;
  border: 1px solid #5A7085;
}

#center-list { margin-top: 55px; margin-left: -20px; }
#center-list li { margin-top: 30px; }

.well.right-content,
.well.left-content {
  margin-top: -20px;
  padding-top: 50px;
}
.left-well-bg {
  background: url("../images/left.png") no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  height: 250px;
}
.well.left-content {
  height: 170px;
}
.right-well-bg {
  background: url("../images/right.png") no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  height: 250px;
}
.relative { position: relative; }
.ring {
  position: absolute;
  top: 35%;
  left: 35%;
  display: block;
  width: 153px;
  height: 153px;
  text-align: center;
  vertical-align: middle;
  padding-top: 55px;
  font-size: 2em;
  font-weight: bolder;
  cursor: pointer;
} 
  .ring-purple  { background: url('../images/ring-purple.png') no-repeat; }
  .ring-blue    { background: url('../images/ring-blue.png') no-repeat; }

.translusent {
  border: none;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: relative;
  text-align: center;
  box-shadow: none;
}
  .translusent .user-icon-and-text {
    vertical-align: middle;
    margin-top: 20%;
  }
    .user-icon-and-text .glyphicon { font-size: 2em; }
    .user-icon-and-text h4 { font-weight: bolder; }

/*.modal,*/
.modal-header,
.modal-body,
.modal-footer {
  color: #fff;
  background: rgba(14, 35, 62, 0.9);
}
