html, body {
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
    margin: 0;
    padding: 0;
    background-color: #121314;
    font-family: 'Roboto', sans-serif;
    font-weight: 400; 
    font-size: 14px;
    color: #fff;
    height: 100%;
}
body ::selection {
    background: rgba(255, 200, 21, 0.99);
    color: #212121;
}
.gap48 {
    height: 48px;
}
.gap72 {
    height: 72px;
}
a {
text-decoration: none;
}

h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300; 
    font-size: 40px;
	color: #ffc815;
	margin:  0 0 8px 0;
    text-transform: uppercase;
	
}
.widthwrap {
    width: 960px;
    padding: 0 32px 0 32px;
    margin-left: auto;
    margin-right: auto;
}
.headlink {
    margin-left: 32px;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    border-bottom: 2px solid rgba(255, 255, 255, 0);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff;
}
.headlink:hover {
      border-bottom: 2px solid rgba(255, 255, 255, 1)
}
.about {
    background-color: #040708;
    background-image: url(../img/samuray_product_designer_about-profile_picture_2.jpg);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    height: 720px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.aboutslide {
    width: 480px;
}
.nametitle {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300; 
    font-size: 64px;
	color: #fff;
	margin:  0 0 8px 0;
    text-transform: uppercase;
	line-height: 72px;
}
.experience {
    background-color: #121314;
}
.jobwrap {
    display: table;
}
.jobright {
    display: table-cell;
    vertical-align: top;
}
.jobleft {
    display: table-cell;
    vertical-align: top;
}
.date {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #a5b3b8;
    display: inline-block;
    width: 128px;
    padding: 4px 16px 0 0;
    line-height: 22px;
}
.jobtitle {
    font-family: 'Roboto', sans-serif;
    font-weight: 700; 
    font-size: 32px;
}
.jobtitle a {
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    border-bottom: 2px solid rgba(255, 255, 255, 0);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff;
}
.jobtitle a:hover {
      border-bottom: 2px solid rgba(255, 255, 255, 1)
}
.jobplace {
    font-family: 'Roboto', sans-serif;
    font-weight: 500; 
    font-size: 16px;
    color: #ffc815;
    padding: 6 0 16 0;
}
.description {
    font-family: 'Roboto', sans-serif;
    font-weight: 400; 
    font-size: 16px;
    color: #fff;
    line-height: 24px;
}
.description a{
    color: #fff;
    border-bottom: 2px solid rgba(255, 255, 255, 1);
    transition: all 200ms ease;
}
.description a:hover{
color: #fff;
border-bottom: 2px solid rgba(255, 200, 21, 1);
}
.education {
    background-color: #1b1d1f;
}
.publications {
    background-color: #101012;
}
.linkedin {
    background-image: url(img/linkedin.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 16px 16px;
    height: 16px;
    width: 16px;
    display: inline-block;
    margin-right: 4px;
    vertical-align: middle;
    transition: all 200ms ease;
}
.link {
    background-image: url(img/link.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 24px 24px;
    height: 24px;
    width: 24px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: baseline;
    transition: all 200ms ease;
}
.cvblock{
    margin-top: 24px;
}
.wordcv {
    background-image: url(img/microsoft_word_doc_cv_samuray_designer_ux_ui.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 56px 56px;
    height: 56px;
    width: 56px;
    display: inline-block;
    margin: 0 12px 0 12px;
    transition: all 200ms ease;
}
.wordcv:hover {
    transform: scale(0.86);
}
.pdfportfolio {
    background-image: url(img/pdf_portfolio_cv_doc_cv_samuray_designer_ux_ui.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 56px 56px;
    height: 56px;
    width: 56px;
    display: inline-block;
    transition: all 200ms ease;
}
.pdfportfolio:hover {
    transform: scale(0.86);
}
.tags {
    margin-top: 6px;
}
.tag {
    border-radius: 4px;
    display: inline-block;
    padding: 4px 8px;
    margin:12px 8px 0 0;
    vertical-align: middle;
    background-color: rgba(165, 179, 184, 0.16);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    -webkit-appearance: none;
    color: #a5b3b8;
}

@media screen and (max-device-width: 480px) {
.widthwrap {
    width: auto;
    max-width: 416px;
}
.about {
    height: auto;
    min-height: 720px;
    }
.aboutslide {
    width: auto;

}
.jobleft {
    display: table-row;   
}
.jobtitle a {
    white-space:normal;
    }
.nametitle {
    font-size: 56px;
    line-height: 64px;
    }
.date {
    width: auto;
    }
.about {
    justify-content: flex-end;
    padding-bottom: 48px;
    }
}