@font-face {
  font-family: 'LeagueScript'; /* 定义一个新的字体名称 */
  src: url("https://static.igem.wiki/teams/5274/fonts/leaguescriptnumberone-webfont.woff") format('woff');
  font-weight: normal; /* 设置字体的粗细 */
  font-style: normal; /* 设置字体的样式（如斜体） */
}
@font-face {
  font-family: 'Pinyon'; /* 定义一个新的字体名称 */
  src: url("https://static.igem.wiki/teams/5274/fonts/pinyon.woff") format('woff');
  font-weight: normal; /* 设置字体的粗细 */
  font-style: normal; /* 设置字体的样式（如斜体） */
}
@font-face {
  font-family: 'Rokkitt-bold';
  src: url("https://static.igem.wiki/teams/5274/fonts/rokkitt-bold.woff") format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Rokkitt-light';
  src: url("https://static.igem.wiki/teams/5274/fonts/rokkitt-light.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Rokkitt';
  src: url("https://static.igem.wiki/teams/5274/fonts/rokkitt-regular.woff") format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Rokkitt-thin';
  src: url("https://static.igem.wiki/teams/5274/fonts/rokkitt-thin.woff") format('woff');
  font-weight: bold;
  font-style: normal;
}
body {
  padding-top: 56px;
}
.left-aligned {
  margin-left: auto;
}
.bg-dark {
  background-color: #3f7c8f !important;
}
.bg-hero {
  background-color: #45b06cff;
}
/* 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;
  margin-top: 0px;
  padding-top: 0px
}
footer a:hover {
  color: white;
  text-decoration: underline;
}
.imgCon {
  position: relative;
  padding: 0;
}
.imgCon ul li {
  max-width: 100%;
  height: auto;
  opacity: 0;
  padding: 1px;
  transition: all 1s linear;
  top: 0px;
  left: 0px;
}
.imgCon ul > :first-child {
  position: absolute;
  max-width: 100%;
  height: auto;
  opacity: 1;
  transition: all 1s linear;
}
.bg-hero-img {
  width: 100%;
  height: auto;
  background-size: cover;
  transition: background-image 0.8s linear;
}
.spineAni {
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  padding: 0;
  position: fixed;
  z-index: -4;
  overflow: hidden;
}
.l2d {
  top: 95px;
  left: 0px;
  width: 100%;
  height: auto;
  padding: 0;
  position: fixed;
  z-index: -4;
  overflow: hidden;
}
.logo {
  max-height: 70px;
  width: auto;
}
.panel {
  backdrop-filter: saturate(200%) blur(20px);
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  padding: 40px 80px 40px 80px;
}

.panelH {
  backdrop-filter: saturate(200%) blur(20px);
  background-color: #FF665079;
  border-radius: 20px;
  padding: 40px 80px 40px 80px;
  color:black;
}

.mainPanel {
  width: 95%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.headerDoc {
  backdrop-filter: saturate(200%) blur(20px);
  background-color: rgba(255, 255, 255, 0.72);
  border-radius: 20px;
  padding: 40px 80px 40px 80px;
  position: fixed;
  top: 0px;
  z-index: 1;
  color: #3f7c8f;
  width: 100%;
  padding-top: 100px;
}
 .background {
    position: fixed; /* or absolute if you want it to scroll with the page */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	/*background-color:#39c5bb;*/
    background: url('https://static.igem.wiki/teams/5274/bg.jpg') no-repeat center center fixed;
    background-size: cover;
	 z-index:-114514;
}
.backgroundCrazy {
    position: fixed; /* or absolute if you want it to scroll with the page */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	/*background-color:#39c5bb;*/
    background: url('https://static.igem.wiki/teams/5274/bgcrazy.png') no-repeat center center fixed;
    background-size: cover;
	 z-index:-114514;
}
.panel a{
   color:#c0fdfa;
}

.nav-link{
  font-family:Rokkitt-light;
  font-size: 18px
}

.container{
  font-family: Rokkitt
}

.row img {
  max-width: inherit;
  max-height: inherit;
  border-radius: 20px;
  margin-left: 0px;
  margin-top: auto;margin-bottom: auto
}

.vecctr{
  margin-top: auto;margin-bottom: auto;
}

.skew{
    transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
}

.buttonLike{
    backdrop-filter: saturate(200%) blur(20px);
    background-color: rgba(255, 255, 255, 0.5);
    border-radius:5px;
    color:navy;
}