

*{
    -webkit-font-smoothing: antialiased;

    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
}

img,a{
  border:none;
  text-decoration:none;
  vertical-align: middle;
}

a {
  text-decoration: none;
  margin: 0;
  color: rgba(255,255,255,.9);
}

a:hover {
  text-decoration: underline;
}

.navTitle.active {
  opacity: 1 !important;
}

body{
	margin:0;
	padding:0;
  background-color:#000;
  font-family: 'Arial', sans-serif;
  color: #FFF;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

#about a {
  border-bottom: solid 1px #FFF;
}

#about a:hover {
  text-decoration: none;
}

.ytThumb.active {
  border-color: rgba(23, 205, 250, 1) !important;;
}

