@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&lang=en);

body{
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.8;
    background-size: cover;
}

.home{
    background: url(../images/plastic-skull.jpeg) no-repeat;
}
.agile{
    background: url(../images/agile-grass.jpg) no-repeat;
}
.research{
    background: url(../images/plant.jpeg) no-repeat;
}

.contact{
    background: url(../images/coffee.jpg) no-repeat;
}

.white-background{
    background-color: #ffffff;
}

.white{
    color: #ffffff;
}


.white-overlay{
    background-color: rgba(255, 255, 255, 0.65);
}

.navbar-brand {
    padding: 0px;
    margin: 0px;
    height: 90px;
}
.navbar-brand>img {
    height: 100%;
    width: auto;
    margin:0px;
    padding: 0px;
}
.nav >li >a {
    margin-top: 50px;
    padding-bottom: 10px;
}
@media (max-width: 760px) {
    /* define mobile specific styles come here */
    .nav >li >a {
        margin-top: 0px;
        padding-bottom: 0px;
    }
    
    h1{
        font-size: 18px;
        font-weight: bold;
    }
}

.image-slide{
    margin-top: 150px;
    margin-bottom: 75px;
}

.footer{
    margin-top: 50px;
    position: relative;
    bottom: 0;
    width: 100%;
    padding-top: 10px;
    margin-bottom: 10px;
}

.verse{
    font-size: 90%
}

.verse a{
    color: #4a4a4a;
    font-size: 80%;
}