.left-aligned {
    margin-left: auto;
}

.bg-dark {
    background-color: #343a40 !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;
}

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

/* navbar */
.navbar {
    box-shadow: 0px 8px 8px -6px rgba(0, 0, 0, 0.5);
    border-radius: 0px 0px 25px 25px;
    background-color: rgba(41, 62, 95, .9);
}

.nav-link {
    color: rgba(255, 255, 255, .85) !important
}


body {
    color: white;
    font-family: 'Roboto', sans-serif;
}

p,
h2 {
    margin-left: 7%;
    margin-right: 7%;
}

span {
    color: white;
}

.vmiddle {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.bigtitle {
    font-family: 'Caveat Brush', cursive;
    text-shadow: -4px 4px 4px #000000;
}

.pagelong {
    min-height: 100vh;
    overflow: hidden;
}

.pagelong-extra {
    min-height: 180vh;
    overflow: hidden;
}

.main2 {
    background-color: #151937;
}

.flex-row {
    padding-top: 120px;
    display: flex;
}

.main6 .container {
    color: white;
    display: flex;
    flex-direction: row;
    padding-bottom: 50px;
    padding-top: 40px;
    text-align: center;
}

.main6 .container .p1 {
    width: 20%;
}

.main6 .container .p2 {
    width: 60%;
}

.main6 .container .q1 {
    width: 62%;
}

.main6 .container .q2 {
    width: 20%;
}

button {
    color: #fdecc3;
    border-radius: 25px;
    background-color: #103250;
    padding: 12px 28px;
    font-size: 20px;
    transition-duration: 0.4s;
}

button:hover {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.main7 .container {
    color: white;
    display: flex;
    flex-direction: row;
    padding-bottom: 50px;
    padding-top: 40px;
    text-align: center;
}

.main7 .container .p1 {
    width: 40%;
}

.main7 .container .p2 {
    width: 60%;
}

.main7 .container .q1 {
    width: 40%;
}

.main7 .container .q2 {
    width: 60%;
}

.ref {
    word-break: break-all;
    padding-top: 100px;
    color: black;
}

.flex-column {
    flex: 50%;
    text-align: center;
}

.main3 {
    background: rgb(21, 25, 55);
    background: linear-gradient(180deg, rgba(21, 25, 55, 1) 0%, rgba(21, 25, 55, 0.86) 100%);
}

.main4 {
    background: rgb(21, 25, 55);
    background: linear-gradient(180deg, rgba(21, 25, 55, 0.86) 0%, rgba(251, 233, 190, 1) 100%);
}

.main5 {
    background: rgb(251, 234, 193);
    background: linear-gradient(180deg, rgba(251, 234, 193, 1) 0%, rgba(255, 212, 107, 1) 100%);
}

.main6 {
    background: rgb(255, 212, 107);
    background: linear-gradient(180deg, rgba(255, 212, 107, 1) 0%, rgba(248, 176, 3, 1) 100%);
}

.main7 {
    background: rgb(248, 176, 3);
    background: linear-gradient(180deg, rgba(248, 176, 3, 1) 0%, rgba(241, 245, 248, 1) 100%);
}

.main8 {
    background-image: url('https://static.igem.wiki/teams/4867/wiki/main8.png');
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #151937;
}

.orange {
    color: orange;
}

.curved svg {
    display: block;
}

.curvedlower {
    background-color: #151937;
}

.curvedupper {
    background-color: rgba(241, 245, 248, 1);
}

.bluebg {
    background-color: #103250;
}

.whitebg {
    background-color: #ffffff;
}

a.anchor {
    display: block;
    position: relative;
    top: 100px;
    visibility: hidden;
}