body {
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
}

article {
    padding: 20px;
}

.body-bg {
    background-image: url("../images/background.jpg");
    background-size: cover;
}

.cv {
    margin-top: 50px;
    border: 1px solid #4b4b4b;
    box-shadow: 1px 1px 10px #000;    
}

.cv-left {
    background-image: url('../images/left-bg.jpg');
    min-height: 30vh;
    color: #fff;
}

.cv-right {
    background: #fff;
    min-height: 30vh;
    color: #720b1c;
}

.cv-left a {
    color: #fff;
    text-decoration: none;
}

.cv-left ul {
    line-height: 175%;
    padding-left: 30px;
}

.cv-left a:hover {
    text-decoration: none;
}

.cv-left ul.contacts-block {
    list-style-type: none;
    padding: 0;
}

.cv-left .address {
    font-style: italic;
}

.positions h2 {
    text-align: center;
    font-weight: bold;
}

.docs h2 {
    text-align: center;
    font-weight: bold; 
}
.achievements h2 {
    text-align: center;
    font-weight: bold; 
}
.achievements-img {
    width: 30%;
    display: block;
    margin: auto;
}

/* right block's classes */
h1, h2, h3 {
    font-family: 'Lato', sans-serif;
}
h1 {
    font-weight: 700;
}
.jerky::before {
    content: "___";
    color: white;

}
.smoked::before {
    content: "___";
    color: white;
}

article p {
    margin-top: 0;
    margin-bottom: 0;
    text-indent: 2em;
    text-align: justify;
}

.header-img {
    width: 14%;
    display: block;
    margin: auto;
}
.color-grey {
    color: #4b4b4b;
}

.cv-header {
    font-family: 'Lato', sans-serif;
}

.hr-right {
    border: 1px solid #000;
    background-color: #000;
    height: 5px;
}

.lines {
    overflow: hidden;
}

.lines::before, .lines::after {
    content: "";
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    height: 3px;
    background: #4b4b4b;
    border: 1px solid #fff;
    vertical-align: middle;
}

.lines::before {
    margin-left: -100%;
}
.lines::after {
    margin-right: -100%;
}

.copyright {
    letter-spacing: 5;
    font-size: 0.8rem;
    letter-spacing: 5px;
}
.year {
    letter-spacing: normal;
}


