body {
    background-color: black;
}

h1 { 
    font-weight: 200;
}

h2 {
    font-weight: 200;
}

h3 {
    font-weight: 100;
}

#inner_home {
    margin: 0px;
    height: 100vh;
    max-height: 650px; 
    width: 100%; 
    background: rgba(0, 0, 0, 0.6);
    color: white;
    text-align: center;
}

#content {
    min-height: -webkit-calc(100vh - 650px);
    min-height: -moz-calc(100vh - 650px);
    min-height: calc(100vh - 650px);
    width: 100%; 
    background-color: white
}

.navbar { display: none; }

#inner_home h1 {
    font-size: 60pt;
    font-weight: 100;
}

#inner_home h2 {
    font-size: 18pt; 
    font-weight: 300;
}

#banner {
    position: relative; 
    top: 400px;
}

#toolbar {
    margin-bottom: 30px;
}

#toolbar img {
    width: 175px;
}

#toolbar div {
    margin-top: 30px;
    text-align: center;
    height: 350px;
}

#toolbar h2 {
    font-size: 18pt;
    font-weight: 300;
}

p {
    font-size: 13pt;
    font-weight: 200;
}

#pubs {
    margin-top: 30px;
}

#pubs ul {
    list-style: none;
}

#pubs ul li {
    font-size: 13pt;
    font-weight: 200;
    padding-bottom: 15px;
}

.ico-left {
    width: 60px; 
    float: left;
    margin-right: 15px;
}

#contact {
    margin-bottom: 50px;
    font-weight: 300;
}
#contact img {
    width: 150px;
    float: left; 
    margin-right: 15px;
    display: none;
}

#connections {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 50px;
}

#connections img {
    width: 80px;
}

#contact h2 {
    font-weight: 300
}

#connections a {
    text-decoration: none;
    color: black;
}