body{
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;

}
#msd-banner {
    background: url(../images/earth-1365995-min.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/old_library.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/old_library.jpg', sizingMethod='scale')";
    min-height: 100%;
    width: 100%;
    /* height: auto; */
    display: flex;
    align-items: center;
    height: 150%;
}
.container {
    margin-right: auto;
    margin-left: auto;
}
.banner-mask {
    background: rgba(54, 175, 250, 0.5);
    width: 100%;
    height: 100%;
    padding: 20px 50px 50px;
}
.text-center {
    text-align: center;
}
.pz-gray-lighter {
    color: #fff;
    text-shadow: 1px 2px 2px #333;
    letter-spacing: 0px!important;
}
.pz-banner-h2 {
    color: #fefefe;
    margin-top: 30px;
}
.pz-banner-p {
    margin-top: 15px;
}
b, strong {
    font-weight: bold;
}
.oid {
    border: 1px solid #f26c4f;
}
.oid .id-banner-header>span {
    background: #f26c4f;
    font-size: 16px;
    font-weight: 800;
    padding: 3px 5px;
    color: #fff;
    display: block;
    width: 100%;
}
#orcid-id a {
    color: #fff;
    padding: 3px;
}