*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F4F4F4;
    margin: 10px;
    margin-bottom: 50px;
    /* ball pen blue */
    color: #031526;
}

canvas {
    margin-left: 40px;
    max-width: 260px;
    max-height: 180px;
}

hr {
    margin: 5px 25px;
    /* make the line look hand drawn */
    border: 0;
}

.a4format {
    background-color: white;
    width: 210mm;
    height: 297mm;
}

.cva4 {
    font-family: 'Lato', sans-serif;
    padding: 35px 40px;
    overflow: hidden;
    /* nice drop shadow */
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    /* border-radius: 10px;     */
}

img{
    width: auto;
    height: 100px;
}

.email-link, .phone-link {
        /* pastel dark blue */
    color: #1f69b3;
}

.dot {
    height: 15px;
    width: 15px;
    background: black;
    border: 1px solid black;
    border-radius: 50%;
    position: absolute;
    bottom: -8px;
    left: -8px;
}

.time-container{
    display: flex;
    flex-direction: column;
    width: 350px;
    margin: 10px;
}

.time-box_title {
    position: relative;
    border-left: 2px solid black;
    border-bottom: 2px solid black;
    text-align: end;
    font-weight: bold;
    font-size: 22px;
    padding: 0 5px;
}

.time-box_content {
    display: flex;
    flex-direction: row;
    font-size: 14px;
    justify-content: space-between;
    border-left: 2px solid black;
    padding-top: 5px;
    padding-bottom: 10px;
}

.time-box_content-date {
    white-space: nowrap;
    font-size: 12px;
    padding: 0 5px;
}   

.time-box_content-info {
    padding-right: 5px;
    text-align: end;
}

.top-container {
    display: flex;
    flex-direction: row;
}

.top-left, .top-right {
    width: 50%;
}

.top-left {
    display: flex;
    flex-direction: column;
}

.top-left_title {
    font-size: 24pt;
    font-weight: bold;
}

.top-left_info {
    font-size: 13pt;
    margin-bottom: 20px;
}

.top-right {
    display: flex;
    flex-direction: column;
    text-align: right;
    align-items: end;
}

.top-right_title {
    font-size: 24pt;
    font-weight: bold;
}

.top-right_img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    transform: scale(1.2) translate(-13px, 15px);
}

.bottom-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: 75%;
}

.bottom-left, .bottom-right {
    width: 50%;
}

.bottom-left_title {
    font-size: 24pt;
    font-weight: bold;
    text-align: end;
    margin-bottom: 25px;
    margin-top: 5px;
}

.bottom-right {
	padding: 15px;
    padding-top: 10px;
    padding-left: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.skills-skill {
    margin-bottom: 15px;
}

.skills-skill_title {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: end;
}

.skills-skill_content {
    text-align: end;
    font-size: 11pt;
}

.skill-icon {
    width: auto;
    height: 25px;
    object-fit: cover;
    margin-left: 5px;
}

.skills-ondernemingen {
    
}

.download-section {
    display: flex;
    flex-direction: row;
    align-items: end;
    justify-content: end;
    cursor: pointer;
    /* user select none */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* user drag none */
    -webkit-user-drag: none;
    -moz-user-drag: none;
    -ms-user-drag: none;
    user-drag: none;
}

.download-section_title {
    font-size: 14pt;
}

.download-button {
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}

.button-img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-left: 5px;
    /* transition: all 0.2s ease-in-out; */
}

/* when printing */
@media print {
    body * {
        visibility: hidden;
    }
    .a4format, .a4format * {
        visibility: visible;
    }
    .a4format {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }

    .cva4 {
        padding: 0;
        box-shadow: none;
        border-radius: 0;
    }

    .download-section {
        display: none;
    }
}

.stripe-1 {
    position: relative;
    display: inline-block;
    padding-bottom: 0.5em;
    z-index: 2;
}

.stripe-1 img {
    position: absolute;
    /* move it down a little */
    top: 15px;
    left: 50%;
    transform: translateX(-50%) rotate(5deg);
    width: 100%;
    height: 75%;
    z-index: -1;
    /* no drag */
    -webkit-user-drag: none;
    -moz-user-drag: none;
    -ms-user-drag: none;
    user-drag: none;
}

.circle-1 {
    position: relative;
    display: inline-block;
    z-index: 2;
}

.circle-1 img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    height: 100%;
    filter: brightness(.8);
    z-index: -1;
    /* no drag */
    -webkit-user-drag: none;
    -moz-user-drag: none;
    -ms-user-drag: none;
    user-drag: none;
}

.cross-1 {
    position: relative;
    display: inline-block;
    padding-bottom: 0.5em;
}

.cross-1 img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    height: 75%;
    opacity: 100%;
    /* put a filter on the img that makes it darker */
    filter: brightness(0.5);
    /* no drag */
    -webkit-user-drag: none;
    -moz-user-drag: none;
    -ms-user-drag: none;
    user-drag: none;
}

/* media break for mobile */
@media only screen and (max-width: 600px) {
    body {
        margin: 0;
    }

    .a4format {
        width: 100%;
        height: 100%;
    }

    .cva4 {
        padding: 25px 20px;
    }

    .top-container, .bottom-container {
        flex-direction: column;
    }

    .top-left, .top-right, .bottom-left, .bottom-right {
        width: 100%;
    }

    .top-right_img {
        transform: scale(1.2) translate(-20px, 20px);
    }    

    .bottom-left_title {
        text-align: start;
    }
    
    .time-container {
        width: 95%;
    }

    .top-container {
        margin-bottom: 50px;
    }
    
    .skills-skill {
        padding-left: 10px;
        margin-bottom: 30px;
    }

    .skills-skill_title {
        font-size: 30px;
    }
    
}
