
@import url('https://fonts.googleapis.com/css2?family=Caveat+Brush&family=Comic+Neue&family=Dosis&family=Fredericka+the+Great&family=Josefin+Sans&family=Julius+Sans+One&family=Open+Sans&family=Permanent+Marker&family=Rock+Salt&family=Stardos+Stencil&family=Tinos&family=Yusei+Magic&family=Luckiest+Guy&family=Limelight&family=Lacquer&family=Langar&family=Nerko+One&family=Piedra&display=swap');

@media (min-width:850px ) {
.head1 { display:none; }
.header {font-size:3vw;font-weight:bold;}
.header1 {font-size:5vw;}
.gw {font-size:1.5em;}
.kw {font-size:1.2em;}
.kkw {font-size:1.1em;}
.kkk {font-size:0.9em;}
.ukk {font-size:0.8em;}
.navk {float:left;margin:0.3% 0.3% 0% 0.3%;border-radius:5px;border:solid 0.7px #fff;font-weight:500;}
               }

@media (max-width:850px ) {
.body {max-width:100%; width:100%;}
.head { display:none;  }
.header {font-size:4vw;font-weight:bold;}
.header1 {font-size:6vw;}
.gw {font-size:1em;}
.kw {font-size:0.9em;}
.kkw {font-size:0.8em;}
.kkk {font-size:0.7em;}
.ukk {font-size:0.6em;}
.martop {margin-top:16%;}
.navk {float:left;margin:2% 0.3% 0.1% 0.3%;border-radius:5px;border:solid 0.7px #fff;font-weight:500;}
               }

.cent{display: flex; align-items: center; justify-content: center;}
.max {float:left; width:100%;}
.up  {text-transform:uppercase;}
.rnd {border-radius: 10px ;}
.cont a {text-decoration: none; }
a:hover { text-decoration: none; }

img.crop{
    max-width: 50px;
    width: 100%;
    max-height: 100px;
    height: 100%;
    object-fit: cover;
    object-position: top center;
         }

.iframe-container iframe {
  position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    }

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}