@charset "utf-8";
a:visited, a:link, a:active{ color: black; text-decoration: none;} 
@media screen and (max-width: 4500px) and (min-width: 1101px) {

    html,
    body {
        width: 100%;
        height: 1319px;
        margin: 0px;
        padding: 0px;
    }

    body {
        background: url('../images/splash_bg2.jpg');
        background-repeat: no-repeat;
        background-position: center top;
    }
    #main {
        width: 1100px;
        height: 1319px;
        margin: 0 auto;
    }
    #button_satysfacja{
        width: 290px;
        height: 85px;
        background: #a70824;
        color: white;
        font-size: 24px;
        font-family: "Lato-Regular";
        text-align: center;
        line-height: 85px;
        float: left;
        clear: both;
        margin-top: 980px;
        margin-left: 132px;
    }
    #button_opinia{
        width: 290px;
        height: 75px;
        background: #a70824;
		padding-top: 20px;
        color: white;
        font-size: 24px;
        font-family: "Lato-Regular";
        text-align: center;
        line-height: 28px;
        float: right;
        margin-top: 935px;
        margin-right: 126px;
    }
}
@media screen and (max-width: 1100px) and (min-width: 200px) {
    html, body {
		width: 100%;
		height: 1789px;
		margin: 0px;
		padding: 0px;
	}

	body {
		background: url('../images/splash_bg_mobile2.jpg');
		background-repeat:no-repeat;
		background-position:center top;
	}
    #main{
		width:320px;
		height:1000px;
		margin:0 auto;

	}
    #button_satysfacja{
        width: 290px;
        height: 80px;
        background: #a70824;
        color: white;
        font-size: 24px;
        font-family: "Lato-Regular";
        text-align: center;
        line-height: 80px;
        float: left;
        clear: both;
        margin-top: 655px;
        margin-left: 15px;
    }
    #button_opinia{
       width: 290px;
        height: 75px;
		padding-top: 20px;
        background: #a70824;
        color: white;
        font-size: 24px;
        font-family: "Lato-Regular";
        text-align: center;
        line-height: 28px;
        float: left;
        margin-top: 735px;
        margin-left: 15px;
    }
}

