body 
{
  background-color: #4e4c4d;
  margin: 0;
}

a
{
  color: #949292;
}

#div-gjjp-logo
{
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
}

.str0 
{
  stroke:#4e4c4d;
  stroke-width:24.8855;
}

.fil0 
{
  fill:#4e4c4d;
}

#div-text-linkedin
{
  text-decoration: none;
}

.inline-contact
{
  display: inline-block;
  height: 30px;
}

@media only screen and (min-width:1080px)
{
  .div-main
  {
    display: grid; 
    grid-template-columns: 33vw 34vw 33vw;
    grid-template-rows: 33vh 34vh 33vh;
    text-align: center;
  }

  .svg-gjjp-logo
  {
    width: 30vh;
    height: 30vh;
  }

  #img-logo-linkedin
  {
    height: 3vh;
    filter: grayscale(0.5);
  }

  p.inline-contact
  {
    font-size: 1.8vh;
    font-family: 'Rock Salt', cursive;
    font-weight: bold;
    vertical-align: top;
    text-decoration: none;
    margin-top: -7px;
    margin-bottom: 0;
  }
}

@media only screen and (max-width:1079px)
{
  .div-main
  {
    display: grid; 
    grid-template-columns: 10vw 80vw 10vw;
    grid-template-rows: 30vh 34vh 25vh;
    text-align: center;
  }

  .svg-gjjp-logo
  {
    width: 45vw;
  }

  #img-logo-linkedin
  {
    height: 9vw;
    filter: grayscale(0.5);
  }

  p.inline-contact
  {
    font-size: 4.5vw;
    font-family: 'Rock Salt', cursive;
    font-weight: bold;
    vertical-align: top;
    text-decoration: none;
    margin-top: -7px;
    margin-bottom: 0;
  }
}