@font-face {
  font-family: "roboto";
  src: url(fonts/roboto.ttf);
}

  
  body {
    background-color:rgb(246,244,239);;
    color:rgb(96, 96, 96);
    font-size: 20px;
    margin: 10px;
    font-weight: normal;
  }
  
  .back {
    
    background-image: url(text-01.png);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    position:fixed ;
    opacity: 100%;
    z-index: 0;
}

#paint-canvas {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: fixed;
}

a {
  font-size: 18px;
  font-weight:400; 
  color: rgb(96, 96, 96);
  text-decoration: none;
  cursor: pointer;
  background-position-x: left;
    text-decoration: none;
    cursor: pointer;
    font-weight: 0; 
    font-family: 'roboto', sans-serif;
    font-variant-ligatures: normal;
  }

  a:hover {
    color: none;
    text-decoration: underline;
  }

  /* img:hover {
  animation: imageAnimate 1s infinite;;
} */

  header{
    font-size: 5px;
    font-weight: 100; 
    font-family: 'roboto', sans-serif;

  }

h3 {
  color: rgb(96, 96, 96);
  text-decoration: none;
  cursor: pointer;
  background-position-x: right;
    text-decoration: none;
    cursor: pointer;
    margin-left: 95%;
  }



  .grid {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;
    margin-bottom: 30px;
    font-family: 'roboto', sans-serif;
  }
  
  .grid-item {
    align-self: flex-start;
    flex-grow: 1;
    margin-right: auto;
    font-family: 'roboto', sans-serif;

  }

  _links,
.item_links:visited {
  text-decoration: none;
  color: rgb(96,96,96);
  
}

.item_links:hover {
  text-decoration: none;
  cursor: pointer;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "roboto", serif;
}





  #items_back {
    width: 100%;
    height: 100vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    padding: 15px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: -2;
  
  }
  
  #items {
    width: 100%;
    min-height: 100vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .close,
  .cross:visited {
    font-family: 'roboto', sans-serif;
    font-weight: bold;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  
  .close:hover {
    cursor: pointer;
  }
  
  #about {
    margin: 0;
    -webkit-column-count: 3;
            column-count: 3;
    width: calc(100% - (15px * 2));
   
  }

  .border1 { 
  
    display: inline-block;   
    text-align: center;
    padding: 7px;
    margin-bottom: 5px;
    
    display: flex;
    font-size: 18px;
    font-weight:400; 
    font-family: 'roboto', sans-serif;
    position: relative;
    text-align: center;
  }

  .border2 { 
    margin-right: 100vh;
    text-align: center;
    display: inline-block;
    width: 5vw;
    border-color: grey;
    padding: 40px; 
    border-radius: 20px ; 
    padding: 7px;
    margin-right: 2vh;
    margin-bottom: 5px;
    font-size: 15px;
    display: flex;
    font-size: 15px;
    font-weight: 400; 
    font-family: 'roboto', sans-serif;
    font-weight: bold;
    position: relative;
    justify-content: space-around;
    text-decoration: none;
  }

  
 .border2:hover {
    color: black;
    text-decoration: none;
    
  }

  .border22 { 
    margin-right: 3vh;
    text-align: center;
    display: inline-block;
    width: 5vw;
    border-color: grey;
    padding: 40px; 
    border-radius: 20px ; 
    padding: 7px;
    margin-bottom: 5px;
    font-size: 15px;
    display: flex;
    font-size: 15px;
    font-weight: 400; 
    font-family: 'roboto', sans-serif;
    font-weight: bold;
    position: relative;
    justify-content: space-around;
    text-decoration: none;
  }

  .border22:hover {
    color: black;
    
  }

  .title {
    margin-left: 100px;
    display: inline-block;  
    font-family: 'roboto-thin', sans-serif;
    font-weight: lighter;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
  opacity: 100;
  animation: fadeIn 2s forwards ease-in-out;
  position: absolute;
  top: 30vh;
  left: 30vw;
  font-size: 10vh;
  text-align: center;
}
.border1.a {
  margin: 0;
  outline-color: #000000;
  font-size: 1vw;
  background-color:black;
  text-decoration: none;
  text-align: center;
}

.border1.a:hover {
  cursor: pointer;
}

  .button.a {
    margin: 0;
    outline-color: #000000;
    font-size: 1vw;
    color:black;
    text-decoration: none;
  }
  
  .button.a:hover {
    cursor: pointer;
  
 
}



/* ANIMATIONS */
@keyframes fadeIn {
  0% {
    opacity: 1.0;
    top: 30vh;
  }

  100% {
    opacity: 0;
    top: 40vh;
    /* margin-top: -1.5vh; */
  }
}
 
@-webkit-keyframes spin {
  50% {
    -webkit-transform: rotateY(90deg);
  }
}
@keyframes spin {
  50% {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
  }
}











