body {
  background: url('images/gam.jpg') no-repeat center center fixed;
  background-size: cover;
}
.gamages {
  color: #ffff33 !important;
  font-style: italic;
  font-family: times new roman, times;
  font-size: 25pt;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
  font-weight: bold;
  line-height: 12px;
}
.gam-logo {
  margin: 180px auto 100px auto;
  width: 500px;
  /*border: 2px rgba(0, 0, 0, .3);*/
  /*box-shadow: 2px 2px 10px rgba(0, 0, 0, .3);*/
  /*border-radius: 10px;*/
}
.gam-tag {
  padding: 20px;
  padding-bottom: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  border: 1px solid gray;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  font-size: 14px;
  margin-bottom: 20px;
  text-align: center;
}
#home .row {
  min-height: 100%;
  /* Fallback for browsers do NOT support vh unit */
  min-height: 52vh;
  /* These two lines are counted as one :-)       */
  display: flex;
  align-items: center;
}
.project-img {
  width: 100%;
}
.lead {
  margin-bottom: 10px;
}
.navbar {
  background-color: rgba(255, 255, 255, 0.6);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.8) 90%, #ffffff 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.8) 90%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.8) 90%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
  border: none;
  font-weight: bold;
  font-size: 16px;
}
.navbar .navbar-nav > li > a {
  color: rgba(0, 0, 0, 0.51);
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background-color: rgba(255, 255, 255, 0.6);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.8) 90%, rgba(255, 255, 255, 0.2) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, #ffffff 90%, rgba(255, 255, 255, 0.2) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.8) 90%, rgba(255, 255, 255, 0.2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
}
h1 {
  color: white;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
}
h2 {
  font-size: 21px;
}
.tab-content {
  margin-bottom: 50px;
}
.well,
.panel {
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.5);
}
.well {
  background: rgba(245, 245, 245, 0.8);
}
.well a {
  text-decoration: underline !important;
}
.panel {
  margin-bottom: 30px;
}
ul {
  padding-left: 1.3em;
}
.footer {
  text-align: center;
  color: gray;
  font-size: 16px;
  font-weight: normal;
  background-color: rgba(255, 255, 255, 0.5);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.9) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
}
/*# sourceMappingURL=style.css.map */