div.mainImage{
    height: 350px;
    background-image: url("images/soccer.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position:100%80%;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

@media only screen and (min-width: 768px) {
div.mainImage{
    height: 350px;
    background-image: url("images/soccer.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position:100%80%;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
}

.inner{
    background: rgba(0,0,0,0.7) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAACCAYAAACddGYaAAAAD0lEQVQIW2NkQABjRmQOAAM+AGkQsDBSAAAAAElFTkSuQmCC) repeat;
    height: 350px;
  }

@media only screen and (min-width: 768px) {
.inner{
    background: rgba(0,0,0,0.7) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAACCAYAAACddGYaAAAAD0lEQVQIW2NkQABjRmQOAAM+AGkQsDBSAAAAAElFTkSuQmCC) repeat;
    height: 350px;
}}
.mainText{
	font-size: 50px;
	color: white;
	text-align: center;
	font-family: 'Comfortaa', cursive;
	padding-top: 10px;
  margin-top: 70px;
}
.subText{
	font-size: 25px;
	color: white;
	text-align: center;
	font-family: 'Comfortaa', cursive;
	font-style: italic;
}

@media only screen and (max-width: 767px) {
.menuBar{
  background-color: rgba(94, 116, 131, 1);
  height: 120px;
}
}

@media only screen and (min-width: 1270px) {
.menuBar{
  background-color: rgba(94, 116, 131, 1);
  height: auto;
}
}

@media only screen and (max-width: 1269px) and (min-width: 768px) {
.menuBar{
  background-color: rgba(94, 116, 131, 1);
  height: auto;
  min-height: 115px;
}
}

.kontaktWrap{
  width: 60%;
  margin: auto;
  box-shadow: 1px 0px 3px 1px rgba(168, 168, 168, 0.5);
   background: #fff;
}

.kontaktText{
  padding: 20px;
  margin-top: 30px;
}

@media (max-width: 767px) {
    .social-buttons .btn {
        padding: 8px 15px;
        margin: 1px;
    }
}