.thumbnail {
    border: 0 none;
    box-shadow: none;
}
.active_projects > img {
    height: 90px;
    padding: 10px;
}
.margin10 {
    margin-right: 10px;
}
h2 {
    font-family: 'Oswald', serif;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    margin-top: 20px;
    border-bottom: 1px solid #000;
    font-weight: bold;
    font-size: 35px;
}
.text-bold {
    font-weight: bold;
}
body {
    font-family: 'Roboto', serif;
    font-size: 1.7em;
    /*padding-top: 100px;*/
    /*padding-bottom: 60px;*/
}
#navbar {
    font-family: 'Roboto', serif;
    /*font-weight: bold;
    font-size: 1.5em;*/
}
.navbar-brand {
    font-family: 'Oswald', serif;
    font-weight: bold;
    font-size: 1.5em;
}
a.colon::before,
a.colon::after {
    content: "::";
}
.navbar-brand {
    padding: 0px;
}
.navbar-brand>img {
    height: auto;
    padding: 15px;
    width: 100%;
}
.navbar a::before,
.navbar a::after {
    content: "";
}
.navbar-brand {
    display: flex;
    align-items: center;
}
.navbar {
  border-radius: 0px !important;
}

/* Sticky footer styles
-------------------------------------------------- */

html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    
    /*margin-bottom: 60px;*/
}
.footer {
    /*position: absolute;
    bottom: 0;*/
    width: 100%;
    /*height: 40px;*/
    background-color: black;
    color: white;
    padding-top: 10px;
    padding-bottom: 0px;
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 75px;
    right: 20px;
    display: none;
}
.carousel-inner>.item>img {
    width: 100%;
}
/*@media (min-width: 300px) {
    .carousel-inner>.item>img {
        height: 200px !important;
        max-height: 200px !important;
        min-height: 200px !important;
    }
}
@media (min-width: 400px) {
    .carousel-inner>.item>img {
        height: 250px !important;
        max-height: 250px !important;
        min-height: 250px !important;
    }
}
@media (min-width: 600px) {
    .carousel-inner>.item>img {
        height: 300px !important;
        max-height: 300px !important;
        min-height: 300px !important;
    }
}
@media,
(min-width: 800px) {
    .carousel-inner>.item>img {
        height: 400px !important;
        max-height: 400px !important;
        min-height: 400px !important;
    }
}*/
.btn-secondary {
    color: #ffffff;
    background-color: #777;
    border-color: #555;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
    color: #ffffff;
    background-color: #888;
    border-color: #444;
}
h1 {
    margin-bottom: 17.42px;
    font-size: 26px;
}
@media (max-width: 767px) {
    .navbar-header {
        float: left;
        padding: 5px;
        text-align: center;
        width: 100%;
    }
    .navbar-brand {
        float: none;
    }
}
@media (max-width: 400px) {
    .navbar-brand h1 {
        font-size: 20px;
    }
}

.publications > li, .prj-details {
    font-size: 0.9em;
}

.img-thumbnail
{
    border: 0;
}
.tool > img
{
    height: 100px;
}
.navbar-brand img
{
    width: 64px;
}
h3.latest
{
    font-size: 1.2em;
}
.carousel-caption a
{
    width: 100%;
    color: #ffffff;
    text-decoration: none;
    display: block;

    font-family: 'Oswald', serif;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    margin-top: 20px;
    border-bottom: 1px solid #ccc;

    font-size: 30px;
}
.carousel-caption a:hover,
.carousel-caption a:focus {
    color: #ffffff;
    /*text-decoration: underline;*/
    border-bottom: 2px solid #ffffff;
    font-weight: bold;
}

.img-circle {
  box-shadow: 5px 5px 10px #999999;
  margin-right: 20px;
  float: left;
  vertical-align: middle;
  width: 70px;
}

.member-item
{
    min-height: 75px;
    padding: 0;
    margin: 0;
}

.member-item h3
{
    font-size: 18px;
}

.member-item h4
{
    font-style: italic;
    padding: 0;
}
.member-item img, .tool img {
    max-width: 100%;
 
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.member-item:hover img {
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

.tool:hover img {
    -moz-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}
.members
{
    list-style-type: none;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.btn-circle.btn-lg {
    width: 40px;
    height: 40px;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 1.33;
    border-radius: 25px;
}
.fa-3 {
    font-size: 1.5em;
}
.btn-youtube{color:#fff;background-color:#FF261B;border-color:rgba(0,0,0,0.2)}.btn-youtube:hover,.btn-youtube:focus,.btn-youtube:active,.btn-youtube.active,.open .dropdown-toggle.btn-youtube{color:#fff;background-color:#E62117;border-color:rgba(0,0,0,0.2)}
.btn-github{color:#fff;background-color:#444;border-color:rgba(0,0,0,0.2)}.btn-github:hover,.btn-github:focus,.btn-github:active,.btn-github.active,.open .dropdown-toggle.btn-github{color:#fff;background-color:#303030;border-color:rgba(0,0,0,0.2)}

footer .text-left
{
    padding-top: 8px;
}
@media (max-width: 767px) {
    footer .text-left, footer .text-right { 
        text-align: center;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}
.col-sm-6.gallery-image {
    padding-top: 5px;
    padding-bottom: 5px;
}
.gallery-image img
{
    height: 250px;
    width: 100%;
}
.gallery-image img.no-force
{
    height: 100%!important;
}
.container
{
    padding-bottom: 15px;
}


#title
{
    /* height: 300px; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100%;
    color: #333;
    padding-top: 25px;
    padding-bottom: 1px;
    margin-bottom: 25px;
}

#title.neurolots
{
    background: url('neurolots/neurolots-bg.jpg') no-repeat center center;
}
#title.pyramidal
{
    background: url('pyramidalexplorer/capture1.png') no-repeat center center;
}
#title.visimpl
{
    background: url('visimpl/visimpl-bg.png') no-repeat center center;
}

#title.neuroscheme
{
    background-color: black;
}

#title.xraysim
{
    background: url('xraysim/simui-bg.png') no-repeat center center;
}
#title.mspviz
{
    background: url('mspviz/mspviz-bg.png') no-repeat center center;
}

#title.neuronize
{
    background: url('neuronizev2/neuronize-bg.png') no-repeat center center;
}

#title.mtsc
{
    background: #0a0a0e;
}

#title.melvin
{
    background: url('melvin/melvin-bg.png') no-repeat center center;
    padding: 70px 0 70px 0;
}

#title.melvin h1
{
    color: #0a0a0e;
    display: inline;
    background-color: #fff;
    border: 1px solid black;
    padding: 0 20px 0 20px;
}

#title.clintexplorer
{
    background: url('clintexplorer/clintexplorer-bg.png') no-repeat center center;
}

#title.clintexplorer h1
{
    color: #0a0a0e;
}

#title.vishnu
{
    background: url('vishnu/vishnu-bg.png') no-repeat center center;
}

#title.vishnu h1
{
    color: #0a0a0e;
}

#title.cebmi h1 {
    color: #0a0a0e;
    padding: 0 1em;
    font-size: 4vh;
}

#title.carbonic
{
    background: url('carbonic/carbonic-bg.png') no-repeat center center;
}

#title.deepspinenet
{
    background: url('deepspinenet/deepspinenet-bg.png') no-repeat center center;
    padding: 70px 0 70px 0;
}

#title.deepspinenet h1
{
    color: #0a0a0e;
    display: inline;
    background-color: #fff;
    border: 1px solid black;
    padding: 0 20px 0 20px;
}

#title h1
{
   font-family: 'Oswald', serif;
   font-size: 6vh;
   color: #fff;
   opacity: 0.75;
}

#title h1b
{
   font-family: 'Oswald', serif;
   font-size: 12vh;
   color: #000;
   opacity: 0.75;
}

.active_projects .max_100h
{
    height: 100px;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 5px;
}

@media (max-width: 768px) {
    #title h1 {
        font-size: 4vh;
    }

    #title.cebmi h1 {
        color: #0a0a0e;
        padding: 0 1em;
        font-size: 3vh;
    }
}
@media only screen and (min-width : 992px) {
    #title h1 {
        font-size: 10vh;
    }

    #title.cebmi h1 {
        color: #0a0a0e;
        padding: 0 1em;
        font-size: 4vh;
    }
}
.tool h3
{
    margin-top: 10px;
}

div.tool
{
    overflow: hidden;
}
