*,
*:after,
*:before {
    box-sizing: border-box;
}

html,
body {
    font-family: "Shree Devanagari 714", Arial, sans-serif !important;
    line-height: 1.5;
    color: black;
}

li {
    margin: 5px 0px;
}

.content {
    padding: 50px 10px !important;
}

.blue-background {
    background: linear-gradient(#003399, #3C79B5);
    color: white;
    text-align: center;

    padding: 20px 0 20px 0;
}

.container {
    margin: 0 auto 0 auto;
    padding: 20px 10px;

    width: 100%;
    max-width: 800px;
    min-width: 100px;
}

.wide {
    width: 100%;
    max-width: 2500px;
    min-width: 100px;
}

.borders {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.footer {
    text-align: center;
}

.logos {
    margin: 0 auto 0 auto;
    padding: 10px 5px;

    display: block;
    text-align: center;

    width: 100%;
    max-width: 800px;
    min-width: 100px;
}

.space {
    display: inline-block;
    width: 2%;
}

#efre-logo,
#uni-logo,
#dmir-logo,
#geo-logo {
    display: inline-block;
    vertical-align: middle;
}

#efre-logo {
    width: 30%;
}

#uni-logo {
    width: 16%;
}

#dmir-logo {
    width: 12%;
}

#geo-logo {
    width: 20%;
}

/*h1, h2 {*/
/*    margin: 25px 0 10px 0;*/
/*}*/

/*h1 {*/
/*    font-size: 200%;*/
/*    font-weight: bold;*/
/*}*/

/*h2 {*/
/*    font-size: 150%;*/
/*}*/

p {
    text-align: justify;
    text-justify: inter-word;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    line-height: 150%;
}

a {
    color: inherit;
    text-decoration: underline;
}

a:hover {
    /* color: #FFCC00; */
    color: #003399;
}

.footer {
    margin: 20px 0 20px 0;
}

.news_item {
    margin: 30px 0;
}

.news_date {
    display: inline;
    font-size: 50%;
    color: #555;
    padding: 5px 5px 3px 5px;
    border-radius: 10px;
}

.read_more {
    color: #003399;
    text-align: right;
}

.news_date_standalone {
    font-weight: bold;
    text-align: right;
    padding: 10px 0;
}

.news_images {
    width: 100%;
    display: flex;
    flex-basis: 0;
}
.news_image_container {
    flex-grow: 1;
}
.news_image {
    width: 100%;
}

img {
    width: 100%;
}

/* NAVIGATION */
.navigation {
    margin: 0;
    list-style: none;
    background: #003399;
    font-size: 115%;
    text-align: center;
    border-top: 1px solid #0043c9;
    border-bottom: 1px solid #002774;

    position: -webkit-sticky;
    position: sticky;
    top: 0;

    z-index: 1000;
}

.navigation .nav-item {
    display: inline-block;
    margin: 0;
}

.navigation .nav-item-link {
    display: inline-block;
    padding: 10px 15px;
    color: white;
    text-decoration: none;

    transition: 0.2s ease all;
}

.navigation .nav-item-link:hover {
    background: rgba(255, 255, 255, 0.2);
}

.navigation .active {
    background: rgba(0, 0, 0, 0.2);
}

.beta {
    color: rgb(222, 0, 0);
    font-size: 60%;
    font-weight: bold;
    padding: 3px;
}

/* PARTNER */
.partners {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.partner_item {
    min-width: 200px;
    width: 33%;
    padding: 15px;
    border: 1px solid #eee;

    text-decoration: none;
    text-align: center;

    transition: 0.2s ease all;
    background: white;
}

.partner_item:hover {
    transform: scale(1.03);
    box-shadow: 0 3px 5px 0 #eee;
}

.partner_image {
    
}

.partner_name {
    margin-bottom: 0;
}

.partner_location {
    margin: 10px;
    color: #999;
}

.image_wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 133%;
}

.member_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* INFO CARDS */
.info_card {
    background: white;
    display: block;
    padding: 15px;
    text-decoration: none;
    border: 1px solid #eee;
    border-radius: 8px;

    margin: 10px 0 10px 0;

    transition: 0.2s ease all;
}

.info_card:hover {
    transform: scale(1.01);
    box-shadow: 0 3px 5px 0 #eee;
}

.info_title {
    margin-top: 5px;
    margin-bottom: 5px;
}

.info_title > a {
    text-decoration: none;
}

.info_date {
    color: #999;
    font-size: 75%;

}

.info_image {
    object-fit: cover;
    max-height: 300px;
    margin-bottom: 5px;
}

.margin-top {
    margin-top: 30px;
}




blockquote {
    padding: 5px;
    margin: 5px 0;
    text-align: center;
}

blockquote {
    position: relative;
    text-align: center;
}

blockquote p::before {
    content: "\f106";
    font-family: "Genericons";
    font-size: 300%;
    font-style: normal;
    font-weight: 400;
    line-height: .6;
    opacity: .4;

    position: absolute;
    right: 100%;
    top: 0;
}

blockquote p {
    display: inline-block;
    position: relative;

    font-size: 150%;

    width: 100%;
    max-width: 500px;

    margin: 5px 0 5px 70px;
    padding: 0 0 0 10px;

    text-align: left;
    color: #aaa;
}


/* Image Caption */
/* 
    Is declared as an image, then the caption in asterisks, without any blank lines in between.
    Also works, if the image is a link to something.
*/
img + em,
a + em {
    display: block;
    margin-top: 0;
    padding: 10px;
    color: #777;

    text-align: center;

    font-size: 75%;
}
