body {
    margin: 0 0 2rem 0;
    font-weight: 400;
    font-family: "Source Sans Pro";
}

.thumb_name {
    font-weight: 400;
}

.content {
    font-size: 16px;
    max-width: 1233px;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: auto;
    margin-right: auto;
}

.logo {
    width: 190px;
    height: 32px;
}

ul#main_menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;

  padding-top: 1.2em;
  padding-bottom: 1.2em;
}

ul#main_menu li {
    display: inline-block;
    padding-left: 1em;
    padding-right: 1em;
    vertical-align: middle;
}

ul#main_menu li:first-child {
    padding-left: 0;
}

ul#main_menu a:link,
ul#main_menu a:visited {
    text-decoration: none;
    color: black;
    /* text-transform: uppercase; */
}

h1 {
    text-align: left;
    font-weight: 400;
    margin-top: 2em;
    margin-bottom: 2em;
    width: 100%;
    border-bottom: 1px solid black;
    padding-bottom: 0.2em;
}

a:hover,
ul#main_menu a:hover {
    text-decoration: underline;
}

.thumb-list.is-centered .thumb {
    margin-left: 30px;
    margin-right: 30px;
}

/* .thumb {
    border-radius: 8px;
    box-shadow: 5px 5px 15px -4px rgba(0,0,0,0.1);
    overflow: hidden;
} */

.square-thumbs .thumb-inside {
    border-radius: 0;
}

.thumb_name {
    text-align: left;
    /* padding-left: 1em; */
    font-weight: 600;
}

.thumb_name:hover {
    color: black;
    text-decoration: underline;
}

ul#main_menu .menu-selected {
    font-weight: 700;
}

hr.menu-separator {
    height: 1px;
    border: 0;
    background-color: rgba(0,0,0,0.07);

    margin-top: 0;
    margin-bottom: 1rem;
}

.download_button {
    color: black;
    padding: 10px 40px;
    border: 1px solid #666;
    border-radius: 4px;
    text-decoration: none;
    margin-top: 1.5em;
    display: inline-block;
}