
.navbar-brand {
  font-family: 'Dosis', sans-serif;
  color: #222;
}

.navbar.navbar-default {
  margin-bottom: 0;
}

.hero {
  background-position: center center;
  background-size: cover;
  min-height: 400px;
  max-height: 600px;
  height: 80vh;
  position: relative;
}

.hero-text {
  color: #ddd;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Dosis', sans-serif;
  text-align: center;
  min-width: 300px;
  text-shadow: 2px 2px 5px rgba(50, 50, 50, 0.3);
}
.hero-text2 {
  color: #222;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Dosis', sans-serif;
  text-align: center;
  min-width: 300px;
  text-shadow: 2px 2px 5px rgba(50, 50, 50, 0.3);
}

.hero-text-light a {
  color: #fff;
}

.hero-text h1 {
  font-size: 40px;
  font-weight: 300;
}

.hero-text h2 {
  font-size: 40px;
  font-weight: 300;
}

.hero-text-dark {
  color: #000;
  text-shadow: inherit;
}

.hero-tagline {
  font-size: 24px;
}

.hero-description {
  font-size: 20px;
}

.social-buttons {
  margin-top: 10px;
}

/* Coding */
.coding {
  margin-bottom: 20px;
  min-height: 400px;
}

.coding .hero {
  min-height: 125px;
  height: inherit;
}

.coding .card a {
  display: block;
  height: 250px;
  width: 100%;
  background-position: center top;
  background-size: cover;
}

.card {
  border: 1px solid #ddd;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  margin-bottom: 20px;
}

.card-top {
  border-bottom: 1px solid #ddd;
}

.card-bottom {
  min-height: 180px;
  padding: 15px;
}

.card-bottom h3 {
  font-size: 18px;
  margin: 0 0 5px 0;
}

.skills .hero-text {
  width: 100%;
  max-width: 400px;
}

.skills ul {
  padding-left: 0;
}

.skills li {
  font-size: 15px;
  list-style-type: none;
}

.berkeley .hero-text {
  color: #FDB515;
}

.google .google-bg {
  float: left;
  height: 100%;
  width: 25%;
}
.google .blue {
  background-color: #4285F4;
}
.google .green {
  background-color: #34A853;
}
.google .yellow {
  background-color: #FBBC05;
}
.google .red {
  background-color: #EA4335;
}

#coding-legacy {
    width: 775px;
    margin: 0 auto;
}
#coding-legacy h2 {border-bottom: 1px solid #aaa;}
#coding-legacy h3 {margin-top: 1em;}
#coding-legacy pre {margin: 0.5em 1.5em; padding: 0.25em; border: 1px solid #aaa;}
#coding-legacy p {margin: 1em;}
#coding-legacy .obj-file {overflow: scroll; max-width: 800px; max-height: 300px;}
#coding-legacy .ssa {text-align: center;}
