/* Core Styles */

body {
    margin: 0;
    font-family: 'Roboto', Tahoma, Arial, sans-serif;
    font-size: 1.1em;
    line-height: 1.5;
  }
  
  .contents {
    min-height: calc(100vh - 70px);
  }
  
  .footer {
    background-color: #f6f6f6;
    font-size: 14px;
  }
  
  
  p {
    margin: 0;
    padding: 1em 0;
  }
  
  a {
    color: #15AEB4;
  }
  
  a:hover {
    color: #EF3F42;
  }
  
  em {
    font-weight: bold
  }
  
  .text_stricked {
    text-decoration: line-through;
  }
  
  .logo {
    font-weight: bold;
    color: #ffffff;
    padding: 0;
  }
  
  .navbar {
    position: -webkit-sticky;
    position: sticky;
    z-index: 500;
  }
  
 
  #nav-link-style {
    color: white;
  }
  
  .ldi {
    max-height: 300px;
  }
  
  nav {
    z-index: 200;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
  }
  
  nav ul {
        text-align: center;
        list-style: none;
        padding: 0;
        margin: 0;
  }
  
  nav ul li {
    margin-left: -4px;
    display: inline-block;
  }
  
  nav ul li a  {
      color: gray;
      ext-decoration: none;
      width: 100%;
      font-size: 0.7em;
      margin: 0 0.1em;
      &:hover {
        color: #15AEB4;
    }
  }
  
  nav.small-nav{
    top: 60px;
  }
  
  .alert {
    position: fixed;
    top: 70px;
    left: 15%;
    width: 70%;
    z-index: 250;
    animation: slide-up 1.25s forwards;
    animation-delay: 2.25s;
    -webkit-animation-delay: 2.25s;
  }

  
  #search_form {
    outline: 0;
    width: 100%;
  }
  
  
  .form-group > label {
    display: none;
  }

  
  .col-sm > .btn {
    margin-left: 7px;
    line-height: 0px;
    height: 15px;
    text-align: center;
  }
  
  .btn-social {
    width: 190px;
  }
  
  .btn-toggle {
    background: #EF3F42;
  }
  
  .btn-toggle:hover {
    color: white;
  }
  
  .btn-orcid {
    background: #A6CE39;
  }
  
  .btn-orcid:hover {
    color: white;
  }
  
  .orcid-icon {
    background: url( '../images/orcid_c_small.png' );
    background-position: center;
    background-repeat: no-repeat;
  }
  
  .altmetrics-symbol {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50px;
    cursor: pointer;
  }
  
  .upload-btn-wrapper {
    margin-top: 25px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
  }
  
  .btnx {
    border: 2px solid #15AEB4;
    color: #15AEB4;
    background-color: white;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
  }
  
  .upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
  }
  
  /* Section D / Boxes */
  #reasons .col-sm {
      padding: 2em;
  }
  
  .content-title {
    text-align: center;
  }
  
  #reasons-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  #reasons-content li {
    text-align: center;
    margin-bottom: 1em;
  }
  
  
  .faq_title {
    text-align: center;
    padding-top: 2em;
    font-weight: bold;
  }
  
  .faq_date {
    padding-top: 2em;
    font-style: italic;
  }
  
  .faq_question {
    padding-top: 2em;
    font-weight: bold;
  }
  
  .ttt {
    padding: 0;
    margin: 0;
  }
  
  .accept_terms {
    font-size: 12px;
    padding-top: 0;
  }
  

  
  
  @keyframes effect{
      0%{transform: scale(0);}
      25%{transform: scale(1.3);}
      75%{transform: scale(1.4);}
      100%{transform: scale(1);}
  }
  
  

  
  
  

  .img-adjusted {
    max-width:400px;
    max-height:400px;
    width: auto;
    height: auto;
  }
  
 .search-container {
  width: 80%;
  margin: auto;
 }
  
  /* ------------- */
  /* Card elements */

  .card-container {
    position: relative;
    z-index: 150;
    margin:auto;
    max-width: 80%;
    font-family: 'Roboto', Tahoma, Arial, sans-serif;
  }
  
  .card-form {
    max-width: 60%;
    margin:auto;
  }
  
  .has-lines {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
  .has-lines:before,
  .has-lines:after {
    content: ' ';
    flex-grow: 1;
    height: 1px;
    background: #ccc;
    min-width: 20px;
    display: inline-block;
    vertical-align: middle;
  }
  .has-lines:before {
    margin-right: 20px;
  }
  .has-lines:after {
    margin-left: 20px;
  }
  
  .card-body .card-text {
    font-family: 'Roboto', Tahoma, Arial, sans-serif;
  }
  
  
  .examples {
    position: relative;
    z-index: 150;
  }
  
  .card-padding {
    padding-top: 0;
    margin-top: 15px;
    margin-bottom: 4px;
    margin-right: 15px;
    margin-left: 10px;
  }
  
  .article-meta {
    font-size: 0.8em;
    color: #696969;
    padding: 0;
  }
  

  .footer-objects {
    color: #15AEB4;
  }
  

  
  @media(max-width:1080px){
    .card-container {
        max-width: 90%;
    }
  }
  @media(max-width:568px){
    form {
      width: 90%;
    }
    .card-container {
        max-width: 100%;
    }
    .card-container ul{
      margin: 1%;
      padding: 1%;
    }
    #search-DOI {
      padding-left: 1em;
      padding-right: 1em;
    }
    #search_form > .textbox {
      width: 70%;
    }
    #search_form > .button {
      width: 30%;
    }
  }
  