
/*  ### BODY  */

body { padding-top:0px; padding-bottom: 0px;  font-size: 16px; } 

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
body { padding-top:0px; } 
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 
body { padding-top:0px; } 
}

/* Large devices (large desktops, 1400px and up) */
@media (min-width: 1400px) { 
body { padding-top:0px; } 
.navbar-perso-fixed {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  top: 0;
  border-width: 0 0 1px;
  border-radius: 0;
}
}

/* NAVBAR */

.bg-light { background-color: #fff; } 
.navbar-light { background-color: #fff;  }


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

@font-face {
  font-family: Hensa;
  src: url(../fonts/Hensa1/Hensa/Hensa.otf);
}

@font-face {
  font-family: Blackjack;
  src: url(../fonts/black_jack/BLACKJAR.TTF);
}

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

@font-face {
  font-family: Trashhand;
  src: url(../fonts/trashhand/TrashHand.TTF);
}

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

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

@font-face {
  font-family: Justtell;
  src: url(../fonts/justtell/justtell.otf);
}


.coffee { font-family: Coffee; }
.justtell { font-family: Justtell; }
.tangerine { font-family: 'Tangerine'; font-size: 3em; line-height:1.5em; }
.patrick { font-family: 'Patrick Hand', cursive; }
.sarabun { font-family: 'Sarabun', sans-serif; }
.roboto { font-family: 'Roboto', sans-serif; }
.hind { font-family: 'Hind', sans-serif; }
.handlee { font-family: 'Handlee', cursive; }

.navbar-slogan {
    font-family: 'Handlee', cursive;
    color: #777!important;
    font-weight: bold;
    font-size:1.8em; 
}