﻿@charset "UTF-8";

:root {
    --main-backgroundcolor: #FFFFFF;
    --main-barcolor: #1c2726;
    --main-fontcolor: black; /* Should be the same across all */
    --main-topheadercolor: white;
    --main-buttoncolorlight: #bc2b35;
    --main-buttoncolordark: #a6262e; /* One Shade Darker than the buttoncolorlight */
    --main-buttonmatchingcolor: #d95961; /* Three shades lighter than the buttoncolorlight*/
    --main-tabmatchingcolor: #de6e75; /* Four shades lighter than the buttoncolorlight*/
    --main-loadercolor: #68181d; /* Four shaedes darker than the buttoncolorlight */}

.ResvBody {
    background-image: url('https://www.skywaresystems.net/HotelImages/ChristmasFarmInn/ChistmasFarmInnWaterMark.jpg');
    background-size: 100% 100%;
    background-attachment: fixed;
}

.ResvInfoRow {
    color:white;
}

.TabUDFActive {
    color:white;
}
.TabUDFInActive {
    color:white;
}
.ItineraryTitle {
    color:white;
}
.WebButton {
    color:white;
}
.WebButtonLarge {
    color:white;
}
