body {
	background-attachment: fixed;
	background-image: url(../img/overlay.png), url(../img/photo-1415750465391-51ed29b1e610.jpg);
	background-position: center;
	background-repeat: repeat, no-repeat;
	background-size: auto, cover;
}

.today .details {
	background-color: rgba(0,0,0,0.6);
	color: #fff;
	margin: 0 -15px;
}

.today .details .h3 {
	margin: 10px 0;
}

.today .details small {
	color: #aaa;
}

@media (min-width: 768px) {
	.today {
		min-height: 100vh;
		padding-right: 200px;
		position: relative;

		background-image: url(../img/down-arrow.png);
		background-position: bottom 15px center;
		background-repeat: no-repeat;
		background-size: 24px 24px;
	}

	.today .details {
		bottom: 0;
		margin: 0;
		padding: 10px 15px;
		position: absolute;
		right: 0;
	    top: 0;
	 	width: 200px; 
	}
}

@media (min-width: 1200px) {
	.today {
		padding-right: calc(100% / 7);
	}

	.today .details {
		width: calc(100% / 7);
	}
}

.hour {
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
}

.hour .time {
	border-left: 1px dotted #333;
	color: #fff;
	display: inline-block;
	min-width: 100px;
	width: calc(100% / 14);
	margin-right: -4px;
	padding: 10px 15px;
	text-align: center;
}

.hour .time:nth-child(1) {
	border: none;
}

.week {
	background-color: #fff;
	background-color: rgba(255,255,255,0.75);
}

.week .day {
	border-left: 1px dotted #ccc;
	display: inline-block;
	min-width: 200px;
	width: calc(100% / 7);
	margin-right: -4px;
	padding: 0 15px 10px;
	text-align: center;
}

.week .day:nth-child(1) {
	border: none;
}

.week .day h2 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

footer {
	background-color: #333;
	color: #fff;
	padding: 10px 0;
}

footer a {
	color: #fff;
}

footer a:hover,
footer a:focus {
	color: #ddd;
}

.img-responsive {
	margin: auto;
}

.scroll {
	display: block;
	overflow-x: scroll;
	padding: 20px 0;
	width: 100%;
	white-space: nowrap;
}