html, body{
  background-color: #f1f1f1;
  font-family: "Nunito",sans-serif;
  background-image: url('../resources/background.jpg');
  background-position: bottom left;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-color: #EFEBEA;
  height:100%;
}

.eyecode{
  display:block;
  width:100%;
}
.legend{
  display:block;
  width:100%;
}

.presentation_text{
  text-transform: uppercase;
  color: #7CA1D1;
  font-weight: bold;
  text-align: justify;
  font-size: 14px;
  margin-top:10px;
  background-color: #EFEBEA;
  padding: 10px;
}

.information_text{
  color: #204773;
  text-align: justify;
  font-size: 14px;
  margin-top:40px;
}

.modal-content {
  background-color: #EFEBEA;
}

.elements .desc{
  background-color: #95B3D7;
  border-radius: 10px;
  padding:10px;
  display: none;
  margin:10px 2%;
  width:96%;
}

.elements .desc:first-child, .btn_desc:first-child{
  margin-bottom: 10px;
}

.elements .btn_desc{
  border-radius: 10px;
  padding:10px;
  border: solid 1px #95B3D7;
  text-align: center;
  cursor: pointer;
}

.elements .type{
  text-transform: capitalize;
  color: #204773;
  font-weight: bold;
  margin-bottom:5px;
}

.elements .type_img img{
  display: block;
  margin: auto;
  border-radius: 15px;
}

.elements p{
  color: #95B3D7;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}

.container{
  margin-top: 40px;
}

.situation_img img{
  border-radius: 15px;
}

#breadcrumb, #breadcrumb_bot{
  height: 85px;
  /*width: 100%;*/
}

#breadcrumb{
  margin-top:90px;
}

#breadcrumb{
  /*width: 100%;*/
  height: auto;
}

#breadcrumb_bot {
  margin-bottom: 10px;
}
#breadcrumb_guide, #breadcrumb_guide_bot{
  height: 2px;
  width: 100%;
  background-color: #35bde7;
}

.over_element_1{
  width: 115px;
  height: 115px;
  border-radius: 50%;
  display: none;
  border:solid 2px #35bde7;
  margin: -107px auto 0px auto;
  cursor: pointer;
  z-index: 90;
  position: relative;
}

.over_element_2{
  width: 130px;
  height: 130px;
  border-radius: 50%;
  display: none;
  border:solid 1px #35bde7;
  margin: -122px auto 0px auto;
  cursor: pointer;
  z-index: 90;
  position: relative;
}

.over_element_3{
  width: 145px;
  height: 145px;
  border-radius: 50%;
  display: none;
  border:solid 1px #35bde7;
  margin: -138px auto 0px auto;
  cursor: pointer;
  z-index: 90;
  position: relative;
}

.breadcrumb_element{
  width: 100px;
  height: 100px;
  background-color: #EEEAE9;
  border-radius: 50%;
  border:solid 2px #35bde7;
  overflow: hidden;
  margin: -50px auto 0px auto;
  cursor: pointer;
  z-index: 100;
  position: relative;
}

#eyeprint {
  margin-top: -50px;
}

.breadcrumb_element_home{
  width: 100px;
  height: 100px;
  background-color: #EEEAE9;
  border-radius: 50%;
  border:solid 2px #35bde7;
  overflow: hidden;
  margin: 35px auto 0px auto;
  cursor: pointer;
  z-index: 100;
  position: relative;
}

.breadcrumb_element img, .breadcrumb_element_home img{
  display: block;
  margin: 10px auto;
  width: 72px;
}

.nomargin{
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.nopadding{
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.breadcrumb_title{
  text-align: center;
  margin-top: 71px;
  color: #35bde7;
  margin-left: -15px;
  position: absolute;
  width: 100%;
  font-weight: bold;
}

.breadcrumb_title_home{
  text-align: center;
  margin-top: 10px;
  color: #35bde7;
  width: 100%;
  font-weight: bold;
}

.did_you_know_title{
  color: #35bde7;
  font-weight: bold;
  font-size: 18px;
}

hr{
  border-top: solid 1px #35bde7;
}

.separator{
  clear: both;
  height: 20px;
  margin: 0px 10px 20px 10px;
  border-bottom: solid 1px #35bde7;
}

.did_you_know span{
  text-align: center;
  line-height: 100%;
  color: #35bde7;
  font-size: 30px;
}

.situations {
    margin-top: -205px;
}

.situations img {
  border-radius: 10px;
}

.eyeprint_desc{
  text-transform: none;
}

#legend_left p{
  margin: 10px 0px 0px 30px;
  text-align: justify;
}


#breadcrumb .activ, #breadcrumb_bot .activ{
  background-color:#c6b1ac !important;
}

.well {
  background-color: transparent !important;
  background-image: url('well_bg.png');
  background-repeat: repeat;
  border-radius: 10px !important;
}

#titleselect{
  font-size: 26px;
  color: #35bde7;
  font-weight: bold;
  position: relative;
  top: -33px;
  display:none;
  padding:15px;
}

#navbig{
  display:block ;
}

#navmin{
  display:none;
}

#navbig_nothome{
  display: none;
}



@media screen and (max-width: 768px) {
  html, body {
    background-position:0% 40%;
  }
  .situations {
    margin-top: 0px;
  }
  #breadcrumb {
    margin-top: 67px;
  }
  .breadcrumb_element , .over_element_1 ,.over_element_2 ,.over_element_3{
    transform:scale(0.90);
  }

  #colBreadcrumb{
    display:none;
  }
  .breadcrumb_title{
    font-size:2vw;
    left:3vw;
    top: -18px;
  }
  #navbig{
    display:none;
    position: absolute;
    background-color:#e7e0e0;
    width:100%;
    z-index:12;
    padding:30px 15px;
  }
  #icocross{
    display:none;
  }
  #navmin{
    display:block;
    position: absolute;
    z-index:19;
    right:20px;
    top:-3px;
  }
  #eyecode{
    margin-top:20px;
    width:100%;
  }
  #eyecode > img {
    position: relative;
    max-width:480px;
    width: 90%;
  }
  #titlecol1{
    display:none;
  }
  #title{
    left:20px;
  }
  #titleselect{
    font-size: 26px;
    color: #35bde7;
    font-weight: bold;
    position: relative;
    top: -33px;
    display:block;
  }
}


@media screen and (max-width: 500px) {
  .breadcrumb_element , .over_element_1 ,.over_element_2 ,.over_element_3 {
    transform:scale(0.70);
    left: -10px;
  }
  .over_element_1 {
    left: -17px;
  }
  .over_element_2 {
    left: -25px;
  }
  .over_element_3 {
    left: -32px;
  }
  #colBreadcrumb{
    display:none;
  }
  .breadcrumb_title{
    display:none;
  }
  #breadcrumb {
    margin-top: 117px;
  }
}