.navbar {
    border-radius: 0px;
}

.navbar a {
    color: red;
}

.header-logo {
    padding: 15px; 
    margin: 0px;
    
}

#myNavbar img {
    height: 20px;
}

body {
    font-family: 'Roboto', sans-serif;
    background-color: #F5F5F5;
}

.category-title, .header-category-title, .date, .speciality, .location, .graduation {
    text-align: center;
    font-weight: 300;
}

.category-title {    
    padding-top: 30px;
    padding-bottom: 30px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase
}

.date {
    font-size: 16px;
}

.header-category-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 20px;
}

.speciality {
    font-size: 22px;
    margin-top: 30px
}

.location {
    margin-top: 20px;
}

.graduation {
    font-size: 16px;
    margin-top: 20px;
}

#education, #experiences, #skills, #download {
    padding: 0px;
    margin-top: 30px;
    padding-bottom: 50px;
}

#download-btns {
    max-width: 410px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

#download-btns button {
    width: 180px;
    height: 40px;
    margin-right: 20px;
}

#download-titles {
    max-width: 300px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

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

.category-item {
    max-width: 400px;
    min-height: 300px;
    margin: auto;
    margin-bottom: 50px;
    padding: 30px;
}

.row {    
    max-width: 1700px; 
    margin: auto;
}

.items-list {
    font-size: 17px;
    line-height: 1.8;
}

.items-list li {
    margin-top: 10px;
}

#education {
    background-image: url(images/library.jpeg);
    background-size: cover;
    color: white;
}

#skills {
    background-image: url(images/desktop.jpg);
    background-size: cover;
    color: white;
}

#download-titles p {
    font-size: 16px
}

#download-btns button {
    font-size: 16px;
}

#download-btns button:hover {
    background-color: #151515;
    color: white;
}


#contact {
    background-color: #151515;
    color: white;
}

.contact-row {
    margin: 30px auto;
    max-width: 300px;
}

.contact-row img, .contact-row p {
    height: 30px;
    display: inline-block;
    margin-left: 40px;
}

.contact-row img {
    height: 30px;
    width: 30px;
}

.contact-row a, a:visited {
    font-size: 16px;
    color: darkgrey;
}

.contact-row a:hover {
    color: white;
}
