html {
    overflow-x: hidden;
    scroll-padding-top: 50px; }

body {
    position: relative; }

@page {
    size: A4;
    margin: 3rem; }
    
.unselectable {
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-touch-callout: none;
    user-select: none; }

.container {
    max-width: 1140px; }
    
.text-small {
    font-size: 0.85rem; }

.hidden {
    display: none; }

.navbar-bg {
    background-color: #233841;
    box-shadow: 0px 5px 8px 0px rgba(0,0,0,.3); }
  
.nav-link {
    padding: 5px 0 0 0;
    font-size: 1rem;
    line-height: 2.5rem;
    color: inherit;
    opacity: 0.8;
    height: 50px; }
.nav-link:hover {
    color: inherit;
    opacity: 1; }

.nav-item {
    margin: 0 0.5rem; }
.nav-item .active {
    opacity: 1; }

.bg-image {
    background-color: rgba(0, 0, 0, .68);
    background-blend-mode: darken;
    height: 460px;
    background-position: center top 32%; }

.logo-hover {
    transition: 0.3s; }
.logo-hover:hover {
    filter: opacity(75%); }
    
.header-social .nav-link {
    font-size: 1.25rem; }

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease; }
.expanded > [aria-expanded="false"],
.collapsed > [aria-expanded="true"] {
    display: none; }

.bg-lb {
    background: LightBlue; }

.icon-color {
    color: #365d5d; }
.col-5 .icon-color  {
    width: 24px; }

.section-icon {
    color: #eaf0f7; }

.email-masked {
    letter-spacing: 0.05em; }

.card {
    border-radius: 0; }
.card-hover {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
.card-hover:hover {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transform: scale(1.025);
    transition: all 0.4s; }

.timeline-first {
    position: relative; }
.timeline-first:before {
    position: absolute;
	background: #eaeaea;
	background: linear-gradient(to bottom,transparent 10px,#eaeaea 11px,#eaeaea 100%);
    content: "";
    top: 0;
    bottom: 0;
    left: 1px;
    width: 1px;
	height: 100%; }

.timeline {
    position: relative; }
.timeline:before {
    position: absolute;
	background: #eaeaea;
    content: "";
    top: 0;
    bottom: 0;
    left: 1px;
    width: 1px;
	height: 100%; }

.timeline-single {
    position: relative; }
.timeline-single:before {
    position: absolute;
	background: #eaeaea;
	background: linear-gradient(to bottom,transparent 10px,#eaeaea 11px,#eaeaea 85%,transparent 100%);
    content: "";
    top: 0;
    bottom: 0;
    left: 1px;
    width: 1px;
	height:100%; }
	
.timeline-last {
    position: relative; }
.timeline-last:before {
    position: absolute;
	background: #eaeaea;
	background: linear-gradient(to bottom,#eaeaea 0%,#eaeaea 85%,transparent 100%);
    content: "";
    top: 0;
    bottom: 0;
    left: 1px;
    width: 1px;
	height: 100%; }

.exp, .edu {
    margin-bottom: 0;
    padding-left: 30px;
    padding-top: 0;
    position: relative; }
.exp:after, .edu:after {
    position: absolute;
    background-color: SteelBlue;
    content: "";
    height: 9px;
    width: 9px;
    left: -5px;
    top: 6px;
    margin: 1px 0 0 2px; }

.exp .accordion-header:hover {
  background-color: #f0f5f5; }

.edu > .desc:hover {
  background-color: #f0f5f5; }
  
.activity {
    margin-bottom: 0px;
    padding-left: 30px;
    padding-top: 0;
    position: relative; }
.activity:after {
    position: absolute;
    background-color: #fff;
    border: 2px solid SlateGrey;
    content: "";
    height: 9px;
    width: 9px;
    left: -5px;
    top: 6px;
    margin: 1px 0 0 2px;
    border-radius: 5px; }

.tooltip-inner{
    max-width: 500px !important;
    background-color: #ccc !important;
    color: #111 !important; }

.cert-icon {
    filter: invert(25%) sepia(100%) saturate(1460%) hue-rotate(195deg) brightness(88%) contrast(87%); }
    
.cert-badge {
    text-align: center;
    margin: 0;
    width: 167px;
    height: 265px; }

.cert-badge .card-body {
    padding: 0; }

.card-img-top {
    object-fit: contain;
    padding: 10px;
    min-height: 165px;
    width: auto; }

.used .col-6 .text-small {
    font-family: "Jura"; }

.brandcarousel {
    height: 40px; }

.cert-btn { 
    height: 45px;
    width: 125px; }

.form-outline .form-control~.form-notch .form-notch-leading,
.form-outline .form-control~.form-notch .form-notch-trailing {
    border-radius: 0; }
.form-outline .form-control:focus~.form-label {
    color: #66afe9; }
.form-outline .form-control:focus~.form-notch div:first-child {
    border-top: .125rem solid #66afe9;
    border-left: .125rem solid #66afe9;
    border-bottom: .125rem solid #66afe9;
    box-shadow: none; }
.form-outline .form-control:focus~.form-notch div:nth-child(2) {
    border-bottom: .125rem solid #66afe9;
    box-shadow: none; }
.form-outline .form-control:focus~.form-notch div:last-child {
    border-top: .125rem solid #66afe9;
    border-right: .125rem solid #66afe9;
    border-bottom: .125rem solid #66afe9;
    box-shadow: none; }

footer {
    background-color: #eee; }
footer a:not(.nav-link) {
    color: inherit;
    border-bottom: 1px dashed;
    text-decoration: none;
    cursor: pointer; }
    
.ribbon-wrapper {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -3px;
    right: -3px }

.ribbon {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    letter-spacing: .05em;
    line-height: 15px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    padding: 7px 0;
    right: -11px;
    top: 10px;
    width: 100px;
    height: 28px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    background-color: #dedede;
    background-image: -webkit-linear-gradient(top, #ffffff 45%, #dedede 100%);
    background-image: -o-linear-gradient(top, #ffffff 45%, #dedede 100%);
    background-image: linear-gradient(to bottom, #ffffff 45%, #dedede 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffdedede', GradientType=0) }
.ribbon:before,
.ribbon:after {
    content: "";
    border-top: 3px solid #9e9e9e;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    position: absolute;
    bottom: -3px }
.ribbon:before {
    left: 0 }
.ribbon:after {
    right: 0 }

.ribbon.green {
    background-color: #2da285;
    background-image: -webkit-linear-gradient(top, #2da285 45%, #227a64 100%);
    background-image: -o-linear-gradient(top, #2da285 45%, #227a64 100%);
    background-image: linear-gradient(to bottom, #2da285 45%, #227a64 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff2da285', endColorstr='#ff227a64', GradientType=0) }
.ribbon.green:before,
.ribbon.green:after {
    border-top: 3px solid #113e33 }

.ribbon.red {
    background-color: #bc1a3a;
    background-image: -webkit-linear-gradient(top, #a61733 45%, #bc1a3a 100%);
    background-image: -o-linear-gradient(top, #a61733 45%, #bc1a3a 100%);
    background-image: linear-gradient(to bottom, #a61733 45%, #bc1a3a 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffa61733', endColorstr='#ffbc1a3a', GradientType=0) }
.ribbon.red:before,
.ribbon.red:after {
    border-top: 3px solid #8f142c }

.ribbon.blue {
    background-color: #1a8bbc;
    background-image: -webkit-linear-gradient(top, #177aa6 45%, #1a8bbc 100%);
    background-image: -o-linear-gradient(top, #177aa6 45%, #1a8bbc 100%);
    background-image: linear-gradient(to bottom, #177aa6 45%, #1a8bbc 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#177aa6', endColorstr='#ff1a8bbc', GradientType=0) }
.ribbon.blue:before,
.ribbon.blue:after {
    border-top: 3px solid #115979 }

.modal-open {
    padding-right: 0 !important; }

.modalfade {
    animation: fadeIn 0.5s;
    -moz-animation: fadeIn 0.5s;
    -webkit-animation: fadeIn 0.5s; }
    @keyframes fadeIn {
        0% { opacity:0; }
        100% { opacity:1; } }
    @-moz-keyframes fadeIn {
        0% { opacity:0; }
        100% { opacity:1; } }
    @-webkit-keyframes fadeIn {
        0% { opacity:0; }
        100% { opacity:1; } }
  
.modal-header {
    max-height:50px;
    color: MintCream;
    background-color: SlateGrey; }

.title-line {
	background: #000;
    content: "";
    top: 0;
    bottom: 0;
    left: 1px;
    width: 100px;
	height: 3px; }
	
.tooltip-inner {
    background-color: Silver; }
    
.validbadge {
    color: PaleTurquoise; }

.timeline-concerts {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0 20px 0; }
.timeline-concerts::after {
    content: '';
    position: absolute;
    width: 1px;
    border-left:1px dashed #5193b5;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1px; }

.container-concerts {
    padding: 0 30px;
    position: relative;
    background: inherit;
    width: 50%; }
.container-concerts.left {
    left: 0;
    margin-top: -20px; }
.container-concerts.right {
    left: 50%;
    margin-top: -20px; }
.container-concerts::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    top: calc(50% - 1px);
    right: 8px;
    background: #258CC7;
    z-index: 1; }
.container-concerts::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    right: -8px;
    background: #258CC7;
    border: 4px solid rgba(255, 255, 255, 0.74);
    border-radius: 16px;
    z-index: 1; }
.container-concerts.right::before {
    left: 8px; }
.container-concerts.right::after {
    left: -8px; }
.container-concerts .date {
    position: absolute;
    display: inline-block;
    top: calc(50% - 8px);
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #034533;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 1; }
.container-concerts.left .date {
    right: -100px;
    top: calc(50% - 10px); }
.container-concerts.right .date {
    left: -100px;
    top: calc(50% - 10px); }
.container-concerts .flyer {
    position: absolute;
    display: inline-block;
    width: 113px;
    height: 113px;
    padding: 0;
    top: calc(50% - 56px);
    border: 2px solid #258CC7;
    border-radius: 90px;
    font-size: 18px;
    z-index: 1; }
.container-concerts.left .flyer {
    right: 33px; }
.container-concerts.right .flyer {
    left: 33px; }
.container-concerts .content {
    padding: 20px 120px 20px 80px;
    background: linear-gradient(to left,LightBlue 0%,LightBlue 85%,transparent 100%);
    position: relative;
    border-radius: 0 500px 500px 0; }
.container-concerts.right .content {
    background: linear-gradient(to right,LightBlue 0%,LightBlue 85%,transparent 100%);
    padding: 20px 20px 20px 125px;
    border-radius: 500px 0 0 500px; }
.container-concerts .content h2 {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: normal;
    color: #006E51; }

.accordion {
    --mdb-accordion-bg: inherit !important; }
.accordion-borderless .accordion-item .accordion-button:not(.collapsed) {
    color: inherit !important;
    background-color: inherit !important; }

@media (max-width: 767px) {
    .page-content {
        margin-top: 40px !important; }
    .container {
        padding: 0 !important; }
    .container > .my-5 {
        margin: 5px 0 !important; }
    .bg-image {
        height: 445px !important; }
    [data-aos] {
        opacity: 1 !important;
        transform: translate(0) scale(1) !important; } }

@media print {
    [data-aos] {
        opacity: 1 !important;
        transform: translate(0) scale(1) !important; }
    .container {
        width: auto;
        max-width: 100%;
        padding: 0; }
    .shadow-1-strong,
    .shadow-1,
    .shadow-2-strong,
    .border-gray {
        box-shadow: none !important;
        border: none !important; }
    .bg-light {
        background-color: #fff !important; }
    .bg-image {
        background-image: none !important;
        background: #fff !important;
        color: black !important; }
    .col-lg-5 > .row > .col-5 > .pb-2 {
        font-weight: normal !important;
        padding: 0 !important; }
    .col-lg-5 > .row > .pb-2 {
        padding: 0 !important; }
    #myEmailMasked {
        display: none; }
    #myEmail {
        display: inline; }
    .resume-container > .my-5 {
        margin: 0 !important; }
    .container > .my-5 {
        padding: 0 0 30px 0 !important;
        margin: 0 !important; }
    .card > .row {
        margin: 0 !important;
        padding: 0 !important; }
    .card > .row > .col-10,
    .education-section > .row > .col-8,
    .activity-section > .row > .col-7 {
        width: 100% !important; }
    .intro-section {
        height: 270px;
        padding: 0 !important;
        margin-top: -100px; }
    .skills-section > .row,
    .certificates-section > .row,
    .hobbies-section > .row {
        justify-content: flex-start !important; }
    .skills-section > .row > .col-md-3 {
        width: 33%; }
    .work-experience-section {
        page-break-after: always; }
    .about-section,
    .skills-section,
    .work-experience-section,
    .education-section,
    .certificates-section,
    .activity-section,
    .hobbies-section {
        padding: 0 !important; }
    .about-section > .row,
    .skills-section > .row,
    .work-experience-section > .row,
    .education-section > .row,
    .certificates-section > .row,
    .activity-section > .row, 
    .hobbies-section > .row {
        margin-left: 0 !important;
        padding: 0 !important; }
    .about-section .fw-light {
        padding: 10px 0 0 0 !important;
        font-weight: 400 !important; }
    .row > .col-auto > .fw-light {
        margin: 5px 0 15px 0 !important;
        font-weight: 400 !important; }
    .card > .row > .col-10 > .pt-3 {
        margin-left: 10px !important;
        padding: 0 !important; }
    .timeline-single > .exp, .timeline-last > .exp, .timeline-last > .edu {
        padding-bottom: 0 !important; }
    .cert-badge {
        height: 165px; }
    .card-img-top {
        min-height: 110px; } }