body {
  height: 100%;
}


#name {
  font-family: Lithos pro;
  position: relative;
  left: 3%;
  color: black;
  top: 0px;
}

#top1 {
  font-family: Lithos pro;
  position: relative;
  left: 0%;
  color: white;
  top: 0px;
}

#logo-container {
  position: relative;
  top: 10px;
}



@media (max-width: 600px) {
  #name {
    align-content: center;
    top: 0px;
    left: 20%;
  }
  #logo-container {
    position: absolute;
    right: 0%;
    top: 10px;
  }

  #section1 {
    display: none;
  }
  .fixed-action-btn {
    right:10px;
  }

}

.index-font{
  text-align: center;
  font-size: 15px;
}

