/*---GENERAL start---*/

* {
  color: #4D4D4D;
  font-family: 'Roboto', sans-serif;
}

body {
  background: #F5F5F5;
  height: 5000px;
}


img {
    max-width: 100%;
    height: auto;
}

::selection {
  background: #80144E;
  color: #FFFFFF;
}

h2 {
  font-size : 50px;
  color : #81154F;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
  margin: 35px 0;
  padding-bottom: 8px;
}

.title {
  background: url('../images/line.png') no-repeat center;
}

h3 {
  font-weight : bold;
  font-size : 30px;
  color : #81154F;
}

h4 {
  font-weight : bold;
  font-size : 24px;
  color : #81154F;
}

h5 {
  color : #81154F;
}

p {
  font-style: italic;
  font-size: 12pt;
}

strong {
  font-weight: bold;
  color: #000000;
  font-style: normal;
}

a {
  color: #C59B6D;
  -webkit-transition: color 0.7s;
  transition: color 0.7s;
  font-weight: bold;
  text-decoration: none;
}

a:hover{
  color: #80144e;
  -webkit-transition: color 0.7s;
  transition: color 0.7s;
}

/*---GENERAL end---*/

/*---HEADER start---*/

header {
  position: fixed;
  background: url("../images/translucid.png") repeat;
  width: 100%;
  padding: 20px 0 20px 0;
  z-index: 1;
  box-shadow: 0px 1px 6px black;
}

ul {
  padding: 0px;
  margin: 0px;
}

nav li a {
  color: #FFFFFF;
  -webkit-transition: color 0.7s;
  transition: color 0.7s;
  font-weight: normal;
  font-size: 18px;
}


nav li:hover a {
  color: #C59B6D;
  -webkit-transition: color 0.7s;
  transition: color 0.7s;
}

nav li {
  display: inline;
  margin: 5px;
  padding-bottom: 1px;
}

nav {
      -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}

header {
      -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1s; /* Firefox < 16 */
        -ms-animation: fadein 1s; /* Internet Explorer */
         -o-animation: fadein 1s; /* Opera < 12.1 */
            animation: fadein 1s;
}

.language {
  text-align: right;
  color: #FFFFFF;
}

.language strong {
  color: #FFFFFF; 
}

.language a {
  color: #FFFFFF;
  font-weight: normal;
}

.language a:hover {
  color: #C59B6D;
  font-weight: normal;
}

/*---HEADER end---*/

/*---HOME start---*/

.logo_1 {
  width: 100%;
  height: 300px;
  margin: 15px 0 0 0;
  padding: 30px 0;
}

.logo_2 {
  width: 100%;
  height: 175px;
  margin: 0 0 15px 0;
  padding: 30px 0;
}

.foundation_name {
  visibility: hidden;
  margin: 0 auto;
  color: #FFFFFF ;
  font-weight: bold;
  text-align: center;
}

.logo_1:hover, .logo_2:hover {
  background: url('../images/translucid_light.png') repeat;
}

.logo_1:hover .foundation_name, .logo_2:hover .foundation_name {
  visibility: visible;
}

#croatian_science_foundation {
    background: url('../images/hrzz.png') center center no-repeat;
    width: 100%;
    height: 100%;
}

#faculty_of_agriculture {
    background: url('../images/faculty_of_agriculture.png') center center no-repeat;
    width: 100%;
    height: 100%;
}

#faculty_of_science {
    background: url('../images/pmf.png') center center no-repeat;
    width: 100%;
    height: 100%;
}

.cover {
  background: url('../images/cover_2.jpg') #C59B6D fixed bottom no-repeat;
  background-size: cover;
  width: 100%;
  -webkit-box-shadow: inset 0px 0px 32px 7px rgba(0,0,0,0.5);
  -moz-box-shadow: inset 0px 0px 32px 7px rgba(0,0,0,0.5);
  box-shadow: inset 0px 0px 32px 7px rgba(0,0,0,0.5);
}

.separator {
  text-align: center;
  margin: 15px 0;
}

.thumbnail {
  height: 180px;
  width: 180px;
  border-radius: 180px;
  border: #FFFFFF 6px solid;
  margin: 0 auto;
  box-shadow: 2px 0px 12px black;
}

#thumbnail_1 {
  background: url('../images/thumbnail_1.jpg') no-repeat center 100%;
}

#thumbnail_2 {
  background: url('../images/thumbnail_2.jpg') no-repeat center 100%;
}

#thumbnail_3 {
  background: url('../images/thumbnail_3.jpg') no-repeat center 100%;
}

#title_news {
  background: #F5F5F5;
  margin: 0 380px;
}

#title_vijesti {
  background: #F5F5F5;
  margin: 0 360px;
}

/*---HOME end---*/

/*---INFO start---*/

#title_info {
  background: #F5F5F5;
  margin: 0 280px;
}

#title_informacije {
  background: #F5F5F5;
  margin: 0 140px;
}

/*---INFO end---*/

/*---SUMMARY start---*/

#title_summary {
  background: #F5F5F5;
  margin: 0 330px;
}

#title_sazetak {
  background: #F5F5F5;
  margin: 0 340px;
}

.drop_cap {
  font-family: 'Oleo Script Swash Caps', cursive;
  color: #80144E;
  font-size: 40px;
  line-height: 20px;
}

/*---SUMMARY end---*/

/*---TEAM start---*/

#title_team {
  background: #F5F5F5;
  margin: 0 380px;
}

#title_tim {
  background: #F5F5F5;
  margin: 0 400px;
}

#photo img{
  border-radius: 20px;
  box-shadow: 0px 0px 5px black;
}

.team_member {
  border: #80144E solid 3px;
  padding: 15px;
  margin-top: 18px;
  margin-bottom: 18px;
}

#zlatko_liber {
    height: 380px;
}

#zlatko_liber_hr {
    height: 327px;
}

#gunjaca {
  height: 317px;
}

#ivan_rad {
  height: 317px;
}

#monika_vidak {
  height: 367px;
}

#monika_vidak_hr {
  height: 317px;
}

/*---TEAM end---*/

/*---GALLERY start---*/

#title_gallery {
  background: #F5F5F5;
  margin: 0 350px;
}

#title_galerija {
  background: #F5F5F5;
  margin: 0 340px;
}

.gallery_row {
  margin-bottom: 20px;
}

.gallery_row img {
  box-shadow: 0px 0px 2px gray;
  border-radius: 4px;
}

/*---GALLERY end---*/

/*---CONTACT start---*/

#title_contact{
  background: #F5F5F5;
  margin: 0 340px;
}

#title_kontakt{
  background: #F5F5F5;
  margin: 0 340px;
}

/*---CONTACT end---*/

/*---TRANSITIONS start---*/

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/*---TRANSITIONS end---*/


/*---MEDIA QUERIES start---*/

@media (min-width: 1050px) {
  .mobile {
    display: none;
  }

  nav {
  text-align: right;
  margin-top: 20px;
  }

  header {
    height: 62px;
  }

  .header_background {
  width: 100%;
  height: 102px;
  background: #80144e;
  }

  .logo_mob {
    display: none;
  }
}


@media (max-width: 1049px) {

  .desktop {
    display: none;
  }

  nav {
    text-align: center;
  }

  .header_background {
    display: none;
  }

  .logo_mob {
    margin-top: 140px;
    text-align: center;
    border-bottom: 2px solid #80144e;
    padding-bottom: 50px;
  }

  h2 {
  border-bottom: 2px solid;
  border-top: 2px solid;
  }

  .title {
    background: none;
  }

  #title_info, #title_informacije, #title_news, #title_vijesti, #title_summary, #title_sazetak, #title_team, #title_tim, #title_gallery, #title_galerija, #title_contact, #title_kontakt {
    background: none;
    margin: 0;
  }

  #zlatko_liber, #ivan_rad, #monika_vidak, #gunjaca, #zlatko_liber_hr, #monika_vidak_hr {
    height: auto;
  }

}

@media (max-width: 1200px) and (min-width: 1050px) {
  #title_news {
    margin: 0 300px;
  }

  #title_info {
    margin: 0 200px;
  }

  #title_summary {
  margin: 0 250px;
  }

  #title_team {
  margin: 0 250px;
  }

  #title_gallery {
  margin: 0 270px;
  }

  #title_contact{
  margin: 0 260px;
  }

  #title_vijesti {
    margin: 0 300px;
  }

  #title_informacije {
    margin: 0 90px;
  }

  #title_sazetak {
  margin: 0 250px;
  }

  #title_tim {
  margin: 0 250px;
  }

  #title_galerija {
  margin: 0 270px;
  }

  #title_kontakt{
  margin: 0 260px;
  }

}



@media (max-width: 469px) {
  nav li a {
  font-size: 12px;
  }

  nav li {
  margin: 3px !important;
  }

  h2 {
    font-size: 40px;
  }
}

@media (min-width: 980px) {
  .nuevesietenueve {
    display: none;
  }
}


@media (max-width: 979px) {
  .nueveochenta {
    display: none;
  }
}

@media (max-width: 714px) and (min-width: 550px) {
  .thumbnail {
    height: 130px;
    width: 130px;
    border-radius: 130px;
    border: #FFFFFF 4px solid;
  }
}
 
@media (max-width: 549px) {
  .thumbnail {
      margin: 0 auto 20px auto;
  }

  .gallery_row {
    margin-bottom: 0;
  }

  h5 {
    font-size: 16pt;
  }

  .team_member {
  margin-top: 10px;
  margin-bottom: 10px;
  }

}

@media (max-width: 640px) and (min-width: 550px) {
}

/*---MEDIA QUERIES end---*/