html,
body {
    height: 100%;
}

.carousel {
    height: 50%;
        margin-top: 142px;
}

.navbar {
    z-index: 10;
}

.carousel-inner,
.carousel-inner .item {
    height: 100%;
}

.item:nth-child(1) {
    background-image: url(../img/background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.item:nth-child(2) {
    background-image: url(../img/background2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.item:nth-child(3) {
    background-image: url(../img/background3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.page-content {
    margin-top: 40px;
    margin-bottom: 40px;
}

footer.page-footer {
    margin-top: 0;
	padding-top: 20px;
}


.fb-bg {
background-color: #3B5998;
}
.tw-bg {
background-color: #55ACEE;
}
.gplus-bg {
background-color: #DD4B39;
}

footer.page-footer a {
line-height: 25px;
}

footer.page-footer a {
color: #fff;
font-size: 15px;
}