@import url('https://fonts.googleapis.com/css?family=Roboto:400,700,800,900&display=swap');

::-webkit-selection{background:transparent;color:#e0c5fc;}
::selection{background:transparent;color:#e0c5fc;} 
::-moz-selection{background:transparent;color:#e0c5fc;}

a {
	color:#000;
	text-decoration:none;}

input, textarea {
	outline:none;}

img, embed, iframe {
	max-width:100%;}

body {
	margin:0;
	padding:0;
	background:url(bg.jpg) repeat-x;
	background-attachment:fixed;
	background-color:#fdc4e4;}

html{ scrollbar-3dlight-color:#fff;
scrollbar-arrow-color:#fff;
scrollbar-track-color:#fdc4e4;
scrollbar-darkshadow-color:#fff;
scrollbar-face-color:#fff;
scrollbar-highlight-color:#fff;
scrollbar-shadow-color:#fff}

::-webkit-scrollbar {width:6px; height:6px;}
::-webkit-scrollbar-button {display:block; height:0px; background:#fdc4e4;}
::-webkit-scrollbar-track {background:#fdc4e4;}
::-webkit-scrollbar-thumb {height:0px; width:7px; background:#fff; -webkit-border-radius:6px; border-radius:0px; -webkit-box-shadow:#fff;}

#cosmo {
	width:860px;
	margin:0 auto;}

header {
	text-align:center;}

header .logo {
	padding:50px 0 40px;}

header .logo img {
	width:120px;}

header .menu {
	padding-bottom:50px;}

header .menu ul {
	list-style:none;
	margin:0;
	padding:0;}

header .menu li {
	display:inline-block;}

header .menu li:nth-child(even) {
	padding:0 20px;}

header .menu img {
	height:12px;}

#content {
	box-sizing:border-box;
	background:#fff;
	border-radius:5px;
	padding:20px;
	margin-top:-4px;}

#content .login {
	text-align:center;
	padding-bottom:20px;}

footer {
	text-align:center;
	padding:40px 0 80px;}

footer img {
	width:80px;}

.nowpeople {
	color:#fff;
	font-size:8pt;
	padding-top:15px;
	font-family: 'Roboto',sans-serif;
	font-weight:900;
	text-shadow:0 0 5px #f29bd2, 0 0 5px #f29bd2;}

@media screen and (max-width:900px){
body {
	background-size:1200px auto;}

#cosmo {
	width:90%;}

header .logo {
	padding:30px 0;}

header .logo img {
	width:100px;}

header .menu {
	padding-bottom:40px;}

header .menu li:nth-child(even) {
	padding:0 6px;}

header .menu li:nth-child(even) img {
	display:none;}

header .menu img {
	height:11px;}

header .twice img {
	width:90%;}
}