html, body {
    color: white;
    margin: 0;
    font: 200 16px/1.6 Veranda, "Lato", sans-serif;
    height: 100%;
    background: #222222;
}

body{
    visibility: hidden;
    overflow-x: hidden;
}

a {
    color: white;
    cursor: pointer;
    text-decoration: none;
}

img{
    vertical-align: middle;
}

a:hover {
    color: dodgerblue;
}

li {
    font-variant: all-small-caps;;
}

#body-org-logo {
    position: absolute;
    left: 1%;
    bottom: 100px;
}

#body-org-logo-image {
    width: 75%;
}

.parallax-bkg-1,
.parallax-bkg-2,
.parallax-bkg-3,
.parallax-bkg-4{
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.parallax-bkg-1 {
    background-image: url("../images/home_wallpaper.jpg");
    min-height: 100%;
}

.parallax-bkg-2 {
    background-image: url("../images/gladius-bkg.png");
    min-height: 640px;
}

.parallax-bkg-3 {
    background-image: url("../images/buc-cat-bkg.jpg");
    min-height: 640px;
}

.parallax-bkg-4 {
    background-image: url("../images/yella.jpg");
    min-height: 640px;
}

.caption {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    vertical-align: middle;
}

.content
{
    background-color: #111111;
    min-height: 300px;
    width: 100%;
    text-align: center;
    margin-left: auto;
    padding-bottom: 50px;
}