body    {
    width: 1100px;
    margin: auto;
    color: #333333;
}

header  {
    padding: 32px 0;
}

a {
    color: #111333;
}

a:hover {
    color: #35459a;
}
.largefont {
    font-size: 24px !important;
    line-height: 1.0;
}

.selected-page {
    color: #35459a;
    text-decoration: none;
}

main {
    display: flex;
    margin-bottom: 64px;
}

nav {
    width: 20%;
    list-style: none;
    text-align: right;
    padding-right: 24px;
    padding-top: 64px;
}

nav li {
    margin-bottom: 12px;
}

.language-selection {
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #808080;
}

.language-selection a {
    color: inherit;
}

article {
    width: 58%;
    padding: 64px 0 0px 0;
    border: 1px dotted #000000;
    border-top: 0;
    border-bottom: 0;
    height: 100%;
}

aside {
    width: 33%;
    padding-left: 24px;
    padding-top: 64px;
}

.author__photo {
    width: 160px;
    margin-bottom: 24px;
    transform: scaleX(-1);
}

.author__name {
    color: #35459a;
}

.author__designation {
    margin-bottom: 8px;
}

.author__university,
.author__college,
.author__designation{
    color: #808080;
}

.author__university {
    margin-bottom: 24px;
}

.book {
    padding: 24px;
    border-bottom: 1px dotted #000000;
    display: flex;
}

.book:first-child {
    padding-top: 0;
}

.book__column--left {
    width: 25%;
    padding-right: 24px;
}
.book__column--right {
    width: 75%;
}

.book__cover {
    width: 100%;
    display: block;
    border: 0;
}
.book__title {
    margin-bottom: 8px;
}

.book__published {
    color: #808080;
    margin-bottom: 8px;
}

footer {
    display: block;
    margin-top: 64px;
    padding: 0 20% 16px 20%;
    font-family: "Helvetica Neue", Arial, SansSerif;
}

footer p,
footer a {
    color: #808080;
    font-size: 13px;
}

.fleuron {
    width: 100px;
    margin: 24px 0 0 -12px;
}


@media only screen and (max-width: 760px) {
  nav {
    display: none;
  }
}