body{
    margin: 0 8px;
    background-color: #F5F7F9;
}

div#header{
    margin: 0 auto;
    padding-top: .5em;
    position: fixed;
    width: 100%;
    text-align: center;
    background-color: #F5F7F9;
    border-bottom: solid 1px #cfcfcf;
    z-index: 99;
}

div#header h1{
    font-size: min(4.2vw, 2em);
}

ul#navi{
    list-style: none;
    text-align: center;
    padding-left: 0;
    margin-bottom: 0.3em;
}

ul#navi li{
    display: inline-block;
    width: 10%;
    min-width: 70px;
    background: #C0F5C3;
}

ul#event{
    list-style: none;
    text-align: center;
    padding-left: 0;
    margin-bottom: 0.3em;
}

ul#event li{
    display: inline-block;
    width: 30%;
    min-width: 370px;
    background: #C0F5C3;
}


ul#links{
    list-style: none;
    text-align: center;
    padding-left: 0;
    margin-bottom: 0.3em;
}

ul#links li{
    display: inline-block;
    min-width: 50px;
    font-size: 1em;
    margin-left: 1em;
    margin-right: 1em;
}

div#content{
    padding-top: 100px;
    margin: 0 auto;
    max-width: 720px;
}

div#content h4{
    text-align: center;
    padding-bottom: .1em;
    margin: .4em -.5em;
    border-bottom: 3px solid #0D5C11;
    border-top: 3px solid #0D5C11;
    font-size: min(4.2vw, 1.5em);
    background-color: #0D5C11;
    color: white;
}

div#content p{
    margin: 0 0.2em;
}

div#footer{
    margin: 1.5em auto 0 auto;
    text-align: right;
    max-width: 720px;
}

div.youtube-wrapper{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    clear: both;
}
 
div.youtube-wrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

iframe{
    display: block;
    margin: 0 auto;
}

a:link{
    color: #2AA830;
}

a:visited{
    color: #0D5C11;
}

button#back-to-top-button{
    display: block;
    position: fixed;
    width: 50px;
    height: 50px;
    right: 10px;
    bottom: 10px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #0D5C11;
    color: white;
    cursor: pointer;
    border-radius: 50%;
    font-size: 1.5em;
    opacity: 70%;
}

div#content hr{
    margin: 1em 1em;
}

/*lectures.html*/
div#menu{
    text-align: left;
    border: 2px solid #0D5C11;
    border-radius: 5px;
    margin: .5em 1.5em;
}

div#menu ul{
    list-style-type: none;
    margin: .3em;
    padding-left: 0.5em;
}

figure.lecturer{
    margin: 0 .3em;
    float: right;
    display: table;
    width: 100px;
}

figure.lecturer img{
    max-width: 100%;
    display: block;
}

figure.lecturer figcaption{
    display: table-caption;
    caption-side: bottom;
    text-align: center;
    font-size: .8em;
}

div.lecture-wrapper{
    padding-top: 140px;
    margin-top: -140px;
}

div.lecture-wrapper h5{
    text-align: left;
    padding: .3em .5em;
    margin: 0 0 .4em 0;
    background-color: #C0F5C3;
    border-left: solid 10px #0D5C11;
}

div.lecture-wrapper p{
    padding-left: .5em;
    padding-right: .5em;
    padding-bottom: .5em;
}

/*faq.html*/
div#content h6.question{
    background-color: #C0F5C3;
    padding: .2em .5em;
    border-bottom: solid 1px #0D5C11;
}

div#content p.answer{
    margin-bottom: .3em;
}

/*index.html*/
img.eyecatch{
    width: 100%;
    height: 100%;
}

div#updates{
    background-color: #C0F5C3;
    padding: 0.3em 0.5em;
    border-radius: 5px;
    margin-top: 1em;
    margin-bottom: 1em;
}

p#links a{
    display: block;
    background-color: #C0F5C3;
    text-align: center;
    border-radius: 5px;
    padding: 0.3em 0.5em;
    margin-bottom: 0.3em;
}

div#content p#exam-schedule-correction {
    margin-top: .5em;
}

div#content ul {
    margin-bottom: 0;
}

div#content p#end-of-publication {
    text-align: center;
    background-color: #0D5C11;
    color: white;
}