.rb-row {
    display: flex;
    flex-direction: row;
    padding-top : 3em;
    justify-content: center;
    padding-left: 2em;
    padding-right: 2em;
}
.rb-container {
    display: flex;
    flex-direction: column;
}
.rb-div-primary {
    border : 2px solid gray;
    transform: rotate(2deg);
    box-shadow: 0 0 5px 7px #c7c7c7;
    border-radius: 7px;
    transition: ease .5s .2s;
}
    
.rb-div-primary:hover {
    transform: rotate(-1deg);
    box-shadow: 0 0 10px 15px #ECEFF1;
}
.rb-picture {
    height: auto;
    width :200px;
}

.rb-flex-column {
    display: flex;
    flex-direction: column;
}

a {
    color : #393a3c;
    text-decoration: none;
}
.rb-bio {
    margin-left : 2em;
    border: 2px solid gray;
    background-color: #faf8fa;
    padding : 2em;
    border-radius: 7px;
    color:#393a3c;
    transition: ease .5s .2s;
}
.rb-bio:hover {
    transform: rotate(-1deg);
    box-shadow: 0 0 10px 15px #ECEFF1;
}
.rb-name-contact {
    text-align: center;
    padding:1em;
}
.rb-contact {
    border : 2px dotted #607D8B;
    text-align: center;
}
.rb-contact > a {
    text-decoration: underline;
}
@media only screen and (max-width: 600px) {
    .rb-row {
        flex-direction : column;
    }
    .rb-div-primary {
        justify-content: center;
        width: 200px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1em;    
    }
    .rb-bio {
        margin-left: unset;
    }

}

.rb-experience-container {
    width: 80%;
    text-align: left;
    border : 2px solid gray;
    background-color: #faf8fa;
    padding : 1em;
    border-radius: 7px;
    color:#393a3c;
}

.rb-experience-item {
    border : 2px solid gray;
    background-color: #faf8ff;
    border-radius: 7px;
    box-shadow: 13px 15px #ddd;
    color:#393a3c;
    margin-bottom:  1.618em;
    width :85%;
    transition:  ease-in .5s .1s;
}
.rb-experience-item:hover {
    width: 100%;
    transform: rotate(-1deg);
    box-shadow: 0 0 10px 15px #ECEFF1;
}

.rb-education-container {
    width: 80%;
    text-align: left;
    border : 2px solid gray;
    background-color: #faf8fa;
    padding : 1em;
    border-radius: 7px;
    color:#393a3c;
}

.rb-education-item {
    border : 2px solid gray;
    background-color: #faf8ff;
    border-radius: 7px;
    color:#393a3c;
    margin-bottom:  1.618em;
    width : 80%;
    transition: ease-in .5s .1s;
}

.rb-education-item:hover {
    width : 100%;
    transform: rotate(1deg);
    box-shadow: 0 0 10px 15px #ECEFF1;
}
details summary::-webkit-details-marker {
    display:none;
}
.rb-skills-container {
    width: 80%;
    text-align: left;
    border : 2px solid gray;
    background-color: #faf8fa;
    padding : 1em;
    border-radius: 7px;
    color:#393a3c;
}
.rb-skills{
    display: flex;
    flex-direction: column;
}
.rb-html {
    width : 30%;
    font-weight:800;
    font-size: larger;
}
.rb-css {
    width :25%;
    background: linear-gradient(45deg,#AEEA00,#17c6dd);
}
.rb-programming {
    width: 45%;
    background-color: darkslateblue;
}
a {
    color : rgb(0, 1, 63);
    word-break: break-word;
}

.rb-s {
    height: 2em;
    border : 1px #393a3c;
    color : white;
}

.rb-bio-headline {
    margin-bottom : .3em;
}
.rb-bio-headline > a {
    color :#6397ff;
}

.rb-shadow {
    box-shadow: 0 0 5px 7px #B0BEC5;
}
.rb-container-shadow {
    box-shadow: 0 0 5px 7px #607D8B;
}
.rb-div-spacer {
    margin-bottom: .7em;
}

.rb-r {
    color: #D50000;
}
.rb-g {
    color: #1B5E20;
}
.rb-b {
    color: #2962FF;
}
.rb-y {
    color : #FFD600
}
.rb-super-imposed {
    z-index:100;
    background-color:#455A64;
    color:white;
    margin-top:-2.8em;
    width: max-content;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em;
}

.progress-wrapper {
  width: 100%;
}

.progress-bar {
  background-color: #455A64;
  width: 100%;
  max-width: 100%;
}

progress[value] {
  --color: #455A64;
  --background: lightgrey; /* the background color */

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  margin: 0 10px;
  border-radius: 10em;
  background: var(--background);
}
progress[value]::-webkit-progress-bar {
  border-radius: 10em;
  background: var(--background);
}
progress[value]::-webkit-progress-value {
  border-radius: 10em;
  background: var(--color);
}
progress[value]::-moz-progress-bar {
  border-radius: 10em;
  background: var(--color);
}
td {
    padding: .241em;
}

.rb-si {
    padding: .33em;
}
