

#yo img
{
  width:10%;
  height:8%;
  padding-left:45%;
}

#yo-text {
  display: none;
  text-align: center;
}

#main-container {
  display: flex;
  display: -webkit-flex;
  justify-content: center;

  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}

.each_photo img {
  width: 20%;
}
.main-box, .main-box2
{  width: 55%;
    margin:1%;
    margin-left: 1%;
    background-color: rgba(130, 130, 130, 0.1);
    text-align: center;
    border-radius:3%;


}
.main-box2
{

  margin-top: 2%;
}
#header
/*{overflow: auto;*/
{
}
#each_foto
{

/*    width: 100%;*/
/*     display: flex;*/
    justify-content: center;
        font-family: 'Trebuchet MS', 'Trebuchet', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', 'Arial', sans-serif;
    padding: 1.8%;
}

#each_foto img {
    width: 17%;
    border-radius:3%;
}
p
{
    text-align: justify;
    padding: 1%;
    overflow: auto;
}
#navigation2
{
  margin:1%;
  width:99%;
  height:5%;
  font-family: 'Trebuchet MS', 'Trebuchet', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', 'Arial', sans-serif;
  text-align:center;
  background-color:white;
  border-bottom: solid 2px #ff9900;
  border-top: solid 2px #ff9900;
  opacity:0.9;
  display:fixed;
}

#navigation2 i {
  color: orange;
}

#navigation2 span {

}

h1
{
  text-align:center;
}
li
{
  display:inline;
  padding:1.5%;
  color:black;

}
.ghost
{
  display:none;
}
@media screen and (max-width: 560px) {
  .main-box {
    width: 95%;
    margin-top: 2%;
    border-radius: 1%;
  }
    .main-box2{
      width: 75%;
    }
  #menu-container {
    height: auto;
  }
  #yo {
    display: none;
  }
  #yo-text {
    display: block;
    font-family: 'Trebuchet MS', 'Trebuchet', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', 'Arial', sans-serif;

  }
  #navigation2 span {
    display: none;
  }
  #navigation2
  {
    color:black;
    text-align:center;
  }

  ul {
    padding: 0px;
  }

  .ghost
  {
    display:inline-block;
    align:center;

 }
 .ghost:hover
 {
   -webkit-filter: brightness(2px);
   brightness: (2px);
 }
}
p
{
  margin: 1%;
  line-height: 100%;
  text-align: center;
}
a
{
  color:black;
  text-decoration:none;

}

a:hover
{
color:#ff9900;
opacity:0.5;

}
hr {
  border: 0;
  width: 99%;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
  background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
  background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
  background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}
.p3
{
text-align: left;

margin-top: 1%;
 margin-left: 4%;
 margin-right: 5%;
}
h2
{
  text-align: left;
  margin-left: 4%;
}
.p2, .p4
{
  text-align: left;
    margin-left: 12%;
 margin-left: 4%;
}
.p4
{
  margin-top: 3.5%;
   margin-left: 4%;
}
#box1
{
  float:left;
  text-align: left;
  margin-left: 4%;
}
#box2
{
 
  float:left;
  text-align: left;
 margin-left: 5%;
}
#footer
{
  clear: both;
  margin-top: 3%;

}