/*
Theme Name: Digital HI
Author: Yvette A.
Description: Custom WP theme; built using Bootstrap. Inspired by pie.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: hi-bootstrap
Domain Path: /languages/
Tags:

*/

.leadin {
    font-size: 1.2em;
    font-style: italic;
    font-weight: bold;
}

.contact-numbers {
    padding: 1% 0;
    background: #0F6835;
}

.contact-numbers ul li {
    color: #fff;
    text-align: center;
    list-style: none;
}

@media screen and (min-width: 768px)
{

#megaMenu ul.megaMenu > li.menu-item > a {
	font-size:0.75em !important;
}

}


@media screen and (min-width: 992px)
{

#megaMenu ul.megaMenu > li.menu-item > a {
	font-size:1.2em !important;
}

}