@charset "utf-8";
*{
    margin: 0;
    padding: 0;
}
.container{
    text-align: center;
}
body{
    color: #ffffff;    
    font-family: serif;
    overflow-x: hidden;
}

.header{
    height: 225px;
    width: 100%;
    background-image: url("images/cleaning-tools.jpg");
    background-position: center center;
    background-size: cover;
    position: fixed;
    top: 0;
}
.header-left{
    float: left;
    padding-top: 55px;
    margin-left: 100px;
}
.header-left a{
    font-size: 74px;
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
}
.BFL span{  
    font-family: Helvetica; 
}
.header-right{
    float: right;
    margin-top: 25px;
    margin-right: 100px;
}
.header-right a{
    color: #ffffff;
    text-decoration: none;
    font-size: 30px;
    margin-left: 15px;
}
.main{
    height: auto;
    width: 100%;
    background-image: url("images/sky-shadow.jpg");
    background-position: center center;  
    background-size: cover;
    padding-top: 250px;
    padding-bottom: 165px;
    background-attachment: fixed;
}
.main-title{
    margin-top: 70px;
    font-size: 55px;
    margin-bottom: 35px;
}
.main-image{
    width: 40%;
}
.introduction-title{
    margin: 200px 0 100px;
    color: #0a0a0a;
    font-size: 40px;
}
.list-9 {
    list-style-type: disc;
    list-style-position: inside;
    padding: 1em;
    border: 2px solid #2589d0;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 150px;
    box-shadow: 4px 4px 10px 2px #b7b7b7;
}
.list-9 li {
    padding: .5em;
    color: #0a0a0a;
    font-size: 25px;
}

.list-9 li:not(:last-child) {
    border-bottom: 1px dashed #2589d0;
}

.list-9 li::marker {
    color: #2589d0;
    font-size: 1.1em;
}
.introduction-subtitle,.introduction-complex{
    color:#0a0a0a;
}
.introduction-complex{
    font-size: 60px;
    margin-bottom: 250px;
}
.introduction-subtitle{
    font-size: 80px;
    font-weight: bold;
    margin-bottom: 250px;
}
.information{
    color:#0a0a0a; 
}
.information table{
    margin-left: auto;
    margin-right: auto; 
    border: 1px solid #0a0a0a;  
    box-shadow: 4px 4px 10px 2px #b7b7b7;
    margin-top: 125px;
    margin-bottom: 250px;
}
.information h2{
    font-size: 40px;
    border-bottom: 3px solid #2589d0;
    padding: 10px 0;
}
.information th{
    font-size: 25px;
    background-color: #d2f1f7;
    padding: 30px 30px;
}
.information td{
    border-bottom: 1px solid #0a0a0a;
}
.content h2{
    color: #0a0a0a;
    font-size: 40px;
    border-bottom: 3px solid #2589d0;
    padding: 10px 30px;
    margin-bottom: 45px;
    text-align: center;    
}
.hotel-title{
    width: 100%;
    background-image: url("images/room-image.jpg");
    background-position: center center;  
    background-size: cover;
    background-attachment: fixed;
}
.content h3{
    font-size: 54px;
    padding: 400px 30px;
    margin: 0 45px;
    text-align: center;
}
.public-title{
    width: 100%;
    background-image: url("images/public-image.jpg");
    background-position: center center;  
    background-size: cover;
    background-attachment: fixed;
}
.special-title{
    width: 100%;
    background-image: url("images/cleaning-image.jpg");
    background-position: center center;  
    background-size: cover;
    background-attachment: fixed;
}
.acheivement h2{
    margin-top: 250px;
}
.BFL-acheivement {
    width: 50%;
    margin: 150px auto 250px;
    display: block;
}
.contact table{ 
    color: #0a0a0a;
    margin: 80px auto 120px;
    font-size: 40px;
}
.footer{
    height: 150px;
    background-color: #2589d0;
}

.clear{
    clear: both;
}
.span{
    display: inline block;
}
