body {
	background: #fff top center fixed no-repeat;
	font-family: Calibri, san-serif;
	margin: 0px;
	height: 100vh;
}

img {
	border: 0;
}

a,
a:visited {
	color: #66CCCC;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}

a:hover,
a:active {
	color: #66CCCC;
	text-decoration: none;
}

.dark {
	color: #fff;
	background-color: #000;
}

.center {
	float: none;
	margin: 0 auto;
}

/* Main Container Styles  */
.main-container {
	position: relative;
}

.main-container .container {
	padding: 0px;
}

/* Section Styles  */

#intro {
	/*margin-top:150px;*/
	text-align: center;
	min-height: 400px;
	padding: 0;

}

.thumbnail {
	text-align: center;
	border: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	-webkit-box-shadow: none;
}

@media (max-width: 979px) {
	body {
		padding-right: 0;
		padding-left: 0;
		background-size: 250%;
	}
}

@media (max-width: 767px) {
	body {
		padding-right: 0;
		padding-left: 0;
		background-size: 330%;
	}

}

@media (max-width: 480px) {
	body {
		background-size: 420%;
	}

}

#yatzy_slider {
	padding-left: 0px;
	background: url(/img/yatzybg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#s_yatzytable {
	position: absolute;
	bottom: 0;
}

/* Bootstrap overrides */
.carousel {
	margin: 0;
	height: 100vh !important;
 	width: 100%;
	border: 10px;
    box-sizing: border-box;
}

.carousel-inner,
.carousel .item {
	height: 100%;
}

.carousel-control {
	top: 50%;
}

.navbar .nav>li {
	height: 108px;
	line-height: 108px;
}

.span6 {
	text-align: left;
}

.item .row-fluid {
	height: 100%;
	padding-top: 0px !important;
}

@media (max-width: 768px) {
	#s_yatzytable {
		position: static;
	}
}

@media (min-width: 769px) {
	#s_yatzytable {
		position: fixed;
		top: 0px;
		left: 0px;
		width: 50%;
	}
}
