@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,700');
body {
    font-family: 'Oswald', sans-serif;
    margin:0;
    padding:0;
}
a, a:link {
    text-decoration: underline;
    color: inherit;
}
a:hover {
    text-decoration: underline;
    color: inherit;
    cursor: pointer;
}

header {
    position: relative;
    background-color: black;
    height: 60vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
    background: url('../images/header.jpg') black no-repeat center center scroll;
    background-size: cover;
}
header img {
    width:100%;
    max-width:350px;
}
header .container {
    position: relative;
    z-index: 2;
}
header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}
.companies {
background-color:#66696c;
}
.companiesContainer {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display:block;
}
.companies .contentContainer {
    margin:0 auto;
    width:100%; 
    max-width:720px; 
    /* border:1px solid #ff0000; */
}
.companies .mdx-tech {
    background-color:#66696c;
}
.companies .iowa {
    background-color:#ffc400;
}
.companies .logo {
    width:100%;
    max-width:250px;
}

.bios img {
    width:150px;
    max-width:100%;
    border-radius: 100%;
}
.biotext {
    font-weight:300;
}
.contact{
    font-weight: 300;
    color:#777777;
    background-color:#f5f5f5;
}
.mdx-holdings {
  padding-left: 0;
}
.mdx-holdings > div {
  height: 100% !important;
}
.mdx-holdings > div .contentContainer {
  padding: 5%;
}