@import "test_1.css";
@import "animate.css";

body { padding-top: 0px; }
.left-aligned { margin-left: auto; }
.bg-dark { background-color: #343a40 !important; }
.bg-hero { background-color: #7952b3; }
.bg-color { 
    filter: blur(8px);
    -webkit-filter:blur(8px);
}
.hero {
    background-color: #4d528b;
    padding-top: 180px;
    padding-bottom: 130px;
    position: relative;
  }
/* 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 }
.container-out {background-color: #f0ad4e;}
/* footer */
footer a { color: white; font-weight: bold; text-decoration: none; }
footer a:hover { color: white; text-decoration: underline; }
@font-face {
    font-family: zelda;
    src: url(https://static.igem.wiki/teams/4328/wiki/fonts/nav.ttf);
}

@font-face {
    font-family: bold;
    src: url(https://static.igem.wiki/teams/4328/wiki/fonts/bold.ttf);
}

@font-face {
    font-family: content;
    src: url(https://static.igem.wiki/teams/4328/wiki/fonts/content.ttf);
}

@font-face {
    font-family: title;
    src: url(https://static.igem.wiki/teams/4328/wiki/fonts/title.otf);
}

@font-face {
    font-family: title2;
    src: url(https://static.igem.wiki/teams/4328/wiki/fonts/title2.otf);
}

* {
    margin: 0 !important;
    list-style: none;
}

#top_menu_inside #bars_item {
    position: absolute;
    top: -30px !important;
    left: -100px !important;
    z-index: -1 !important;
    cursor: pointer;
}

#sideMenu,
#top_title {
    display: none;
}

#content {
    padding: 0px;
    width: 100%;
}

body {
    background-color: transparent;
    margin: 0px;

}

#bodyContent h1 {
    font-weight: 300 !important;
}

#bodyContent h1,
#bodyContent h2,
#bodyContent h3,
#bodyContent h4,
#bodyContent h5 {
    margin-bottom: 0px;
    border-bottom: none;
}

#bodyContent {
    padding-right: 0px;
}

#globalWrapper {
    font-size: 100%;
    padding: 0px;
    margin: -10px -20px -20px -20px;
}

/* .navbar-collapse {
    padding-left: 0px;
} */

#banner {
    margin-top: 50px;
}

#sideMenu {
    margin-top: 10px;
}

.navbar-nav .dropdown-menu,
.navbar .dropdown-menu {
    margin-top: 0;
}


a {
    text-decoration: none !important;
}

li {
    list-style-type: none;
    text-decoration: none !important;
}

.background1 p {
    text-indent: 2em;
}

.empty-row {
    height: 100px;
    width: auto;
}
 .navbar container {
    padding-top: 6px;
    background-color: rgb(245, 250, 216);
}



.empty-row {
    height: 100px;
    width: auto;
}


