body {
    background-color: whitesmoke;
}

.p1 {
  font-family: Lucida, monospace; 
  color: black;
  font-size: 15px; 
}
.p2 {
  font-family: Arial, Helvetica, sans-serif;
  color: lightgreen;
  font-size: 25px; 
}
.p3 {
  font-family: Lucida, monospace; 
  color: black;
  font-size: 13px;
  max-width: 600px; 
}

.description {
  font-family: Lucida, monospace; 
  color: black;
  font-size: 15px; 
  padding: 20px;
}

.description-twocolumn {
  font-family: Lucida, monospace; 
  color: black;
  font-size: 15px; 
  width: 75%;
  padding: 20px;
  margin: auto;
  text-wrap: balance;
  max-width: 800px;
  text-align: center;
  /*border: 2px solid red;*/

}

a:link {
  color: MediumSeaGreen;
  font-weight: bold;
}
a:visited {
  color: SeaGreen;
}
a { text-decoration: none;}

.maindiv {
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
    max-width: 1600px;
    /*border: 2px solid orange;*/
}


img {
  width: 2000px;
  max-width: 100%;
  height: auto;
}

/* IMAGE COLUMNS  >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 48%;
  max-width: 48%;
  padding: 0 4px;
  /*border: 2px solid pink;*/
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
}

/* RESPONSIVE RULES >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .maindiv {
    max-width: 1100px;
  }
  .column {
    flex: 100%;
    max-width: 100%;
  }

  
}
@media screen and (max-width: 500px) {
  .description-twocolumn {
    width: 100%;
    margin-bottom: 10px;
    padding: 0px;
    text-align: justify; 
  }
}
/* INDIVIDUAL GAME PAGE >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

.auto-resizable-iframe {
  max-width: 100%;
  margin: 0px;
  margin-bottom: 30px;
}

.auto-resizable-iframe > div {
  position: relative;
  padding-bottom: 57%;
  height: 0px;
}

.auto-resizable-iframe iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

/* GAMES OVERVIEW PAGE >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

.game-panel{
    width: 600px;
    border: 1px solid palegreen;
    max-width: 100%;
    margin-bottom: 30px;
    background-color: white;
    overflow: hidden;
}

.game-text{
    padding-left: 10px;
    padding-right: 10px;
}

.cover-image-container {
    width: 600px;
    height: 200px;
    /*border: 1px solid black;*/
    max-width: 100%;
    position: relative;
    }

.cover-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* object-position: 15% 100%; */
    }

.game-title{
    font-family: Lucida, monospace; 
    color: black;
    font-weight: bold;
    font-size: 15px; 
    width: 100%;
    background-color: white;
}

.publisher-info{
    font-size: 10px;
    color: grey;
}

.development-roles{
    font-family: Lucida, monospace; 
    color: black;
    font-size: 13px;
    max-width: 600px; 
    width: 95%;
    background-size: contain;
    background-color: white;
    padding-left: 10px;
    
}
.game-external-page-button {
    font-family: Lucida, monospace;
    color: black;
    font-size: 13px;
    border: 1px solid lime;
    padding: 5px; 
    max-width: 150px;
    text-align: center;
    background-color: white;
}

.game-internal-page-button {
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-family: Lucida, monospace;
    color: black;
    font-size: 13px;
    /*border: 1px solid lime;*/ 
    padding: 5px;
    padding-right: 10px;
    padding-left: 10px;
    max-width: 150px;
    text-align: center;
    background-color: white;
}

/* GALLERIES >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.image-group-title{
    font-family: Lucida, monospace; 
    color: black;
    font-weight: bold;
    font-size: 15px; 
    width: 100%;
    text-align: center;
}





}


