

li {
    color : #000000;
    list-style-type : none;
  }

.pagination ul li{
  list-style-type: none;
  display: inline;
}


a {
    text-decoration : none;
  }

html{
  font-size: 12px;
}

    /* import fonts*/ 

@font-face {
  font-family: keepcalm;
  src: url(../fonts/KeepCalm-Medium.ttf);
}

@font-face {
  font-family: coolvetica;
  src: url(../fonts/coolvetica rg.ttf);
}


@font-face {
  font-family: CocoGothic;
  src: url(../fonts/CocoGothic_trial.ttf);
}

@font-face {
  font-family: BebasNeue;
  src: url(../fonts/BebasNeue.otf);
}
@font-face {
  font-family: Roboto-Light;
  src: url(../fonts/Roboto-Light.woff);
}

@font-face {
  font-family: Roboto-Regular;
  src: url(../fonts/Roboto-Regular.woff);
}

    /* assign fonts*/ 

h1{
  color : white;
  font-family : 'BebasNeue';
  line-height : 200%;
  font-size: 4vw;
  font-weight: normal;
}


p {
    color : white;
    font-family : 'Roboto-regular';
    line-height : 200%;
    font-size:2rem;
  }

  @media screen and (min-width: 1600px) {
    p {
    font-size: 2.1rem;
  }
}

ul.nav.menu li a{
    color : white;
    font-family : 'Roboto-Regular';
    line-height : 1.5rem;
    font-size:1.5rem;
}

    /* fonts colors*/ 

div.item-page div div.back.a2 div.container h1{
   color : black;
}
div.item-page div div.back.a2 div.container p{
  color : black;
}