﻿/*@backgroundColour2:#CC455B; old red*/
/*@backgroundColour1: #AEB0B4;
@backgroundColour2:#47494C;*/
.rightImage {
    background-image: url('/Content/Images/XScreenPortalFront.png');
    background-repeat: no-repeat;
    width: 820px;
    height: 600px;
    margin-left: 405px;
}

button.light {
    background-color: whitesmoke;
    width: 100px;
    height: 40px;
}

button.dark {
    background-color: #282927;
    color: whitesmoke;
}

button:hover {
    background-color: Orange;
    transition: background-color 2s;
}

.featureList {
    font-size: 17px;
    margin-bottom: 15px;
}

.smallPrint,
.smallPrint a {
    margin-top: 10px;
    width: 390px;
    font-size: 12px;
    color: whitesmoke;
}

    .smallPrint a:hover {
        /*font-size:20px;*/
        color: Orange;
        /*transition:font-size 2s, color 2s ease-in-out; 
    transition-timing-function:ease-in-out;*/
    }

.welcomeButtons {
    margin-top: 10px;
    text-align: center;
}

.welcomeText {
    font-size: 16px;
}

.serverLocation {
    text-align: center;
}

    .serverLocation span {
        color: orange;
    }
