.breadcrumb {
    padding: 0 0rem;
}

.breadcrumb ul {
    user-select: none;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadcrumb img {
    user-select: none;
    scale: 75%;
}

.breadcrumb li:not(:last-child)::after {
    display: inline-block;
    margin: 0 .25rem;
    content: " ";
}

#homepage {
    animation: fadeEffect 0.4s;
}

.homepage a {
    color: #3d6af1;
}

.homepage a:hover {
    color:#4d443e;
}

#film {
    color:#4d443e;
}

#film:hover {
    color:#0ba572;
}

#portfolio {
    animation: fadeEffect 0.4s;
}

#portfolio a {
    color:#4d443e;
    
}

#portfolio a:hover{
    color:#e76209;
}

#portfolio h4 {
    margin: 0rem;
    display: inline-block;
}

#portfolio h6 {
    padding-bottom: -1rem;
    margin-bottom: -0.15rem;
}

#portfolio p {
    font-size: 2.8rem;
    margin-bottom: -1.5rem;
}

#sitetitle {
    padding-top: 2rem;
}

.tab {
    user-select: none;
}

  /* Style the buttons that are used to open the tab content */
.tab button {
    /* background-color: inherit; */
    transition: 0.3s;
}
  
  /* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}
  
  /* Create an active/current tablink class */
.tab button.active {
    background-color: rgb(35, 45, 91);
    color: white;
}

.tabcontent {
    animation: fadeEffect 0.4s; /* Fading effect takes 1 second */
}

#rates {
    animation: fadeEffect 0.4s;
}
  
#rates p {
    margin-top: 0%;
}

#rates h4 {
    user-select: none;
}

#bio {
    animation: fadeEffect 0.4s;
}

#bio p {
    margin-top: 0%;
}

  /* Go from zero to full opacity */
@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

html {
    scrollbar-gutter: stable both-edges;
}