body {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
}

img {
  background-color: #eee;
  padding: 10px;
}

hr {
  border: none;
  height: 1px;
  background-color: #aaa;
}

#main--body {
  margin: 5vh 10vw;
  padding-bottom: 10vh;
}

#main--menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 10vw;
  background-color: #555;
}

.main--menu-item {
  display: inline-block;
  padding: 1em;
  text-decoration: none;
  color: white;
}

.main--menu-item:hover {
  background-color: #aaa;
}

#main--submenu {
  position: fixed;
  bottom: 3em;
  left: 0;
  width: 100%;
  padding: 0 10vw;
  background-color: #aaa;
}

.main--submenu-item {
  display: inline-block;
  padding: 1em;
  text-decoration: none;
  color: white;
}

.main--submenu-item:hover {
  background-color: #555;
}

.home--body {
  margin-top: 25vh;
}

.home--subtitle {
  font-size: 1.5em;
  color: #666;
}

.home--title {
  font-size: 3em;
  font-weight: 700;
}

.profile--body {
  line-height: 1.5em;
  color: #aaa;
}

.profile--title {
  font-size: 1.5em;
  color: #aaa;
  padding-bottom: 1em;
}

.profile--highlight {
  font-size: 1.25em;
  line-height: 1.25em;
  color: #333;
}

.activities--box {
  background-color: #ddd;
  margin: 0em 1em 1em 1em;
}

.activities--highlight {
  padding: 1em;
}

.activities--year {
  position: absolute;
  float: left;
  padding: .5em;
  background-color: #fff;
  color: #333;
  font-weight: 700;
}

.activities--image {
  min-height: 2em;
}

.activities--image > div {
  background-size: cover;
  width: 100%;
  height: 200px;
  border: 0px black solid;
  box-sizing: border-box;
}

.activities--title {
  padding-top: .5em;
  font-weight: 700;
  font-size: 1.25em;
}

.activities--subtitle {
  font-style: italic;
}

.activities--description {
  font-size: .9em;
  color: #555;
  border: 2px #ddd solid;
  line-height: 1.4em;
  padding: .1em 1em;
  text-align: justify;
  background-color: #fff;
}

.text-out-focus {
  color: #555;
}

@media screen and (max-device-width: 640px){
}

/* #### Desktops #### */
@media screen and (min-width: 1024px){
  .profile--highlight {
    font-size: 1.5em;
  }
}

