/*
#centerText {
	font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
	text-transform: uppercase;
	font-variant: normal;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	text-align: center;
	vertical-align: middle;
	padding: 20%;
	display: block;
}




.allclick {
	cursor: crosshair;
}

.frontpagelinks {
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	border:#666, groove;
	margin:-1px;
	speak:normal;
	padding: 10px;
}

a {
	text-decoration: none;
}

.clearText {
	color: #FFFFFF;
	margin: -1px;
	padding: 0px;
	float: left;
	position: absolute;
	right: -500px;
	visibility: hidden;
	display: none;
}
*/

@media (max-width: 400px) {
  * {
    opacity: 0;
  }
}

@media (max-width: 860px) {
  .copyright {
    opacity: 0;
  }
}

@media (max-width: 820px) {
  .copyright {
    display:none;
  }
}


@media (max-height: 600px) {
  .copyright {
    opacity: 0;
  }
  .Button {
    opacity: 0;
  }
  * {
    opacity: 0;
  }

}

@media screen and (orientation: portrait) {
  * {
    transition: 0.3s;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  a {
    text-decoration: none;
    text-transform: uppercase;
    color: #D3D3D3;
  }

  a:hover {
    color: #D3D3D3;
  }

  a:active {
    color: #D3D3D3;
  }

  a:visited {
    color: #D3D3D3;
  }

  body {
    background-image: linear-gradient(snow, whitesmoke, whitesmoke, snow);
    /* Standard syntax (must be last) */
  }

  .main {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
  }

  .frame {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    border-style: solid;
    border-spacing: 25px 25px;
    border-width: 5px;
    border-radius: 5px;
    color: black;
    background-image: linear-gradient(white, snow, white);
    box-shadow: 0 12px 14px 0 rgba(0, 0, 0, .75), 0 13px 90px 0 rgba(0, 0, 0, .17);
    width: 90%;
    height: auto;
    box-sizing: border-box;
  }


  .mainImg {
    height: 75%;
    width: 100%;
    padding: 10px;
  }

  @supports (-moz-appearance:none) {
    .mainImg {
  height: 100%;
    }
  }

  @-moz-document url-prefix() {
      .mainImg {
    height: 100%;
      }
  }


  .footer {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    height: 80px;
  }

  .footer-item {}

  .rightBar {
    display: flex;
    flex: 1;
    flex-direction: row;
    align-items: center;
    justify-content:  center ;
    height: 100%;
  }

  .playerBar {
    display: flex;
    flex: 1;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  .Button {
    padding: 10px;
    height: 100%;
    min-width: 50px;
  }

  .Button:hover {
    opacity: 0.6;
  }

  .Button:active {
    opacity: 1;
  }

  .copyright {
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
    justify-content: center;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: large;
    text-transform: uppercase;
    font-variant: normal;
    font-weight: bold;
    font-style: normal;
    line-height: normal;
    flex: initial;
    border-style: solid;
    border-spacing: 25px 25px;
    border-width: 5px;
    border-radius: 5px;
    padding: 1px;
    padding-left: 20px;
    padding-right: 20px;
    color: black;
    transition: 0.3s;
  }

  .copyright:hover {
    color: black;
  }

  .shirt {
    fill: #FFFFFF;
    stroke: #231815;
    stroke-width: 2;
    stroke-linejoin: round;
  }

  .shirt:hover {
    fill: black;
    stroke: #231815;
    stroke-width: 2;
    opacity: 0.6;
    transition: 0.3s;
  }

  .notText {
    display: none;
    visibility: hidden;
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .textBig {
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: large;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    flex: initial;
    align-items: center;
    justify-content: center;
  }

  .textSmall {
    font-size: xx-small;
    font-weight: lighter;
    font-variant: small-caps;
    transition: 0.0s;
    font-family: "Roboto";
  }

  .linkText {
    display: flex;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    align-items: flex-start;
    justify-content: flex-start;
    text-decoration: none;
    text-transform: uppercase;
    color: Red;
    font-size: large;
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }

  .fade-in {
    opacity: 0;
    /* make things invisible upon start */
    animation: fadeIn ease-in 1;
    animation-fill-mode: forwards;
    animation-duration: 4s;
  }

  @keyframes fadeOut {
    from {
      opacity: 1;
    }

    to {
      opacity: 0;
    }
  }

  .fade-out {
    opacity: 1;
    /* make things invisible upon start */
    animation: fadeIn ease-in 1;
    animation-fill-mode: forwards;
    animation-duration: 4s;
  }

  #darius {
    opacity: 0.0;
  }

  #darius:hover {
    opacity: 0.3;
    box-shadow: 0 12px 14px 0 rgba(0, 0, 0, .75),
  }

  .letters {
    opacity: 0.0;
    color: snow;
  }

  .letters:hover {
    opacity: 0.3;
    color: whitesmoke;
  }

  .lettersDread {
    opacity: 0.0;
  }

  .lettersDread:hover {
    opacity: .8;
  }

  .noClick {
    style="cursor: pointer;"
  }

.carapace{
    opacity: 1;
}

.carapace:hover{
    opacity: 0.0;
}

.modalDialog {
  position: fixed;
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
}

.modalDialog:target {
  opacity: 1;
  pointer-events: auto;
}

.modalDialog>div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 5px 20px 13px 20px;
  border-radius: 10px;
  background: #fff;
  background: -o-linear-gradient(#fff, #999);
}

.close {
  background: #708090;
  color: #FFFFFF;
  line-height: 25px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
}

.close:hover {
  background: #606061;
}

  #browser-bottombox {
    /*
      Display the status bar in Firefox Quantum (Firefox 57+)
      permanently at the bottom of the browser window.
      Code below works best for the Light Firefox theme and is based on:
      https://github.com/MatMoul/firefox-gui-chrome-css/blob/master/chrome/userChrome.css



      */
    height: 23px;
    border-top: solid 1px #505050;
  }

  #statuspanel {
    width: 100% !important;
    left: 3px !important;
    /*changed from 0px*/
    bottom: 3px !important;
    /*changed from 0px*/
    padding: 0px !important;
    transition-duration: 0s !important;
    transition-delay: 0s !important;
    transition-property: none !important;
  }

  #statuspanel-label {
    top: 0px !important;
    margin-left: 0px !important;
    margin-top: 0px !important;
    border: none !important;
    padding: 0px !important;
  }

  window[inFullscreen="true"] #browser-bottombox {
    display: none !important;
  }

  window[inFullscreen="true"] #statuspanel {
    /*display:none !important;*/
  }

  window[inFullscreen="true"] #statuspanel-label {
    border: 1px solid #505050 !important;
    padding: 2px !important;
  }
}

@media screen and (orientation: landscape) {
  * {
    transition: 0.3s;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  a {
    text-decoration: none;
    text-transform: uppercase;
    color: #D3D3D3;
  }

  a:hover {
    color: #D3D3D3;
  }

  a:active {
    color: #D3D3D3;
  }

  a:visited {
    color: #D3D3D3;
  }

  body {
    background-image: linear-gradient(snow, whitesmoke, whitesmoke, snow);
    /* Standard syntax (must be last) */
  }

  .main {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
  }

  .frame {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-style: solid;
    border-width: 5px;
    border-radius: 5px;
    color: black;
    background-image: linear-gradient(white, snow, white);
    box-shadow: 0 12px 14px 0 rgba(0, 0, 0, .75), 0 13px 90px 0 rgba(0, 0, 0, .17);
    width: 50%;
    height: auto;
    box-sizing: border-box;
  }

  .mainImg {
    height: 75%;
    width: 100%;
    padding: 10px;
  }
  @supports (-moz-appearance:none) {
    .mainImg {
  height: 100%;
    }
  }

  @-moz-document url-prefix() {
      .mainImg {
    height: 100%;
      }
  }
  .footer {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    height: 80px;
  }

  .footer-item {}

  .rightBar {
    display: flex;
    flex: 1;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-width: 50px;
  }

  .playerBar {
    display: flex;
    flex: 1;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  .Button {
    padding: 10px;
    height: 100%;
    min-width: 50px;
  }

  .Button:hover {
    opacity: 0.6;
  }

  .Button:active {
    opacity: 1;
  }

  .copyright {
    text-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
    justify-content: center;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: large;
    text-transform: uppercase;
    font-variant: normal;
    font-weight: bold;
    font-style: normal;
    line-height: normal;
    border-style: solid;
    border-spacing: 25px 25px;
    border-width: 5px;
    border-radius: 5px;
    padding: 1px;
    padding-left: 20px;
    padding-right: 20px;
    color: black;
    transition: 0.3s;
  }

  .copyright:hover {
    color: black;
  }

  .shirt {
    fill: #FFFFFF;
    stroke: #231815;
    stroke-width: 2;
    stroke-linejoin: round;
  }

  .shirt:hover {
    fill: black;
    stroke: #231815;
    stroke-width: 2;
    opacity: 0.6;
    transition: 0.3s;
  }

  .notText {
    display: none;
    visibility: hidden;
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .textBig {
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: large;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    flex: initial;
    align-items: center;
    justify-content: center;
  }

  .textSmall {
    font-size: xx-small;
    font-weight: lighter;
    font-variant: small-caps;
    transition: 0.0s;
    font-family: "Roboto";
  }

  .linkText {
    display: flex;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    align-items: flex-start;
    justify-content: flex-start;
    text-decoration: none;
    text-transform: uppercase;
    color: Red;
    font-size: large;
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }

  .fade-in {
    opacity: 0;
    /* make things invisible upon start */
    animation: fadeIn ease-in 1;
    animation-fill-mode: forwards;
    animation-duration: 4s;
  }

  #darius {
    opacity: 0.0;
  }

  #darius:hover {
    opacity: 0.3;
    box-shadow: 0 12px 14px 0 rgba(0, 0, 0, .75),
  }

  .letters {
    opacity: 0.0;
    color: snow;
  }

  .letters:hover {
    opacity: 0.3;
    color: whitesmoke;
  }

  .lettersDread {
    opacity: 0.0;
  }

  .lettersDread:hover {
    opacity: .8;
  }

  .noClick {
    style="cursor: pointer;"
  }

  .carapace{
    opacity: 1;
  }

  .carapace:hover{
    opacity: 0.0;
  }
  .modalDialog {
    position: fixed;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
  }

  .modalDialog:target {
    opacity: 1;
    pointer-events: auto;
  }

  .modalDialog>div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
    background: -o-linear-gradient(#fff, #999);
  }

  .close {
    background: #708090;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
  }

  .close:hover {
    background: #606061;
  }

  /*
      Display the status bar in Firefox Quantum (Firefox 57+)
      permanently at the bottom of the browser window.
      Code below works best for the Light Firefox theme and is based on:
      https://github.com/MatMoul/firefox-gui-chrome-css/blob/master/chrome/userChrome.css



  */
  #browser-bottombox {
    height: 23px;
    border-top: solid 1px #505050;
  }

  #statuspanel {
    width: 100% !important;
    left: 3px !important;
    /*changed from 0px*/
    bottom: 3px !important;
    /*changed from 0px*/
    padding: 0px !important;
    transition-duration: 0s !important;
    transition-delay: 0s !important;
    transition-property: none !important;
  }

  #statuspanel-label {
    top: 0px !important;
    margin-left: 0px !important;
    margin-top: 0px !important;
    border: none !important;
    padding: 0px !important;
  }

  window[inFullscreen="true"] #browser-bottombox {
    display: none !important;
  }

  window[inFullscreen="true"] #statuspanel {
    /*display:none !important;*/
  }

  window[inFullscreen="true"] #statuspanel-label {
    border: 1px solid #505050 !important;
    padding: 2px !important;
  }
}
