html {
    
    background-position: top right;
    background-repeat: no-repeat;
    background-image: url('/wp-content/themes/xwda/img/backtop.png');
    background-size: 60%;
    background-color: #333333;
    -webkit-font-smoothing: antialiased;
}

body {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 1000px;
    padding: 2em 2em 4em;

}

h1, h2, h3, h4, h5, h6 {
    color: #222;
    font-weight: 600;
    line-height: 1.3;
}

h2 {
    margin-top: 1.3em;
}

a {
    color: #d6309f;
}

b, strong {
    font-weight: 600;
}

samp {
    display: none;
}

img {
    /**animation: colorize 2s cubic-bezier(0, 0, .78, .36) 1;**/
    background: transparent;

    display: block;
    margin: 1.3em auto;
    max-width: 95%;
}

h1 {
    color: #d6309f;
    margin-top: 80px;
}

.applogos img {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}

@keyframes colorize {
    0% {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }
    100% {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
    }
}