@font-face {
    font-family: heebo;
    src: url(../fonts/Heebo-Medium.ttf)  format('truetype'); 
    font-style: normal;
    font-weight:100;
  }
  
@font-face {
  font-family: helvetica;
  src: url(../fonts/Helvetica.ttf)  format('truetype'); 
  font-style: normal;
  font-weight:100;
}

html {
    font-family: helvetica, heebo;
    font-weight: 100;
    background-color: #0B0B0B;
}

/* Disable highlighting */
::selection {
  color: none;
  background: none;
}
/* For Mozilla Firefox */
::-moz-selection {
  color: none;
  background: none;
}

.top{
  margin-left: 200px;
  /* margin-right: 200px; */
  display: inline-block; 
}

.content{
  padding-right: 15%;
}
.center {
  width: 100%;
}

h1 {
  color:white;
  text-transform: uppercase;
}

.title_and_buttons {
  margin-top: 20px;
  display: flex;
  margin-bottom: 20px;
  justify-content: space-between;
  align-items: center;   
}

.gamename {
  flex:1;
}

.buttons {
  flex:1;
  margin-top:15px;
  display: flex;               /* make right div flex container */
  justify-content: flex-end;   /* align its children to the right */
  gap: 10px;   
}

.buttons button {
  margin-left: 5px;
  margin-bottom: 5px;
  background-color: #0B0B0B;
  border: 2px solid #1BD7B9;
  color:  #1BD7B9;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 4px;
  text-transform: uppercase;
  font-family: helvetica;
  transition-duration: 0.4s;
}

button:hover{
  background-color:  #1BD7B9;
  border:2px solid#1BD7B9;
  color:#0B0B0B;
  cursor: pointer;
}

p {
  color: #898990;
  text-align: justify;
  text-justify: inter-word;
}

.info-team {
  margin-left: 200px;
  display: flex; 
  justify-content: space-between;
  align-items: center;   
}

.info-team table {
  text-transform: uppercase;
  font-size:15px;
}

.info-team th {
  color:#1BD7B9;
  text-align:right;
  height:30px;
  padding-right: 20px;
}

.info-team td {
  color:#898990;
  height:30px;
}

.info-left {
  flex: 1;
  padding-bottom: 30px;
}

.info-right {
  flex: 1;
  display: flex;               /* make right div flex container */
  justify-content: flex-end;   /* align its children to the right */
  padding-bottom: 30px;
  margin-right: 30px;
}

.info-right table {
    font-size: 115%;
    align: right;
}

.studiologo {
  width: 100%;
}

.videoimg {
  margin-left: 200px;
  width: 85%;
}

h2 {
  color:white;
  font-size: 150%;
  margin-bottom: 30px;
  margin-left: 200px;
  text-transform:uppercase;
}

h3 {
  margin-bottom: 30px;
  margin-left: 200px;
  color: #1BD7B9;
  text-transform:uppercase;
}


.screenshot_gallery{
  margin-left: 200px;
  margin-top: 30px;
  float:left;
  margin-bottom: 100px;
}

.screenshot {
  width: 300px;
  margin-right: 20px;
  margin-bottom: 20px;
}

@media screen and (min-width: 2000px) {
  body {
    padding-left: 5%;
    padding-right: 5%;
  }
  
  .center {
    width: 100%;
  }
  
  .content {
    padding-left: 15%;
    padding-right: 15%;
  }

  .top {
    margin: 0;
  }

  .top-text-content p {
    font-size: 115%;
  }

  .screenshot_gallery {
    margin-left: 0;
  }

  .info-team {
    margin-left: 0;
  }
  
  .videoimg {
    margin-left: 0px;
    width: 100%;
  }

  h2 {
    margin-left: 0px;
  }
  
  h3 {
    margin-left: 200px;
  }
}

@media screen and (max-width: 1200px) {
  #webpage{ display:none;}

  body {
    margin: 0;
    overflow-x:hidden;
    width:100%;
  }

  .content {
    padding: 0;
    margin: 0;
  }

  .top{
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
  }

  .top .top-text-content{
    padding-left: 5%;
    padding-right: 5%;
  }

  .center{
    width:100%;
  }

  .buttons{
    flex:1;
    margin-top:15px;
  }
  
  .buttons button{
    font-size: 10px;
  }  
  
  .videoimg{
    padding-left: 5%;
    padding-right: 5%;
    margin-left: 0px;
    width: 90%;
  }
  
  .info-team {
    margin-left: 0px;
    padding-left: 5%;
  }
  
  h2 {
    color:white;
    font-size: 150%;
    margin-top:30px;
    margin-bottom: 30px;
    margin-left: 0%;
    padding-left: 5%;
    text-transform:uppercase;
  }

  h3 {
    margin-top:30px;
    margin-bottom: 30px;
    margin-left: 0px;
    text-align: center;
    color: #1BD7B9;
    text-transform:uppercase;
  }

  .screenshot_gallery {
    margin: 0;
    padding: 30px 5% 0px 5%;
    display: inline-block;
    margin-bottom: 100px;
  }
  
  .screenshot{
    width: 275px;
  }
}

@media screen and (max-width:700px) {
  #webpage{ display:none;}
  .top{
    margin-left: 0px;
    margin-right: 0px;
    display: inline-block;
  }

  .top .top-text-content {
    padding-left: 5%;
    padding-right: 5%;
  }

  .center{
    width:100%
  }

  .buttons{
    flex:1;
    margin-top:15px;
    margin-left: 4%;
    
  }
  
  button{
    margin-left: 5px;
    padding: 3px 7px;
    font-size: 8px;
  }

  .info-team {
    margin-left: 0%;
    padding-left: 5%;
  }
  
  h2 {
    margin-top:30px;
    margin-bottom: 30px;
    color: #1BD7B9;
    text-align: center;
    text-transform:uppercase;
  }
  
  h3{
    margin-top:30px;
    margin-bottom: 30px;
    color: #1BD7B9;
    text-transform:uppercase;
  }
  
  
  table{
    text-transform: uppercase;
    font-size:15px;
  }
  
  th{
    color:#1BD7B9;
    text-align:right;
    height:30px;
    padding-right: 20px;
  }
  
  td{
    color:#4D4D4D;
    height:30px;
  }
  
  ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  .videoimg{
    padding-left: 5%;
    padding-right: 5%;
    margin-left: 0px;
    width: 90%;
  }
  
  .studiologo{
    width:50%;
  }

  .screenshot_gallery{
    margin-left: 0px;
    margin-top: 30px;
    display: inline-block;
    margin-bottom: 100px;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 0;
  }
  
  .screenshot{
    width: 100%;
    margin-bottom:20px;
  }
}