@font-face {
    font-family: Airlock;
    src: url('fonts/airlock.ttf');
    /*src: url('css/airlock.ttf'); **/
}

span.md-header-nav__topic {
  font-family: Airlock;
}
article ul ul {
        list-style-type:  circle !important;
}

article ul ul ul {
        list-style-type:  square !important;
}

.nextWrapper {
	position: relative;
	/*padding-bottom: 56.25%; /* 16:9 */
	/*padding-bottom: 69.325%;*/
	padding-bottom: 100%;
	padding-top: 25px;
	width: 100%;
	height: 100%;
	background-color: #313131;
}
.nextWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #313131;
}

