div.mainImage{
    height: 500px;
    background-image: url("images/K66A0465.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position:94%70px;;
    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: 400px;
    background-image: url("images/drill_cover_image-4f1aa63cd689f1dafd05eb854df49639.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position:100%70%;
    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: 500px;
  }

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

.TextBox{
  width: 80%;
  margin-right: auto;
}
.text{
  padding: 20px;
font-size: 20px;
}

#tcMedijaStraniceMenu {
 border-bottom: 2px solid rgba(0, 0, 0, 0.70);
}
