/*!
Theme Name: Led
Theme URI: http://underscores.me/
Author: KarnaukhovGroup
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: led
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Led is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

h2{
    color: black !important;
}
.button{
    text-decoration:none;
    text-align:center;
    padding:11px 32px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius: 4px;
    font:18px Arial, Helvetica, sans-serif;
    font-weight:bold;
    color:black;
    background-color:#eab354 ;
    z-index: 999999;
    margin: -45px 0 0 0px;
    position: absolute;
  right: 5%;
  bottom: 5%;
}
.button:hover{
    color:white;
    background: #0a4b78;
}
.ngg-navigation{
    padding-bottom: 30px !important;
}

@media screen and (max-width:414px){
    .button{
        left: 18%;
        top:98%;
    }
}

@media screen and (max-width:411px){
    .button{
        left: 20%;
        top:98%;
    }
}

@media screen and (max-width:376px){
    .button{
        left: 10%;
        top:98%;
    }
}
@media screen and (max-width:320px){
    .button{
        left: 1%;
        top:98%;
    }
}
