*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1em;
  font-size: 0.9em;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  min-height: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.8125em;
  font-weight: 400;
  color: #212529;
  text-align: left;
  overflow-x: hidden;
  background-image: url(../../i/UCBG5.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse;
  font-size: 0.9em; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }


  /* MOBILE DISPLAY ITEMS */

.mobileShow {
  display: none;
}

/* Smartphone Portrait and Landscape */
  @media only screen
    and (min-device-width : 320px)
    and (max-device-width : 480px) {
.mobileShow {
  display: inline;
}
  }

.mobileHide {
  display: inline;
}

/* Smartphone Portrait and Landscape */
  @media only screen
    and (min-device-width : 320px)
    and (max-device-width : 480px) {
.mobileHide {
  display: none;
}
    }


.outerBox {
  border: 3px solid darkgrey;
  margin: 0 auto;
  width: 95%;
  padding: 1.5%;
  background-color: rgb(0,2,1,0.55);
  border-radius: 22px;
}


Table.DefaultLogin {
    border: 1px solid darkgrey;
    margin: 0 auto;
    background-image: linear-gradient(to right top, #0b253b, #082337, #062233, #05202f, #051e2b, #06202d, #082230, #0a2432, #0f2b3b, #143145, #1a384f, #213f59);
    color: white;
  }

Table.DefaultLogin thead {
    text-align: center;
  }

Table.DefaultLogin td {
    padding-right: 1%;
    padding-left: 1%;
    padding-bottom: 1.5%;
    padding-top: 1.5%;
    border: 0;
  }

  Table.DefaultLogin input {
    background: #939a92;
    color: black;
  }

  Table.DefaultLogin button {
    background: #939a92;
    color: black;
  }

  Table.MainLogin {
    border: 3px solid darkgrey;
    margin: 0 auto;
    /* background-color: rgb(72,86,97,0.40); */
    background-color: rgb(0,2,1,0.45);
    border-radius: 22px;
    }

  Table.MainLogin td {
      padding-right: 1%;
      padding-left: 1%;
      padding-bottom: 1.5%;
      padding-top: 1.5%;
      border: 0;
    }

    Table.MainLogin input {
      background: #939a92;
      color: black;
    }

    Table.MainLogin button {
      background: #939a92;
      color: black;
      border: 1px solid black;
    }

  Table.DefaultLogin2 {
      border: 1px solid darkgrey;
      margin: 0 auto;
      background-image: linear-gradient(to right top, #0b253b, #082337, #062233, #05202f, #051e2b, #06202d, #082230, #0a2432, #0f2b3b, #143145, #1a384f, #213f59);
      color: white;
    }

  Table.DefaultLogin2 thead {
      text-align: center;
    }

  Table.DefaultLogin2 td {
      padding-right: 1%;
      padding-left: 1%;
      padding-bottom: 1.5%;
      padding-top: 1.5%;
      border: 0;
    }

  .loginButton {
	    box-shadow:inset 0px -3px 7px 0px #29bbff;
      background-image: linear-gradient(to right top, #0b253b, #082337, #062233, #05202f, #051e2b, #06202d, #082230, #0a2432, #0f2b3b, #143145, #1a384f, #213f59);
	    border-radius:15px;
	    border:2px solid #0b0e07;
	    display:block;
	    cursor:pointer;
	    color:#ffffff;
	    font-family:Arial;
	    font-size:22px;
	    font-weight:bold;
	    padding:12px 60px;
	    text-decoration:none;
	    text-shadow:0px 1px 0px #263666;
      }

    .loginButton:hover {
	     background:linear-gradient(to bottom, #0159A5 5%, #214961 100%);
	     background-color:#0688fa;
       text-decoration: none;
      }

    .loginButton:active {
	     position:relative;
	     top:2px;
      }

      .moreButton {
    	    box-shadow:inset 0px -3px 7px 0px #29bbff;
          background-image: linear-gradient(to right top, #0b253b, #082337, #062233, #05202f, #051e2b, #06202d, #082230, #0a2432, #0f2b3b, #143145, #1a384f, #213f59);
    	    border-radius:15px;
    	    border:2px solid #0b0e07;
    	    display:block;
    	    cursor:pointer;
    	    color:#ffffff;
    	    font-family:Arial;
    	    font-size:16px;
    	    font-weight:bold;
    	    padding:4px 50px;
    	    text-decoration:none;
    	    text-shadow:0px 1px 0px #263666;
          }

        .moreButton:hover {
    	     background:linear-gradient(to bottom, #0159A5 5%, #214961 100%);
    	     background-color:#0688fa;
           text-decoration: none;
          }

        .moreButton:active {
    	     position:relative;
    	     top:2px;
          }
  .pubfont{
    font-size: 1.25em;
    margin: auto;
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: white;
  }

  .pubfont input{
    font-size: 1em;
    border-radius: 8px;
    border: 2px solid darkslategrey;
    background: rgba(88,101,111,1);
    padding: 1px 4px;
    box-shadow:inset 2px -3px 7px 0px #29bbff;
  }

  .pubfont:hover {
    box-shadow: 0 0 6px 2px #fff;
    text-shadow: 0px 1px 0 px #263666;
  }

  .pubfont2{
    font-size: 1.25em;
    margin: auto;
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: white;
  }

  .pubfont2{
    font-size: 1.25em;
    margin: auto;
    text-align: center;
    font-weight: bold;
    color: black;
  }

  .pubfont2 input{
    font-size: 1em;
    border-radius: 8px;
    border: 2px solid darkslategrey;
    background: rgba(88,101,111,1);
    padding: 1% 4%;
  }

  .pubfont2:hover {
    text-shadow: 0px 1px 0px #263666;
  }

  .pubfont2:active {
    position: relative;
    top: 2px;
  }

  .mainNav {
    font-size: 20px;
  }

  .mainNav:hover {
    background-color: #940E20;
  }

  .mainNav2 {
    color: white !important;
    font-size: 20px;
    background: #940E20;
    border-radius: 4px;
  }




  .registerButton {
	    /* box-shadow:inset 0px -3px 7px 0px #5C1E3A; */
      box-shadow: 0 0 6px 2px #fff;
      background: rgb(111,29,27);
      background: linear-gradient(302deg, rgba(180,17,39,1) 0%, rgba(76,8,39,1) 95%);
	    border-radius:15px;
	    border:2px solid #0b0e07;
	    display:block;
	    cursor:pointer;
	    color:#ffffff;
	    font-family:Arial;
	    font-size:16px;
	    font-weight:bold;
	    padding:4px 50px;
	    text-decoration:none;
	    text-shadow:0px 1px 0px #5C1E3A;
      }

    .registerButton:hover {
      background: rgb(137,70,68);
      background: linear-gradient(302deg, rgba(137,70,68,1) 0%, rgba(141,97,117,1) 48%);
      text-decoration: none;
      }

    .registerButton:active {
	    position:relative;
	    top:2px;
      }

  .serverShow {
    width: 100%;
    margin-top: 2%;
    text-align: center;
    background-image: linear-gradient(to right top, #0b253b, #082337, #062233, #05202f, #051e2b, #06202d, #082230, #0a2432, #0f2b3b, #143145, #1a384f, #213f59);
    color: white;
  }

  .serverShow input {
    background: #939a92;
    color: black;
    border: 3px solid black;
    padding: 2% 4%;
  }

  .ptitle {
    color: white;
    font-weight: bold;
    font-size: 2.5em;
    text-align: center;
  }

  .DefaultLogin {
  border: 1px solid darkgrey;
  margin: 0 auto;
  background-image: linear-gradient(to right top, #0b253b, #082337, #062233, #05202f, #051e2b, #06202d, #082230, #0a2432, #0f2b3b, #143145, #1a384f, #213f59);
  }


/* Shopping Cart Stuff */



Table.Default {
  /* border: 3px solid rgba(38, 35, 53, 0.5); */
  border: 0;
  margin: 0 auto;
  width: auto;
  color: white;
  background: linear-gradient(top, #000000 -40%, #323232 75%);
  background: -moz-linear-gradient(top, #000000 -40%, #323232 75%);
  background: -webkit-linear-gradient(top, #000000 -40%, #323232 75%);
  background: -ms-linear-gradient(top, #000000 -40%, #323232 75%);
  text-align: center;
}

Table.Default thead {
  text-align: center;
}

.Header tr{

  /* background-image: radial-gradient(circle, #000000, #111111, #1b1b1b, #252525, #303030); */
   border-top-left-radius: 20%;
   border-top-right-radius: 20%;
}

.Header td{
  background-image: linear-gradient(to bottom, #000207, #090d14, #10151d, #151b26, #192130, #1a2232, #1a2335, #1b2437, #182133, #141d2f, #111a2b, #0e1727);
   color: #DADADA;
   font-weight: bold;
   padding-top: 1%;
   padding-bottom: 1%;
}

.Header th{
  background-image: linear-gradient(to bottom, #000207, #090d14, #10151d, #151b26, #192130, #1a2232, #1a2335, #1b2437, #182133, #141d2f, #111a2b, #0e1727);
   color: #DADADA;
   font-weight: bold;
   padding-top: 1%;
   padding-bottom: 1%;
}


/* End Shopping Cart */



button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1, .h1 {
  font-size: 2.03125rem; }

h2, .h2 {
  font-size: 1.625rem; }

h3, .h3 {
  font-size: 1.42188rem; }

h4, .h4 {
  font-size: 1.21875rem; }

h5, .h5 {
  font-size: 1.01562rem; }

h6, .h6 {
  font-size: 0.8125rem; }
