/* 字體 */

@font-face {
    font-family: 'JackOfGears';
    src: url('https://static.igem.wiki/teams/4854/wiki/font/jackofgears-yzd1v.ttf');
}

/* 文字大小 */

h2 {
    font-size: 28px;
}

h4 {
    font-size: 26px;
}

h6 {
    font-size: 24px;
}

body {
    font-size: 18px;
}

figcaption {
    font-size: 16px;
}

.team-title {
    font-size: 50px;
    font-family: 'JackOfGears', sans-serif;
    text-align: center;
}

#igem-attribution-form {
    background-color: #ffde94;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

/* navbar */

.menu {
    background-color: #2A1912;
    color: #FDCE5C;
    text-align: center;
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-color: #2A1912;
    color: #FDCE5C;
}


header.bg-hero {
    background-color: #2A1912;
    text-align: center;
}

header h1 {
    font-family: 'JackOfGears', sans-serif;
    color: #ffde94;
}

header .lead {
    font-family: 'JackOfGears', sans-serif;
    font-size: 28px;
}



body p,
h2,
h3,
h4,
h5,
h6,
b,
figcaption {
    color: #d3dce9;
}

body p {
    line-height: 1.8;
}

/* list */
ol {
    list-style: none;
}

ol li {
    counter-increment: my-counter;
}

ol li :before {
    content: "[" counter(my-counter) "]";
}

figure img {
    width: 65%;
    position: relative;
}

figure figcaption {
    text-align: center;
}

dialog {
    border: none;
    box-shadow: 0 2px 6px #ccc;
    border-radius: 10px;
}

dialog::backdrop {
    background-color: rgba(0, 0, 0, 0.1);
}

    
#loader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: visible;
    background: #2A1912 url("https://static.igem.wiki/teams/4854/wiki/wiki-picture/new-loading-icon-ver3.gif") no-repeat center center;
    background-size: cover;
}

.lowered-header {
    margin-top: 70px;
}

a {
    color: #79df98;
    text-decoration: underline;
}

a:hover {
    color: #a6ffc1;
    text-decoration: underline;
}

p {
    margin-left: 30px;
}

.description-content {
    color: #d3dce9;
}

/* 
.container {
    width: 70%;
}

@media only screen and (max-width: 600px) {
    .container {
        width: 100%;
    }
} */
