/*
Theme Name: Overworld
Theme URI: http://overworld.edge-themes.com
Description: A Contemporary Theme for Creative Business
Author: Edge Themes
Author URI: http://themeforest.net/user/edge-themes
Text Domain: overworld
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.2
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

.vc_images_carousel .vc_carousel-indicators {
	bottom: -30px !important;
}

@font-face {
    font-family: sylvester;
    src: url(/wp-content/uploads/fonts/Sylvester.otf) format("opentype");;
}
.dotd-title {
	font-family: sylvester !important;
}
H1,H2,H3,H4,H5,H6 {
	font-family: sylvester !important;
}
.edgtf-title-info {
	display: none !important;
}
:history {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}
html
{
  scroll-padding-top: 180px; /* height of sticky header */
}




