html,body {
    min-height: calc(100vh - 60px);
    margin:0;
    padding:0;
}
body {
    /*background-image:url('/wp-content/plugins/bb-mods/img/fubuki-bg-2.jpg');/* /wp-content/plugins/noodle-mods/img/bg-new.jpg*/
    background-image:url('/wp-content/plugins/bb-mods/img/bathtub_1.jpg');/*none;/*url('/wp-content/plugins/bb-mods/img/fub-front_1920.jpg');*/
    background-color: #333;/*#ffffff;/*#333;*/
    background-size: 100% auto; /*cover;*/
    background-position: center bottom;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color:#fff;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    position: relative;
    padding-bottom: 60px;
}
header {
    padding-top: 15vh;
}
footer {
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 25px 0;
}
a {
    text-decoration: none;
    color:#fff;
}
.content {
    width: 1024px;
    max-width: 90%;
    margin:0 auto;
    padding: 25px;
    /*background-color: rgba(30,30,30,0.9);*/
    border-radius: 10px;
}
.col {
    display:inline-block;
    box-sizing: border-box;
    width:75%;/*47.5%;*/
    margin:15px 1%;
    vertical-align: top;
    padding:25px;
    text-shadow: 0px 0px 3px #000;
}
.col img:first-child {
    width:30%;
    margin-left: 15%;
}
.col img:nth-child(2) {
    width:35%;
    float:right;
}
.col img:nth-child(3) {
    width:55%;
}
.contact {
    margin:40px auto 10px;
}
.contact-info {
    padding-left: 0;
    list-style: none;
    margin-bottom: 25px;
    line-height: 2;
}
.contact-info i {
    margin-right:10px;
}
.contact-info li {
    /*width: 180px;*/
    margin: auto;
    /*text-align: left;*/
}
.contact-info span {
    min-width: 40px;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    min-width:120px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn:hover {
    background-color: #31b0d5;
    border-color: #269abc;
}
@media all and (min-width:768px) {
    .col:nth-child(2) {
        float:left;
    }
}
@media all and (max-width:767px) {
    .col {
        width:98%;
    }
}