/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2021-03-12, 15:22:34
    Author     : Norbert
*/
body{
/*style ponizej dodane tymczasowo do strony w budowie*/
	display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
	font-size: 13px;
	font-family: 'Lato', sans-serif;

}

/*Style dla strony w budowie*/
.wrapper_site_in_build{
	display:flex;
}
.wrapper_site_in_build span{
	padding:50px;
}
.main_btn_download{
	margin-top:50px;
}
.description{
	font-weight: 700;
	margin:auto;
	padding-left:30px;
}

.link_btn
{
	cursor: pointer;
    display: inline-block;
    color: #fff;
    background: #ed1a3b;
    border-top: 2px solid #ed1a3b;
	border-bottom: 2px solid #ed1a3b;
	border-left: 0;
	border-right: 0;
	border-radius: 0;
    font-size: 17px;
    padding: 15px 32px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    font-weight: 500;
    font-family: "proxima_novaregular",sans-serif;
    text-align: center;
}


.link_btn:hover
{
	color: #ffffff;
	background: #ed1a3b;
}


/*.link_btn.invert:hover 

{
	color: #000000;
	background: #ffffff;
	text-decoration: none;
}

.link_btn.invert:focus


{
	outline: none;
}*/