html {
    height: 100%;
    background-image: url('/img/maintenance/faceLifting.png');
    background-position: bottom 50px right 100px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: unset cover;
    background-color: #000;
}

body {
    color: white;
}

.top_banner {
    background-color: rgba(255, 255, 255, 0.2);
    padding: 2%;
    margin: 4%;
    border-radius: 15px;
}

.content {
    display: flex;
    flex-direction: column;
    align-self: center;
    text-align: center;
    top: 15%;
    font-size: larger;
    background-color: rgba(200, 200, 255, 0.3);
    padding: 2%;
    margin: 4%;
    border-radius: 15px;
}

.services {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    transition-duration: 0.5s;
    text-align: center;
    align-self: center;
    width: 100%;
    animation: fadeIn 3s ease-in-out 0s 1;
}

.service {
    display: flexbox;
    align-self: flex-start;
    justify-content: space-around;
    flex-grow: 0.5;
    max-height: 10%;
    margin: 0%;
}

.img_service {
    display: flexbox;
    opacity: 0.5;
    align-self: center;
}

.service:hover {
    opacity: 0.75;
    scale: 115%;
}

.lineBetween{
    padding:0px;
    margin:0px;
    line-height:1px;
    position:absolute;
    /* transition: 0.5s; TODO !!!! */
    z-index: -999;
}

#name {
    position: relative;
    top: 45%;
    left: 35%;
    height: 30%;
    width: 30%;
    border-radius: 50px;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
    margin: 25px;
}

#fullname {
    animation: rotateOnItself 0.3s ease-in-out 0s 3;
}

div.commons {
    display: flex;
    flex-direction: column;
    min-width: 0px;
}

div.common {
    display: flex;
    flex-wrap: nowrap;
    align-content: space-between;
    background-color: #C6946F;
    color : #F0F9FE;
    font-size: large;;
    padding: 2%;
    margin: 2%;
    width: fit-content;
    width: 70%;
    align-self: flex-start;
}

div.right{
    background-color: #D7B48F;
    flex-direction: row-reverse;
    align-self: flex-end;
    animation: slideInFromLeft 2s ease-in-out 0s 1;
}

div.left{
    animation: slideInFromRight 2s ease-in-out 0s 1;
}

img.common {
    height: 150px;
}

div.common_text {
    display: flex;
    padding: 3%;
    flex-wrap: wrap;
}

div.common_name {display: flex;
    padding: 3%;
    flex-wrap: wrap;
    color: #337ab7;
    text-align: center;
}

.experiences {
    display: flexbox;
    flex-grow: 0.5;
    max-width: 40%;
    max-height: 40%;
    padding-left: 2%;
    padding-right: 2%;
    transition-duration: 0.5s;
    align-self: flex-start;
    text-align: center;
}

.experiences:hover {
    opacity: 0.75;
    scale: 115%;
}
/* 
iframe.calendly_frame {
    width: 50%;
    height: 50%;
    max-width: 3000px;
    max-height: 2000000px;
} */

.angle_banner  {
    background-color: #f0d787;
    position: fixed;
    width: 150px;
    top: 40px;
    right: -80px;
    padding-left: 80px;
    padding-right: 80px;
    transform: rotateZ(45²g);
    text-align: center;
    animation: shrinkToTopRight 1s linear 0s 1;
}
