#scroll-gif {
    width: 100%;
    float: right;
    bottom: 5vh;
    position: absolute;
}
ul.punkty {
    list-style: square inside;
    padding-left: 0;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
}
ul.punkty li {
    color: white;
	font-size: 1.5em;
}
.section.white h1, .section.white p, .section.white h3 {
    color: black;
}
.section.white .fp-controlArrow.fp-next{
	border-color: transparent transparent transparent black;
}
.section.white .fp-controlArrow.fp-prev{
	border-color: transparent black transparent transparent;
}
div#whoiam-text {
    width: 88%;
    float: right;
    padding-right: 6%;
    color: black;
}
div#whoiam-text p{
	width:100%;
	margin-bottom: 20px;
}
h3 {
    font-size: 3em;
    color: white;
    font-weight: 700;
    margin: 20px;
    font-family: "Open Sans Condensed";
}
label {
    width: 213px;
    display: inline-block;
    text-align: right;
    padding-right: 10px;
	    color: black;
		font-family: "Open Sans";
    font-size: 1.5em;
}
.formline {
    margin: 10px 0;
}
input[type="text"] {
    height: 30px;
    width: 300px;
    border: 1px solid #e9e9e9;
}
input[type="submit"] {
    background: #588F27;
    color: white;
    border: 0;
    padding: 10px 22px;
    font-size: 20px;
    border-radius: 6px;
}
input[type="submit"]:hover {
    background: black;
    box-shadow: 0 0 5px #737373;
}
.topfixed {
    padding-top: 40px;
    position: absolute;
    width: 100%;
}
div#section2 {
    /*background-image: url(ja.jpg);*/
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 28%;
}
p.text-danger {
    display: block;
    padding: 10px;
    clear: both;
    margin-top: 18px;
    width: 20%;
    top: 20px;
    color: red!important;
    font-weight: 700;
    font-size: 13px;
    font-family: "Open Sans Condensed";
}
.alert.alert-success {
    background: #588F27;
    width: 33%;
    margin-left: auto;
    margin-right: auto;
    color: white;
    padding: 10px;
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
}