@import "url('https://fonts.googleapis.com/css?family=Lato:100,200,400|Exo:100,200,300,400');";

@media (min-width: 1280px) {
  body {
    background: #777777; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#777777, #e1e1e1); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#777777, #e1e1e1); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#777777, #e1e1e1); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#777777, #e1e1e1); /* Standard syntax */
  }
  .container {
    background-color: #e1e1e1;
    max-width: 1220px;
    margin: 0 auto;
    padding: 10px;
    border: solid 1px #c1c1c1;
    box-shadow: 10px 10px 10px #acacac;
  }
  .logo {
    width: 1000px;
    height: 290px;
    margin: auto;
    cursor: pointer;
  }
  .logo img {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 30px;
    box-shadow: 5px 5px 5px #c1c1c1;
  }
  ul {
    text-align: center;
  }
  ul li {
    display: inline;
    list-style-type: none;
    margin-left: 50px;
    font-family: 'Exo', sans-serif;
    font-weight: 200;
    font-size: 30px;
  }
  ul li:hover {
    cursor: pointer;
    border-bottom: solid 1px #b49836;
    font-weight: 300;
    color: #b49836;
  }
  ul li:focus {
    color: #b49836;
  }
  .selected {
    color: #b49836;
  }
  .category-menu {
    margin: 0 auto;
    padding: 20px 20px 20px 20px;
    border-bottom: solid 2px #e5e5e5;
  }
  .grid-all {
    display: grid;
    grid-template-columns: 400px 400px 400px;
    justify-content: center;
    grid-gap: 5px;
  }
  .grid-graphic-design, .grid-web-design, .grid-photography  {
    display: none;
    grid-template-columns: 400px 400px 400px;
    justify-content: center;
    grid-gap: 5px;
  }
  .grid-video {
    display: none;
    grid-template-columns: 33.33% 33.33% 33.33%;
    justify-content: center;
    grid-gap: 5px;
  }
  .thumbnail {
    width: 100%;
    height: auto;
  }
  .thumbnail:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  .footer {
    text-align: center;
    font-family: 'Exo', sans-serif;
    font-weight: 200;
    font-size: 16px;
    border-top: solid 1px #777;
    padding-top: 15px;
  }
}
