/*!
 * Start Bootstrap - Shop Homepage (https://startbootstrap.com/template-overviews/shop-homepage)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-shop-homepage/blob/master/LICENSE)
 */
body {
  padding-top: 75px;
}

.zoom{
  /* Aumentamos el ancho y la altura durante 1 segundo */
  transition: width 1s, height 1s, transform 1s;
  -moz-transition: width 1s, height 1s, -moz-transform 1s;
  -webkit-transition: width 1s, height 1s, -webkit-transform 1s;
  -o-transition: width 1s, height 1s,-o-transform 1s;    
}
.zoom:hover{
  /* tranformamos  su tamaño al pasar el mouse por encima con scale(2.5). */
  transform : scale(1.1);
  -moz-transform : scale(1.1);      /* Firefox */
  -webkit-transform : scale(1.1);   /* Chrome - Safari */
  -o-transform : scale(1.1);        /* Opera */
}


@font-face {
  font-family: 'RiseofKindom';
  src: url('RiseofKingdom.ttf');
  
}
