header {
    width: 100%;
    height: 50px;
    margin-top: 0px;
    text-align: center;
    background-color: #003366;
    position: fixed;
    z-index: 2
}

body {
    margin: auto;
    padding: 0;
    color: #000;
    -webkit-transition: all;
    -moz-transition: all;
    -ms-transition: all;
    -o-transition: all;
    transition: all;
    font-family: "Open Sans",
        Segoe, "Segoe UI",
        "Lucida Sans Unicode", "Lucida Grande",
        "Avenir", "Seravek", "Ubuntu",
        "DejaVu Sans", "Trebuchet MS", Verdana, Arial, sans-serif;
    font-size: 14.4px;
    line-height: 170%;
    text-align: justify;
    font-weight: 400
}

table {
    border-collapse: collapse;
    vertical-align: middle
}

td {
    padding: 1px 0px 1px 0px
}

a img {
    border: none
}

h1,
h2,
h3,
h4,
h5,
h6,
div.title,
div.ftheader,
span.venue {
    font-weight: 600
}

h4,
div.title,
div.ftsubheader {
    font-size: 105%
}

ul,
ol,
dl {
    margin: 0;
    padding: 5px 10px 30px 30px;
    width: calc(100% - 30px)
}

img.img_responsive {

    height: auto;
    display: block
}

div.container a:link,
div.container a:visited {
    color: #0055AA;
    text-decoration: none
}

div.authors a:link,
div.authors a:visited {
    color: #000000
}

div.content a:hover,
div.content a:hover div.text,
div.ftsubheader a:hover {
    text-decoration: underline
}

div.title a:hover {
    text-decoration: none
}

span.jw {
    text-decoration: underline
}

div.header,
div.container,
div.content,
div.img,
div.text {
    display: inline-block;
    zoom: 1;
    display*: inline;
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    max-width: 960px
}

div.topic,
div.outercontainer,
div.project_headline,
div.project_title {
    text-align: center
}

div.header,
div.container {
    min-width: 330px
}

div.img,
div.text {
    padding-left: 10px;
    padding-right: 10px
}

div.project_title {
    line-height: 250%;
    color: #6D214F;
    font-size: 20px;
    margin-top: 30px;
}

div.outercontainer,
div.content {
    padding-top: 0px;
    padding-bottom: 0px
}

div.container,
div.content {
    width: 100%
}

div.body {
    margin-top: 50px
}

div.content {
    margin-bottom: 10px
}

div.heading {
    text-align: left;
    position: relative;
    z-index: 1
}

div.heading div.img {
    padding: 30px 30px 30px 10px;
    max-width: 30%
}

div.heading div.img img {
    width: 200px
}

div.heading span.tag {
    padding-right: 15px
}

div.heading ul {
    padding-bottom: 0px
}

div.publication {
    padding-top: 0px;
    padding-bottom: 20px
}

div.publication div.img {
    max-width: 300px;
    padding-right: 0px
}

div.publication div.text {
    max-width: 650px;
    text-align: left
}

span.venue {
    color: #882222
}

span.venue,
span.tag {
    padding-right: 8px
}

span.venue a:link,
span.venue a:visited {
    color: #882222
}

div.anchor {
    border-top: 50px solid transparent;
    margin-top: -50px
}

@media only screen and (max-width: 599px) {
    div.ftsubheader {
        padding-left: 10px;
        padding-right: 10px
    }

    div.heading div.img {
        padding-right: 10px
    }

    div.publication div.img {
        display: none
    }

    div.publication div.text {
        text-align: left
    }

    div.content,
    div.publication {
        padding-top: 0px;
        padding-bottom: 10px
    }

    body {
        font-size: 80%
    }
}

@media only screen and (min-width: 600px) {
    div.heading div.img {
        padding-right: calc(8% - 30px)
    }

    div.heading div.info {
        padding-right: calc(30% - 200px)
    }

    div.publication div.img {
        max-width: 23%
    }

    div.publication div.text {
        max-width: 70%;
        text-align: left
    }
}

.auth-name {
    color: #931F21;
}

.email {
    color: #931F21;
}

.rowimg {
    display: flex;
    justify-content: center;
    align-items: center;

}

.columnimg {
    display: inline-block;
    padding: 5px;
    margin: 10px;

}

.masonry-ite {
    margin-bottom: 10px;
    width: 20%;

}

.masonry-cont {
    margin: 0 auto;
}




.mySlides {
    display: none;
}

.mySlidesMaze {
    display: none;
    
}

.gifs {
    vertical-align: middle;
    display: block;
    margin: auto;
    width: 90%;
}

/* Slideshow container */
.slideshow-container {
    width: 90%;
    height: 90%;
    max-width: 800px;
    max-height: 400px;
    position: relative;
    margin: auto;
    display: flex;
    justify-content: center;


}

.interactive-container {
    width: 90%;
    max-width: 800px;
    height: 300px;
    position: relative;
    margin: auto;
    display: flex;
    justify-content: center;


}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 36px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    background-color: rgba(0, 0, 0, 0.5);
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev {
    left: 0;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}



/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 10px;
    width: 10px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.dot:hover {
    background-color: #717171;
}

.dotMaze {
    cursor: pointer;
    height: 10px;
    width: 10px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.dotMaze:hover {
    background-color: #717171;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {

    .prev,
    .next,
    .text {
        font-size: 11px
    }
}