/*-------BAISIC SET UP------*/

*{
    margin: 0;
    padding: 0;
    
}

html,
body{
    background: #000000;
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    text-rendering: optimizeLegibility;
    
    
}

/*-----REUSABLE COMPONENTS-----*/
.row{
    max-width: 1140px;
    margin:0 auto;
}

section{
    padding: 80px 0;  
}

.box{
    padding: 1%;
}

/*------HEED--------*/

header {
    background-image: url('img/home2.jpg');
    background-size: cover;
    background-position: center;
    height: 83vh;
    background-attachment: fixed;
}

.welcome-text-box{
    text-align: center;
    margin: 200px 0 30px 0;
}

.welcome-text-box h1{
    font-family: 'Playfair Display', serif;
    font-size: 85px;
    font-weight: 700;
    letter-spacing: 4px;
}

.welcome-text-box p{
    margin-top: -65px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 25px;
}


/*------HEADINGS--------*/

h1{
    text-align: center;
    padding-top: 20px;
    font-weight: 500;
    height: 200px;
    font-size: 300%;
    word-spacing: 2px;
    letter-spacing: 1px;
    
    
    
}


/*----BUTTONS------*/

.btn{
    text-decoration: none;
    background-color: #f31137;
    border-radius: 30px;
    padding: 10px 50px;
    color: #fff;
    display: inline-block;

    margin-top: 50px;
    margin-left: 20px;
    margin-right: 20px;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 20px;
    
}

.btn:hover{
    background-color: darkred;
}




/*-----NAV------*/



.main-nav{
    width: 100%;
    height: 90px;
    float: right;
    list-style: none;
    margin-top: 0;
    background-color: #000000;
    border-bottom: 1px solid grey;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 18px;
}

.main-nav li{
    margin-top: 35px;
    display: inline-block;
    float: right;
}

.main-nav li :first-child{
    margin-right: 100px;
}


.main-nav li a:link,
.main-nav li a:visited {
    padding: 20px 0;
    color: #fff;
    text-decoration: none;


    border-bottom: 2px solid transparent;
}

.main-nav li a:hover,
.main-nav li a:active {

    color:#f31137;
    
}

.logo{
    width: 90px;
    height: 60px;
    margin-left: 10%;
    margin-top: 13px;
    
}

/*----------BIOGRAFIJA----------------*/

.biografija{
    background-image: linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.7)),url(img/bio2.jpg);
    background-size: cover;
}
.biografija h2{
    font-family: 'Playfair Display', serif;
    font-size: 45px;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center;
    margin: 80px 0 0 0;
}


/*
h2:after {
    display: block;
    height: 2px;
    background-color: #f31137;
    content: " ";
    width: 100px;
    margin: 0 auto;
    margin-top: 30px;
}
*/


.uvod-biografije{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-top:8%; 
    margin-bottom: 5%;
    text-align: center;
}

.fudbal{
    margin-top:8%; 
    margin-bottom: 5%;
    text-align: center;
}

h3{
    margin-bottom: 30px;
    text-align: center;
}

h3:after {
    display: block;
    height: 2px;
    background-color: #f31137;
    content: " ";
    width: 100px;
    margin: 0 auto;
    margin-top: 30px;  
}

.OS{
    padding-top: 30px;
}

.SS{
    padding-top: 30px;
}

.FAX{
    padding-top: 30px;
}


/*---FUTER----*/
footer{
    background-color: #000000;
    height: 150px;
    margin-bottom: 0;
    border-top: 1px solid #a2a2a2;
}



.futer-drustvene-mreze {
text-align: center;
    margin-top: 20px;
    margin-left: 125px;
    margin-right: -500px
    
}

.futer-nav li{
    display: inline-block; 
}
.futer-nav li a{
   color: #f31137;
    
    text-decoration: none;
}

.futer-drustvene-mreze li {
    display: inline-block;
    margin-right: 20px;
}

.futer-drustvene-mreze li a{
    font-size: 150%;
    padding-left: 20px;
    padding-right: 20px;
}
.ion-android-drafts{
    color: #6f7283;
}
.ion-social-instagram{
    color:#ab2abc;
}

.ion-social-facebook{
    color: #3b5998;
}



.copy{
    color: rgba(83, 81, 81, 0.8);
    text-align: center;
    margin-top: 90px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight:500;
}



/*----------GALERIJA----------------*/





.galerija{
    background-image: linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.7)),url(img/bio.jpg);
    background-size: cover;
}

.galerija h2{
    font-family: 'Playfair Display', serif;
    font-size: 45px;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center;
    margin: 80px 0 0 0;
}
.galerija p{
    margin: 40px 0 30px 0;
    text-align: center;
}

.gallery img {
  width: 200px;
  padding: 10px;
  margin: 40px 10px 10px 37px;
    border-radius: 15px;
}

#modal {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  display: none;
  font-family: sans-serif;
  text-align: center;
    
}

.modal-container {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: row;
    
}

#modalIMG {
  max-width: 80%;
  max-height: 90%;
  border-radius: 10px;
}

.nav {
    font-size: 40px;
  width: 200px;
    cursor: pointer;
  padding: 10px;
  background: rgba(0, 0, 0, 0.8);
  color: #f31137;
    
  display: inline-block;
    
    margin: 10px;
}

span.close {
  position: absolute;
  padding: 30px;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.87);
  font-size: 40px;
    color: #f31137;
    cursor: pointer;
    
}


/*----------KONTAKT----------------*/

.kontakt{
    background-color: black;

}
.kontakt h2{
    font-family: 'Playfair Display', serif;
    font-size: 45px;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center;
    margin: 80px 0 0 0;
}
.kontakt-text{
    float: left;
    padding-top: 50px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    padding-left: 20px;
}

.mapa{
    float: right;
    position: relative;
    padding-top: 100px;
    padding-right: 50px;
}

.link{
    text-decoration: none;
    color: #3361e0;
}

.link:hover{
    color: #f31137;
}
