/* 
Text Color (Orange)
color: rgb(199, 141, 54); 

Link Color
color: rgb(230, 149, 28);

Border Color
border: 0.1vw solid #f3900e;

Hover COlor
background-color: rgb(243, 192, 116); 
color: rgb(92, 57, 9); 

Images shrunk by 25%
*/

/* Background ----------------------------------------------------------------------------------------------------------*/
html {
  background-color: rgb(93, 93, 93);
  font-family: "Trebuchet MS", sans-serif;
  background-image: url("../images/Background.png");
  background-repeat: repeat;
  background-size: 2vw;
}

/*Icon ----------------------------------------------------------------------------------------------------------*/
#icon {
  position: fixed;
  width: 4.5vw;
  height: 4.5vw;
  z-index: 9999;
  margin-left: .5%;
  margin-top: .5%;
}

#icon a {
  width: 4.5vw;
  background-image: url("../images/icon-small.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 4.5vw;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s;
  filter: drop-shadow(1px 7px 29px #000);
  
}

#icon a:hover {
  opacity: 0.5;
}

#icon #nameTop {
  display: none;
  background-image: none;
}

/*Links*/
#links {
  text-align: right;
  margin-top: 1vh;
  justify-content: end;
  display: inline-grid;
  grid-template-columns: 15% 15% 15%;
  column-gap: 1%;
  margin-right: 1%;
  float: right;
  
}

#links a :visited {
  color: rgb(230, 102, 28);
}




/*Games Rid*/
#links {
  grid-template-columns: 15% 15% !important;
}
.thirdLink {
  display: none !important;
}

#links a {
  background-color: rgba(0, 0, 0, 0.699);
  border-radius: 1vw;
  display: inline-block;
  text-align: center;
  font-size: 1.2vw;
  line-height: 4vw;
  text-decoration: none;
  color: rgb(230, 102, 28);
  transition: 0.3s;
  margin-left: 1vw;
  z-index: 9999;
  border: 0.1vw solid #f3900e;
}

#links a:hover {
  background-color: rgb(243, 192, 116); 
  color: rgb(92, 57, 9); 
}

/*Buffer*/
#buffer {
  height: 1.5vh;
}

/*Content ----------------------------------------------------------------------------------------------------------*/
#content {
  display: flex;
  flex-direction: column;
  min-height: 58vw;
  width: 75%;
  background-color: rgb(175, 175, 175);
  margin-left: 12.5%;
  border-radius: 2%;
  margin-top: 1.5vh;
}

/*Home Block ----------------------------------------------------------------------------------------------------------*/
#homeView {
  display: inline-block;
  
}

.blocks {
  display: inline-block;
}

.homeBlock {
  background-color: rgba(0, 0, 0, 0.699);
  color: rgb(199, 141, 54);
  text-align: center;
  border-radius: 1vw;
  width: 60%;
  margin-left: 20%;
  margin-bottom: 1vw;
  line-height: 2.5vw;
  display: inline-block;
  font-weight: bolder;
  transition: 0.3s;
  font-size: 1vw;
}

a.homeBlock:hover {
  background-color: rgb(243, 192, 116); 
  color: rgb(92, 57, 9); 
}

.homeBlock a:visited {
  color: rgb(199, 141, 54);
}

a.homeBlock {
  border: 0.1vw solid #f3900e;
  color: rgb(230, 102, 28);
}

p.homeBlock {
  width: 80%;
  margin-left: 10%;
 
}

#rightBlock {
  width: 72.5%;
  float: right;
  margin-right: 2.5%;
}

#leftBlock {
  vertical-align: top;
  width: 20%;

  margin-left: 2.5%;
}

.homeImage {
  border-radius: 1vw;
  background-color: #000;
  text-align: center;
  width: 90%;
  margin-left: 5%;
  border: 0.1vw solid #f3900e;
  height: 30vw;
  display: grid;
    justify-content: center;
    align-content: space-around;
    justify-items: center;
}

#homeImageChange {
  max-height: 29vw;
    padding: .5vw;
    max-width: 95%;
    
}

#ArtName {
  width: 30%;
  margin-left: 2%;
  display: inline-block;
  margin-top: 0;
  text-decoration: underline;
  font-weight: bolder;
  font-style: italic;
}

#ArtHigh {
  width: 20%;
  margin-left: 24%;
  display: inline-block;
}

.belowImg {
  margin-top: 1.5vh;
}
#topArt p {
  display: inline-block;
}

/*Footer ----------------------------------------------------------------------------------------------------------*/
#footer {
  background-color: rgba(0, 0, 0, 0.699);
  color: #c78d36;
  text-align: center;
  border: 0.1vw solid #f3900e;
  border-radius: 1vw;
  margin-top: 50px;
  width: 60%;
  margin-left: 20%;
  font-weight: bolder;
  margin-bottom: 1.5vh;
}

#footer p br {
  display: none;
}

/*Resume ----------------------------------------------------------------------------------------------------------*/
#resumeEmbed {
  width: 80%;
  margin-left: 10%;
  height: 75vh;
}

/*Art ----------------------------------------------------------------------------------------------------------*/

.artBlock {
  background-color: rgba(0, 0, 0, 0.699);
  color: rgb(199, 141, 54);
  text-align: center;
  border-radius: 1vw;
  width: 90%;
  padding-left: 5%;
  padding-right: 5%;

  margin-bottom: 1vw;
  line-height: 7.5vw;
  display: inline-block;
  font-weight: bolder;
  transition: 0.3s;
  font-size: 1vw;
}


p.artBlock {
  font-size: .8vw;
  margin-top: 0vh;

  line-height: 1.1vw;
  margin-bottom: 8vh;
  padding-top: 3vw;
  padding-bottom: 3vw;
}

a.artBlock {
  border: 0.1vw solid #f3900e;
  color: rgb(230, 102, 28);
}

a.artBlock:hover {
  background-color: rgb(243, 192, 116); 
  color: rgb(92, 57, 9); 
}

#artHolder {
  display: grid;
  grid-template-columns: 30% 30% 30%;
  column-gap: 5%;
  margin-left: 15%;
  margin-top: 7vh;
  width: 70%;
}


/*Art Population Page----------------------------------------------------------------------------------------------------------*/

#rightBlockArt {
  width: 70%;
  float: right;
}

#leftBlockArt {
  width: 25%;
  margin-left: 3%;
  float: left;
}

#popImageHolder {
  grid-template-columns: 30% 30% 30%;
  column-gap: 5%;
  row-gap: 5%;
  display: grid;
  min-height: 24vh;
}

#leftBlockArt img{
  width: 100%;
 
}




#leftBlockArt .homeBlock {
  width: 100%;
  margin-left: 0%;
  margin-top: 0%;
}

#artPopulate #ArtName {
  width: 90%;
  margin-left: 5%;
}

#artPopulate .belowImg {
  line-height: 1.2vw;
  padding-top: 2vh;
  padding-bottom: 2vh;
}

#artPopulate #buffer {
  
  height: 1.9vh;
}

.popHolder:hover {
  opacity: 0.5;
  transition: 0.3s;
}

.popHolder {
  display: grid;
    align-content: space-around;
  background-color: rgba(0, 0, 0, 0.899);

}

/*Responsive Stuff Mobile*/
@media only screen and (max-width: 992px) {
  
  /*Art Population Page----------------------------------------------------------------------------------------------------------*/

  #artPopulate #homeTextChange {

    margin-left: 8%;
  }

  #artPopulate .belowImg {
    font-size: 2.3vw;
    line-height: 2.5vw;
  }

  #rightBlockArt {
    width: 75%;
    float: right;
  }

  #leftBlockArt {
    width: 20%;
    margin-left: 3%;
    float: left;
  }

  #popImageHolder {
    grid-template-columns: 45% 45%;
    column-gap: 10%;
    row-gap: 5%;
    display: grid;
    min-height: 17vh;
  }


  /*Art Stuff ----------------------------------------------------------------------------------------------------------*/
  #artHolder {
    grid-template-columns: 49% 49%;
    column-gap: 2%;
    margin-left: 5%;
    margin-top: 1vh;
    width: 90%;

  }

  a.artBlock {
    border: 0.1vw solid #f3900e;
    color: rgb(230, 102, 28);
    font-size: 3vw;
    line-height: 9vh;
  }

  p.artBlock {
    font-size: 2.1vw;
    line-height: 4.1vw;
    padding-top: 3vw;
    padding-bottom: 3vw;

  }

  /*Icon ----------------------------------------------------------------------------------------------------------*/


  #icon {
    position: unset;
    width: 60%;
    height: 6.5vw;
    display: block;
    text-align: center;
    margin-left: 20%;
    margin-bottom: 1vh;
    margin-top: 1vh;
  }

  #icon a {
    width: 6.5vw;
    height: 6.5vw;
    display: inline-block;
    text-decoration: none;
    transition: 0.3s;
    filter: drop-shadow(1px 7px 29px #000);
  }

  #icon #nameTop {
    display: inline-block;
    color: rgb(199, 141, 54);
    width: 20%;
    line-height: 3.5vw;
    font-size: 3vw;
    margin-left: 5%;
    font-weight: bolder;
    background-image: none !important;
  }


  #content {
    display: flex;
    flex-direction: column;
    min-height: 150vw;
    width: 80%;
    background-color: rgb(175, 175, 175);
    margin-left: 10%;
    border-radius: 2%;
  }
  

  #links {
    grid-template-columns: 43% 43%;
    column-gap: 4%;
    width: 100%;
    justify-content: normal;
    margin-right: 0%;
    margin-left: 5%;
    font-size: 3vw;
  }

  #links a {
    text-align: center;
    font-size: 3vw;
    line-height: 3vh;

  }

  .thirdLink {
    display: none !important ;
  }

  /*Footer ----------------------------------------------------------------------------------------------------------*/

  #footer {

    font-size: 3vw;
    border-radius: 3vw;
    margin-top: 50px;
    width: 90%;
    margin-left: 5%;
    font-weight: bolder;
  }

  #footer p span {
    display: none;
  }

  #footer p br {
    display: block;
  }

  /*Home Content ----------------------------------------------------------------------------------------------------------*/

  #rightBlock{
    display: block;
    width: 100%;
     margin-right: 0;
  }


  #leftBlock{
    margin-left: 0;
    display: block;
    width: 100%;
  }

  #topArt p {
    display: block;
}

#ArtHigh {
  width: 40%;
  margin-left: 30%;
  font-size: 3.5vw;
    line-height: 3vh;
    margin-top: 0;
}

#ArtName {
  width: 70%;
  margin-left: 15%;
  font-size: 3.5vw;
    line-height: 3vh;
}

#buffer {
  height: 1.0vh;
}

.homeImage {
  height: 50vw;
}

#homeImageChange {
  max-height: 48vw;
}

.belowImg {
  font-size: 3.0vw;
    line-height: 2.1vh;
    padding: 10px;
}

#homeLinko {
  font-size: 3.0vw;
    line-height: 2.1vh;
    width: 90%;
    margin-left: 5%;
}

p.homeBlock , a.homeBlock  {
  font-size: 3.0vw;
  line-height: 2.1vh;
  margin-bottom: 1vh;
}

  /*Resume Content ----------------------------------------------------------------------------------------------------------*/

#resumeEmbed {
  width: 90%;
  margin-left: 5%;
  height: 55vh;
}

}
