body {
  font-family:Open Sans;
  margin-top: 10px;
  line-height:1.5;
  max-width: 800px;
  padding-left: 100px;
  padding-right: 100px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: 21px;
}


.sat {
  position: absolute;
  top: 3vh;
  left: 0;
  width: 100%;
  font-size: 3vw;
  overflow: hidden;
}

@keyframes float {
  0% {
    top: 0px;
    left: -50px;
  }
  
  33% {
    left: -50px;
    top: 0px;
  }
  40% {
    left: 0px;
    top: 0px;
  }
  50% {
    left: 15%;
    top: -15px;
  }

  60% {
    left: 30%;
    top: 0px;
  }

  70% {
    left: 45%;
    top: 15px;
  }

  80% {
    left: 60%;
    top: 0px;
  }

  90% {
    left: 75%;
    top: -15px;
  }
  100% {
    left: 100%;
    top: 0px;
  }
}
.sat a {
  animation: float 10s linear infinite;  
  position: relative;
  padding: 10px;
  z-index: 1;     
}
.sat span a {
  text-decoration: none;
}
a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
.intro h1 {
  weight: bold;
  margin-top: 145px;
  font-size: 28px;
}
.intro img {
  margin-top: 16px;
  margin-bottom: 50px;
}

.whatIDo img {
  margin-top: 20px;
}

.texts {
  align-content: center;
  margin-top: 75px;
}
.texts img {
  margin-top: 20px;
  padding-left: 30px;
}


.whereIveBeen p {
  margin-top: 40px;
  font-weight: bold;
}
.whereIveBeen ul {
  margin-top: 10px;
}

.whereIveBeen li {
  margin-bottom: 10px;
  font-size: 16px;
}

.whereIveBeen li a {
  font-size: 21px;
}

.home {
  position: fixed;
  top: 60px;
  right: 60px;
  z-index: 1;
}

.home:hover {
  text-decoration: none;
}

.wrapUp {
  width: 100%;
  border-radius: 20px;
  margin-top: 35px;
}
.wrapUp p {
  color: #000000;
  border: 1px dotted #999999;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 20px;
}

/* Style the button that is used to open and close the collapsible content */
.collapsible {
  color: #444;
  cursor: pointer;
  width: 31px;
  height: 30px;
  border: none;
  text-align: center;
  padding: 1px;
  outline: none;
  font-size: 12px;
  background-color: #fff;
  margin-bottom: 20px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
  background-color: black;
  border-radius:50%;
}

/* Style the collapsible content. Note: hidden by default */
.content {
  padding: 0 18px 50px 18px;
  display: none;
  overflow: hidden;

} 
.content h3 {
  font-weight: 700;
}
.content li {
  font-size: 12px;
  margin-left: 0px;
}
.content ul {
  list-style-type: circle;
  list-style-position: inside;
}
.project {
  font-size: 16px;
}

footer {
  position: fixed;
  bottom: 30px;
  right: 30px;
}

footer a {
  text-decoration: none;
  color: #000000;
  margin-right: 5px;
}

.photos section {
  margin-bottom: 60px;
}
.photos img {
  padding-bottom: 10px;
}
.photos h2,
.title {
  font-weight: 700;
}

.intro p {
  font-size: 16px;
  padding-top: 15px;
  margin-bottom: 30px;
}


/*............................*/












@media (max-width: 575px) {
  body {
    font-size: 16px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .photos section {
  margin-bottom: 35px;
}
  .intro h1 {
    margin-top: 75px;
  }

  .intro img {
    margin-top: 16px;
    margin-bottom: 4px;
  }
  footer {
  position: fixed;
  bottom:175px;
  right: 30px;
}

  .whatIDo img {
    margin-top: 20px;
  }

  .texts {
    align-content: center;
    margin-top: 30px;
  }
  .texts img {
    margin-top: 20px;
    padding-left: 30px;
  }
  .whereIveBeen li a{
    font-size: 12px;
  }

  .whereIveBeen li a{
    font-size: 16px;
  }

  .home {
    top: 20px;
    right: 20px;

  }

}