@import url("common.css");

html {
    height: 100%;
}
body {
    height: 100%;
    background-color: rgb(237, 236, 237);
    color: white;
    overflow: hidden
}
h1 {
    font-size: 1.5rem;
    font-weight: bold;
    padding: 60px 60px 60px 60px;
    color: white;
    width: 100%;
}
.cn {
    font-family: MHeiHK;
}
#fullpage, .section {
    background-color: rgb(27,117,187);
}
.navbar {
    background-color: rgb(237, 236, 237);
}
.navbar-brand > img {
    width: 90%;
    height: auto;
}
.logo {
    text-align: center;
}
.logo > img {
    padding: 0 0 15px;
    width: 40%;
    height: auto;
}
footer {
    position: fixed;
    height: 50px;
    bottom: 0;
    width: 100%;
    background-color: rgb(138, 125, 115);
}
.center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    background-color: rgb(225,222,217);
    width: 80%;
    height: auto;
    padding: 20px 40px;	
    border-radius: 5px;
    text-align: center;
}
.center > p {
    text-align: center;
}
.center > img {
    width: 280px;
    padding: 10px 0 20px;
}
.leftSide, .rightSide {
    background-color: rgb(124, 125, 117);
    float: left;
    height: 100%;
}
.rightSide {
    background-color: rgb(153, 145, 128);
}
.placeholder {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    color: white;
    padding: 20px
}
.header {
    top: 100px;
    margin-top: -100px;

    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.hidden {
    visibility: hidden;
}

.modal {
    top: 55%; /* temp fix */
}
.modal-content {
    background-color: rgb(138, 125, 115);
}
.modal-title, .modal-body{
    color: white;
}
.modal-title {
    font-size: 14pt;
}
.modal-dialog {
    position: fixed;
    width: auto;
    margin: 10px;
    bottom: 50px;
}
.navbar-brand > img {
    padding-left: 45px;
}
.nav-tabs {
    border-bottom: none !important;
    padding-right:60px;
}
.modal.in .modal-dialog {
    position:fixed;
    bottom:0px;
    right:0px;
    margin:0px;
}
.nav-item > a {
    color: #736559;
    text-decoration: none;
    font-size: 1.1rem
}
.row {
    margin: 0 !important;
}
.black {
    color: black;
}
ol {
    margin-left: 30px;
    margin-top: 30px;
}
ol > li {
    font-size: 1.3rem;
    color: white;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.modal-header .close {
    padding-bottom: 0;
}
.modal-header {
    border-bottom: none;
}
.thrid {
    padding-top:none;
    top:50%;
}
.feedback-img {
    float: left;
    margin-left: 30px;
    margin-right: 30px;
}
.feedback-content {
    font-size: 1.5rem;
    margin-right: 60px;
}
.feedback-content > a {
    text-decoration: none;
    color: white;
}
.feedback-content > a:hover {
    text-decoration: underline;
}
.modal-dialog-bottom-left {
    position: fixed;
    width: auto;
    margin: 10px;
    bottom: 50px;

}
.modal-left, .modal-right {
    float: left;
}
#ura-logo, #yaulee-logo {
    width: 100%;
}