#hi, #links, #about, #experience, #projects, #contact {
  display: inline-block;
  width: 100%;
  font-size: 1.5em;
}

#hi, #about, #projects {
  background-color: #edeeef;
}

#contact {
  height: 1000px;
}

#me, #links-menu, #about-me, #jobs, #project-summaries, #contact-wrapper {
  margin: 1.5em 0 1.5em;
}

nav.fixed.menu a.active {
  border-bottom-style: solid;
  border-color: #ee4c1b;
  background-color: inherit !important;
}

#links-menu, nav.fixed.menu {
  font-size: 1.5em;
}
#job-details .menu {
  font-size: 1em;
}

.container.fourohfour {
  height: 100%;
}
.masthead h1.ui.header {
  margin-bottom: 0em;
  font-size: 4em;
  font-weight: normal;
}
.masthead.segment {
  min-height: 200px;
  height: 50%;
}

input.ui.error {
  background-color: #fff6f6 !important;
  border-color: #e0b4b4 !important;
  color: #9f3a38 !important;
  box-shadow: none !important;
}

/* Filthy hack to get around the fixed menu */
a.smooth {
  background-color: white;
  height: 3.8em;
  display: block;
}

.fixed.menu #avatar {
  border-radius: 1.25em;
  margin-right: 0.75em;
  width: 2.5em;
  display: inline-block;
}

#me {
  background-color: inherit;
  width: 460px;
  border: 0;
  box-shadow: none;
}
#me img {
  max-width: 100%;
  border-radius: 230px;
}
#me .left.rail {
  width: 180px;
}
#me .left.rail .ui.segment {
  margin-top: 21em;
  background-color: inherit;
  border: 0;
  box-shadow: none;
}

#links-menu .column {
  padding: 0 !important;
}
#links-menu .column a {
  padding-left: .35714286em;
  padding-right: .35714286em;
}
#links-menu .column span {
  font-size: 0.75em;
  overflow: hidden;
  text-overflow: ellipsis;
}
#links-menu a.item i.icon {
  font-size: 1.25em;
  float: none;
}
#links-menu a.item i.linkedin.icon {
  color: #007bb5;
}
#links-menu a.item i.bitbucket.icon {
  color: white;
  background-color: #205081;
  padding: 1px 0 2px;
}

#about-me i {
  color: #ee4c1b;
}

#job-details .job-info:not(:first-child) {
  display: none;
}
.job-info img {
  width: 125px;
  float: right;
}

#project-summaries .column {
  margin-bottom: 1em !important;
  padding: 1em;
  font-size: 0.75em;
}
a.disabled {
  color: #545454;
}
#project-summaries .column a.name {
  font-size: 2em;
}

#contact-form {
  width: 550px;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .masthead.segment {
    min-height: 100px;
    height: 40%;
    padding: 1em 0em;
  }

  #me, #links-menu, #about-me, #jobs, #project-summaries, #contact-wrapper {
    margin: 7.8em 0 5em;
  }

  #links-menu .column a {
    justify-content: center;
  }
}

#travelling-container {
  width: 825px;
}

#travelling img {
  max-width: 100%;
}

#gallery figure {
  margin: 0;
}

figure {
  max-width: 700px;
}

figure figcaption {
  color: #888;
  text-align: center;
  font-size: 10px;
}
