@import url('https://fonts.googleapis.com/css?family=Quicksand');

.container {
  max-width:540px;
  padding-bottom:1.5em;
}

.one {
  border-top:5px solid #F9AE15;
}

.two {
  border-top:5px solid #FF663A;
}

.three {
  border-top:5px solid #F33563;
}

.four {
  border-top:5px solid #BB3570;
}

.navbar {
  padding:0;
}

.navbar-nav {
  display:table;
  width:100%;
}

.navbar-nav > li {
  float:none;
  display:table-cell;
  text-align:center;
}

.nav-item.one {
  background-color:#F9AE15;
}

.nav-item.two {
  background-color:#FF663A;
}

.nav-item.three {
  background-color:#F33563;
}

.nav-item.four {
  background-color:#BB3570;
}

.navbar a img {
  max-width:32px;
  text-align:center;
}

img.qrcode {
  max-width:480px;
  height:auto;
}

.profile {
  padding-bottom:3em;
}

img.profile-photo {
  max-width:160px;
  width:100%;
  height:auto;
}

.profile-name {
  font-family:"Quicksand", sans-serif;
  font-size:16pt;
}

.profile-phone {
  font-size:9pt;
}

.profile-position {
  text-transform:uppercase;
}

.profile-email {
  font-size:9pt;
}

.profile-email a {
  text-decoration:none;
}

.profile-tagline {
  font-family:"Georgia";
  color:#999999;
  margin-top:1em;
}