.navbar {
    position: relative;
    min-height: 60px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-nav {
    margin: 5px -15px;
}

/* Sticky footer styles
-------------------------------------------------- */

html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 360px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: auto;
    background-color: transparent;
    font-size: small;
}
body {
    background-image: url('../images/Blur_Banner5_420px.png');
    background-color: #ebebeb;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;
}
#Banner {
    text-align: center;
    color: white;
    text-shadow: 1px 1px black;
    margin-top: auto;
    white-space: pre-line;
}
.welcometile {
    text-align: center;
    color: white;
    text-shadow: 1px 1px black;
    margin-top: auto;
}
#boxbutton3d {
    width: 360px;
    margin: auto;
}
#boxbutton3d a.pressbtn {
    display: block;
    width: 360px;
    height: 360px;
    background-image: url(../images/BoxButton_P3D_00A.png);
    background-position: top;
}
#boxbutton3d a.pressbtn:hover,
.boxbutton a:focus {
    background-position: center;
}
#boxbutton3d a.pressbtn:active {
    background-position: bottom;
}
#boxbuttonpc {
    width: 360px;
    margin: auto;
}
#boxbuttonpc a.pressbtn {
    display: block;
    width: 360px;
    height: 360px;
    background-image: url(../images/BoxButton_PC_00B.png);
    background-position: top;
}
#boxbuttonpc a.pressbtn:hover,
.boxbutton a:focus {
    background-position: center;
}
#boxbuttonpc a.pressbtn:active {
    background-position: bottom;
}
.btncontainer {
    width: 800px;
    margin: auto;
}
.style-hr {
    border: 0px;
    height: 0px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    margin-top: 5px;
}
.section {}
.version-info {
    text-align: center;
    font-size: small;
    color: gray;
}
.EULA-Box {
    background-color: white;
    padding: 60px;
}
.EULA-Box h3,
h4 {
    padding-top: 25px;
}
.Language-Box {
    background-color: white;
    padding: 60px;
}
.Language-Box h3,
h4 {
    padding-top: 25px;
}

/* -- Modal ---*/

.modal-content {
    position: relative;
    background-color: #ebebeb;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-body {
    position: relative;
    padding: 25px;
    background-color: whitesmoke;
}
