/* gg custom CSS
-------------------------------------------------- */

body {
  background-color: #F7DFC5;
  font-family: 'Roboto', sans-serif;
}

.geebs-bg {
  background-image: url("../images/geebs2.jpg");
  background-color: #F7DFC5;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 600px;
}

.bios {
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,1) 80%, rgba(176,255,225,1) 100%);
}

.tri-shape {
  vertical-align: top;
}

.gamedev-status {
  font-size: .8rem;
}

.gamedev-status-off  {
  background: rgb(255,255,255, .8);
  color: #999999;
}

.gamedev-status-on  {
  background: rgba(15, 167, 134, 0.7);
}

.titles {
  color: rgba(163,135,250,1);
  
}

p {
    color:#333333;
}

.landing {
  text-shadow: 0px 0px 6px #FFFFFF;
}


.landing-shadow {
  background-color: rgba(247, 223, 197, .0);
} 

.display-5 {
  font-size: 3em;
  font-weight: 300;
  line-height: 1.2;
}

ul.attribution-list li {
  margin-bottom:8px;

}

/* NEWSLETTER MODAL */

.modal-content {
  background-color: #25215e;
}

.modal-header, .modal-footer {
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
}

.modal-body {
  background-color: #25215e !important;
}

.mailchimp {
  border-width: 0;
}

iframe {
  overflow:hidden;
}

.contact-btns {
  background-color: rgb(61, 27, 126);
  border-color: rgb(163,135,250);
}

a.contact-btns:hover {
  color: #25215e; 
  background-color: rgba(163,135,250,.5);
  border-color: rgb(163,135,250);
}

.contact-links, .attribute-links {
  color: rgb(61, 27, 126);
}

a.contact-links:hover {
  color: rgba(163,135,250,.5);
  -webkit-text-stroke: 1px rgb(163,135,250);
}
