@charset "UTF-8";
/*
Theme Name: Cumulu2 template by Clouds.pl
Theme URI: http://www.clouds.pl
Author: Clouds Studio graficzne
Author URI: http://www.clouds.pl
Description:  Cumulu2 template by Clouds.pl
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: clsg-theme

To jest podstawowy plik arkuszu styli dla Wordpressa.
*/
@import url("assets/css/mainstyle.css");
a.very-mega-big-button{
	background: #008dd2;
	color:white;
	padding:25px 50px;
	display:block;
	margin:25px auto;
	width:60%;
	text-align:center;
	font-size:24px;
	transition:background ease 1s;
}
a.very-mega-big-button:hover{
	background: #085f8f;
}
.hometext .text{
	padding:100px 50px;
}

a.do-sklepu-przycisk{
	background:#ff4ade;
	padding:25px 35px;
	display:inline-block;
	color:white;
	font-size:26px;
	font-weight:bold;
	transition: ease all 1s;
	margin-left:35px;
	text-align:center;
	position:relative;
	z-index:999999;
}
a.do-sklepu-przycisk:hover{
	transform:scale(1.05);
}
a.do-sklepu-przycisk img{
	margin-right:15px;
}