*,
::after,
::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

html,
body {
	padding: 0;
	margin: 0;
}
body {	
	background-color: #00632c;
	min-height: 100vh;
	background-image: url('../tennis75x75.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 20px 10px;
}
::-moz-selection {
	color: #fff;
	/*background-color: #aeaaf5;*/
}
::selection {
	color: #fff;
	background-color: #aeaaf5;
}
::-webkit-scrollbar {
	width: 10px;
	height: 5px;
}
::-webkit-scrollbar-track {
	background: #fff;
}
::-webkit-scrollbar-thumb {
	background: #8e899c;
	border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
	background: #6c6875;
}
.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

main {
	position: relative;
	width: 100%;
}
.main-container {
	padding-top: 80px;
	max-width: 1366px;
	width: 100%;
	margin: 0 auto;
	min-height: 100vh;
}
section {
	padding: 20px;
}
section .section-content {
	position: relative;
	margin-bottom: 50px;
}

section .section-content:last-of-type:not(:first-child)::after {
	content: none;
}

	section p.section-desc {
		/*font-family: 'Fira Mono', monospace;*/
		font-family: 'chunkfiveregular';		
		position: relative;
		font-size: 22px;
		line-height: 24px;
		color: #fff;
		text-align: center;
		width: 60%;
		margin: 0 auto;
		margin-bottom: 30px;
	}


.console-log {
	position: relative;
	width: 100%;
	padding: 26px 10px 10px 10px;
	background-color: #fff;
	border-radius: 8px;
	margin: 10px auto 30px auto;
	-webkit-box-shadow: 0 10px 20px -5px rgba(19, 31, 51, .65);
	box-shadow: 0 10px 20px -5px rgba(19, 31, 51, .65);
}
.console-log::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 40px;
	position: absolute;
	top: 10px;
	left: 10px;
	background: #ff5f56;
	-webkit-box-shadow: 16px 0 0 #ffbd2e, 32px 0 0 #27c93f;
	box-shadow: 16px 0 0 #ffbd2e, 32px 0 0 #27c93f;
}
.console-log.--md {
	width: 65%;
}
.console-log.--sm {
	width: 50%;
}

.console-log>.log-content {
	overflow: auto;
}
.--noshadow {
	-webkit-box-shadow: none;
	box-shadow: none;
}
pre {
	margin: 0;
}

#pages .section-desc {
	margin-bottom: 10px;
}
#pages .club-title {
	margin: 20px 0 30px 0;
	text-align: center;
}







@media only screen and (max-width: 1366px) {
	.main-container {
		max-width: 1200px
	}
}
@media only screen and (max-width: 1024px) {
	#themes .theme-content>.console-log>.log-content>img {
		width: 100%
	}
}
@media only screen and (max-width: 768px) {

	code {
		font-size: 16px
	}
	section {
		padding: 20px 40px
	}
	section p.section-desc {
		width: 70%;
		margin-bottom: 20px;
		font-size: 18px;
		line-height: 22px
	}
	.console-log.--md,
	.console-log.--sm {
		width: 100%
	}
	button.btn-action {
		font-size: 16px;
		padding: 15px 20px
	}

}
@media only screen and (max-width: 425px) {

	.main-container {
		padding-top: 110px
	}
	section {
		padding: 20px
	}
	section .section-content {
		margin-bottom: 40px
	}
	section p.section-title {
		font-size: 40px;
		line-height: 42px
	}
	section p.section-title.--lng {
		margin-bottom: 35px
	}
	section p.section-title.--shrt {
		margin-bottom: 15px
	}
	section p.section-desc {
		width: 100%;
		margin-bottom: 10px;
		font-size: 12px;
		line-height: 14px
	}
	section div.section-caption>p {
		font-size: 16px;
		line-height: 18px
	}
	section div.section-caption>p::after {
		-webkit-transform: translateY(5px);
		-ms-transform: translateY(5px);
		transform: translateY(5px)
	}
	section .section-content::after {
		width: 50%;
		-webkit-transform: translate(-50%, 30px);
		-ms-transform: translate(-50%, 30px);
		transform: translate(-50%, 30px)
	}
	button.btn-action {
		font-size: 12px;
		padding: 10px 15px;
		width: 100%;
		margin: 5px 0
	}

	.console-log {
		padding: 18px 8px 8px 8px;
		border-radius: 6px
	}
	.console-log::after {
		width: 6px;
		height: 6px;
		top: 6px;
		left: 8px;
		-webkit-box-shadow: 10px 0 0 #ffbd2e, 20px 0 0 #27c93f;
		box-shadow: 10px 0 0 #ffbd2e, 20px 0 0 #27c93f
	}

	#pages .club-title {
		margin: 15px 0 15px 0
	}
	#settings th,
	#settings td {
		padding: .5rem 1rem;
		white-space: nowrap
	}

}
@media only screen and (max-width: 320px) {
	.header-container>ul>li>a {
		font-size: 12px
	}
}