body {
	margin: 0;
	font-family: Verdana, Arial, sans-serif;
}
a {
	color: #23b2d4;
        font-size: 90%;
}
.struct {
	width: 100%;

}
#top  {
	height: 30px;
	background-color: #494949;
}
#menu {
	height: 60px;
	background-color: #23b2d4;
}
.logo {

	line-height: 60px;
	float: left;
	margin: 10px 100px 0px 10px;
}
#menu ul {
	float: left;
	line-height: 60px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#menu ul li {
	float: left;
}
#menu ul li a {
  display: block;
  color: white;
  text-align: center;
  padding: 0px 16px 0px 16px;
  text-decoration: none;
}
.navbar-menu > .navbar-start > .navbar-item {
	color: white !important;
}
.navbar-menu.is-active > .navbar-start > a {
	color: black !important;
}
.navbar-menu.is-active > .navbar-start > a:hover {
	background-color: #494949 !important;
 	color: white !important;
}

.light:hover {
  background-color: #494949 !important;
  color: white !important;
}


#menu > ul > li > a:hover {
  background-color: #494949;
}

#header {
	height: 300px;
	background-position-y: 30%;
	background-size: cover;
	background-color: #fff;
	background-position: center;
	overflow: hidden;
}

#content {
	min-height: 800px;
	background-color: #fff;
	padding: 1% 15% 1% 15%;
}

.repo {
	float: left;
	padding: 10px;
	margin: 30px;

	background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0.5em 1em -0.125em rgba(10,10,10,.1), 0 0 0 1px rgba(10,10,10,.02);
    color: #4a4a4a;
    display: block;
    padding: 1.25rem;
}
.repoimg {
	float: left;
	width: auto;
	height: 60px;
	margin: 10px;
}
.repo_descr {
	font-size: 80%;
	color: #777;
}
.repo_preview {
	width: 100%;
	display: inline-block;
}
.repoimg {
	float: left;
	width: 300px;
	height: auto;
}
.repo_stars, .repo_watch, .repo_forks {
	float: left;
	margin: 10px 10px 5px 0px;
	font-size: 70%;
	font-weight: bold;
}

.thing {
	background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0.5em 1em -0.125em rgba(10,10,10,.1), 0 0 0 1px rgba(10,10,10,.02);
    color: #4a4a4a;
    display: block;
    padding: 1.25rem;
}
.thing a {
	font-size: 70%;
}
.thing .imgdiv {
	width: 100%;
	height: 220px;
	overflow: hidden;
	margin-top: 10px;
	text-align: center;
}
.tags {
	padding-top: 5px;
}
#yt {
	width: 100%;
	position: relative;
}
#yt > * {
	position: relative;
}
.ytpreview {
	width: 200px;
	height: auto;
	margin: 10px;
	cursor: pointer;
}
#ytplayer {
	margin: 0 auto;
	width: 800px;
	height: 500px;
}


