
html, body {
    font-family: Montserrat;
    font-weight: 200;
}

p {

    font-size: 1rem;
    font-family: Montserrat;
    font-weight: 200;
    padding-left: 0;
    margin-left: 1rem;
    line-height: 1.4rem;
}

h1 {
    font-family: Montserrat;
    font-size: 1.5rem;
    font-variant: small-caps;
    font-weight: 800;
    margin-bottom: .2rem;
    display: inline-block;
    border-bottom: .1rem solid;
}

h2 {
    font-family: Montserrat;
    font-size: 1.1rem;
    margin-top: 1rem;
    margin-bottom: 1.2rem;
    font-weight:600;
}

h2 .normal {
    font-weight: 200;
}

h3 {
    font-size: .9rem;
    margin-bottom: 0;
}
h4 {
    font-size: 1rem;
}

ul {
    margin-left:.2rem;
    padding-left: 0;
}

li {
    font-size: 1rem;
    padding-bottom: .4rem;
}


.section {
    margin-top: 1rem;

}

.profile img{
    float:right;
    shape-outside:margin-box;
    height: 20rem;
    width:  20rem;
    padding: 1rem;
}


.section .project-summary {
    margin-bottom: -.5rem;
    padding-bottom: 0;
}

.section .skill-type {
    padding-left: 0;
    margin-left: 1rem;
    margin-bottom: -.5rem;
}

.skills-list,
.interests-list {
    display: inline-flex;
    flex-wrap: wrap;
    gap: .2rem;
    list-style: none;
    margin-left: 0rem;
    padding-left: 0;
}

.skills-list li,
.interests-list li {
    font-size: .8rem;
    background: #e3eafc;
    padding: 0.4rem 1rem;
    border-radius: .2rem;
}

.tab {
  display: inline-block;   /* behaves like text but can size itself */
  width: 1.5em;              /* adjust "tab size" */
}


.education-table {
    width: 100%;
    border-collapse: collapse;

}

th {
    font-family: Montserrat;
    text-align: left;
    font-size: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-top: 1rem;
    margin-bottom: 1.2rem;
    font-weight:600;
}

th .normal {
    font-weight: 400;
}

tr {
line-height: 1.6rem;
}

.education-table a {
    font-weight: 600;
}

.education-table .type {
    font-weight: 200;

    padding-bottom: .6rem;
}

.education-table .institute {
    font-weight: 600;
}


.experience {
    margin-left: 1rem;
    padding-left: 0;
}

.sub-experience p {
    margin-bottom: 1rem;
}

.year {
    font-size: 1.2rem;
}

@media (max-width: 768px) {

    body {
    font-size:.9rem;
    }
    p {
    font-size: .9rem;
    }
h1 {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: .5rem;
    margin-bottom: .5rem;
}

h2 {
    font-family: Montserrat;
    font-size: .9rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight:600;
}

h2 .normal {
    font-weight: 200;
    font-size: .9;
}

h3 {
    font-size: .7rem;
    margin-bottom: 0;
}
h4 {
    font-size: .6rem;
}

li {
    font-size: .8rem;
    padding-bottom: .4rem;
}

.cv-container {
    width: 100%;
    max-width: 85%;
    margin: 1rem auto;
    background: #ffffff80;
    padding: 2rem;
    border-radius: .6rem;
    box-shadow: .1rem solid #ececec;
}

.education-table .type {
    font-size: .8rem;
}

.education-table td {
    font-size: .8rem;
}

.education-table a {
    font-size: .8rem;

}

}