/*
Theme Name: Dami podlahy
Theme URI: http://damipodlahy.cz/
Author: O.B.
Author URI: http://wordpress.org/
Description:Theme for Dan Mikyska
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, orange, white,light, one-column,flexible-width, custom-header, custom-menu, editor-style, featured-images
Text Domain: no
*/

a:link { color:#FFB756; }
a:visited { color:#FFB756; }
a:hover, a:focus { color:#666665; }
a:active { color: #FFB756; }


body {
  font-size: 14px;
  line-height: 24px;

}

body, nav, h1, h2, h3, h4, h5, h6 {
  font-family: sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #FFB756;
}

.content-width-container {
    margin: 12px auto;
    max-width: 100%;
}

@media (min-width: 1200px) {
  .content-width-container {
      max-width: 1200px;
  }
}

.logo {
  margin: 0 10px;
}

.header-image img {
  width: 100%;
  height: auto;
}

/* Footer */

footer {
  background: #666;
  color: #fff;
}

.footer_content {
  max-width: 980px;
  display: flex;
  flex-wrap: wrap;
}

.footer_col {
  flex: 1;
  min-width: 200px;
  margin: 20px 15px;
}

.footer_col .header {
  font-weight: bold;
  text-transform: uppercase;
  color: #FFB756;
  font-size: 13px;
}

footer .copyright {
  text-align: center;
  padding-bottom: 10px;
}

.footer_col a:link { color:white; text-decoration: none;}
.footer_col a:visited { color:white; text-decoration: none;}
.footer_col a:hover, .footer_col a:focus { color:white; text-decoration: underline;}
.footer_col a:active { color:white; text-decoration: none;}

/* Navigace */
.navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #FFB756;
  text-transform: uppercase;
}

.navigation li {
  float: left;
}

.navigation li a,
.navigation  .dropbtn {
  display: inline-block;
  color: black;
  text-align: center;
  padding: 9px 16px;
  text-decoration: none;
}

.navigation li a:hover,
.navigation  .dropdown:hover .dropbtn {
  background-color: #666665;
  color: white;
}

.navigation li.dropdown {
  display: inline-block;
}

.navigation .dropdown-content {
  display: none;
  position: absolute;
  background-color: #666665;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.navigation .dropdown-content a {
  color: white;
  padding: 9px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.navigation .dropdown-content a:hover {
  background-color: #FFB756;
  color: white;
}

.navigation .dropdown:hover .dropdown-content {
  display: block;
}

.navigation .current-menu-item {
  background-color: #666665;
}