*, *:before, *:after {
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html
{
    font-size:100%;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

body
{
    -webkit-font-smoothing:antialiased;
    color:#333332;
    font-family:Lora, serif;
    font-size:18px;
    font-weight:400;
    line-height:1.4;
    text-rendering:optimizeLegibility;
}

.skill-set li:hover
{
    background: #f1f1f1;
    color: black;
}

h1
{
    color:rgba(0,0,0,.75);
}

.wrapper
{
    height:100%;
}

.left
{
    background-color:rgba(0,0,0,.025);
    border-right:1px solid rgba(0,0,0,.05);
    float:right;
    height:100%;
    margin-left:-1px;
    min-width:256px;
    position:fixed;
    width:33.33%;

}

.right
{
    float:right;
    height:100%;
    position:relative;
    width:66.66%;
}


.name-hero
{
    background:rgba(0,0,0,.001);
    bottom:25%;
    height:290px;
    left:0;
    margin:auto;
    position:absolute;
    right:0;
    top:0;
    width:85%;
}

.me-img
{
    background:url("public/assets/me.jpg") no-repeat center center ;
    background-size:100%;
    background-position:0px;
    border-radius:100%;
    height:199px;
    margin:0 auto;
    position:relative;
    width:200px;
}

.name-hero h1
{
    font-family:Open Sans, sans-serif;
    font-size:3em;
    text-align:center;
}

.name-hero h1 em
{
    color:rgba(0,0,0,.3);
    font-style:normal;
    font-weight:700;
}

.name-hero p
{
    color:rgba(0,0,0,.75);
    font-size:1.25em;
    line-height:1.5;
    margin:0 8px 0 0;
    text-align:center;
}

.name-hero .name-text
{
    margin:0 auto;
    width:85%;
}

.inner
{
    margin:0 auto;
    max-width:975px;
    padding:3em;
}

.inner h1
{
    font-size:1.75em;
}

.inner p, .inner ul
{
    color:rgba(0,0,0,.65);
}

ul li {
    margin: 10px 0;
}


.section-description {
    margin-left: 30px;
}

p.company-name, p.location-duration {
    font-weight: bold;
}

p.company-name {
    font-size: larger;
    text-decoration: underline;
}

.sub-experience em {
    text-decoration: underline;
}


.inner p em
{
    color:rgba(0,0,0,1);
    font-style:normal;
}

.inner section
{
    margin:100px auto;
}

.inner section.experience
{
    margin:50px auto;
    margin-left: 20px;
}

ul.skill-set
{
    list-style-type:none;
    margin-top:-10px;
    max-width:570px;
    padding:0;
}

.skill-set li
{
    cursor: pointer;
    border: 2px solid #000000bf;
    background:rgba(0,0,0,.75);
    border-radius:5px;
    color:#FFF;
    display:inline-block;
    list-style:none;
    margin:15px 15px 0 0;
    padding:10px;
    text-align:justify;
}

.sub-experience {
    margin-left: 15px;
}

.language-selector {
    position: fixed;
    top: 10px;
    right: 25px;
    z-index: 1000;
}

@media screen and (max-width: 48em) {
    .right,.left
    {
        float:none;
        position:relative !important;
        width:100%;
        min-height:500px;
    }
    .handmade {
        text-align:center !important;
        margin-top:0px !important;
    }

    @media screen and (max-width: 75em) {
        body
        { font-size:16px;}
    }

    @media screen and (max-width: 60em) {
        body
        { font-size:14px;}
    }
    .clearfix:after {
        content: " "; /* Older browser do not support empty content */
        visibility: hidden;
        display: block;
        height: 0;
        clear: both;
    }
    .handmade {
        text-align:right;
        margin-top:100px;
    }
    .handmade em {
        font-family: 'Shadows Into Light', cursive;
        font-size: 1.25em;
        margin-left:5px;
    }
}

#scroll-to-top, #print-button, #save-button {
    cursor: pointer;
    border: 2px solid #000000bf;
    background:rgba(0,0,0,.75);
    border-radius:5px;
    color:#FFF;
    outline: none; /* Remove outline */
    padding: 10px; /* Some padding */
    font-size: 18px; /* Increase font size */
    z-index: 99; /* Ensure it is in front of other elements */
}

#scroll-to-top {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed position */
    bottom: 20px; /* Place the button 20px from the bottom */
    right: 20px; /* Place the button 30px from the right */
}

#print-button {
    position: fixed; /* Fixed position */
    bottom: 20px; /* Place the button 20px from the bottom */
    left: 20px; /* Place the button 30px from the right */
}

#save-button {
    position: fixed; /* Fixed position */
    bottom: 20px; /* Place the button 20px from the bottom */
    left: 70px; /* Place the button 30px from the right */
}

#scroll-to-top:hover, #print-button:hover, #save-button:hover {
    background: #f1f1f1;
    color: black;
    cursor: pointer;
    border: 2px solid #000000bf;
}

html {
    scroll-behavior: smooth;
}

@media print {
    .right,.left
    {
        float:none;
        position:relative !important;
        width:100%;
        min-height:500px;
    }
    .handmade {
        text-align:center !important;
        margin-top:0px !important;
    }

    .clearfix:after {
        content: " "; /* Older browser do not support empty content */
        visibility: hidden;
        display: block;
        height: 0;
        clear: both;
    }
    .handmade {
        text-align:right;
        margin-top:100px;
    }
    .handmade em {
        font-family: 'Shadows Into Light', cursive;
        font-size: 1.25em;
        margin-left:5px;
    }

    #print-button, #save-button {
        display: block; /* Ensure they are displayed normally */
    }

    #print-button, #save-button {
        display: none;
    }

    .inner section {
        margin: 50px auto;
    }

    .language-selector{
        display: none;
    }
}