.mainimg{
position: relative;
display: flex;
flex-direction: row;
width: 100%;
overflow: inherit;
background: url(/templates/ScorePRO/images/back/back04.jpg) left center no-repeat;
background-position-x: 0px;
background-position-y: 0px;
background-size: cover;
}

#maintext{
color: #2d3e50;
/*color: #ffa60a;*/
/*color: white;*/
text-align: left;

width: 100%;
margin-top:150px;
margin-bottom:200px;
margin-left: 10%;
font-size: 3.5em;
font-weight: bold;

}

#glav{
font-size: 1.7em;
font-weight: bold;
}

.text1{
color: #2d3e50;
font-size: 1.35em;
font-weight: normal;
line-height: 1.5;
text-align: justify;
margin-top:1em;
margin-bottom:2em;
margin-left: 12%;
margin-right: 12%;
}

.inblueblock{
background-color: #2d3e50;
color: #ffa60a;
font-size: 1.35em;
font-weight: normal;
line-height: 1.5;
text-align: justify;
margin-top:1em;
margin-bottom:2em;
margin-left: 12%;
margin-right: 12%;
padding: 3%;
}

