@charset "utf-8";
/* CSS Document */
.president_hero {
    padding-top: 85px;
    padding-bottom: 30px;
    background: url(../img/hero_president.jpg)50% 50% no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
}
.president_hero h2 {
    margin-bottom: 1em;
    color: #fff;
    letter-spacing: 2px;
}
.profile_wrapper {
    width: 90%;
    margin: 0 auto;
}
.president_hero p {
    margin-bottom: 1em;
    color: #fff;
    line-height: 160%;
    letter-spacing: 1px;
    text-shadow: 1px 1px 0 rgba(0,0,0,.5);
}
.president_hero p img {
    display: block;
    width: 80%;
    margin: 1em auto;
    border-radius: 100%;
}
.profile_message h3 {
    margin-bottom: 1em;
    color: #eee;
    font-size: 7.5vmin;
    font-family: "ＭＳ Ｐ明朝", MS PMincho, "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, serif;
    text-shadow: 1px 1px 2px rgba(0,0,0,.5);
}
.president_hero table {
    width: 100%;
    margin: 0 auto 3em auto;
    overflow: hidden;
    background: rgba(0,0,0,.3);
    color: #fff;
    line-height: 150%;
    border-collapse: collapse;
}
.president_hero th {
    width: 30%;
    padding: 10px;
    border: 1px solid #fff;
    color: #fff;
    font-weight: normal;
    vertical-align: middle;
}
.president_hero td {
    padding: 10px;
    border: 1px solid #fff;
    color: #fff;
}
/*desktop*/@media screen and (min-width: 769px) {
    .president_hero {
        margin-top: -20px;
    }
    .profile_wrapper {
        width: 800px;
        margin: 1em auto;
    }
    .president_hero p.profile_picture {
        float: left;
        float: right;
        width: 45%;
    }
    .back_button {
        width: 380px;
    }
}
.thanks_hero {
    padding-top: 85px;
    padding-bottom: 30px;
    background: url(../img/hero_thanks.jpg)50% 50% no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
}