﻿body {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-image: url('Resources/Images/BrushedMetalTile.jpg');
    background-repeat: repeat-y;
    color:#FFFFFF;
}


#MainContainer
{
    width:100%;
    max-width:1920px;
    margin-left:auto;
    margin-right:auto;
}
.ClearFloats
{
    float:none;
}

.MenuLink {
    display: inline-block;
    margin-left: 30px;
    margin-right: 30px;
    font-family: 'Big Shoulders Display', serif;
    font-size: 30px;
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
}

.MenuLink:hover {
    color: #127bca;
}



.FooterMenuLink {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    cursor: pointer;
}

.FooterMenuLink:hover {
    color: #127bca;
}

#LogoContainer 
{
    float: right;
    margin-right: 15px;
    padding-top: 10px;
}

.TitleBoxOuter 
{
    background-color: #961515;
    padding: 5px 5px 5px 5px;
    width: 34vw;
    max-width: 500px;
    min-width: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.TitleBoxInner 
{
    border: 5px solid #c44848;
    padding: 5px 5px 5px 5px;
    text-align: center;
}

.BlueButtonOuter 
{
    display: inline-block;
    background-color: #0073c3;
    border: 3px solid #379fe7;
    margin-top: 30px;
    font-size: 26px;
    font-family: 'Big Shoulders Display', serif;
    cursor:pointer;
}

.BlueButtonOuter:hover {
    background-color: #06699b;
    color:#b7deff;
}

.BlueButtonInner 
{
    padding: 2px 15px 2px 15px;
    text-align: center;
}



.WhiteText{color:#FFFFFF;}
.CenteredText{text-align:center;}

.OuterGlowBlack {
    text-shadow: 0px 0px 10px #000000, 0px 0px 10px #000000, 0px 0px 10px #000000, 0px 0px 10px #000000, 0px 0px 10px #000000;
}
.OuterGlowWhite {
    text-shadow: 0px 0px 10px #FFFFFF;
}

#divPhoneMenuContainer {
    width: 35%;
    height: 100%;
    position: fixed;
    top: 0;
    left: -35%;
    z-index: 1000;
    font-size: 18px;
}
#divMenuContainer {
    display: inline-block;
    background-color: #494949;
    width: 100%;
    height: 100%;
    border-right: 1px solid #000000;
    text-align: left;
    padding-top: 8px;
    font-family: 'Big Shoulders Display', serif;
    color:#FFFFFF;
}
#divMenuTab {
    position: absolute;
    top: 10px;
    right: -55px;
    height: 32px;
    padding-top: 4px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #494949;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    border-top: 0px solid #494949;
    border-right: 0px solid #494949;
    border-bottom: 0px solid #494949;
    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
}
.MenuItem {
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    margin-bottom: 10px;
    margin-left:25px;
}

@media screen and (max-width: 600px) 
{
    /*PHONE*/
    .DesktopOnly {
        display: none !important;
    }

    .DesktopTabletOnly {
        display: none !important;
    }

    h1 {
        font-family: 'Big Shoulders Display', serif;
        font-size: 28px;
        font-weight: 500;
        margin: 0px 0px 0px 0px;
    }

    h2 {
        font-family: 'Big Shoulders Display', serif;
        font-size: 20px;
        font-weight: 500;
        margin: 0px 0px 0px 0px;
    }

    h3 {
        font-family: 'Big Shoulders Display', serif;
        font-size: 16px;
        font-weight: 500;
        margin: 0px 0px 0px 0px;
        text-align: center;
    }

    p {
        font-family: 'Open Sans', serif;
        font-size:14px;
    }


    #MenuContainer 
    {
        height: 70px;
    }

    #LinksContainer 
    { 
        display: none; 
    }

    #HeaderLogoImage
    { 
        height: 50px;
    }
}

@media screen and (min-width: 601px) 
{
    /*TABLET*/
    .PhoneOnly {
        display: none !important;
    }

    .DesktopOnly {
        display: none !important;
    }

    h1 {
        font-family: 'Big Shoulders Display', serif;
        font-size: 36px;
        font-weight: 500;
        margin: 0px 0px 0px 0px;
    }

    h2 {
        font-family: 'Big Shoulders Display', serif;
        font-size: 32px;
        font-weight: 500;
        margin: 0px 0px 0px 0px;
    }

    h3 {
        font-family: 'Big Shoulders Display', serif;
        font-size: 26px;
        font-weight: 500;
        margin: 0px 0px 0px 0px;
        text-align: center;
    }

    p {
        font-family: 'Open Sans', serif;
        font-size: 16px;
    }


    #MenuContainer 
    {
        height: 80px;
    }

    #LinksContainer 
    {
        float: left;
        padding-top: 35px;
    }

    #HeaderLogoImage 
    {
        height: 60px;
    }
}

@media screen and (min-width: 940px)
{
    /*DESKTOP*/
    .PhoneOnly {
        display: none !important;
    }

    h1 
    {
        font-family: 'Big Shoulders Display', serif;
        font-size: 48px;
        font-weight: 500;
        margin: 0px 0px 0px 0px;
    }

    h2 
    {
        font-family: 'Big Shoulders Display', serif;
        font-size: 32px;
        font-weight: 500;
        margin: 0px 0px 0px 0px;
    }

    h3 
    {
        font-family: 'Big Shoulders Display', serif;
        font-size: 26px;
        font-weight: 500;
        margin: 0px 0px 0px 0px;
        text-align: center;
    }
    p {
        font-family: 'Open Sans', serif;
        font-size: 18px;
    }


    #MenuContainer 
    {
        height: 100px;
    }

    #LinksContainer 
    {
        float:left;
        padding-top:55px;
    }

    #HeaderLogoImage 
    {
        height: 80px;
    }
}