.landing-page {
    margin-top: 60px;
}

a.nav_cv {
    background: #2948a5;
    border-radius: 10px;
}

/* CV */

.cv {
    display: flex;
}



.left-column {
    padding: 10px;
    color: white;
    background-color: rgb(63, 101, 146);
}

.left-column h2 {
    font-family: "SourceSansProSemi", Arial, Helvetica, sans-serif;
    font-size: 20pt;
}

.left-column h3 {
    margin-top: 60px;
    font-size: 11.3pt;
}

.left-column h4 {
    font-family: "SourceSansProSemi", Arial, Helvetica, sans-serif;
    font-size: 9pt;
}

.left-column p {
    font-family: "SourceSansProular", Arial, Helvetica, sans-serif;
    font-size: 9pt;
}



.right-column {
    padding: 10px;
    color: black;
}

.right-column h1 {
    font-family: "SourceSansProSemi", Arial, Helvetica, sans-serif;
    font-size: 22.5pt;
}

.right-column h3 {
    margin-top: 60px;
    font-family: "SourceSansProSemi", Arial, Helvetica, sans-serif;
    font-size: 12.8pt;
    font-weight: bold;
}

.right-column .date {
    font-family: "SourceSansProular", Arial, Helvetica, sans-serif;
    font-size: 9.8pt;
}

.right-column .title, .right-column .title2 {
    font-family: "SourceSansProSemi", Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
}

.right-column .location {
    color: rgb(63, 101, 146);
    font-family: "SourceSansProular", Arial, Helvetica, sans-serif;
    font-size: 9.8pt;
}

.right-column .sub-title {
    margin-left: 60px;
    font-family: "SourceSansProSemi", Arial, Helvetica, sans-serif;
    font-size: 9.8pt;
}

.right-column .description {
    font-family: "SourceSansProular", Arial, Helvetica, sans-serif;
    font-size: 9pt;
}



.element {
    display: flex;
    margin-left: 30px;
    width: 350px;
    justify-content: space-between;
}

.element #second {
    width: 150px;
}

.element #third {
    width: 220px;
}

.title2 {
    margin-left: 30px;
}

.note {
    display: flex;
    width: 300px;
    justify-content: space-between;
    align-items: center;
}

.note img {
    width: 100px;
    height: 19px;
}

.tabulation {
    margin-left: 30px;
}



/* Download PDF file */

.float_btn {
    position: fixed;
    top: 70px;
    right: 1%;
    z-index: 9999;
}

a.download {
    background: #ffffff;
    border: solid 1px #e6e6e6;
    border-radius: 2px;
    display: inline-block;
    height: 70px;
    line-height: 70px;
    margin: 5px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 70px;
}

a.download span {
    background: #f2594b;
    border-radius: 4px;
    color: #ffffff;
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    line-height: normal;
    padding: 3px 6px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

a.download span:last-child {
    margin-left: -20px;
}

a.download:before,
a.download:after {
    background: #ffffff;
    border: solid 3px #9fb4cc;
    border-radius: 4px;
    content: '';
    display: block;
    height: 35px;
    left: 50%;
    margin: -17px 0 0 -12px;
    position: absolute;
    top: 50%;
    
    width: 25px;
}

a.download:hover:before,
a.download:hover:after {
    background: #e2e8f0;
}

a.download:before {
    margin: -23px 0 0 -5px;
}

a.download:hover {
    background: #e2e8f0;
    border-color: #9fb4cc;
}

a.download:active {
    background: #dae0e8;
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, .25);
}

a.download span:first-child {
    display: none;
}

a.download:hover span:first-child {
    display: inline-block;
}

a.download:hover span:last-child {
    display: none;
}

@media screen and (max-width: 768px) {
    a.download {
        height: 40px;
        line-height: 30px;
        width: 40px;
    }

    a.download span {
        font-size: 9px;
        padding: 2px 5px;
    }

    a.download:before,
    a.download:after {
        height: 25px;
        width: 18px;
    }
}