.gradient-text {
    background: #F1C455;
    background: -webkit-linear-gradient(to right, #F1C455 0%, #7D501F 23%, #A16207 68%, #444D63 95%);
    background: -moz-linear-gradient(to right, #F1C455 0%, #7D501F 23%, #A16207 68%, #444D63 95%);
    background: linear-gradient(to right, #F1C455 0%, #7D501F 23%, #A16207 68%, #444D63 95%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-break {
    white-space: break-spaces;
}

.manifestoBorder {
    border-color: lightgray;
    border-style: dashed;
    border-width: thin;
    margin: 10px;
}
.icon-link-original-manifesto:after {
    content: url('/assets/images/link-icon.svg');
    vertical-align: -0.125em;
    width: 1em;
    height: 1em;
}
.topbarMjust {
    justify-content: space-evenly;
}

@media only screen and (max-width: 320px) {
    .topbarMjust {
        justify-content: space-evenly;
    }
}


@media only screen and (min-width: 568px) {
    .topbarMjust {
        justify-content: space-between;
    }
}


@media only screen and (min-width: 768px) {
    .topbarMjust {
        justify-content: center;
    }
}

@media only screen and (min-width: 1024px) {
    .topbarMjust {
        justify-content: space-between;
    }
}


@media only screen and (width: 834px) and (height: 1112px) {
    .topbarMjust {
        justify-content: center;
    }
}

@media (max-width: 1024px) and (max-height: 768) {
    .topbarMjust {
        justify-content: center;
    }
}