body {
  background: #00203A;
}

.name {
  color: #38ccdc;
  text-shadow: 1px 1px 6px #83d7e0;
}

.title {
  color: #37CCDC;
  text-shadow: 1px 1px 6px #83d7e0;
}

.default_img {
  width: 200px;
  border: 1px solid #37CCDC;
  box-shadow: 1px 1px 6px #83d7e0;
}

.project_img {
  width: 100%;
  border: 1px solid #37CCDC;
  box-shadow: 1px 1px 6px #83d7e0;
}

.project_col {
  padding: 16px;
}

.logo_wrapper {
  width: 100px;
  min-height: 72px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-icon {
  margin: 8px;
}

.social-icon:hover {
  color: white;
}

.bkg {
  background: url(../images/background.png);
  background-color: #00203A;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
}

a.more_info_link:hover {
  color: #F87B2A;
  text-decoration: none;
}

a.more_info_link {
  color: #37CCDC;
  text-shadow: 1px 1px 6px #83d7e0;
  display: inline-block;
  text-align: center;
  margin-left: 16px;
  margin-bottom: 2px;
}

a.project_more_info_link:hover {
  color: #F87B2A;
  text-decoration: none;
}

a.project_more_info_link {
  color: #37CCDC;
  text-shadow: 1px 1px 6px #83d7e0;
}

.logo-header {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#131313+0,131313+100&0.2+0,0.8+100 */
  background: -moz-linear-gradient(top, rgba(19,19,19,0.8) 0%, rgba(19,19,19,0.9) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(19,19,19,0.8) 0%,rgba(19,19,19,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(6, 2, 74) 0%,rgb(49, 45, 125) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33131313', endColorstr='#cc131313',GradientType=0 ); /* IE6-9 */
  height: 72px;
  margin-bottom: 0px;
  border-radius: 0px;
}

.footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  padding-top: 2rem;
  /* Permalink - use to edit and share a gradient like this one: http://colorzilla.com/gradient-editor/#131313+0,131313+100&0.8+0,0.2+100 */
  background: -moz-linear-gradient(bottom, rgb(36, 26, 40) 0%,rgb(19, 9, 17) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(bottom, rgb(36, 26, 40) 0%,rgb(19, 9, 17) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(36, 26, 40) 0%,rgb(19, 9, 17) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc131313', endColorstr='#33131313',GradientType=0 ); /* IE6-9 */
  border-top: 1px solid #CCE8C0;
  box-shadow: 1px 1px 6px #1395FF, 0px 0px 6px #1395FF
  text-align: center;
}
