/*
  Theme Name:   Drone Media Child
  Theme URI:    https://drone-media.ancorathemes.com/
  Description:  Drone Media - excellent WordPress theme with many different blog and header layouts
  Author:       AncoraThemes
  Author URI:   https://ancorathemes.com/
  Template:     drone-media
  Version:      1.0
  Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
  Text Domain:  drone-media
*/

/* =Theme customization starts here
-------------------------------------------------------------- */



.body{
	hyphens:none !important;

}

h1,h2,h3,h4,h5,h6{
    hyphens:none !important;
}

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 99999;
}

.logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.logo img {
     animation: heartbeat 2s ease-in-out infinite;
}


@keyframes heartbeat {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.05);
    }
    50% {
        transform: scale(1);
    }
    75% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

