.hidden.menu {
	display: none;
}
.masthead.segment {
	min-height: 700px;
	padding: 1em 0em;
}
.masthead .logo.item img {
	margin-right: 1em;
}
.masthead .ui.menu .ui.button {
	margin-left: 0.5em;
}
.masthead h1.ui.header {
	margin-top: 3em;
	margin-bottom: 0em;
	font-size: 4em;
	font-weight: normal;
}
.masthead h2 {
	font-size: 1.7em;
	font-weight: normal;
}
.ui.vertical.stripe {
	padding: 8em 0em;
}
.ui.vertical.stripe h3 {
	font-size: 2em;
}
.ui.vertical.stripe .button + h3,
.ui.vertical.stripe p + h3 {
	margin-top: 3em;
}
.ui.vertical.stripe .floated.image {
	clear: both;
}
.ui.vertical.stripe p {
	font-size: 1.33em;
}
.ui.vertical.stripe .horizontal.divider {
	margin: 3em 0em;
}
.quote.stripe.segment {
	padding: 0em;
}
.quote.stripe.segment .grid .column {
	padding-top: 5em;
	padding-bottom: 5em;
}
.footer.segment {
	padding: 5em 0em;
}
.secondary.pointing.menu .toc.item {
	display: none;
}
@media only screen and (max-width: 700px) {
	.ui.fixed.menu {
		display: none !important;
	}
	.secondary.pointing.menu .item,
	.secondary.pointing.menu .menu {
		display: none;
	}
	.secondary.pointing.menu .toc.item {
		display: block;
	}
	.masthead.segment {
		min-height: 350px;
	}
	.masthead h1.ui.header {
		font-size: 2em;
		margin-top: 1.5em;
	}
	.masthead h2 {
		margin-top: 0.5em;
		font-size: 1.5em;
	}
}

/* ================ */
/*    Custom CSS    */
/* ================ */

.ui.inverted.segment, .ui.primary.inverted.segment {
	background-image: url("./assets/images/tronsoft/ts_header.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
}

.ui.borderless.main.menu {
	margin-bottom: 0px;
}

.logo {
	width: 8.5em !important;
}

.ui.inverted.vertical.masthead.center.aligned.segment {
	padding: 0;
}

.ui.borderless.main.menu {
	background-color: rgba(255, 255, 255, 0.45);
}

.ui.text.container {
	max-width: 1200px !important;
}

h2 {
	color: #4a4a4a;
}

.ui.inverted.header {
	color: #4a4a4a;
}

.wide.column .ui.inverted.header {
	color: #fff;
}

.ui.inverted.vertical.footer.segment {
	background: url("https://cdn.discordapp.com/attachments/325292064013156352/406178428212084760/pw_maze_black.png");
	color: white;
}

ui.inverted.link.list a.item {
	color: #c6c6c6;
}

.seven.wide.column p {
	color: #c6c6c6;
}

.ui.accordion .title {
	user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}

.centered {
	text-align: center;
}
.columnlist {
    text-align: left;
	width 50%;
	margin: 0 auto;
    font-size: 17px !important;
}
column h3 {
    font-size: 3em !important;
}