/* WTF by default */
/* body { padding-top: 56px; } */

.igem_root {
    margin-top: 84px;
}

.left-aligned {
    margin-left: auto;
}
.bg-dark {
    background-color: #343a40 !important;
}
.bg-hero {
    background-color: #7952b3;
}

/* CALLOUT */
.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #e9ecef;
    border-left-width: 0.25rem;
    border-radius: 0.25rem;
}
.bd-callout h4 {
    margin-bottom: 0.25rem;
}
.bd-callout p:last-child {
    margin-bottom: 0;
}
.bd-callout code {
    border-radius: 0.25rem;
}
.bd-callout + .bd-callout {
    margin-top: -0.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;
}

.width-1 {
    width: 8.333%;
}

.width-2 {
    width: 16.666%;
}

.width-3 {
    width: 25%;
}

.width-4 {
    width: 33.333%;
}

.width-5 {
    width: 41.666%;
}

.width-6 {
    width: 50%;
}

.width-7 {
    width: 58.333%;
}

.width-8 {
    width: 66.666%;
}

.width-9 {
    width: 75%;
}

.width-10 {
    width: 83.333%;
}

.width-11 {
    width: 91.666%;
}

.width-12 {
    width: 100%;
}

.mr-1 {
    margin-right: 8.333%;
}

.mr-2 {
    margin-right: 16.666%;
}

.mr-3 {
    margin-right: 25%;
}

.mr-4 {
    margin-right: 33.333%;
}

.mr-5 {
    margin-right: 41.666%;
}

.mr-6 {
    margin-right: 50%;
}

.mr-7 {
    margin-right: 58.333%;
}

.mr-8 {
    margin-right: 66.666%;
}

.mr-9 {
    margin-right: 75%;
}

.mr-10 {
    margin-right: 83.333%;
}

.mr-11 {
    margin-right: 91.666%;
}

.mr-12 {
    margin-right: 100%;
}

.justify-space-between {
    justify-content: space-between;
}

.button-outline-blue {
    background-color: transparent;
    border: #5e91f7 4px solid;
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 14px;
    text-decoration: none;
}
.button-outline-blue:hover {
    background-color: #5e91f7;
    border: #5e91f7 4px solid;
    color: white;
    outline: none;
}

.button-outline-blue:active {
    background-color: #5e91f7;
    border: #5e91f7 4px solid;
    color: white;
    outline: none;
    opacity: 0.8;
}

.button-outline-violet {
    background-color: transparent;
    border: #6e60f4 4px solid;
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 14px;
    text-decoration: none;
}
.button-outline-violet:hover {
    background-color: #6e60f4;
    border: #6e60f4 4px solid;
    color: white;
    outline: none;
}

.button-outline-violet:active {
    background-color: #6e60f4;
    border: #6e60f4 4px solid;
    color: white;
    outline: none;
    opacity: 0.8;
}
/* 
    TEXT STYLES 
    FINISH!
*/

/* Main layout */
.igem_root {
    margin-top: 84px;
    position: relative;
    width: 100vw;
    overflow-x: hidden;
}
.igem_root_alternative {
    margin-top: 84px;
    position: absolute;
    width: 100vw;
    min-height: 50vh;
    color: white;
    left: 100vw;
}
/* Utility */
.no_top_padding {
    padding-top: 0;
}

.no_bottom_padding {
    padding-bottom: 0;
}
#igem_root {
    display: flex;
    position: relative;
    flex-direction: column;
    overflow: hidden;
}

body {
    background: #1e1e1e;
    overflow-x: hidden;
}

img {
    width: 100%;
}

.scale-11 {
    scale: 1.1;
}
.scale-12 {
    scale: 1.2;
}
.scale-13 {
    scale: 1.3;
}
.scale-14 {
    scale: 1.4;
}
.scale-15 {
    scale: 1.5;
}

.color-transparent {
    color: transparent;
}

.origin-bottom {
    transform-origin: bottom;
}

.origin-bottom-left {
    transform-origin: bottom left;
}
.origin-bottom-right {
    transform-origin: bottom right;
}
.origin-top {
    transform-origin: top;
}
.origin-top-left {
    transform-origin: top left;
}
.origin-top-right {
    transform-origin: top right;
}
.origin-center {
    transform-origin: center;
}

.origin-right {
    transform-origin: right;
}

.origin-left {
    transform-origin: left;
}
