@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxIIzI.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Jura';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/jura/v29/z7NOdRfiaC4Vd8hhoPzfb5vBTP1d7ZumR_g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'fontello';
  font-weight: normal;
  font-style: normal;
  src: url('./font/fontello.woff2') format('woff2');
}


body{
    margin: 0;
    padding: 0;
    font-family: 'Jura', sans-serif;
    background-color: #FFFFFF;
    color: #020202;
}

.wrap{
    padding-top: 20vh;
    text-align: center;
}

.titles h1{
	font-family: 'Roboto', sans-serif;
    font-size: 3.0rem;
    font-weight: 100;
    margin-bottom: 20px;
}

.titles h2{
    font-size: 1.3rem;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.titles h3{
    font-size: 1.0rem;
    margin-bottom: 30px;
}

.links a{
    font-family: 'fontello';
    color: #020202;
    text-decoration: none;
    font-size: 1.5rem;
    display: inline-block;
    width: 3rem;
    height: 3rem;
    border-radius:100%;
    line-height: 3rem;
}

.links a:hover{
    color: #fff;
    background: #020202;
    cursor: pointer;
    transition: 1s;
}

.resume .download{
    margin-top: 50px;
    padding: 0em 1.2em;
    display: inline-block;
	color: #020202;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.2rem;
	position: relative;
}

.resume .download:hover{
	color: #777;
	transition: 1s;
}

.resume .download::after{
    content: '';
    position: absolute;
    background-color: #020202;
	width: 100%;
	height: 2px;
	bottom: -0.5em;
	left: 50%;
	transform: translateX(-50%);
}

.resume .download:hover::after{
	width: 0;
	transition: 1s;
}
