html,body{height: 100%;}

body{
padding: 0;
margin: 0;
}

.wrap{
  height: auto;
  min-height: 100%;
   width: 100%;
}

.content{

}
a {
  text-decoration: none !important;
}
div.mainImage{
    height: 90vh;
    min-height: 730px;
    background-image: url("images/audience-stadium-champions-league-football-photo-wallpaper.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;
}
@media only screen and (max-width: 768px){
 div.mainImage{
    height: 90vh;
    min-height: 800px;
    background-image: url("images/audience-stadium-champions-league-football-photo-wallpaper.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position:70%;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
} 
}
.inner{
    background: rgba(0,0,0,0.8) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAACCAYAAACddGYaAAAAD0lEQVQIW2NkQABjRmQOAAM+AGkQsDBSAAAAAElFTkSuQmCC) repeat;
    height: 79px;
}
@media only screen and (max-width: 767px){
 .inner{
    background: rgba(0,0,0,0.8) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAACCAYAAACddGYaAAAAD0lEQVQIW2NkQABjRmQOAAM+AGkQsDBSAAAAAElFTkSuQmCC) repeat;
    height: 115px;
} 
}
@media only screen and (max-width: 1266px) and (min-width: 768px){
   .inner{
    background: rgba(0,0,0,0.8) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAACCAYAAACddGYaAAAAD0lEQVQIW2NkQABjRmQOAAM+AGkQsDBSAAAAAElFTkSuQmCC) repeat;
    height: 104px;
} 
}
.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;
}

.mediaWrap{
    height: auto;
    width: 400px;
    background-color: rgba(26, 64, 86, 0.85);
    color: white;
    float: right;
    margin-right: 200px;
    margin-top: 40px;
    border-radius: 5px;
}
@media only screen and (max-width: 768px){
  .mediaWrap{
    height: auto;
    background-color: rgba(26, 64, 86, 0.85);
    color: white;
    margin-top: 40px;
    border-radius: 5px;
    width: 300px;
    margin: auto;
    float:none;
}
}

.naslovWrap{
  font-size: 28px;
  color: #e3c096;
  font-family: 'Viga', sans-serif; 
  text-transform: uppercase;  
  font-weight: bold;
  margin: 0;
  text-align: center;
  margin-top:20px;
}

.textWrap{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  font-size: 20px;
  color: #e3c096;
  font-weight: bold;
  font-family: "Montserrat", Arial, sans-serif;
}

.iconsWrap{
  margin-left:15px;
  margin-top: 20px;
}

.iconsWrap a {
  color:  #e3c096;
  font-family: 'Viga', sans-serif; 
  text-transform: uppercase;  
}
.iconsWrap a:visited{
  color: #e3c096;
}
.iconsWrap a:hover{
  color: black;
}
.iconsWrap a:active{
  color: #e3c096;
}
