@media all and (max-width: 960px) 
{
    .TeamLayout_Image.P1
    {
        float: none;
        width: 100%;
        text-align: center;
    }
    .TeamLayout_Image.P2
    {
        width: 50%;
    }
    .TeamLayout_Image.P3
    {
        width: 50%;
    }
}


@media all and (max-width: 700px) 
{
    .TeamLayout_Image.P1,
    .TeamLayout_Image.P2,
    .TeamLayout_Image.P3
    {
        float: none;
        width: 100%;
        text-align: center;
    }
}

@media all and (max-width: 820px) 
{
    .half-one 
    {
        float:none;
        text-align: center;
        border-bottom: 1px solid #000
    }
    .half-two 
    {
        float:none;
        text-align: center;
        border-top: 1px solid #ffffff3a
    }
    .MainNavItem
    {
        height: 49px;
        font-size: 18px;
        padding-left: 6px;
        padding-right: 6px;
    }

    .MainNavItem i
    {
        font-size: 15px;
        padding-right: 3px;
    }
    .WipeMessage
    {
        margin-bottom: 20px !important;
    }
    .ServerImage 
    {
        width: 468px;
        height: 218px;
    }
    .ServerImage_ConnectBtn
    {
        display: none;
    }
    h1 
    {
        font-size: 65px;
    }
    .WelcomeMsg
    {
        margin: 0px 0px -12px 0px;
    }
    .AOA_TeamMessage
    {
        line-height: 0.9;
    }
    .SpacerMaker
    {
        min-height: 50px;
    }
    .Spacer_WipeMessage,
    .Spacer_TitleMessage,
    .Spacer_Footer
    {
        min-height: 30px;
    }

}

@media all and (max-width: 500px) 
{
    .ServerImage 
    {
        width: 375px;
        height: 175px;
    }
}


