/* https://www.dafont.com/fr/made-cannes.font */
@font-face {
    font-family: academyengraved;
    src: url(./fonts/AcademyEngravedRegular.ttf) format('truetype');
}
/* https://fontsgeek.com/academy-engraved-font */
@font-face {
    font-family: americantypewriter;
    src: url(./fonts/AmericanTypewriterRegular.ttf) format('truetype');
}
/* https://fontsgeek.com/fonts/American-Typewriter-Regular */
@font-face {
    font-family: madecannes;
    src: url(./fonts/MADECannes.otf) format('opentype');
}


/* Save the date */
div#std {
    margin: auto;
    width: 632px;
    padding-top: 20px;
}
div#std_top {

}
div#std_header {
    background-image: url("./images/std/top-border.png");
    background-repeat: repeat-y;
    background-size: 100%;
    font-family: academyengraved;
    color: #fefefc;
    font-size: 275%;
    text-align: center;
    vertical-align: middle;
    padding: 7% 30% 9% 30%;
    box-sizing: border-box;
}
div#std_mid {

}
div#std_names {
    background-image: url("./images/std/mid-border.png");
    background-repeat: repeat-y;
    background-size: 100%;
    font-family: madecannes;
    color: #fefefc;
    font-size: 680%;
    text-align: center;
    vertical-align: middle;
    padding: 13% 10% 0 10%;
    box-sizing: border-box;
}
div#std_date {
    background-image: url("./images/std/mid-border.png");
    background-repeat: repeat-y;
    background-size: 100%;
    font-family: academyengraved;
    color: #fefefc;
    font-size: 365%;
    text-align: center;
    vertical-align: middle;
    padding: 8% 10% 61% 10%;
    box-sizing: border-box;
}
div#std_bottom {

}
img.flower {
    margin: auto;
    height:390px;
    width: auto;
    position: relative;
    bottom: 395px;
    z-index: 1;
}


/* Loginout menu */
div#loginout {
    margin: 20px auto 0 auto;
    max-width: 800px;
}
table#profil {
    width: 100%;
    table-layout: fixed;
}
a#a_login {
    text-decoration: none;
    font-family: americantypewriter;
    color: #fefefc;
    font-size: 120%;
    text-align: center;
    vertical-align: middle;
    display: block;
    margin: 0 auto;
}
img#profil_avatar {
    height:150px;
    width: auto;
    margin: 0 auto;
}
p#profil_username {
    font-family: madecannes;
    color: #fefefc;
    text-shadow: 2px 2px 4px #000000;
    font-size: 400%;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    bottom: 12px;
    line-height: 12px;
}
td.menu {
    font-family: academyengraved;
    color: #fefefc;
    font-size: 150%;
    text-align: center;
    vertical-align: middle;
    max-width: 135px;
    width: 135px;
    padding: 2%;
}
td.menu a {
    text-decoration: none;
    color: #fefefc;
}
td#profil_logout {
    vertical-align: bottom;
}
input#logout {
    background: transparent;
    border: none;
    margin: 0 2%;
    cursor: pointer;
    text-decoration: none;
    font-family: americantypewriter;
    color: #fefefc;
    font-size: 120%;
}


/* Base */
body {
    background-color: #30b0b2;
    max-height: 100%;
}

img {
    width: 100%;
    height: 100%;
    display: block;
}


