body {
    padding-top: 56px;
}

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

.bg-dark {
    background-color: rgb(255, 255, 255) /* #ffffff */ !important;
}

/* .bg-hero {
    background-color: rgba(22, 98, 22, 0.503); 
}
 */
/* 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
}

.border-radius {
    height: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;

}

/* content */

.container {
    margin: 0 !important;
    padding: 0 !important;
}

.row {
    margin: auto !important;
}

.left {
    position: sticky;
    top: 10vh;
    display: flex;
    padding-left: 60px;
    /* flex: 1; */
    width: 25%;
    max-height: 100vh;
    flex-direction: column;
}

.left .plasmid {
    display: flex;
    width: 160px;
    height: 120px;
    /*  margin-left: 30px; */
    margin: 0;
    animation: revolve 3s linear infinite;
}

.right {
    flex: 1;
    display: flex;
    width: 75%;
    padding-right: 60px;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    border-left: 1px solid #111;
}

.right .text-wrap {
    flex-wrap: wrap;
}

/* left summary */
.left-title {
    font-size: 40px;
    color: #0f4933;
    font-weight: 500;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.summary {
    width: 100%;
    height: 400px;
    display: flex;
    flex-direction: column;
}

.summary a {
    font-size: 20px;
    color: #78890a;
    font-weight: 200;
    text-decoration: none;
}

.row {
    display: flex;
    flex-direction: row;
}

.column {
    display: flex;
    flex-direction: column;
}

/* text */

.h2 {
    font-size: 40px;
    /*  font-family: "montserrat-bold"; */
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; /* 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif */; /* 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */ /* 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;*/
    font-weight: 800;
    color: #0f4933;
}

.text-indent {
    font-size: 20px;
}

.h3 {
    font-size: 30px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: 400;
    color: #0f4933;
}

.h4 {
    font-size: 25px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: 300;
    color: #96ab12;
}

.reference{
    color: #5f6d08;
    font-size: 18px;
}

/* footer */
.footer {
    margin-top: 0 !important;
}
.footer .contact p{
    color: #4d8316;
}
footer a {
    color: black;
    font-weight: bold;
    text-decoration: none;
}

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

.bg-color {
    background-color: rgb(15, 73, 51);
}

footer p {
    color: black;
}

footer .col-lg-3 {
    color: black;
}

footer .m-2 li img {
    width: 50px;
    height: 50px;

}

footer .col-lg-6 {
    width: 300px;
}

footer .col-lg-3 {
    width: 300px;
}

footer ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

footer li {
    width: 50px;
    list-style-type: none;
    margin-right: 20px;
    margin-bottom: 20px;
}

