/*color:#00bfc9;*/

header {
    background-image: url(../../../images/author-profile/Layer-511.jpg);
    min-height: 450px;
    height: 70vh;
}

/*.content-production-cooperation, .graphicDesign-cooperation, .user-profile {
    padding: 1.5625rem 0;
}*/

.content-production-cooperation aside img, .graphicDesign-cooperation aside img {
    width: 100%;
    height: auto;
}

.user-profile {
    position: relative;
}

.tooltip-triangle {
    padding: 2.1875rem; /*35px*/
}

/*.seeMore {*/
/*-webkit-border-radius: 30px;*/
/*-moz-border-radius: 30px;*/
/*border-radius: 30px;*/
/*padding-right: 1.25rem;*/
/*padding-left: 1.25rem;*/
/*}*/

.user-name {
    font-size: 2.4rem;
    font-weight: 700;
}

.user-profile__photo {
    margin-top: -130px;
    width: 100%;
    height: 100%;
    max-width: 200px;
    max-height: 200px;
    -webkit-box-shadow: 0px 0px 7px 2px #d2d2d2;
    -moz-box-shadow: 0px 0px 7px 2px #d2d2d2;
    padding: 5px;
    background-color: #f6f6f6;
    box-shadow: 0px 0px 26px #efefef;
}

.user-profile-button {
    display: none;
    height: 36px;
    padding-top: 28px;
    text-align: center;
    width: 100%;
}

.user-profile-button button {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding-right: 1.25rem; /*20px*/
    padding-left: 1.25rem;
}

.user-profile-button {
    display: inline-block;
}

.my-tooltip {
    position: relative;
}

/*.my-tooltip::before {*/
/*content: "";*/
/*position: absolute;*/
/*bottom: 100%;*/
/*left: 50%;*/
/*margin-left: -5px;*/
/*border-width: 5px;*/
/*border-style: solid;*/
/*border-color: transparent transparent black transparent;*/
/*}*/

.tooltip-triangle {
    background: #fff;
    /*-webkit-border-radius: 3px;*/
    /*-moz-border-radius: 3px;*/
    /*border-radius: 3px;*/
    /*padding: 30px;*/
    /*display: block;*/
    /*margin-bottom: 25px;*/
    position: relative;
    /*box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);*/
}

.subHeaderPadding {
    padding-bottom: 3rem;
}

.tooltip-triangle::after {
    top: -36px;
    left: 48%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 18px;
    margin-left: -18px;
}

.tooltip-triangle::before {
    content: '';
    top: -12px;
    left: 46%;
    position: absolute;
    transform: rotate(45deg);
    width: 30px;
    height: 30px;
    bottom: -12px;
    z-index: -1;
    box-shadow: 1px 1px 5px 3px rgba(0, 0, 0, 0.2);
}

.aboutMe__title, .myCv__title {
    border-bottom: 1px solid #777;
    padding-bottom: 10px;
    padding-left: 2rem;
    color: #777;
    width: max-content !important;
    width: -moz-max-content !important;
    width: 20%;
}

.aboutMe__title i, .myCv__title i {
    color: #777;
    width: 18px;
    font-weight: 300;
}

.aboutMe__title p, .myCv__title p {
    color: #777;
}

.socials__item {
    color: #8a8a8a;
}

.socials__item i {
    font-size: 25px;
}

.socials__item:hover, .socials__item:focus {
    color: #424242;
}

.subHeaderPadding {
    padding: 1rem 0;
}

/*// Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    * {
        font-size: 14px;
    }

    .tooltip-triangle::before {
        left: 45%;
    }

    .tooltip-triangle {
        padding: 2.1875rem 10px !important;
    }

    .user-profile__photo {
        width: 200px;
        height: 200px;
        margin-top: -160px;

    }
    .user-name:first-child {
        border: none !important;
    }
}

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {

    .user-profile__photo {
        width: 225px;;
        height: 225px;
        margin-top: -160px;

    }

    .tooltip-triangle::before {
        left: 46%;
    }

}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .user-profile__photo {
        width: 250px;
        height: 250px;
        margin-top: -230px;

    }

    .tooltip-triangle::before {
        left: 46.5%;
    }
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 992px) and (max-width: 199.98px) {
    .tooltip-triangle::before {
        left: 46.7%;
    }
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 1200px) {
    .tooltip-triangle::before {
        left: 47.2%;
    }
}



