h2 { font-family: Indie Flower, Palatino, Palladio; font-size: 44px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 48.4px; } 

h3, nav { font-family: Indie Flower, Palatino, Palladio; font-size: 24px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 32px; } 

p { font-family: Indie Flower, Palatino, Palladio; font-size: 22px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 24px; } 

blockquote { font-family: Indie Flower, Palatino, Palladio; font-size: 21px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 30px; } 

pre { font-family: Indie Flower, Palatino, Palladio; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 18.5667px; }

body {
  margin: 1px;
  padding: 1px;
  background: #eee;
  color: #2e3436;
}

a {
  color: #2e3436;
}

h1, h2, h3 {
  color: #2e3436;
}

li {
  padding: 0.2em 0;
}

.left {
  float: left;
}

.right {
  float: right;
}

.heading {
  margin-top: 5em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  padding: 4em 0 0 0;
  width: 80%;
  font-size: 110%;
  text-align: center;
}

.content {
  margin: 20px auto;
  padding: 0.5em;
  background: #fcfcfc;
  width: 100%;
}

section {
  clear: both;
  display: inline-block;
  border-bottom: 1px solid #888a85;
  padding: 0.5em;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.header {
  background: #2e3436;
  color: #fcfcfc;
  padding-left: 1em;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0.8;
  font-weight: bold;
  font-size: 80%;
  margin:auto;
  z-index: 1 !important;
}


.header a {
  color: #fcfcfc;
  text-decoration: none;
}

.header a:hover {
  text-decoration: underline;
}

.header nav {
}

.header ul {
  margin: 0.5em 1.5em;
}

.header li {
  display: inline;
  padding: 0 0.5em;
}

.img-round {
  border-radius: 0.5em;
  margin: 0 auto;
  display: block;
  max-width: 100%;
  height: auto;
}

.personal-info li {
  padding: 1.5em;
  margin-left: 4em;
}

/* table */

table {
  margin: 0 0 2em 0;
  width: 100%;
}

table tbody tr {
  border: solid 1px rgba(144, 144, 144, 0.25);
  border-left: 0;
  border-right: 0;
}

table tbody tr:nth-child(2n + 1) {
  background-color: rgba(144, 144, 144, 0.075);
}

table td {
  padding: 0.75em 0.75em;
}

table th {
  color: #fcfcfc;
  background: #555753;
  font-size: 110%;
  font-weight: 700;
  padding: 0.75em 0 0.75em 0.75em;
  text-align: left;
}

table thead {
  border-bottom: solid 2px rgba(144, 144, 144, 0.25);
}

table tfoot {
  border-top: solid 2px rgba(144, 144, 144, 0.25);
}

table.alt {
  border-collapse: separate;
}

table.alt tbody tr td {
  border: solid 1px rgba(144, 144, 144, 0.25);
  border-left-width: 0;
  border-top-width: 0;
}

table.alt tbody tr td:first-child {
  border-left-width: 1px;
}

table.alt tbody tr:first-child td {
  border-top-width: 1px;
}

table.alt thead {
  border-bottom: 0;
}

table.alt tfoot {
  border-top: 0;
}

table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after {
  content: "\25B4\25BE";
  color: #fcfcfc;
  font-size: 0.9em;
  font-weight: 700;
  padding: 1em;
  text-align: left;
}

/* Browser Upgrade Prompt */

.browserupgrade {
  margin: 0.2em;
  background: #fcfcfc;
  color: #2e3436;
  padding: 0.5em;
  position: fixed;
  bottom: 0;
  right: 0;
  opacity: 0.8;
  border-radius: 1em;
  border-style: solid;
  border-width: 0.2em;
  border-color: #2e3436;
}

/* Buttons */

.actions {
  list-style: none;
  margin: auto;
  padding: 0.5em;
  display: table;
}

.actions li {
  display: inline;
  padding: 0.1em;
}

.button {
  text-align: center;
  font-variant: small-caps;
  text-decoration: none;
  font-weight: bold;
  font-size: 65%;
  color: #555753;
  border-radius: 0.5em;
  border-style: solid;
  border-width: 2px;
  border-color: #babdb6;
  min-width: 70px;
  min-height: 30px;
  line-height: 30px;
  background: #fcfcfc;
  display: inline-block;
  padding: 0.5em;
  letter-spacing: 2px;
}

.button:hover {
  color: #fcfcfc;
  background: #eee;
}

.special{
  background: #2e3436;
  color: #fcfcfc;
}

.special:hover{
  background: #3465a4;
}

.block {
  border-radius: 0.5em;
  border-style: solid;
  border-width: 2px;
  border-color: #babdb6;
  background: #eee;
  margin: 1em 0;
  clear: both;
  width: auto;
}


.block-title {
  font-style: italic;
  font-size: 110%;
  padding: 1em;
  margin: auto;
  text-align: center;
}

.block-infos {
  padding: 0.5em;
  margin-left: 2em;
  font-size: 90%;
}

i {
 margin-right: 0.3em;
}

.album-cover {
  display: inline-block;
  vertical-align: top;
  max-width: 380px;
}

.album-preview {
  display: inline-block;
  vertical-align: top;
  margin: 0 4em;
}


/*******************************************************************************
Large size (full screen)
*******************************************************************************/

@media all and ( min-width: 1024px ) {

  .header {
    font-size: 110%;
    padding: 0.5em;
  }
  .header li {
    display: inline;
    padding: 0.2em;
  }

  .heading {
    margin-top: 5em;
  }
  
  .heading .img-round
  {
    background-color: #fcfcfc;
    padding: 1.5em;
    box-shadow: 10px 5px 5px #ccc;
  }

  .button {
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 90%;
    color: #555753;
    border-radius: 0.5em;
    border-style: solid;
    border-width: 1px;
    border-color: #babdb6;
    min-width: 140px;
    min-height: 40px;
    line-height: 40px;
    background: #fcfcfc;
    display: inline-block;
    padding: 0 1em;
  }

  .actions li {
    display: inline;
    padding: 0.5em;
  }

  .content {
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
    padding: 2em;
    background: #fcfcfc;
    border-radius: 1em;
    width: 80%;
  }

  section {
    padding: 1em;
    width: 95%;
  }

  table {
    margin: 0 0 2em 0;
    width: 100%;
  }
}
