/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,body{
  height: 100%;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
  box-sizing: border-box;
	line-height: 1;
	transition: all .3s ease-in;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*----------------------------------
-------------------------------------
reset---------------------------------*/
  header{
  margin-bottom: 2.5rem;
  text-align: center;
  }
  video{
    width: 100%;
    opacity: .4;
    position: absolute;
    top: 0;
    padding-bottom: 5px;
    -o-object-fit: cover;
    object-fit: cover;

  }
   h1{
    perspective: 500px;
    padding: 5vh 0;
    line-height: 1.25;
    position: relative;
    text-align: center;
    z-index: 1;
    cursor: pointer;
    font-family: 'Indie Flower', cursive;
}
h1 span{
  display: inline-block;
  transition: all 0.35s;
  font-size: 3em;
  font-weight: 900;
  position: relative;
}
h1 span:after {
    content: '';
    display: block;
    background: #dbff05;
    height: 40%;
    position: absolute;
    top: 40%;
    width: 100%;
    z-index: -1;
    -webkit-transform: rotate(2deg) skew(-5deg);
    transform: rotate(2deg) skew(-5deg);
}


h1:hover span:first-child {
  -webkit-transform: rotateY(15deg) rotateX(-20deg);
          transform: rotateY(15deg) rotateX(-20deg);
}
h1:hover span:last-child {
  -webkit-transform: rotateY(-15deg) rotateX(20deg);
          transform: rotateY(-15deg) rotateX(20deg);
}
#about{
  height: 2em;
  display: block;
  text-align: center;
  font-family: 'Inconsolata', monospace;

}



/*-----END---HEADER-----------------------*/

.rezume{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    max-width: 960px;
    margin: 0 auto;
    grid-gap: 10px;
}
article{
  display: block;
  position: relative;
}

article img{
  height: auto;
  width: 100%;
  filter:
}

.list-social{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  max-width: 960px;
  text-align: center;
  letter-spacing: 2px;
  margin: 4rem auto 0;
}
.a-social{
  text-decoration: none;
  font-family: 'Inconsolata', monospace;
  display: block;
  color: black;
  transition: all .3s ease-in;
}
