/*
Theme Name: Ratio
Theme URI: http://ratio.edge-themes.com
Description: A Powerful Theme for Architecture, Construction, and Interior Design
Author: Edge Themes
Author URI: http://demo.edge-themes.com
Version: 2.1
License: GNU General Public License
License URI: licence/GPL.txt
Text Domain: ratio

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

*/
.menuButton{
	float:left;
	padding:10px 25px;
	background: #d4b471;
	font-size:13px;
	font-weight:600;
	color:#fff!important;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.menuButton:hover{
	opacity:0.8;
}
#custom_html-2{
	display:inline-block;
	vertical-align: middle;
}
#custom_html-3{
	display:inline-block;
	vertical-align: middle;
}
.wersja_desktop{
	display:block;
}
.wersja_mobile{
	display:none;
}
@media only screen and (max-width: 1000px) {

.wersja_desktop{
	display:none;
}
.wersja_mobile{
	display:block;
	}
	h2{
		font-size:23px!important;
	}
	h3{
		font-size:18px!important;
	}
}