html, body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
}

#welcome {
    width: 100%;
    background-color: black;
    position: relative;
}

#bg-image {
    max-width: 100%;
    max-height: 100vh;
    margin: auto;
    display: block;
}

#logo-box {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 30;
    width: 600px;
    height: 250px;
}

#logo-box #logo {
    width: 100%;
    margin-bottom: 8%;
}

h1 {
    text-align: center;
    margin-top: 10px;
    font-size: 1.8em;
}

h1::after {
    content: "";
    display: block;
    width: 1.8em;
    border: solid #70bae2 3px;
    border-radius: 5px;
    margin: 0.2em auto 1em;
}

.container {
    max-width: 750px;
    text-align: center;
    margin: auto;
    padding: 50px 40px 60px;
}

#logo-box #join-us {
    width: 50%; 
    display: block;
    margin: auto; 
}

section {
    width: 100%;
}

section#press {
    background-color: #50699a;
}

section#contact {
    background-color: lightgrey;
    text-align: center;
    font-size: 1.2em;
    padding: 16px 0;
}

#press img {
    height: 43px;
    margin: 0 14px;
}

.project {
    max-width: 590px;
    height: 270px;
    width: 100%;
    margin-bottom: 40px;
    display: inline-block;
}

.project img {
    height: 100%;
    'width: 270px;
}

.project div.description {
    display: inline-block;
    max-width: 280px;
    position: relative;
    top: 45%;
    transform: translateY(-50%);
}

#press .container {
    padding: 30px 0 50px;
}
#startup-list {
    display: inline-block;
    text-align: left;
    margin-top: 0;
}

.light-text {
    font-weight: 100;
    letter-spacing: 0.01em;
}

blockquote {
    font-size: 1.1em;
    display: inline-block;
    font-style: italic;
    margin-top: 0.5em;
}

blockquote:before {
    font-family: Georgia, serif;
    content: "\201C";
    position: relative;
    top: 0.05rem;
    color: #3880f2;
    line-height: 0;
    font-size: 5.5em;
    right: 0.7rem;
    right: 15px;
    vertical-align: text-bottom;
}

.quote {
    font-weight: 100;
    letter-spacing: .01em;
}

#secret {
    background-color: #05052c;
    color: #ffffff;
}

#secret a {
  color: white;  
}

#press h1 {
    color: white;
}

#about-us {
    background-color: #e4e4e4;
}

.vl-background {
    background-image: url('img/vl_ghost.png');
    background-size: 850px;
    background-position: center;
    background-repeat:  no-repeat;
}

#startup-list p {
    margin: 0.5em 0;
}

.down-arrow {
    height: 50px;
    width: 50px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -25px;
    border: 2px solid white;
    border-radius: 100%;
    line-height: 50px;
    padding: 0;
    letter-spacing: normal;
    color: white;
    font-size: 30px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.down-arrow img {
  width: 50%;
  margin-top: 28%;
}

.down-arrow:hover {
    opacity: 0.5;
    outline: none;
}

