/* @import url("reset.css"); */

@import url('https://fonts.googleapis.com/css?family=Roboto');
body {
    background: rgb(241, 241, 241);
    width: 100%;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
}

#meditacion {
    font-family: 'calibri';
    font-size: 20px;
}

li {
    margin-bottom: 0.7rem;
    padding: 0.2rem 0;
}

#sait {
    display: flex;
}

aside, menu, main section {
    background: white;
    box-shadow: rgba(0, 0, 0, 0.2) 0 4px 10px 0, rgba(0, 0, 0, 0.19) 0 4px 20px 0;
    margin: 1%;
}

aside {
    width: 25%;
}

main {
    width: 45%;
    margin-bottom: 1%;
}

menu {
    width: 25%;
    /* margin-bottom: 2%; */
    padding: 0;
}

aside img {
    max-width: 100%;
    height: auto;
}

aside article p {
    padding: 2px 16px;
    /* padding-left: 16px; */
    /* padding-bottom: 5px; */
    color: #757575;
}

aside article p i {
    padding-right: 6px;
    color: #009688;
}

hr {
    width: 80%;
    border: 0;
    border-top: 1px solid #eee;
}

.aside-title {
    color: #757575;
    padding-left: 15px;
    font-weight: 300;
}

.progress-bar {
    margin: 0 15px;
    background: #f1f1f1;
    border-radius: 16px;
    color: white;
    text-align: center;
}

.inner-progress-bar {
    border-radius: 16px;
    background: #009688;
}

#languages {
    padding-bottom: 25px;
}

footer {
    background: #009688;
    color: white;
    text-align: center;
    display: block;
    padding: 15px;
    margin-top: 15px;
}

footer p {
    margin-top: 15px;
    margin-bottom: 0;
}

#social-icons i {
    color: white;
    margin: 5px;
}

#test, #work, #education, #menu {
    margin-top: 2%;
    padding: 14px 18px;
    margin-bottom: 0;
}

#work h2, #education h2, #menu h2 {
    color: #757575;
    font-weight: 300;
    font-size: 2em;
    margin: 0.5em 0;
}

#work i, #education i, #menu i {
    color: #009688;
    padding-right: 10px;
}

#work h4 {
    color: #757575;
    font-weight: normal;
    font-style: italic;
}

#education h4, #menu h4 {
    color: #757575;
    font-weight: normal;
    font-size: 25px;
    text-align: center;
    margin: 10px auto;
}

.school {
    border: 1px solid rgb(0, 150, 136);
    padding: 10px;
    margin: 10px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 4px 10px 0, rgba(0, 0, 0, 0.19) 0 4px 20px 0;
}

.school div {
    display: inline-block;
    text-align: left;
    color: #757575;
    border-radius: 12px;
}

.school div p {
    padding-top: 7px;
}

.uni-img-container {
    width: 12%;
    float: left;
    margin-right: 15px;
    background-color: rgba(241, 241, 241, .4);
    padding: 15px;
}

.school div img {
    max-width: 100%;
    width: 90%;
    height: 40%;
    margin: 6%;
}

#certificates a, #education a, #menu a, .btn>a {
    box-shadow: rgba(0, 0, 0, 0.2) 0 4px 10px 0, rgba(0, 0, 0, 0.19) 0 4px 20px 0;
    padding: 0.5rem;
    border-radius: 0.3rem;
    text-decoration: none;
}

#certificates div {
    margin: 2rem 0;
}

#education a, #menu a {
    padding: 0.1rem 0.5rem;
    word-wrap: normal;
    margin-bottom: 0.5rem;
}

a:hover {
    background: #009688;
    box-shadow: rgba(0, 0, 0, 0.2) 0 4px 10px 0, rgba(0, 0, 0, 0.19) 0 4px 20px 0;
    padding: 0.2rem;
    border-radius: 0.3rem;
    text-decoration: none;
    color: white
}
