html {
    overflow-x:hidden;
}

#header .header-body {
    background: #333940;
    border-top: 0;
    border-bottom: 0;
    min-height: 0;
}

#header .header-logo {
    margin: 0;
}

.strokeme {
  color: #FFF;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

div.owl-dots.mb-5 {
    display: none !important;
}

#count .counters i {
    color: rgb(255,255,255);
    font-size: 5em;
}

#publications .card.card-background-image-hover {
    background:#E04622 !important;
}

img#skinner {
    border-radius: 100%;
    border: 5px solid rgba(0,0,0,0.25);
    display: block;
    width: 100%;
    margin-bottom: 2em;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
    img#skinner {
        display: inline-block;
        float: left;
        width: 200px;
        margin-right: 1em;
        margin-bottom: 1em;
        shape-outside:circle();
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    img#skinner {
        width: 300px;
        margin-right: 2em;
        margin-bottom: 2em;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    img#skinner {
        display: inline-block;
        width: 400px;
        float: left;
        margin-right: 3em;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    img#skinner {
        width: 500px;
        display: inline-block;
        float: left;
        margin-right: 5em;
    }
}