.button1
{
	height: 50px;
	width: 20%;
	background:#3300FF;
	float: left;
	text-align: center;
	color: #ffe13f;
	padding-top: 14px;
	font-family: 'Montserrat Alternates', sans-serif;
	transition-duration: 0.5s;
	border-bottom-color: #ffe13f;
	border-bottom-width: 4px;
	border-bottom-style: solid;
}
.button1:hover
{
	background: white;
	color: black;
}
.pasek1
{
	height: 50vh;
}
.chruptaczekLogo
{
	height: 30px;
	width: 30px; 	
	padding-bottom: 5px;
}

@media only screen and (max-width: 813px)
{
    .button1{width: 100%;}
}