
@font-face {
  font-family: Gotham;
  src: url("GothaProReg.otf");
}
@font-face {
  font-family: Gotham;
  src: url("GothaProBol.otf");
  font-weight: bold;
}

html {
  background-color: white;
}

body
    {
    background-image: url("../Images/Background-Sparks2.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    //background-position: center;            
    background-attachment: fixed;
    background-color: black;
    text-align: center;
    margin: auto;
    font-family: Gotham; font-size: 20px;
    }

body.Plain
    {
    background-image: url("../Images/backgroundGradient.jpg");
    background-attachment: local;
    background-repeat:repeat-x;
    }

.Menu
    {
    width: 100%;
    height: 75px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: white;
    }

.Link
    {
    cursor: pointer;
    }

.Underlined
{
    text-decoration: underline;
}

#CornerLogo
    {
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
  /*  max-width: 8%;*/
  min-width: 180px;
  max-width: 460px;
  padding: 10px;
    }

nav
    {
    width: 1300px;
    text-align: justify;
    margin: 0 auto;
    z-index: 0;
  margin-left: 480px;
      margin-top: 10px;
    }

nav:after
    {
    content: '';
    display: inline-block;
    width: 100%;
    }

nav ul
    {
    list-style-type: none;
    margin: 0 auto;
    overflow: hidden;
    background-color: white;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0px;
    }

nav li
    {
    display: inline-block;
    max-width: 550px;
    }

nav li.Last
    {
    float: right;
    }


nav li a
    {
    color: black;
    text-decoration: none;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;    
    }

nav li a:hover
    {
    background-color: #AAAAAA;
    }


nav li.Disabled
    {
    color: #666666;
    text-decoration: none;
    font-weight: 600;
    padding-right: 15px;
    padding-left: 15px;    
    }


nav li.Selected
{
    color: burlywood;
    text-decoration-color: white;
    text-decoration: overline;
    text-decoration-style: dotted;
}


footer
    {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: white;
    text-align: center;
    vertical-align: middle;
    color:gray;
    }

#Loader
    {
    visibility: hidden;
    display: none;
    z-index: 10;
    position: fixed;
    top: 3px;
    right: 10px;
    width: 50px;
    }

#LoaderArrow
    {
    visibility: hidden;
    display: none;
    z-index: 10;
    opacity: 1;
    position: fixed;
    top: 70%;
    right: 50%;
    width: 450px;
    transform: rotate(45deg);
    }

#Error
    {
    visibility: hidden;
    display: none;
    z-index: 5;
    position: fixed;
    top: 55px;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 0, 0, 0.7);
    }

.FullWidthNoBackground
    {
    width: 100%;
    padding-top: 110px;
    padding-bottom: 70px;
    background-color: white;
  }

.FullWidthBackgroundColor
    {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 50px;
    }

.FullWidthStarBackground
    {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url("../Images/BackgroundStar.jpg");
    background-position: center;
    background-size: 100% 100%;
    background-repeat:no-repeat;
    }

.InsideWindowBackground
    {
    margin: auto;
    width: 710px;
    padding-top: 2px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: white;    
    }

.Gray
    {
    background-color: #B0B0B0;
    }

.Black
    {
    background-color: black;
    }

.Centered
    {
    text-align: center;
    }

.LeftJustify
    {
    text-align: left;
    }

.RightJustify
    {
    text-align: right;
    }

.Middle
    {
    vertical-align: middle;
    }

.Bold
    {
    font-weight: 800;
    }

.SmallerFonts
    {
    font-size: 25px;
    }

.SmallPrint
    {
    font-size: 18px;
    }

input.Borderless
    {
    border: 0px;
    }

h1
{
    font-size: 30px;
    letter-spacing: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
}

h2,h3
{
    font-size: 28px;
    letter-spacing: 1px;
}

article
{
    width: 100%;
}

p
{
    text-align: left;
}

.AlignRight
    {
    text-align: right;
    }

.AlignLeft
    {
    text-align: left;
    }


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: lightgray;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: lightgray;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: lightgray;
}