p {
    margin: 0 0 0;
}

h1 {
    color: #1d2f54;
}

.main-title h1 {
    color: #b9b9b9;
}

h2 {
    color: #1d2f54;
}

h3 {
    color: #1d2f54;
}

.feature .btn-view-works {
    background: #1d2f54;
}

/* HTML hyperlinks */
a, a:focus, a:hover {
    text-decoration: none;
    outline: 0;
    color: #1d2f54;
}

a:hover {
    text-decoration: underline;
}


.overly::before, .page-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: none;
    opacity: .8;
}

.banner-large {
    padding-top: 30%;
    padding-bottom: 0%;
    padding-left: 0px;
    padding-right: 0px;
    min-height: 500px;
}

.section ul {
    margin: 10;
    padding-left: 40px;
    list-style-type: disc;
}

.section-title p#affiliation {
    color: #7b7b7b;
    font-size: 15px;
    font-family: roboto,sans-serif;
    font-style: normal;
    padding-left: 15px;
    padding-right: 15px;
}

.section-title p#affiliation-short {
    color: #1d2f54;
    font-size: 20px;
    font-family: roboto,sans-serif;
    font-style: normal;
    font-weight: bold;
    padding-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
}

.team-picture-container{
    max-width: 150px;
    margin: 30px auto 0px auto;
}
#team {
    width: 100%;
    padding-bottom: 100%;
    /* max-width: 150px;
    max-height: 150px; */
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    /* border: 5px solid rgba(255,255,255,0.5); */
    object-fit: cover;
    background-size: cover;
    background-position: center center;
}

@media only screen and (max-width: 991px) {
    .team-info-container{
        max-width: 400px;
        margin: 0px auto;
    }
  }

  .coml-members h1{
      margin-top: 100px;
  }
  .coml-members h1:first-child{
    margin-top: 0px;
  }


/* DPX */
a.abstract
{
    color: #1d2f54;
    text-decoration : none;
    font-size : -1;
    /* font-style : normal;*/
}
/* this abstract thing does not seem to work at all */


a.abstract:hover
{
    color : #444739;
    text-decoration : none;
    font-style : none;
    /*
    font-size : 14px;
    background-color : #21B1D5;
    */
}

a.abstract span
{
    display : none;
}

a.abstract:hover span
{
    display : block;
    /*
    position : absolute;
    z-index : 500;
    top : 20px;
    left : -580px;
    */
    border-style : solid;
    border-width : 2px;
    /*
    color : #0A1650;
    border-color : #E18B5C;
    background-color : #eee;
    */
    padding-left : 15px;
    padding-top : 15px;
    padding-bottom : 15px;
    padding-right : 15px;
    width : 95%;
    text-align : justify;
}

.main-title h1{
    text-shadow: 0px 0px 5px #000000;
}
h2{
    color: #1d2f54;
}
.navbar-brand{
    width: 150px;
    height: auto;
    padding: 15px !important;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 50%;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    margin-right: 2rem;
    padding: 0.2em 2em 0.2em 0.5em;
    font: inherit;
}



.affiliation-item .image{
    margin: 15px 15px;
    height: 65px;
    width: auto;
    filter: grayscale(100%);
    -webkit-transition : -webkit-filter 150ms linear;
}

.affiliation-item .image:hover{
    filter: grayscale(0%);
}

.funding-item .image{
    margin: 15px 15px;
    height: 50px;
    width: auto;
    filter: grayscale(100%);
    -webkit-transition : -webkit-filter 150ms linear;
}

.funding-item .image:hover{
    filter: grayscale(0%);
}

.phd-item .image{
    margin: 15px 15px;
    height: 50px;
    width: auto;
    filter: grayscale(100%);
    -webkit-transition : -webkit-filter 150ms linear;
    white-space: nowrap;
}

.phd-item .image:hover{
    filter: grayscale(0%);
}
