﻿#tmpl-container {
	text-align: center;
	font-family: Oswald;
	font-size: 1.2rem;
	text-align: left;
	padding: 60px 30px 30px 30px;
}

#tmpl-container a {
	color: #999;
	text-decoration: none;
	display: inline-block;
	margin: 0 7px;
}
#tmpl-container a.active {
	color: #314f60;
}
/* .darkBg is for demo 1, 4 */
#tmpl-container.darkBg {
	color: #bbb;
	text-decoration: none;
}
#tmpl-container.darkBg a.active {
	color: #fff;
}

#demowrap {
	position: relative;
	z-index: 1;
	height: 500px;
	overflow: auto;
}

@media (min-width: 1200px) {
    #demowrap {
        padding: 0 40px;
    }
}
#menuIndicator {
	color: rgba(0, 0, 0, 0.85);
	font-size: 1rem;
	width: 360px;
	margin: 0 auto;
	text-align: left;
}
@media only screen and (max-width: 700px) {
	#demowrap {
		height: auto;
	}
	#menuIndicator {
		display: none;
	}
}

#downloadWrap {
	display: flex;
	justify-content: center;
	align-items: center;

	padding: 20px 30px;
	background: rgba(255, 255, 255, 0.3);
	width: 520px;
	box-sizing: border-box;
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: #fff;
	margin: 70px auto 20px auto;
	z-index: 3;
}

#downloadDialog {
    padding: 30px;
}
#downloadDialog h3 {
    padding-top: 0;
}
#downloadDialog p {
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
}