body {
    background-color: #f5f5f5;
    color: black;
    font-size: 1em;
    font-family: 'Lato', sans-serif;
}

nav.navbar {
    min-height: 100px;
    padding-top: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: rgba(0, 0, 0, .3);
}

nav.navbar.shrink {
    min-height: 50px;
    padding-top: 5px;
    background-color: rgba(0, 0, 0, .7);
}

.navbar-brand img {
    max-height: 50px;
    width: auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

nav.navbar.shrink .navbar-brand img {
    max-height: 40px;
}

#home {
    background: url("../img/flare.jpg") center no-repeat;
    background-size: cover;
    background-color: black;
    height: 96vh;
}

#home h1 {
    margin-top: 65vh;
    text-align: center;
    color: white;
}

.col-xs-12 {
    padding-left: 0;
    padding-right: 0;
}

.row-background img {
    width: 100%;
    height: auto;
}

.row-text {
    text-align: center;
    margin-top: 4vh;
    margin-bottom: 4vh;
}

.row-text p {
    margin-top: 3vh;
    color: #666;
}

@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2) {
    h2 {
        font-size: 1.5em;
    }
}

#about {
    text-align: center;
    margin-bottom: 20px;
}

.square {
    color: white;
    background-color: #2e8b57;
    display: inline-table;
    height: 200px;
    vertical-align: top;
    width: 200px;
}

#about-us {
    display: table-cell;
    vertical-align: middle;
    background-color: rgb(200, 200, 200);
}

#address {
    display: table-cell;
    vertical-align: middle;
}

.square p {
    margin: 0;
}

#square-osn {
    background: url("../img/osn.png") center no-repeat;
    background-size: contain;
    background-color: black;
}

#square-team {
    background: url("../img/team.jpeg") center no-repeat;
    background-size: cover;
}

#footer {
    height:60px;
    width:100%;
    border-top: 1px solid rgb(229, 229, 229);
    padding: 20px 10px;
}

#social a {
    color: #333;
    margin-right: 10px;
}

#social a:hover {
    color: salmon;
}
