@import url("https://fonts.googleapis.com/css?family=Lato:300,400,400i,700,700i|Montserrat:100,200,400,400i,500&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Bokor&display=swap');

body {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  background-color: #fff;
  color: #333;
}

hr {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

h3,
h4,
h5 {
  color: #999;
  font-weight: 200;
}

.heading {
  margin-top: 3rem;
}
.heading h1 {
  font-family: "Bokor", sans-serif;
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 500;
}
.heading h4 {
  color: #999;
}
.heading h4 span {
  display: inline-block;
  margin: 0 1rem;
}
.heading h4 i {
  opacity: 0.5;
}
.heading img.mace-icon {
  height: 50px;
  vertical-align: top;
  margin-right: 10px;
}

.container-fluid {
  width: 85%;
  margin: 0 auto;
}

h3 i,
h4 i {
  margin-right: 0.4em;
}
ul.fa-ul {
  margin-top: 1rem;
  margin-left: 0rem;
}
.fa-ul.lead li {
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
}

.job {
  position: relative;
  padding: 0 0 2rem 1rem;
  margin-left: 1rem;
  border-left: 1px solid #999;
}
.job::before {
  content: "";
  position: absolute;
  left: -0.3rem;
  top: 0.5rem;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #666;
}
.job .company {
  font-size: 1.3rem;
}
.job .location {
  font-size: 1rem;
  color: #999;
}
.job .title {
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  color: #007bff;
}
.job .tenure {
  font-size: 1rem;
  color: #555;
}
.job img {
  width: 100px;
}
.job .badge {
  opacity: 0.6;
}
.job > p {
  font-size: 1rem;
}

.interest-list {
  color: #999;
}
.interest-list span {
  display: inline-block;
  margin-right: 0.5rem;
}

.emoji-stack {
  position: relative;
  display: inline-block;
  font-size: 2rem;
  line-height: 1;
}
.emoji-stack::after {
  content: "🖌️";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1em;
}

@media print {
  .container-fluid {
    width: 95%;
  }

  .interest-list,
  #recent {
    display: none !important;
  }

  .lead {
    font-weight: 200;
  }
  .lead strong {
    font-weight: 200;
  }
}
