body {
	background-color: transparent !important;
}

#title {
	color: #fff;
	font-weight: bold;
    font-family: 'Droid Sans', sans-serif;
	font-size: 40pt;
	margin: 0;

}

#welcome-container {
	border: 1px solid white;
	width: 600px;
	padding: 0;
}

#descriptionText {
	color: #fff;
	font-weight: bold;
	font-family: 'Droid Sans', sans-serif;
}

#menu {
	padding: 40px;
	padding-right: 130px;
	margin: 0;
}

#menu li {
	display: inline;
	margin: 10px;
	font-family: 'Droid Sans', sans-serif;
	font-size: 17px;
}

#menu li a {
	color: #fff;
}

#products {
	margin-top: 0;
	height: 100vh;
}

.page {
	margin: 0; 
	padding: 10px; 
	background-color: rgba(0, 0, 0, 0.45);
	height: 700px;
}

#about {
	margin-top: 100vh;
}

#footer {
	height: 150px;
	background-color: rgba(0, 0, 0, 0.80);
}

#contact
{
	height: 350px;
}

#productTabs {
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 3px;
}

.tab-content {
	background-color: #fff;
	color: #333;
}

.product-description {
	padding: 15px;
}

.page .page-header {
	color: #fff;
}

.page .page-content {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
}

.vcenter {
    width: 400px;
    height: 130px;

    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;

    margin: auto;
}

.parallax-window {
    min-height: 100vh;
    background: transparent;
}