.main {
    border:none;
    /*test of faith*/   
    position:absolute;
    margin: auto;
    left:10%;
    right:10%;
    /*min-width:450px;*/
    max-width:850px;
}

@media only screen and (max-width: 414px) {
  ...
  .navbar .navbar-brand {
    max-width: 74%;
  }

  .navbar .navbar-toggler {
    max-width: 20%;
  }
}

#nav-custom {
     margin-top: 20px;
}

footer {
    clear: both;
    display: block;
    text-align: center;	
    width: 100%;
    margin: 50px;
}

.landing-news{

    padding: 10px;
}

.landing-news-text {
    padding: 0px;
}

.news-date{
    font-size: 0.6em;
    color: #1973af;
}

.news-text{
    text-align: justify;
}

.news-link{

    font-size: 0.83em;
    color: #1973af;
}

.more-landing-news{
    width:100%;
    text-align: right;
}

.years{

    /*float:right;*/
    text-align:right;
    width:100%;
    padding: 15px;
}

.publication-years {

    list-style: none;
    /*padding: 0;
    margin: 0 0 2em;
    text-align: right;*/
    float:right;
}

.publication-year{
    
    float: left;
}

.publication-year-a{

    color:black;
    font-size:0.7em;
    text-align: center;
    padding: 16px;
    text-decoration: none;
}

.research-columns {
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 35px;
    padding-bottom: 35px;
}

.breadcrumb > li + li:before {
    color: #CCCCCC;
    content: "/ ";
    padding: 0 5px;
}

.breadcrumb {
    background-color: transparent;
}

.home_contact {
    /* background-color: #CCEEF9; */
    padding-left: 50px;
}

.authors {
    font-size: 11px;
}

.widget-box-scroll {
    width: 100px;
}
.follow {
    position: fixed;
    float: right;
    /* top: 0; */
    right: 50px;
    bottom: 50%;
}

.link_black {
    color:black;
}

.display-page {
    display: none;
}
