@font-face {
  font-family: 'paysage-font';
  src: url("fonts/paysage/Paysage-Regular.woff2") format("woff2");
  src: url("fonts/paysage/Paysage-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'paysage-font';
  src: url("fonts/paysage/Paysage-Bold.woff2") format("woff2");
  src: url("fonts/paysage/Paysage-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'canarina';
  src: url("fonts/canarina/canarina-Regular.woff2") format("woff2");
  src: url("fonts/canarina/canarina-Regular.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'tunera';
  src: url("fonts/icons/Tunera-Regular.woff2") format("woff2");
  src: url("fonts/icons/Tunera-Regular.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family:'picon';
  src: url('fonts/Picon-Regular.woff2');
}

html, body {
  position: relative;
  height: 100%;
}
body {
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color:#000;
  margin: 0;
  padding: 0;
  min-height: 100%;
}

.invertion {
position: fixed;
right: 0px;
bottom: 0px;
background-color: #1d1d1d;
width: auto;
padding: 20px;
border-top: 1px solid white;
border-left: 1px solid white;
border-radius: 50px;

}

body.inverted {
    background: white;;
}
body.inverted header {
  background: black;

}


.infos {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;


}
.infos li {
display: inline-flex;
padding: 0 30px 0 0;
}


.slick-container {
  width: 100%;
  height: 100%;


}
.specimen-img {
    border: 1px solid grey;


}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
del { font-family:'tunera' !important; text-decoration: none;
-webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
   -khtml-user-select: none; /* Konqueror HTML */
     -moz-user-select: none; /* Old versions of Firefox */
      -ms-user-select: none; /* Internet Explorer/Edge */
          user-select: none; /* Non-prefixed version, currently
                                supported by Chrome, Opera and Firefox */}
.description {
float: left;
padding-right: 30px;
max-width: 40%;
}

.authors {
 width: 100%;
 margin-bottom: 10px;
 border-radius: 20px;
 padding: 15px 25px 15px 25px;
 background-color: #1d1d1d;
}
h1 {
  font-weight: 500;
  font-size: 1em;
  font-family: 'paysage-font';
  padding-top: 20px;
  padding-bottom: 25px;
}
DEL {
  padding-right: 5px;
}
.comments {
      color: grey;
      letter-spacing: 0.2px;
      padding: 10px;
}
select {
color: #49ffac;
font-size: 1em;
         -webkit-appearance: none;
         -moz-appearance: none;
          appearance: none;
          background: black;
          outline: none;
          border: none;
          font-family: 'paysage-font';
          padding: 0px;
          margin: 0px;
          text-align: right;



}
/**
 * Images a now responsive
 */
img {
	max-width: 100%;
	height: auto;
}

/**
 * Limit the container in
 * width for big screens
 */
.container {

}

/**
 * By using display: flex
 * Logo and nav are in 2 cols
 * align-items make them
 * vertically centered
 * justify-content distribute
 * horizontal spaces around
 * and flex-wrap break the
 * things in two lines in
 * small screens
 */
.main-header .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
  min-height: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
}

/**
 * The followings are to
 * make things more
 * clean and airy
 * and contents centered
 */
.main-nav ul {
	text-align: center;
}
.main-nav li {
	display: inline;
  	padding: .5em 2em;
    	display: inline-block;
      color: #49ffac;

}

.main-nav li del {
  color: #49ffac;
}


.main-nav li:hover {
opacity: 0.8;
}


.nav {
  height: 100%;
  width: 50%;
  margin-top: auto;
    margin-bottom: auto;
    display: block;
}
ul.nav li {
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  display: inline;
height: 100%
}
h1 img {
  vertical-align: middle;
  width: 40px;
}
h2 {
  font-weight: 500;
  font-size: 3em;
  line-height: normal;
    font-family: canarina;
    margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid;


}

h3 {
  font-size: 1.4em;
  font-weight: bold;
  }

h4 {
  font-size: 1.1em;
  font-weight: bold;
}

h2 a {

  color: white;
}

h2 a:hover {

  color: #49ffac;
}
.button {
  border-radius: 20px;
font-weight: 500;
border: 1px solid #49ffac;
  color: #49ffac;
background-color: #151515;
padding: 5px 15px 9px 15px;
line-height: 35px;
text-align: center;
font-size: 1.2em;
line-height: 20px;

width: 100%;
margin-top: 5px;
margin-bottom: 5px;
}

.red {
  border: 1px solid orange;
  color: orange;
}

.red:hover{
background-color: orange;
}


.button>span {
text-transform:capitalize;
}
.fullbutton {
  border-radius: 5px;
font-weight: 500;
width: 100%;
text-align: center;
text-transform: uppercase;
font-size: 1.2em;
border: 1px solid #49ffac;
  color: #49ffac;
background-color: transparent;
padding: 5px 10px 5px 10px;
line-height: 35px;
margin-top: 5px;
margin-bottom: 10px;
letter-spacing: 0.4px;
}

.fullbutton:hover {
  background-color: #49ffac;
  color: black;

}
.button:hover {
  background-color: #49ffac;
  color: black;

}

.right {

  text-align: right;
}

img {
}
.mh-logo img{
  width: 200Px;

}
.avatar {
width: 40px;
height: 40px;
object-fit: fill;
margin-bottom: 10px;
max-width: 40px;
min-width: 40px;
margin-right: 20px;
margin-top: 5px;
background-color: white;
border-radius: 40px;
border: 1px solid white;

}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}

ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
}
@import 's.css';

[class*=col-] {
  padding: 0px 0px 10px 0px;
 }
body {
  color: #eee;
  background: black;
}
body header {

  color: #eee;
    background-color: black;

}
body .views {
  color: #eee;
}
body .font input {
  color: #eee;
  overflow-wrap: break-word;
  outline: none;

}

.specimen {
  font-size: 3vw;
  line-height: normal;
  margin-bottom: 20px;
  outline: none;
}

.specimen ::selection {
background-color: pink;
}

.specimen:hover {
color: #49ffac;
transition: color 0.3s ease-in ;
}
.specimen2 {
  line-height: normal;
  outline: none;
  white-space: nowrap;
  font-size: fit-width;

}

.specimen2:hover {
color: #49ffac;
transition: color 0.3s ease-in ;
}

.specimen2 {
  display: none;
}

body .fsBox {
  background: #000;
  color: #eee;
}
body .fsBox input {
  color: inherit;
}
body .meta {
  color: #d3d3d3;
}
body .showTaxonomies {
  color: #d3d3d3;
  background: #000;
}
body .fontdemo1 input::-moz-selection,
body .fontdemo2 input::-moz-selection {
  color: inherit;
  background: #49ffac;
}
body .fontdemo1 input::selection,
body .fontdemo2 input::selection {
  color: inherit;
  background: #49ffac;
}
body .fontdemo1 input::-moz-selection,
body .fontdemo2 input::-moz-selection {
  color: inherit;
  background: #49ffac;
}
body ::-moz-selection {
  background: #eee;
  color: #000;
}
body ::selection {
  background: #eee;
  color: #000;
}
body ::-moz-selection {
  background: #eee;
  color: #000;
}
body.bright {
  color: #000;
  background: white;
}

body.bright a {
  color: black;

}


body.bright header a {
color: #49ffac;
}

body.bright .authors {
  background-color: #efefef;
  color: black;

}

body.bright .button {
  background-color: lightgrey;
  border: 1PX SOLID lightgrey;
  color: BLACK;
}

body.bright footer {
    background: #f3f3f3;
  border-top: 1px solid black;
}
body.bright .views {
  color: #000;
}
body.bright .font input {
  color: #000;
}
body.bright .fsBox {
  background: #f3f3f3;
  color: #000;
}
body.bright .fsBox input {
  color: inherit;
}
body.bright .meta {
  color: #808080;
}
body.bright .showTaxonomies {
  color: #808080;
  background: #f3f3f3;
}
body.bright .fontdemo1 input::-moz-selection,
body.bright .fontdemo2 input::-moz-selection {
  color: inherit;
  background: grey;
}
body.bright .fontdemo1 input::selection,
body.bright .fontdemo2 input::selection {
  color: inherit;
  background: grey;
}
body.bright .fontdemo1 input::-moz-selection,
body.bright .fontdemo2 input::-moz-selection {
  color: inherit;
  background: grey;
}
body.bright ::-moz-selection {
  background: grey;
  color: #f3f3f3;
}
body.bright ::selection {
  background: #000;
  color: #f3f3f3;
}
body.bright ::-moz-selection {
  background: #000;
  color: #f3f3f3;
}
body {
  font-family: 'paysage-font';
  font-size: 15px;
  line-height: 20px;
}
body.nonotice .notice {
  display: none;
}
body .notice p {
  display: inline;
}
body .notice .introbtn {
  font-size: 0.5em;
  cursor: pointer;
  border: 2px solid;
  padding: 0.1em 0.3em;
  vertical-align: top;
}
body.taxonomies .content {
  margin-top: 300px;
}

button.icon {
  border: none;
  background: transparent;
  vertical-align: middle;
  color: inherit;
  cursor: pointer;

}
button.icon:active {
  background: #808080;
}
button.icon:focus {
  outline: 1px dotted #fff;
}
header {
  position: fixed;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  padding: 0 60px;
  z-index: 5;


}
header .topnav {
  float: left;
  height: 100%;
    width: 25%:

}
header .topnav a.logo {
  display: block;
  border: none;
  padding-top: 1em;

}
header .topnav a.logo .icon {
  font-size: 32px;
  padding-left: 0;
}
header #search_form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  height: 100%;
  width: 23.5%;
  float: left;
}
header #search_form #search_query {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: inherit;
  margin-right: 1px;
  font-size: 2em;
}
header #search_form #search_submit {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50px;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
}
header .views {
  height: 100%;
  float: right;
  display: grid;
  text-align: right;
}
header .views ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  height: 100%;
}
header .views ul li {
  height: 100%;
  padding: 0 1px 0 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50px;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
}
header .views ul li .icon {
  width: 100%;
}
header .views ul .font-sizer {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 100%;
}
header .views ul .font-sizer .font-size {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  height: 100%;
}
header .views ul .font-sizer .font-size .icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60px;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  text-align: center;
  margin-top: 20px;
}
header .views ul .font-sizer .font-size input {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 100px;
}
header .views ul .font-sizer .font-size .valuebox {
  display: none;
}
header .fullh {
  height: 100%;
}
header .fullh[type=range] {
  padding: 0;
}
header .showTaxonomies {
  display: none;
  position: absolute;
  width: 103%;
  height: 300px;
  left: 0;
  top: 59px;
  border: 1px solid rgba(128,128,128,0.29);
  line-height: 1.6em;
  vertical-align: top;
}
header .showTaxonomies .colonne {
  height: 298px;
  padding: 30px 60px;
  display: inline-block;
  width: 23.5%;
  overflow-y: auto;
}
header .showTaxonomies .colonne ul {
  position: relative;
}
header .showTaxonomies .colonne ul li {
  padding-left: 15px;
}
header .showTaxonomies .colonne ul .pad {
  position: absolute;
  top: 100%;
  height: 30px;
  width: 1px;
}

.content {
  padding-top: 90px;
  min-height: 100%;
}
.content h1 {
  font-size: 3em;
  margin: 60px 0 60px 0px;
}
.notice {
  font-size: 40px;
  line-height: 50px;
  padding: 0 60px 40px 60px;
}
.typeface {
  padding: 30px 60px 40px 60px;
  clear: both;
  overflow: hidden;
  line-height: 1.6em;



}
.typeface .fontlist .font .fontdemo1 input {
  word-wrap: break-word;
 word-break: break-all;
 width: 100%;
}


.typeface .meta {
  float: left;
  display: block;
  line-height: 25px;
  padding-left: 30px


}
.typeface .meta p {
font-size: 1em;
}
.typeface .meta>li {
  margin-bottom: 10px;
}
.typeface .meta li.fontname {
  margin-bottom: 10px;
}
.typeface .meta li li {
  padding-left: 15px;
}
.typeface .meta li img {
  width: 50%;
  float: left;
}
.typeface .meta li figcaption.hidden {
  display: none;
}
.typeface .meta h2 {
  color: #808080;

}
.typeface .meta .edit {
  clear: both;
}
.typeface .fontlist {
  float: left;
}



.typeface .fontdescription {
  width: 100%;
}

.typeface .fontlist .font {
  -webkit-transition: all 0.1s ease-out;
          transition: all 0.1s ease-out;
  margin: 0 0 0px 0;
}
.typeface .fontlist .font .fontdemo1,
.typeface .fontlist .font .fontdemo2 {
  overflow: hidden;
}
.typeface .fontlist .font .fontdemo1 input,
.typeface .fontlist .font .fontdemo2 input {
  -webkit-transition: width 0.3s ease-out;
          transition: width 0.3s ease-out;
  height: 1.5em;
  width: 100%;
  background: transparent;
  border: 0;
}
.typeface .fontlist .font .fontdemo1 input {
  font-size: 80px;
  white-space: nowrap;
  font-family: inherit;
}
.typeface .fontlist .font .fontdemo2 input {
  font-size: 30px;
  white-space: nowrap;
  font-family: inherit;

}
.typeface .fontlist .font .legend {
  font-size: 12px;
  color: #808080;
}
.typeface .fontlist .font .legend a {
  border-bottom: none;
}
.typeface .fontlist .font .legend .icon-fullscreen {
  margin-left: 0px;
  background: none;
  color: inherit;
  vertical-align: baseline;
  cursor: pointer;
  font-size: 11px;
}
.gridview .typeface .font {
  width: 30%;
  display: inline-block;
  margin-right: 1%;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}
.gridview .typeface .font:after {
  content: " ";
  height: 100%;
  width: 30px;
  position: absolute;
  right: 0;
  top: 0;
  background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, #000 100%);
  background: linear-gradient(to right, rgba(0,0,0,0) 0%, #000 100%);
}
.gridview .typeface .font .fontdemo2 {
  display: block;
}
.gridview.bright .font:after {
  background: -webkit-linear-gradient(left, rgba(243,243,243,0) 0%, #f3f3f3 100%);
  background: linear-gradient(to right, rgba(243,243,243,0) 0%, #f3f3f3 100%);
}
.page-content {
  width: 60%;
  margin-left: 20%;
  margin-right: 20%;
  padding-bottom: 100px;
}
p {
  font-size: 1.4em;
  line-height: 1.4em;
}
.page-content p {
  margin-bottom: 10px;
}
.page-content h1 {
text-align: center;
font-size: 4em;
font-weight: bolder;
}

.page-content h2 {
font-size: 2.5em;
font-weight: normal;
letter-spacing: 1px;
margin-top: 20px;
}
.page-content h3 {
  margin-bottom: 20px;
  margin-top: 20px;
  line-height: normal;
  font-weight: bolder;
  font-size: 2em;

}
.page-content ul, ol {
  font-size: 1.4em;
line-height: 1.5em;
  margin-top: 10px;
  margin-left: 20px;

}
.page-content ul li {
  list-style: circle;


}

blockquote {
  padding-left: 20px;
  border-left: 5px solid white;
  font-size: 1.2em;
}


.fsBox {
  width: 100%;
  height: 100%;
  padding: 100px;
  position: fixed;
  text-align: center;
  top: 0;
  left: 0;
  z-index: 20;
  font-size: 40%;
}
.fsBox.displayed {
  display: block;
}
.fsBox input {
  text-align: center;
  color: inherit;
}
.fsBox .close-fullscreen {
  font-size: 10em;
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}
.pagination {
  padding: 120px 0;
  clear: both;
  font-size: 2em;
  border-bottom: 1px solid rgba(128,128,128,0.29);
  text-align: center;
}
.pagination li {
  display: inline;
  list-style: none;
  margin: 0 0.5em;
}
.pagination li.MarkupPagerNavOn a {
  border: 2px solid;
  border-radius: 1em;
  padding: 0.3em 0.6em;
}
.pagination li.MarkupPagerNavNext,
.pagination li.MarkupPagerNavPrevious {
  font-size: 0.8em;
  vertical-align: top;
}
.pagination li a {
  color: #808080;
  border: none;
}
.pagination li a:hover {
  color: rgba(128,128,128,0.29);
}
body>footer {
  margin-top: 50px;
  padding: 50px 0;
  background-color: #1d1d1d;
bottom: 0;
width: 100%;
 left: 0; right: 0;
 text-align: center;
 border-top: 1px solid white;
}
body>footer p {
  font-size: 1em;
  color: #808080;
  text-align: center;
  margin: 0 0 10px 0;
}
a {
  color: inherit;
  text-decoration: none;
  color: #49ffac;
}
a:hover {
  border-style: solid;
}
input[type=text] {
  border: none;
  background: rgba(128,128,128,0.29);
}
button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
  border: none;
}
@media (max-width: 1200px) {
  header .fullh {

  /*  padding-right: 10px; */
  /*  padding-left: 10px; */
  }
}


body.bright .swiper-container img {
  filter: invert();
}




/* MEDIA QUERIES */

/* Responsive layout - when the screen is less than 700px wide, make the two columns stack on top of each other instead of next to each other */




  @media all and (min-width:0px) and (max-width: 48em) {

    .mh-logo img{
      width: 150Px;

    }

    body {
      font-size: 11px;
    }

    h2 {

      font-size: 2em;}
header {
  padding-left: 5%;
  padding-right: 5%;
}
  .mh-logo img{

  }

  .swiper-container {

    float: left;
    margin-top: 20px;
    margin-bottom: 20px;



  }

  .main-nav li {
  	display: inline;
        padding: .1em .5em;
      	display: block;
        text-align: right;
-

  }


  .description {
    width: 100%;
    max-width: 100%;
        padding: 0px 30px 30px 0px;;
  }


  .typeface {
    padding: 30px 20px 40px 20px;
  }
  .typeface .fontlist {
      width: 100%;
}

.typeface .meta {
    margin-top: 20px;
    padding-left : 0px;}


    .page-content {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;}

    .content {
    padding-top: 100px;}
    .specimen {
      font-size: 6vw;

  }
