/*
Theme Name: akwadrat
Theme URI: http://yourthemeurl.com
Description: A custom WordPress theme with a unique header.
Author: Your Name
Author URI: http://yourwebsite.com
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: akwadrat
*/
@font-face {
  font-family: 'Lucida Sans Unicode';
  src: url('fonts/lucida_sans_unicode.ttf');
}
/* Reset some default browser styles */
html, body, div, h1, h2, h3, p {
    margin: 0;
    padding: 0;
}

.page .entry-title {
display: none;
}

/* Define some basic styles */
body {
    font-family: 'Lucida Sans Unicode';
    color: #000000;
    background-color: #000000;
    width: 1050px;
    margin: auto;
    position: relative;
}

/* Style the header */
header {
    background-color: #f58220;
    font-size: 12px;
    padding: 10px;
    padding-left: 40px;
}

header span {
	color: #ffffff;
}

footer {
	color: #7c7c7c;
	font-size: 12px;
	padding: 10px;
    	padding-left: 40px;
}

footer span {
	color: #f58220;
}


@media screen and (min-width:600px){
        footer .dane_kontaktowe {
                display: inline;
                float: left;
                width: 400px;
                margin-right: 300px;
        }

        footer .copyrights {
                display: inline;
                float: left;
                margin-right: 10px;
                width: 150px
        }
}
.menu-header-menu-container {
	background-color: #f58220;
}

.ikona_strony {
  position: absolute;
  top: 70px;
  right: 40px;
  width: 158px;
  height: 158px;
  background: url("wp-content/uploads/2023/09/logo.png") no-repeat;
  z-index: 1000000;
}
