::-webkit-scrollbar {
    width: 0px; /* 设置滚动条的宽度 */
  }
html{
   overflow-x: hidden;
}
body { padding-top: 56px;background-color: #000; }
.left-aligned { margin-left: auto; }
.center-aligned { align-items: center; }
.bg-hero { background-color: rgb(0,0,0); }

/* CALLOUT */
.bd-callout { padding:1.25rem; margin-top:1.25rem; margin-bottom:1.25rem; border:1px solid #e9ecef; border-left-width:.25rem; border-radius:.25rem }
.bd-callout h4 { margin-bottom:.25rem }
.bd-callout p:last-child { margin-bottom:0 }
.bd-callout code { border-radius:.25rem }
.bd-callout+.bd-callout { margin-top:-.25rem }
.bd-callout-info { border-left-color:#5bc0de }
.bd-callout-warning { border-left-color:#f0ad4e }
.bd-callout-danger { border-left-color:#d9534f }

/* footer */
footer a { color: white; font-weight: bold; text-decoration: none; }
footer a:hover { color: white; text-decoration: underline; }

/* normal texts */
texts .normal_texts p {
    margin: 1.6vw 2.5vw;
    font-size: 1.5em;
    font-weight: 300 !important;
    font-family: "LatoLight";
}

/* images and corresponding explanations */
.image_and_explanation {
    text-align: center !important;
}

.image_and_explanation img {
    max-width: 60vw !important;
    height: auto !important;
}

.image_and_explanation p {
    font-size: 1.1em;
    font-family: Arial;
    color: grey !important;
    text-align: center !important;
    margin-left: 5vw;
    margin-right: 5vw;
}

/* cursor */
body {
    cursor: url(https://static.igem.wiki/teams/5185/cursor-clicked.png) 2 2,
    auto;
}    

a {
    cursor: url(https://static.igem.wiki/teams/5185/cursor-normal.png) 2 2,
    auto;
}

/*.custom-cursor {
    cursor: url(''), auto;
}
*/ 

/* references */
#texts .references {
    background: white;
    border-radius: 24px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-left: 0.3vw;
    margin-right: 3vw;
    font-family: "LatoLight";
}

#texts .references ol {
    margin: 2vw 2.5vw;
    font-size: 1em;
    font-family: "LatoLight";
}

#texts .references li {
    margin: 1vw;
    font-family: "LatoLight";
}