﻿body {
    background-image: url(../Images/bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 100vh;
    font-family: 'Open Sans', sans-serif;
    color: #f9de71;
}

.upleft {
    background-image: url(../Images/upleft.png);
    width: 209px;
    height: 291px;
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.botleft {
    background-image: url(../Images/botleft.png);
    width: 209px;
    height: 291px;
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
}

.upright {
    background-image: url(../Images/upright.png);
    width: 209px;
    height: 291px;
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
}

.botright {
    background-image: url(../Images/botright.png);
    width: 209px;
    height: 291px;
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
}

.wrapper {
    width: 100%;
    display: table;
}

.wrapper-cell {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    height: 100vh;
}

.img-holder {
    width: 100%;
    height: 39vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 20px;
}

.hotel-logo {
    background-image: url(../Images/tri.png);
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 12px;
    margin-top: -50px;
}

a {
    color: #f9de71;
}

    a:hover, a:focus {
        color: #f9de71;
        text-decoration: none;
    }

.wrapper p {
    margin-top: 35px;
    margin-bottom: 0;
}

.welcome p {
    margin-top: 0;
    margin-bottom: 0;
}

.welcome hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border-top: 1px solid #f9de71;
}

.welcome h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.welcome {
    position: absolute;
    text-align: center;
    bottom: 12%;
    left: calc(50% - 67.5px);
}

@media (max-width: 1023px) {
    body{
        overflow: visible;
        height: auto;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .welcome {
        position: relative;
        text-align: center;
        bottom: auto;
        left: auto;
        max-width: 168px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }
}