﻿.paddingfortopnavbar{
    padding-top: 50px;
}
.mytextsize {
    font-size:2vh;
}

.my-sub-heading-size {
    font-size: 3vh;
}

.my-heading-size {
    font-size: 4vh;
}

.platform {
    background-color: rgb(0, 102, 102);
}

.game_div {
    position: relative;
    margin: 0px;
}

.gameOverText {
    color: red;
}

.gameOverFill {
    background-color: tomato;
}

.scoreFill {
    background-color: palegreen;
}

.scoreText {
    color:royalblue;
}

.gameIcon{
  background: url("../Images/Icons/GameIcon.png");
  height:16px;
  width:16px;
  display: inline-block;
}

.homeIcon{
  background: url("../Images/Icons/HomeIcon.png");
  height:16px;
  width:16px;
  display: inline-block;
}

.postsIcon{
  background: url("../Images/Icons/PostsIcon.png");
  height:16px;
  width:16px;
  display: inline-block;
}

.artIcon{
  background: url("../Images/Icons/ArtIcon.png");
  height:16px;
  width:16px;
  display: inline-block;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}