@font-face {
    font-family: "times";
    font-style: normal;
    src: url(https://static.igem.wiki/teams/4687/wiki/fonts/times-new-roman.ttf)
        format("truetype");
}

@font-face {
    font-family: "Clash";
    font-style: normal;
    src: url(https://static.igem.wiki/teams/4687/wiki/fonts/clashdisplay-variable.ttf)
        format("truetype");
}

body {
    padding-top: 66px;
    font-family: times, sans-serif;
}

/* cursor */
html,
body {
    cursor: url(https://static.igem.wiki/teams/4687/wiki/home/cursor.png), auto;
}

/* navbar start */
.left-aligned {
    margin-left: auto;
}

.bg-dark {
    background-color: #60cabc !important;
}

.bg-hero {
    background-color: #45b06c;
}

.navbar-dark .navbar-nav .nav-link {
    font-size: 1.05rem;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
    background: #4ea297;
    border-radius: 5px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.dropdown-menu {
    background: #f9f0e7;
}

.dropdown-item-active {
    background-color: #7dc7a5 !important;
    color: #fff;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: #7dc7a5aa;
    color: #fff;
}

/* navbar end */

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

footer a:hover {
    color: white;
    text-decoration: underline;
}

.footer-container {
    margin: 0 2rem;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

/*animate*/
.hidden_animate {
    opacity: 0;
}

/*button-to-top*/
.button-to-top {
    display: inline-block;
    background-color: bisque;
    width: 4rem;
    height: 4rem;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 5rem;
    right: 4rem;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

.button-to-top::after {
    content: "\f077";
    font-family: FontAwesome, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

.button-to-top:hover {
    cursor: pointer;
    background-color: #60cabc;
}

.button-to-top:active {
    background-color: #fca108;
}

.button-to-top.show {
    opacity: 1;
    visibility: visible;
}

/*redirecting-buttons*/
.redir-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
}

.redir-item {
    background-color: #ecebc2;
    color: black;
    border-radius: 1rem;
    text-align: center;
    line-height: 4rem;
    height: 4rem;
}

/*table*/
.table tr,
td {
    text-align: center;
}
