@import url("rsvp.css");
@import url("accommodation.css");
@import url("info.css");
@import url("attraction.css");
@import url("gallery.css");
@import url("fonts.css");
@import url("menu.css");
@import url("index.css");
@import url("login.css");
@import url("tmp.css");
@import url("guest_list.css");
@import url("tables.css");
@import url("finance.css");


/* colors */


/*light-blue = rgb(124,155,208)*/
/*middle-blue = rgb(0,70,135)*/
/*dark-blue = rgb(25,44,76)*/


body {
    font-family: myfont_EBGaramond12-AllSC;
    font-size: 25px;
    font-weight: bold;
    background-image: url("../images/az_invite_normal.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
    background-size: cover;
    min-height: 100%;
    color: rgb(25,44,76);

}

.flex-container {
    height: 100%;
    max-width: 65%;
    margin: auto;
}

.jumbotron {
    background-color: rgba(255, 255, 255, 0);
    padding-bottom: 0;
    padding-top: 0px;
    margin: auto;
}
.jumbotron .container {
}

.login-text {
    margin-top: -15px;
}

.lang-mobile {
    position: fixed;
    top: 200px;
    left: 0;
    z-index: 999;
}

.lang-item-mobile {
    margin: 10px;
    display: block;
}

.button-style {
    padding: 10px 30px 10px 30px !important;
    margin-top: 10px !important;
    background-color: rgb(25,44,76) !important;
    color: white !important;
}

@media screen and (max-width: 991px) {
    #clock {
        font-size: 2em;
    }

    h2 {
        font-size: 16px;
    }
    .flex-container {
        height: 100%;
        max-width: 100%;
        min-width: 100%;
        margin: auto;
    }
}

