﻿@charset "UTF-8";

:root {
    --main-backgroundcolor: #FFFFFF;
    --main-barcolor: black;
    --main-fontcolor: black; /* Should be the same across all */
    --main-topheadercolor: white;
    --main-buttoncolorlight: #c0c0c0;
    --main-buttoncolordark: #b3b3b3; /* One Shade Darker than the buttoncolorlight */
    --main-buttonmatchingcolor: #e6e6e6; /* Three shades lighter than the buttoncolorlight*/
    --main-tabmatchingcolor: #f2f2f2; /* Four shades lighter than the buttoncolorlight*/
    --main-loadercolor: #8c8c8c; /* Four shaedes darker than the buttoncolorlight */}

body {
    font-family: Lato;
}

.ResvBody {
    background-image: url('https://www.skywaresystems.net/HotelImages/TrumbullPorter/TrumbulPorterWatermark.png');
    background-size: 100% 100%;
    background-attachment: fixed;
}


.ResvInfoRow {
    color:#f2f2f2;
}

