﻿body {
	background-color: #eee;
}

#tmpl-container {
	text-align: center;
	font-family: Oswald;
	font-size: 1.2rem;
	text-align: left;
	margin-bottom: 10px;
	a {
		display: inline-block;
		margin: 0 7px;
	}
}

#tmpl-container a {
	color: #999;
	text-decoration: none;
}
#tmpl-container a.active {
	color: #314f60;
}

#footer {
	width: 100%;
	height: 45px;
	padding: 0;
	align-items: center;
	display: flex;
	justify-content: center;
}
/*For preview box*/

#previewDiv {
	width: auto;
	text-align: center;
	overflow: visible;
	padding: 30px 0;
	position: relative;
}

@media (min-width: 1200px) {
	#previewDiv {
		padding: 30px 40px;
	}
}

#menuDemo {
	overflow: visible;
	position: relative;
	margin: 0 auto;
	padding-bottom: 12px;
}

/* show menu with Mobile Styles */
#menuDemo.mobile {
	overflow: hidden;
	padding: 10px 0;
	margin: 0 auto 20px;
	border: 4px double rgba(60, 60, 60, 0.3);
	border-radius: 12px;
	box-shadow: 0 4px 12px rgb(0, 0, 0);
	height: 600px;
}

#menuIndicator {
	display: none;
}

#menuDemo.mobile + #menuIndicator {
	color: rgba(100, 100, 100, 0.85);
	font-size: 0.8rem;
	padding-top: 20px;
	position: absolute;
	top: auto;
	bottom: 120px;
	left: 50%;
	transform: translateX(-50%);
	width: 300px;
	margin: 0 auto;
	display: block;
	text-align: left;
}

.device-container {
	color: gray;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 12px;
	padding-bottom: 0;
	padding-left: 12px;
	column-gap: 50px;
}

.device-container span {
	display: inline-block;
	cursor: pointer;
}
.device svg {
	fill: currentColor;
	width: 30px;
	max-height: 25px;
	overflow: visible;
}

.device:hover,
.device.active {
	color: #e55e39;
}

#downloadSec {
	font-size: 0.9rem;
	margin: 100px 0;
}
#downloadSec .btn {
	padding: 10px 40px;
}
#tipDownload {
	padding: 0 30px;
	div {
		padding: 10px 0;
	}
}
#tipDownload .btn-group {
	display: flex;
	justify-content: space-between;
	gap: 15px;
}
