body {
    padding-top: 60px;
}

nav {
    height:55px;
}

.backgroundImage {
    background-image: url('/../static/images/physiotherapeut.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: right;
    height: 80vh;
}

.bg-nav {
    background-color: #ffffff80;
}
.bg-nav {
    background-color: #ffffff;
}


@media (max-width: 992px){
    .backgroundImage {
        background-position-x: 80%;
    }
}

@media (min-width: 992px){
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 1.25rem;
    }
}

/* Image for About me */
.about_image {
    height: 500px;
    width: 100%;
    object-fit: cover;
    object-position: top right;
    opacity: 75%;
}
@media (min-width: 650px){
    .about_image {
        height: 600px;
    }
}
@media (min-width: 900px){
    .about_image {
        height: 700px;
    }
}
@media (min-width: 992px){
    .about_image {
        height: 100%;
    }
}


/* Image for Cards */
.cards-image {
  height: 75px;
  padding: 10px;
  object-fit:contain;
}

.card-body {
  padding-top: 0px;
}

.resume-item::before {
  content:"";
  position:absolute;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  left: -9px;
  top: 0px;
  background: white;
  border: 2px solid;
}

.resume-item {
  border-left: 2px solid;
  position: relative;
  padding: 0px 0px 20px 20px;

}

.resume-item-reverse::after {
    content:"";
    position:absolute;
    width: 16px;
    height: 16px;
    border-radius: 50px;
    right: -9px;
    top: 0px;
    background: white;
    border: 2px solid;
}
  
.resume-item-reverse {
    border-right: 2px solid;
    position: relative;
    padding: 0px 20px 40px 0px;
}

.iframe-container {
    width: 100%;
    height: 100vh;
    max-height: 900px;
    overflow: hidden;
    position: relative;
}

.iframe-height {
    width: 100%;
    height: 100%;
    border: none;
    position: absolute;
    top: -125px;
    left: 0;
    }
