:root {
  --theme-color: #FF7E02;
  --title-color: #1C1121;
  --body-color: #d3d3d3;
  --smoke-color: #f3f6f7;
  --white-color: #ffffff;
  --black-color: #000000;
  --border-color: rgba(0,0,0,0.10);
  --title-font: 'M PLUS Rounded 1c', sans-serif;
  --body-font: 'Poppins', sans-serif;
  --icon-font: 'Font Awesome 5 Pro';
}

body {
  height: 100%;
  color: var(--body-color);
  /* background-color: #091724; */
   background: url("../oFiles/stars.png");
  /* The html and body elements cannot have any padding or margin. */
}

.main-logo {
  height: 360px;
  background: url("../oFiles/games.png") repeat;
}

.volleying-background {
  height: 730px;
  background: url("../oFiles/volleyingScene1.png");
}

.soccering-background {
  height: 660px;
  background: url("../oFiles/socceringScene1.png");
}

.basketing-background {
  height: 750px;
  background: url("../oFiles/basketingScene1.png");
}

.main-menu a {
  font-size: 18px;
  font-family: var(--title-font);
  color: var(--white-color);
  font-weight: 700;
  display: inline-block;
  padding: 30px 0;
  text-decoration: none;
}

.osgor-menu-item a {
  font-family: var(--title-font);
}

.container {
  max-width: 960px;
}

/*
 * Custom translucent site header
 */

.site-header {
  background-color: rgba(255, 255, 255, .9);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  color: #575757;
  transition: color .15s ease-in-out;
}
.site-header a:hover {
  color: rgb(0, 0, 0);
  text-decoration: none;
}


#steam {
  position: relative;
  padding-bottom: 200px;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  display:block;
  }
#steam iframe,
#steam object,
#steam embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
 * Dummy devices (replace them with your own or something else entirely!)
 */
/* 
.product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: #333;
  border-radius: 21px;
  transform: rotate(30deg);
}

.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, .1);
  border-radius: 5px;
}

.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: #e5e5e5;
} */


/*
 * Extra utilities
 */

.flex-equal > * {
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    flex: 1;
  }
}
