/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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 {
    line-height: 1;
}

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 END*/

body {
    font-size: 24px;
    font-family: 'Noto Sans', sans-serif;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.title {
    font-size: 80px;
    margin-top: 47px;
    padding-bottom: 17px;
    border-bottom: 2px solid #000;
    font-family: 'Roboto', sans-serif;
}

.subtitle {
    font-size: 32px;
    padding-bottom: 8px;
    border-bottom: 1px solid #000000;
    margin-bottom: 16px;
}

.subtitle span {
    font-size: 24px;
    color: #A00404;
    font-family: 'Roboto', sans-serif;
}

.profile ul li {
    line-height: 36px;
}

.darkblue {
    background-color: #415165;
    padding-top: 24px;
    padding-bottom: 36px;
}

.subtitle-white {
    color: #fff;
    text-align: center;
    border-bottom: #FFFFFF 1px solid;
}
.subtitle-white span{
    color: #fff;
}
.skills-items{
    width: 240px;
    padding-left: 24px;
    margin: 0 auto;
    margin-top: 40px;
    border-left: 1px solid #96A9C4;
}
.skills-items li{
    color: #FFFFFF;
    margin-bottom: 20px;
}
.work{
    margin-top: 16px;
    margin-left: 24px;
    padding-left: 24px;
    border-left: 1px solid #96A9C4;
}
.work li p{
    font-size: 20px;
    line-height: 30px;
}
.footer{
    color: #fff;
    text-align: center;
}
.footer ul li{
    font-family: 'Roboto', sans-serif;
}


.mb-1 {
    margin-bottom: 8px;
}

.mb-2 {
    margin-bottom: 16px;
}
.mr-2{
    margin-right: 16px;
}

.mb-3 {
    margin-bottom: 24px;
}

.pt-3 {
    padding-top: 24px;
}

.mb-4 {
    margin-bottom: 32px;
}

.mb-5 {
    margin-bottom: 40px;
}

.mb-6 {
    margin-bottom: 48px;
}

.mt-6 {
    margin-top: 48px;
}

.mb-9 {
    margin-bottom: 72px;
}
.mt-9{
    margin-top: 72px;
}
