/* -- CSS RESET : START -- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {  margin: 0px;  padding: 0px;  border: 0px; outline: 0px; font-size: 100%; vertical-align: baseline; background: transparent; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul	{list-style: none;}
li		{display: list-item; text-align: match-parent;} 
a		{text-decoration: none; outline: none;} 
a:hover	{text-decoration: none;} 
table 	{border-collapse: separate;border-spacing: 0;width:100%;}
/* -- CSS RESET : END -- */
.SpacerMaker
{
    min-height: 100px;
}
.Spacer_WipeMessage,
.Spacer_TitleMessage,
.Spacer_Footer
{
    min-height: 50px ;
}
/* Dev View */
html { height: 100%; scroll-behavior: smooth;}
body
{
    scroll-behavior:smooth;
    /*height: 100%;*/
    font-family: 'Source Sans 3';
    color: #fff;
	min-height: 100vh;
}

table.PageRoot { height: 100%;}
table.PageRoot > tbody > tr > td.content { height: 100%; }

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    font-size: 0px;
}

.page-container
{
    max-width: 960px;
    margin: 0px auto;
}


.PageRoot
{
    background-image: url(../images/BackGroundImage_AOA.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}
.header, 
.footer
{
    background-color: #0c224bc4;
}

.half-one
{
    /*width: 40%;*/
    float: left;
    overflow: hidden;
    padding: 7px 0px;
}
.half-two
{
    /*width: 60%;*/
    float: right;
    overflow: hidden;
    text-align: right;
}

.MainNavItem
{
    height: 79px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 27px;
    padding-left: 16px;
    padding-right: 16px;
}

.MainNavItem i
{
    font-size: 20px;
    padding-right: 6px;
}

.MainNav a
{
    color: #ffffff;
    font-family: 'Source Sans 3';
    text-decoration: none;
}

.MainNav a:hover .MainNavItem,
.MainNav a:active
{
    background-color: rgb(3 22 55 / 70%);
}

.footer-simple
{
    color:#fff;
    text-align: center; 
    padding: 5px 0px;
    font-size: 16px;
    text-align: center;
}

/* ---------------------------------------------- */

.FullWidthBox
{
    font-family: 'Source Sans 3';
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0,0,0,.65);
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5); 
    padding:10px 0px 10px 0px;
}

h1
{
    font-weight: 700;
    font-size: 100px;
    color: #4ab3e7;
}
h2
{
    font-size: 25px;
}
.WipeDate
{
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0,0,0,.65);
    text-align: center;
    font-size: 20px;
    margin-top: -10px;
}

/* ---------------------------------------- */
.ServerImage_ConnectBtn
{
    position: absolute;
    top: 0;
    left: 0;
}
.ServerImage 
{
    width: 750px;
    height: 350px;
    display: inline-block;
    background-size: cover;
    border-radius: 10px;
    box-shadow: 2px 2px 10px 1px rgb(0 0 0 / 40%);
    transition: ease-in-out;
    transition-duration: .25s;
}
.Ragnarok
{
    background-image:  url('../images/RagnarokBackground.jpg');
}
.TheCenter
{
    background-image:  url('../images/TheCenterBackground.jpg');
}
.LostIsland
{
    background-image:  url('../images/LostIslandBackground.jpg');
}
.ServerImage:hover
{
    box-shadow: 2px 2px 10px 1px rgb(0 0 0 / 60%);
    transition: ease-in-out;
    transition-duration: .25s;

}
.ServerImage_Overlay
{
      background-color: rgba(0, 0, 0, 0.55);
      border-radius: 10px;
      height: 100%;
      transition: ease-in-out;
      transition-duration: .25s;
}
.ServerImage_Overlay:hover
{
      background-color: rgba(0, 0, 0, 0.35);
      transition: ease-in-out;
      transition-duration: .25s;
}

.ServerImage_Connect
{
    background-color: #353535;
    padding: 8px 16px 8px 16px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: auto;
}
.ServerImage_Connect:hover
{
    background-color: #009dff;
}

.ServerImage_InfoBox
{
    height: 100%;
    width: 100%;
    color: #ffffff;
    text-shadow: rgb(0 0 0 / 80%) 1px 1px 2px;
}

/* ---------------------------------------- */

.TeamLayout_ProfilePics
{
    border-radius: 50%;
    width: 188px;
    height: 188px;
    padding-bottom: 12px;
    border-color: 1px solid #000;
}

.TeamLayout_Image
{
    float: left;
    width: 33%;
}

.TeamLayout_PName
{
    font-family: 'Source Sans 3';
    font-weight: bold;
    color: #00d9ff;
    text-shadow: 1px 2px 1px rgb(0 0 0 / 65%);
    text-align: center;
    font-size: 25px;
    margin-bottom: 15px;
}