﻿@charset "UTF-8";

:root {
    --main-backgroundcolor: #FFFFFF;
    --main-barcolor: #800000;
    --main-fontcolor: black; /* Should be the same across all */
    --main-topheadercolor: white;
    --main-buttoncolorlight: #345769;
    --main-buttoncolordark: #325567; /* One Shade Darker than the buttoncolorlight */
    --main-buttonmatchingcolor: #4c809a; /* Three shades lighter than the buttoncolorlight*/
    --main-tabmatchingcolor: #548eab; /* Four shades lighter than the buttoncolorlight*/
    --main-loadercolor: #192b33; /* Four shaedes darker than the buttoncolorlight */
}

.ResvBody {
   background-image: url('https://www.skywaresystems.net/HotelImages/CrystalSprings/CrystalSpringsWaterMark.jpg');
    background-size: 100% 100%;
    background-attachment: fixed;
}
.ResvInfoRow {
    color:#f2f2f2;
}
.TabUDFActive {
    color:#f2f2f2;
}
.TabUDFInActive {
    color:#f2f2f2;
}
.ItineraryTitle {
    color:#f2f2f2;
}
.WebButton {
    color:#f2f2f2;
}
.WebButtonLarge {
    color:#f2f2f2;
}
