p {
    padding: 0;
    margin: 0;
}

a.anchor {
    display: block;
    position: relative;
    top: -64px;
    visibility: hidden;
}

.dd-row-margin-reset {
    margin-left: 0;
    margin-right: 0;
}

.dd-button{
    padding: 0.3rem 0 0.3rem 1rem;
    border: 0.125rem solid;
    display: inline-flex;
}

.dd-button div {
    display:inline-block;
    background-repeat: no-repeat;
}

.dd-button-no-border{
    padding: 0.4rem 0 0.4rem 0;
}

.dd-button-no-border img {
    margin-bottom: 2px;
}

.dd-button-margin-left-animation:hover img{
    margin-left: 0.3125rem;
    animation: marginleft 0.3s linear;
}

@keyframes marginleft{
    0%{margin-left: 0; }
    100%{margin-left: 0.3125rem;}
}

.dd-button-margin-right-animation:hover img{
    margin-left: -0.3125rem;
    margin-right: 0.3125rem;
    animation: marginright 0.3s linear;
}

@keyframes marginright{
    0%{
        margin-left: 0;
        margin-right: 0;
    }
    100%{
        margin-right: 0.3125rem;
        margin-left: -0.3125rem;
    }
}

.dd-button:hover, .dd-button-no-border:hover {
    text-decoration: none;
}

.dd-display-area {
    width: 72rem;
}

.dd-iniciale-paragraph {
    border-left: 0.1875rem solid;
    padding-left: 1.25rem;
}

.dd-email-big{
    border-bottom: 2px solid;
}

.dd-email-big:hover {
    text-decoration: none;
}

.dd-margin-top-big {
    margin-top: 8rem;
}

.dd-back-to-top:hover{
    text-decoration: none;
}

.dd-back-to-top img{
    margin-top: -3px;
}

.dd-col-padding-reset {
    padding-left: 0;
    padding-right: 0;
}

.dd-about-me{
    margin-top: 4.4rem;
}

.dd-hr {
    border-width: 2px;
}

.dd-greeting {
    position: relative;
    left: -27px;
    top: -15px;

    padding: 1rem;
}

.dd-greeting-text {
    width: 580px;
    margin-top: 25px;

    padding: 2.8125rem 3.4375rem 2.8125rem 3.4375rem;
}

img.dd-animated-gif {
    width: 228px;
}

.dd-work-opening-image a picture img {
    border-radius: 1rem !important;
}

.dd-work-card {
    padding-bottom: 4.375rem;
}

.dd-footer-name {
    margin-top: 3.625rem;
    margin-bottom: 1.75rem;
}

.dd-footer-linkedin {
    margin-bottom: 2.5rem;
}

.dd-footer-disclaimer{
    margin-bottom: 1rem;
}

.dd-display-area-padding {
    padding-left: 1rem;
    padding-right: 1rem;
}

.dd-display-small {
    display: none;
}

.dd-work-page-title {
    margin-top: 3.75rem;
}

.dd-work-page-subtitle {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
}

.dd-work-page-description-width div{
    max-width: 780px;
}

/** SMALL ONLY **/
@media screen and (max-width: 37.499em) {
    .dd-display-area-padding {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .dd-display-small {
        display: flex;
    }

    .dd-display-none-small{
        display: none;
    }

    .dd-about-me{
        margin-top: 1rem;
    }

    .dd-work-card {
        padding-bottom: 2.5rem;
    }
}

/** MEDIUM ONLY **/
@media screen and (min-width: 37.5em) and (max-width: 61.999em) {
    .dd-about-me{
        margin-top: 4.3rem;
    }

    .dd-work-card {
        padding-bottom: 3.5rem;
    }
}

/** LARGE ONLY **/
@media screen and (min-width: 62em) {
    .dd-button div {
        margin-right: 0.67rem;
        margin-top: 0.43rem;
        margin-left: 0.5rem;
        background-image: url('../images/arrow_MD-LG.svg');
        width: 20px;
        height: 10px;
    }

    .dd-selected-work {
        background-image: url("../images/selected_work_arrows_MD-LG.png");
        height: 77px;
        width: 187px;
        padding-left: 20px; /** Image size related text position **/
        padding-top: 24px;  /** Image size related text position **/
    }
}

/** MEDIUM AND LARGE **/
@media screen and (min-width: 37.5em) {  }


/** SMALL AND MEDIUM **/
@media screen and (max-width: 61.999em) {
    img.dd-animated-gif {
        width: 114px;
    }

    .dd-work-opening-image a picture img {
        border-radius: 0.75rem !important;
    }

    .dd-button {
        padding: 0.2rem 0 0.2rem 0.4375rem;
    }

    .dd-button div {
        margin-right: 0.25rem;
        margin-top: 0.315rem;
        margin-left: 0.4rem;
        background-image: url('../images/arrow_SM.svg');
        width: 16px;
        height: 10px;
    }

    .dd-selected-work {
        background-image: url("../images/selected_work_arrows_SM.png");
        height: 72px;
        width: 160px;
        padding-left: 20px; /** Image size related text position **/
        padding-top: 24px;  /** Image size related text position **/
    }

    .dd-button-no-border {
        padding: 0.3rem 0 0.3rem 0;
    }

    .dd-margin-top-big {
        margin-top: 4rem;
    }

    .dd-greeting {
        position: relative;
        left: -43px;
        top: -16px;

        padding: 0.8rem;
    }

    .dd-sx-greeting {
        position: relative;
        top: 30px;
        margin-top: -30px;

        padding: 0.8rem;
    }

    .dd-greeting-text {
        width: 355px;
        margin-top: 12px;

        padding: 1.125rem 1.75rem 1.125rem 1.75rem;
    }

    .dd-sx-greeting-text {
        max-width: 280px;
        margin-top: 12px;
        margin-bottom: 28px;

        padding: 1.375rem 1.25rem 1.375rem 1.25rem;
    }

    .dd-footer-name {
        margin-top: 2.25rem;
        margin-bottom: 1.75rem;
    }

    .dd-footer-linkedin {
        margin-bottom: 2rem;
    }
}
