body {
	margin: 0px;
}

body::after {
	opacity: 1.0;
}

::-moz-selection { /* Code for Firefox */
	background: var(--isw-color-light);
	color: black;
}

::selection {
	background: var(--isw-color-light);
	color: black;
}

header {
	box-shadow: 0px 0px 6px #555;
}

#iswtitle {
	background-color: #252525;
	color: #FFF;
	font-size: 300%;
	margin: 0px;
	padding: 40px;
	text-align: center;
}

#logo {
	width: 58px;
}

#brand {
	color: #CCC;
	font-size: 50%;
}

#multilang {
	background-color: #555;
	color: #FFF;
	list-style-type: none;
	margin: 0px;
	padding: 15px;
	text-align: center;
}

#multilang li {
	display: inline-block;
}

.headbutton {
	background-color: #CCC;
	border-radius: .2rem;
	color: #000;
	font-size: 90%;
	font-style: italic;
	padding: 4px;
}

.headbutton:hover {
	background-color: #FFF;
	background-image: none;
}

#colorcircles {
	background-color: #CCC;
	text-align: center;
}

#colorcircles p {
	margin: 0px;
	padding: 15px 15px 0px 15px;
}

#colorcircles ul {
	list-style-type: none;
	margin: 0px;
	padding: 15px;
}

#colorcircles li {
	display: inline-block;
}

#colorcircles a {
	text-decoration: none;
}

#menu {
	margin-top: 20px;
	margin-bottom: 20px;
}

#menu ul {
	list-style-type: none;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-transform: uppercase;
	width: 195px;
}

#menu ul a {
	background-color: var(--isw-color-dark);
	border-radius: .6rem;
	box-shadow: 0px 0px 6px #555;
	color: #FFF;
	display: block;
	margin: 10px;
	padding: 10px;
	text-decoration: none;
}

#menu ul a:hover {
	background-color: var(--isw-color-normal);
	color: black;
}

#menu a:hover img {
	background-color: #FFF;
}

#intro {
	background-color: #CCC;
	border-radius: .6rem;
	box-shadow: 0px 0px 6px #555;
	color: #000;
	margin: auto;
	margin-bottom: 15px;
	padding: 5px;
	text-align: center;
	width: 50%;
}

#footer {
	background-color: #252525;
	border-radius: .6rem;
	box-shadow: 0px 0px 6px #555;
	color: #BBB;
	font-size: 90%;
	margin: auto;
	margin-bottom: 15px;
	padding: 5px;
	text-align: center;
	width: 50%;
}

#footer .row {
	margin-bottom: 14px;
	margin-top: 14px;
	list-style-type: none;
	padding: 0px;
}

.isw-outer-link {
	font-style: italic;
	text-decoration: none;
}

.isw-outer-link:hover {
	text-decoration: none;
}

#footer .isw-outer-link {
	color: white;
}