.header {
  background: #001040;
  padding: 1rem 2rem;
  display: flex;
  font: Cabin, sans-serif; }

.header .title h1, .header .ghbtns {
  display: inline-block;
  vertical-align: middle; }

.header .title h1 {
  margin-right: 1em;
  color: white; }

.header .button {
  background-color: #fdd649 !important;
  color: #101c42 !important;
  border-radius: .375rem !important;
  font-weight: 600 !important; }

.header .ghbtns {
  line-height: 1; }

.header .links {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: flex-end;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center; }

.header .links li {
  margin: 0 0.5rem; }

.header .links li a {
  border: 0;
  width: 100%;
  padding: 0 1rem;
  display: inline-block;
  background: #fffdf5;
  color: inherit;
  line-height: 3; }

.header .links li a:hover {
  background: white; }

.jobs {
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0; }

.jobs li {
  padding: 1rem 2rem;
  margin: 0;
  border-bottom: 1px solid #eee;
  display: flex; }
  .jobs li.sponsored {
    background: #fffdf5;
    font-size: 125%; }
  .jobs li > .job-title {
    flex: 2; }
  .jobs li > .company-title {
    flex: 1; }

.jobs h3, .jobs h4 {
  margin: 0; }

.jobs h3 a, .jobs h4 a {
  color: inherit;
  text-decoration: none; }

.content {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  overflow-y: auto; }

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); }

.page {
  border: 1px solid #eee;
  position: relative;
  max-width: 60rem;
  margin: 2rem auto;
  padding: 1rem 2rem;
  background: white;
  display: flex;
  flex-wrap: wrap; }

.page h2 {
  width: 100%;
  border-bottom: 1px solid;
  padding-right: 3rem;
  line-height: 3rem; }

.page .close {
  position: absolute;
  top: 1rem;
  right: 2rem;
  font-family: sans-serif;
  font-size: 2rem;
  line-height: 3rem;
  text-align: center;
  cursor: pointer; }

.page h3 {
  font-weight: bold;
  font-size: 1.2em;
  margin: 0; }

.details-company {
  width: 50%; }

.details-location {
  width: 30%; }

.details-user {
  width: 20%; }

.details-description {
  width: 100%; }

.details .button {
  background-color: #fdd649 !important;
  color: #101c42 !important;
  border-radius: .375rem !important;
  font-weight: 600 !important; }

.company-profile {
  width: 100%; }

.company .button {
  background-color: #fdd649 !important;
  color: #101c42 !important;
  border-radius: .375rem !important;
  font-weight: 600 !important; }

.pagination {
  padding: 2rem 2rem 0;
  display: flex;
  justify-content: space-between; }

.pagination button {
  width: 10rem;
  font-size: 80%; }

.pagination .button {
  background-color: #fdd649 !important;
  color: #101c42 !important;
  border-radius: .375rem !important;
  font-weight: 600 !important; }

.post {
  padding: 2rem 2rem 0; }

.post form {
  display: flex;
  flex-wrap: wrap; }

.post h2 {
  width: 100%; }

.post .company-form {
  width: 40%; }

.post .job-form {
  width: 60%; }

.footer {
  padding: 2rem;
  line-height: 1;
  color: silver; }
