﻿@charset "UTF-8";

:root {
    --main-backgroundcolor: #FFFFFF;
    --main-barcolor: #e5d367;
    --main-fontcolor: black; /* Should be the same across all */
    --main-topheadercolor: #FFFFFF;
    --main-buttoncolorlight: #e16537;
    --main-buttoncolordark: #de5321; /* One Shade Darker than the buttoncolorlight */
    --main-buttonmatchingcolor: #eb987a; /* Three shades lighter than the buttoncolorlight*/
    --main-tabmatchingcolor: #eea990; /* Four shades lighter than the buttoncolorlight*/
    --main-loadercolor: #9b3a17; /* Four shaedes darker than the buttoncolorlight */
}

.ResvBody {
   background-image: url('https://www.skywaresystems.net/HotelImages/Oakwood/OakwoodWatermark2.jpg');
    background-size: 100% 100%;
    background-attachment: fixed;
}

