﻿.backgroundimage {
    font-family: Consolas;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    background-size: 100% 100%;

    .title {
        //position: absolute;
        font-size: 50px;
        color: white;
        top: 15%;
        left: 40.5%;
    }

    .freddypanel {
        position: absolute;
        left: 30%;
        top: 32%;

        .nametext {
            font-size: 40px;
            position: absolute;
            bottom: 110%;
            left: 17%;
        }

        .icon {
            width: 192px;
            height: 192px;
            background-image: url( "/UI/freddy.png" );
            background-size: 100% 100%;
        }

        .aitext {
        }

        .leftbutton {
        }

        .ailevel {
        }

        .rightbutton {
        }
    }

    .chicapanel {
        .nametext {
        }

        .icon {
        }

        .aitext {
        }

        .leftbutton {
        }

        .ailevel {
        }

        .rightbutton {
        }
    }

    .bonniepanel {
        .nametext {
        }

        .icon {
        }

        .aitext {
        }

        .leftbutton {
        }

        .ailevel {
        }

        .rightbutton {
        }
    }

    .foxypanel {
        .nametext {
        }

        .icon {
        }

        .aitext {
        }

        .leftbutton {
        }

        .ailevel {
        }

        .rightbutton {
        }
    }
}
