html, body{
    position: relative;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    background-color: rgb(53, 71, 85);
    font-weight: 300;
    color: white;
    font-size: 15px;
}

p {
    text-align: center;
    line-height: 1.4em;
    font-size: 1.4em;
}

.blog {
    text-align: left;
    font-family: 'Arial';
}

.blogtitle {
    font-weight: bold;
    font-size: 18pt;
}

span.italic {
    font-style: italic;
}

span.superscript {
    vertical-align: super;
    font-size: 6pt;
}

span.blogpoint {
    font-size: 11pt;
}

article.blog {
    padding: 180px 25%;
    font-size: 9pt;
}

img.blog {
    width: 500px;
}

a {
    color: white;
    text-decoration: none;
}

a.person-name {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Khand', sans-serif;
    letter-spacing: 2px;
}

a.person-name.long-name {
    letter-spacing: 1px;
}

.image-box {
    position: relative;
    background-size: cover;
    height: 100vh;
    background-attachment: fixed;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1024px) {
    .image-box {
        background-attachment: scroll;
    }
}

.main-background {
    background-image: url("../pics/bg/farm_02.jpg");
}

/*
.main-background-2 {
    background-image: url("../pics/bg/cow_03.jpg");
}
*/

.network {
    background-image: url("../pics/bg/network.gif");
}

.people-background {
    background-image: url("../pics/bg/sheep_03.jpg");
}

/*
.people-background-2 {
    background-image: url("../pics/bg/sheep_01.jpg");
}
*/

.people-background-3 {
    background-image: url("../pics/bg/cow_06.jpg");
}

.science-background {
    background-image: url("../pics/bg/cow_04.jpg");
}

.science-background-2 {
    background-image: url("../pics/bg/sheep_01.jpg");
}

.science-background-3 {
    background-image: url("../pics/bg/genome_02.jpg");
}

.science-background-4 {
    background-image: url("../pics/bg/machine_learning.jpg");
}

.science-background-5 {
    background-image: url("../pics/bg/cow_03.jpg");
}

.media-background {
    background-image: url("../pics/bg/cells_03.jpg");
}

.full-screen-image {
    width: 100%;
    height:100vh;
}

.heading-1 {
    font-family: 'Khand', sans-serif;
    font-size: 100px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 4% 17%;
}

@media (max-width: 767px) {
    .heading-1 {
        font-size: 50px;
    }

    .image-box.frontpage {
        height: 120vh;
    }
}

.heading-2 {
    font-family: 'Khand', sans-serif;
    font-size: 50px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}

.heading-3 {
    font-family: 'Khand', sans-serif;
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 120px 0 63px 0;
    align-self: flex-start;
}

.heading-3.bio {
    padding: 0px 50px 20px 0;
    line-height: 0.8em;
    letter-spacing: 3px;
}

@media (max-width: 767px) {
    .heading-3.bio {
        padding: 40px 50px 20px 0;
    }
}

article {
    background-color: rgb(53, 71, 85);
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 120px 17%;
    index: 2;
}

sup {
    font-size: 6pt;
}

@media (max-width: 767px) {
    article {
        padding: 50px 4%;
    }
}

.investor-logo {
    padding-bottom: 20px;
}

.sub-paragraph {
    padding: 0 17%;
}

@media (max-width: 767px) {
    .sub-paragraph {
        padding: 0 7%;
    }
}

hr {
    border-color: #46525B;
    border-top: 2px solid #46525B;
    width: 100%;
    margin: 100px 0 0 0;
}

@media (max-width: 767px) {
    hr {
        margin: 40px;
    }
}

.footer {
    color: rgb(220, 220, 220);
    font-size: 12px;
}

a.link.email {
    font-size: 12px;
    margin-top: 20px;
}

.footer-content {
     padding: 0 10px;
 }

.img-container-row {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: sflex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    /* -webkit-flex: 1 1 auto; */
    /* height: 100%; */
}

.person-img-wrapper {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: center;
    width: 170px;
    margin: 8px 30px 55px 30px;
}

.person-img-wrapper a {
    text-align: center;
}

.person-img {
    max-width: 100%;
    height: auto;
    max-height: 220px;
}

.person-name {
    margin: 8px;
    margin-bottom: 8px;
}

.person-title {
    font-size: 16px;
    font-weight: 100;
    text-align: center;
    margin-bottom: 20px;
}

.person-background {
    font-size: 13px;
    color: #CCCCCC;
    font-weight: 300;
    text-align: center;
    line-height: 1.5em;
}

.person-bio {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-betwen;
    margin-top: 70px;
}

@media (max-width: 767px) {
    .person-bio {
        margin-top: 70px;
    }
}

.person-bio-img-wrapper {
    flex-basis: 50%;
}

.adviser-name {
    font-size: 18px;
    font-weight: 400;
    margin: 20px;
}

.person-title-bio {
    font-size: 1.3em;
    font-style: italic;
    margin-bottom: 50px;
}

.bio-description {
    font-size: 1.2em;
    line-height: 1.4em;
    letter-spacing: 1px;
    font-weight: 100;
}

.media-post-wrapper {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin-bottom: 100px;
}

.blog-post-wrapper {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
}

.media-post-wrapper a {
    font-size: 15px;
}


.media-img {
    max-width: 200px;
    padding-right: 40px;
    height: auto;
}

/* Mobile styles */
@media (max-width: 767px) {
    .media-img {
        max-width: 100px;
    }
}

a.media-title {
    margin: 8px;
    font-size: 18px;
    /* margin-bottom: 8px; */
}

