:root {
  --global-light: hsl(0, 0%, 100%);
  --global-dark: hsl(0, 0%, 0%);
  --global-background-light: hsl(60, 100%, 90%);
  --global-background-dark: hsl(175, 50%, 26%);
  --box-shadow: hsl(0, 0%, 69%);
}

body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: Georgia, 'Times New Roman', Times, serif;
  min-height: -webkit-fill-avaliable;
  min-height: 100vh;
}

h2 {
  font-weight: 100;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  block-size: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background-image: url("../images/600.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: var(--global-light);
  text-align: center;
}

header .lang {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
}

header .lang a {
  text-decoration: none;
  color: var(--global-light);
}

header .lang a img {
  width: 2rem;
  height: 2rem;
  margin-left: 1rem;
}

header h1 {
  margin: 0;
  padding: 1rem 1rem 0 1rem;
  line-height: 1.2;
  font-size: 2.4rem;
  color: var(--global-background-light);
}

header h2 {
  margin: 0;
  font-family: cursive;
  font-style: italic;
  font-size: 1.3rem;
  font-weight: 900;
  color: var(--global-background-light);
}

header p {
  padding: 0 2rem;
  color: var(--global-background-light);
}

.youtube {
  width: 100% !important;
  height: auto !important;
  background-color: var(--global-background-dark);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
}

.youtube h2 {
  color: var(--global-background-light);
  text-align: center;
  text-transform: uppercase;
  padding: 2rem;
}

.youtube iframe {
  height: 50vh;
}

#about {
  background-color: var(--global-background-light);
  overflow: hidden;
}

#about .title {
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

#about .title h2 {
  margin: 0;
  text-transform: uppercase;
  color: var(--global-background-dark);
}

#about .why {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  margin: 0.3rem;
  padding: 0.3rem;
}

#about .why article {
  color: var(--global-background-light);
  background-color: var(--global-background-dark);
  padding: 1.3rem 1.6rem;
  -webkit-box-shadow: 3px 3px 3px var(--global-dark);
          box-shadow: 3px 3px 3px var(--global-dark);
}

#about .why article ol li {
  list-style-type: disc;
}

#about .banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  margin: 0.3rem 1rem;
  padding: 3rem 0 0 0;
  text-align: center;
}

#about .banner article {
  color: var(--global-background-dark);
  -webkit-box-shadow: 1px 1px 5px var(--box-shadow);
          box-shadow: 1px 1px 5px var(--box-shadow);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0.7rem;
  cursor: pointer;
}

#about .banner article:hover, #about .banner article:active {
  color: var(--global-background-light);
  background-color: var(--global-background-dark);
}

#about .banner article:hover i,
#about .banner article:active i {
  color: var(--global-background-light);
}

#about .banner article i {
  padding: 1.3rem;
  color: var(--global-background-dark);
}

#about .banner article p {
  text-align: left;
  padding: 0.4rem;
}

.bottom-banner p {
  text-align: center;
  padding: 3rem 1rem;
  margin: 0;
  color: var(--global-background-dark);
}

#gallery {
  background: var(--global-background-dark);
  padding-bottom: 2rem;
}

#gallery .title {
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

#gallery .title h2 {
  margin: 0;
  text-transform: uppercase;
  color: var(--global-background-light);
}

#gallery .card {
  position: relative;
}

#gallery .card p {
  text-align: center;
  margin: 0;
  padding: 0.5rem 0;
  width: 100%;
  background-color: rgba(20, 20, 20, 0.8);
  color: var(--global-background-light);
  position: absolute;
  bottom: 0;
  left: 0;
}

#gallery .gallery-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(175px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
  grid-auto-flow: row dense;
  gap: 0.5rem;
  padding: 0 1rem;
}

#gallery .gallery-wrap img {
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 1px 1px 3px var(--global-background-light);
          box-shadow: 1px 1px 3px var(--global-background-light);
  border-radius: 0.2rem;
}

#gallery .gallery-wrap img[src$='_big.jpg'] {
  -ms-grid-row-span: 1;
      grid-row-end: span 1;
  -ms-grid-column-span: 1;
      grid-column-end: span 1;
}

#gallery .gallery-wrap img[src$='_small.jpg'] {
  -ms-grid-column-span: 1;
      grid-column-end: span 1;
  -ms-grid-row-span: 1;
      grid-row-end: span 1;
}

#courses {
  display: -ms-grid;
  display: grid;
  background: var(--global-background-dark);
}

#courses .title {
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 2rem;
}

#courses .title h2 {
  margin: 0;
  text-transform: uppercase;
  color: var(--global-background-light);
}

#courses .title P {
  color: var(--global-background-light);
  padding: 0 1.2rem;
  text-align: left;
}

#courses article {
  display: -ms-grid;
  display: grid;
}

#courses article .box {
  color: var(--global-dark);
  -webkit-box-shadow: 1px 1px 5px var(--box-shadow);
          box-shadow: 1px 1px 5px var(--box-shadow);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 1.2rem 0.7rem;
  cursor: pointer;
  margin: 0.5rem 1rem;
  text-align: center;
}

#courses article .box:hover {
  background: var(--global-background-light);
}

#courses article .box:hover i {
  color: var(--global-background-dark);
}

#courses article .box:hover p {
  color: var(--global-background-dark);
}

#courses article .box i {
  color: var(--global-background-light);
}

#courses article .box p {
  padding: 0 0.5rem;
  color: var(--global-background-light);
  text-align: left;
}

#courses article .rest-text {
  color: var(--global-background-light);
  padding: 1.5rem 1rem;
  text-align: center;
}

#games {
  background: var(--global-background-light);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
}

#games .title {
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 1rem;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}

#games .title h2 {
  margin: 0;
  text-transform: uppercase;
  color: var(--global-background-dark);
}

#games article .box {
  background: var(--global-background-dark);
  color: var(--global-background-light);
  -webkit-box-shadow: 5px 5px 5px black;
          box-shadow: 5px 5px 5px black;
  border-radius: .5rem;
  margin: 1rem;
}

#games article .box h3 {
  text-align: center;
  padding: 0 .5rem;
  min-height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

#games article .box img {
  width: 100%;
  height: auto;
  display: block;
}

#games article .box p {
  padding: 0 0.5rem;
}

#games article .box .openModal {
  cursor: pointer;
  background-color: var(--global-background-light);
  color: var(--global-background-dark);
  font-weight: bolder;
  margin: 0rem 0rem 1rem 1rem;
  padding: .3rem;
  border-radius: .2rem;
  border: none;
}

#games article .box .hidden-text {
  background: rgba(36, 36, 36, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: auto;
  display: none;
  -webkit-animation: show .3s ease;
          animation: show .3s ease;
}

@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#games article .box .hidden-text p {
  font-size: small;
  padding: 1rem 1rem;
  margin: 0;
}

#games article .box .hidden-text .closeModal {
  cursor: pointer;
  background-color: var(--global-background-light);
  color: var(--global-background-dark);
  font-weight: bolder;
  margin: 0rem 0rem 1rem 1rem;
  padding: .3rem;
  border-radius: .2rem;
  border: none;
}

#cost {
  background: var(--global-background-dark);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

#cost .title {
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 1rem;
}

#cost .title h2 {
  margin: 0;
  text-transform: uppercase;
  color: var(--global-background-light);
}

#cost .title P {
  color: var(--global-background-light);
  padding: 0 1.2rem;
  text-align: left;
}

#cost .title-image {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-bottom: 2rem;
}

#cost .title-image img {
  width: 100px;
  height: 100px;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

#cost .title-image img:hover, #cost .title-image img:active {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

#opportunities {
  background: url("../images/games/world-map.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 2rem;
  min-height: 100vh;
  display: -ms-grid;
  display: grid;
}

#opportunities .title {
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 1rem;
}

#opportunities .title h2 {
  margin: 0;
  text-transform: uppercase;
  color: var(--global-background-dark);
}

#opportunities P {
  color: var(--global-background-dark);
  padding: 0 1.2rem;
  text-align: left;
}

#job {
  background: url("../images/games/cruiser.webp");
  background-color: #081716;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 2rem;
  display: -ms-grid;
  display: grid;
}

#job .title {
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 1rem;
}

#job .title h2 {
  margin: 0;
  text-transform: uppercase;
  color: var(--global-background-light);
}

#job P {
  color: var(--global-background-light);
  padding: 0 1.2rem;
  text-align: left;
}

#cursuri-online {
  background: url("../images/games/money-1.webp");
  background-position: center center;
  background-size: cover;
  background-color: var(--global-background-light);
  padding-bottom: 2rem;
  display: -ms-grid;
  display: grid;
}

#cursuri-online .title {
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 1rem;
}

#cursuri-online .title h2 {
  margin: 0;
  text-transform: uppercase;
  color: var(--global-background-dark);
}

#cursuri-online P {
  color: var(--global-background-dark);
  padding: 0 1.2rem;
  text-align: left;
}

#cursuri-online a {
  display: inline-block;
  text-decoration: none;
  color: var(--global-dark);
  word-wrap: break-word;
}

/*****************************
******************************
        TESTIMONIALS
*******************************
******************************/
#testimonials {
  background: var(--global-background-dark);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  padding-bottom: 1rem;
  min-height: 40vh;
}

#testimonials .title {
  text-align: center;
  padding-top: 2rem;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}

#testimonials .title h2 {
  margin: 0;
  text-transform: uppercase;
  color: var(--global-background-light);
}

#testimonials .card {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  background: var(--global-background-light);
  color: var(--global-background-dark);
  margin: 0 1rem 1rem 1rem;
  border-radius: .3rem;
  border-left: 1rem solid #000;
  -webkit-box-shadow: 0.1rem 0.1rem 1rem rgba(196, 196, 196, 0.535);
          box-shadow: 0.1rem 0.1rem 1rem rgba(196, 196, 196, 0.535);
  display: none;
}

#testimonials .card .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#testimonials .card .card-body .card-image {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

#testimonials .card .card-body .card-image img {
  width: 5rem;
  height: 5rem;
  border-radius: .3rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  margin: 1rem auto;
}

#testimonials .card .card-body .card-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#testimonials .card .card-body .card-text q {
  margin-bottom: .5rem;
  padding: .8rem .8rem 0 .8rem;
}

#testimonials .card .card-body .card-text p {
  margin: 0;
  font-size: smaller;
  font-style: italic;
  padding: 0 .8rem .6rem .8rem;
  color: gray;
  text-align: right;
}

#testimonials .card .card-body .card-text h5 {
  margin: 0;
  padding: 0 1.5rem .5rem;
  text-align: right;
  text-transform: uppercase;
}

#testimonials .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#testimonials .btnBox button {
  background: var(--global-background-light);
  color: var(--global-background-dark);
  font-weight: 500;
  margin: 1rem;
  padding: .2rem 1.5rem;
  border-radius: 0rem;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border: 1px solid var(--global-background-dark);
}

#testimonials .btnBox button:hover, #testimonials .btnBox button:active {
  background: var(--global-background-dark);
  color: var(--global-background-light);
  border: 1px solid var(--global-background-light);
}

/*****************************
******************************
        CONTACT
*******************************
******************************/
#contact {
  background: url("../images/games/contact.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  color: var(--global-background-light);
}

#contact .title {
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 1rem;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}

#contact .title h2 {
  margin: 0;
  text-transform: uppercase;
  color: var(--global-background-light);
}

#contact .mail {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}

#contact .mail ul {
  list-style-type: none;
  padding-left: 1rem;
}

#contact .mail ul a {
  color: var(--global-background-dark);
  text-decoration: none;
}

#contact .mail ul a:hover, #contact .mail ul a:active {
  color: var(--global-background-light);
}

#contact .partners {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}

#contact .partners .single-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--global-background-dark);
}

#contact .partners ul {
  list-style-type: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  padding-left: 0;
  text-align: center;
}

#contact .partners ul img {
  width: 100px;
  height: auto;
  margin: .5rem;
}

/*****************************
******************************
        FOOTER
*******************************
******************************/
footer {
  background: var(--global-background-dark);
  margin: 0;
  color: var(--global-background-light);
  border-top: 2px solid #000;
}

footer a {
  color: var(--global-dark);
  text-decoration: none;
}

footer p {
  margin: 0;
  padding: 2rem .9rem;
  text-align: center;
}

@media screen and (min-width: 480px) {
  .youtube {
    -ms-grid-columns: 10px 1fr 10px;
        grid-template-columns: 10px 1fr 10px;
  }
  .youtube h2 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    color: var(--global-background-light);
    text-align: center;
    text-transform: uppercase;
    padding: 2rem;
  }
  .youtube iframe {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    height: 50vh;
    padding-bottom: 2rem;
  }
  #about {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  #about .title {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
  #about .why {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  #about .banner {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  #about .bottom-banner {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #gallery .gallery-wrap {
    -ms-grid-columns: (minmax(250px, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
  #gallery .gallery-wrap img[src$='_big.jpg'] {
    -ms-grid-row-span: 2;
        grid-row-end: span 2;
    -ms-grid-column-span: 2;
        grid-column-end: span 2;
  }
  #gallery .gallery-wrap img[src$='_small.jpg'] {
    -ms-grid-column-span: 1;
        grid-column-end: span 1;
    -ms-grid-row-span: 1;
        grid-row-end: span 1;
  }
  #courses {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  #courses .title {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
  #courses .title p {
    text-align: center;
  }
  #courses article {
    display: -ms-grid;
    display: grid;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
  #games {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  #games .title {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
  #testimonials .card .card-body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #testimonials .card .card-body .card-image img {
    margin: 1rem;
    border-radius: 50%;
  }
  #testimonials .card .card-body .card-text {
    margin: 1rem;
  }
}

@media screen and (min-width: 769px) {
  .youtube {
    -ms-grid-columns: 100px 1fr 100px;
        grid-template-columns: 100px 1fr 100px;
  }
  .youtube h2 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
  }
  .youtube iframe {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    height: 60vh;
  }
  header {
    background-image: url("../images/header1.webp");
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[5];
        grid-template-columns: repeat(5, 1fr);
  }
  header .main-text {
    -ms-grid-column: 2;
    -ms-grid-column-span: 3;
    grid-column: 2/5;
  }
  header h1 {
    font-size: 3rem;
  }
  header h2 {
    font-size: 2.5rem;
  }
  #about {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
  #about .title {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/5;
  }
  #about .why {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/5;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  #about .banner {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/5;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
  }
  #about .bottom-banner {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/5;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #gallery .gallery-wrap img[src$='_big.jpg'] {
    -ms-grid-row-span: 1;
        grid-row-end: span 1;
    -ms-grid-column-span: 1;
        grid-column-end: span 1;
  }
  #gallery .gallery-wrap img[src$='_small.jpg'] {
    -ms-grid-column-span: 1;
        grid-column-end: span 1;
    -ms-grid-row-span: 1;
        grid-row-end: span 1;
  }
  #courses {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  #courses .title {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
  }
  #courses article {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
  }
  #courses .rest-text {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
  }
  #cost {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #cost .title-image {
    padding-right: 2rem;
  }
  #cost .title-image img {
    width: 200px;
    height: 200px;
  }
  #games {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  #games .title {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
  }
}

@media screen and (min-width: 1024px) {
  .youtube {
    -ms-grid-columns: 200px 1fr 1fr 200px;
        grid-template-columns: 200px 1fr 1fr 200px;
  }
  .youtube h2 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/5;
  }
  .youtube iframe {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
    height: 60vh;
  }
  header {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[5];
        grid-template-columns: repeat(5, 1fr);
  }
  header .main-text {
    -ms-grid-column: 2;
    -ms-grid-column-span: 3;
    grid-column: 2/5;
  }
  header h1 {
    font-size: 3.5rem;
  }
  header h2 {
    font-size: 3rem;
  }
  #about {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100px (1fr)[4] 100px;
        grid-template-columns: 100px repeat(4, 1fr) 100px;
  }
  #about .title {
    -ms-grid-column: 2;
    -ms-grid-column-span: 4;
    grid-column: 2/6;
  }
  #about .why {
    -ms-grid-column: 2;
    -ms-grid-column-span: 4;
    grid-column: 2/6;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  #about .banner {
    -ms-grid-column: 2;
    -ms-grid-column-span: 4;
    grid-column: 2/6;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
  }
  #about .bottom-banner {
    -ms-grid-column: 2;
    -ms-grid-column-span: 4;
    grid-column: 2/6;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #gallery .gallery-wrap img[src$='_big.jpg'] {
    -ms-grid-row-span: 2;
        grid-row-end: span 2;
    -ms-grid-column-span: 2;
        grid-column-end: span 2;
  }
  #gallery .gallery-wrap img[src$='_small.jpg'] {
    -ms-grid-column-span: 1;
        grid-column-end: span 1;
    -ms-grid-row-span: 1;
        grid-row-end: span 1;
  }
  #courses {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100px (1fr)[4] 100px;
        grid-template-columns: 100px repeat(4, 1fr) 100px;
  }
  #courses .title {
    -ms-grid-column: 2;
    -ms-grid-column-span: 4;
    grid-column: 2/6;
  }
  #courses article {
    -ms-grid-column: 2;
    -ms-grid-column-span: 4;
    grid-column: 2/6;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
  }
  #courses .rest-text {
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-column: 1/6;
  }
  #cost {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 200px 1fr 1fr 1fr 200px;
        grid-template-columns: 200px 1fr 1fr 1fr 200px;
  }
  #cost .title {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
  }
  #cost .title-image {
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
    grid-column: 5/6;
    -ms-grid-column-align: center;
        justify-self: center;
    padding-right: 2rem;
  }
  #cost .title-image img {
    width: 200px;
    height: 200px;
  }
  #games {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  #games .title {
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
    grid-column: 1/8;
  }
}

@media screen and (min-width: 1200px) {
  .youtube {
    -ms-grid-columns: 200px 1fr 1fr 200px;
        grid-template-columns: 200px 1fr 1fr 200px;
  }
  .youtube iframe {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
    height: 70vh;
  }
  #gallery {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100px 1fr 100px;
        grid-template-columns: 100px 1fr 100px;
  }
  #gallery .title {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
  #gallery .gallery-wrap {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
  #gallery .gallery-wrap img[src$='_big.jpg'] {
    -ms-grid-row-span: 1;
        grid-row-end: span 1;
    -ms-grid-column-span: 1;
        grid-column-end: span 1;
  }
  #gallery .gallery-wrap img[src$='_small.jpg'] {
    -ms-grid-column-span: 1;
        grid-column-end: span 1;
    -ms-grid-row-span: 1;
        grid-row-end: span 1;
  }
}
/*# sourceMappingURL=style.css.map */