@font-face {
  font-family: Lato;
  src: url(../fonts/Lato-Regular.ttf);
}

@font-face {
  font-family: Lato;
  font-style: italic;
  src: url(../fonts/Lato-Italic.ttf);
}

@font-face {
  font-family: Lato;
  font-weight: bold;
  src: url(../fonts/Lato-Bold.ttf);
}

html {
    height:100%;
}


html {
    height:100%;
}

body {
    font-family: Lato, sans-serif;
    font-size: 13pt;
    letter-spacing: 0.1pt;
    margin: 0;
    height:100%;
    background: url(../img/back2.jpg) no-repeat fixed; 
    background-repeat:no-repeat;
    background-size: auto 100vh;
}

table {
    float: left;
    margin-right: 40px;
}

#main {
    display: table;
    margin:0 50px 0 35vh;
    background: white;
    padding-left: 40px;
    padding-bottom: 40px;
    box-shadow: 10px 0 white, -5px 0 10px 0 rgba(0, 0, 0, 0.1);
    min-height: 100%;
    min-width: 400px;
    max-width: 850px;
}

img.large {
   width: 100%;
}

.photos {
    display: none;
    width: 700px;
    margin-right: 30px;
}

.photos-wrapper {
    margin: 30px 0 50px 0;
}

.people {
    display: inline-block;
    width: 100%;
    padding-top: 15px;
}

.special {
    font-style: italic;
    font-family: Noto Serif;
    margin-top: 40px;
    font-size: 14px;
    background-color: #f1f1f1;
    padding: 10px 20px 10px 10px;
}

#texts {
    display: table;
    padding-bottom: 20px;
}


.person {
    float: left;
    width: 25%;
    padding-right: 4%;
    padding-bottom: 40px;
    text-align: center;
}

.person_row {
    width: 100%;
    clear: both;
}


.position {
    font-size: 8pt;
    font-style: italic;
}

h1 {
    font-family: Noto Serif;
    padding: 100px 0 0px 0;
    margin-bottom: 30px;
    margin: 0;
    font-size: 30pt;
    font-weight: normal;
}

h2 {
    font-family: Noto Serif;
    clear: both;
    font-weight: normal;
    margin: 25px 0 -5px 0; 
    font-size: 22pt;
}

h3 {
    margin: 30px 0 10px 0;
}

ul {
    list-style-type: none;
    padding: 0 0 0 20px;
    margin: 0;
}
    

img.avatar {
    width: 100px;
    border-radius: 50%;
    margin: 0 auto 5px auto;
}
    


a:focus {
    outline: none;
}


.icon {
    width: 30px;
}

a:active {
    transform: translateY(1px);
}

p a, p a:visited {
    color: #11afae;
}

.playable-word {
    color: #11afae;
    cursor: pointer;
    text-decoration: underline;
    transition: all 0.2s ease;
    padding: 2px 4px;
    border-radius: 3px;
}

.playable-word:hover {
    background-color: #e6f2ff;
    color: #004499;
}

.playable-word.playing {
    background-color: #ffd1d1;
    color: #333;
}

.example-section {
    margin-bottom: 20px;
}

.example-title {
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 1.1em;
}

.example-line {
    margin-bottom: 4px;
    line-height: 1.4;
    padding-left: 10px;
}