#head,p{
  animation: fadeInAnimation ease 5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes fadeInAnimation {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}

body {
  margin: 0;
  display: block;
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: fixed;
}

.lg {
  position: fixed;
  width: 100%;
  height: 93%;
  overflow: hidden;
  left: 0%;
  background-size: cover;
  max-width: 100%;
  background-attachment: fixed;
}

#head {
  position: absolute;
  top: 18%;
  left: 5%;
  font-size: 200%;
  color: white;
  font-family:Apple Chancery, cursive;
  
}
p {
  position: absolute;
  top: 26%;
  left: 7%;
  font-size: 100%;
  font-weight: lighter;
  color: white;
  font-family:Apple Chancery, cursive;
}
.rights {
  position: absolute;
  width: 50%;
  height: 2%;
  left: 42%;
  top: 98%;
  font-family: serif;
  font-style: normal;
  font-size: 70%;
  line-height: 7%;
  color: #777777;
}

.rectangle {
  height: 13%;
  width: 25%;
  background-color: white;
  position: absolute;
  left: 7%;
  top: 70%;
}
#logo2 {
  width: 25%;
  height: 100%;
}

.brand2 {
  position: absolute;
  color: #0d7d81;
  font-size: 200%;
  font-family: Apple Chancery, cursive;
  font-weight: bolder;
  padding-left: 2%;
  padding-top: 5%;
  
}

/* #img1 {
  position: absolute;
  top: 21%;
  left: 65.5%;
  width: 11%;
  height: 22%;
  border-radius: 50%;
}
#img2 {
  position: absolute;
  top: 44%;
  left: 57%;
  width: 11%;
  height: 22%;
  border-radius: 50%;
}
#img3 {
  position: absolute;
  top: 44%;
  left: 74%;
  width: 11%;
  height: 22%;
  border-radius: 50%;
}
#img4 {
  position: absolute;
  top: 68%;
  left: 48.5%;
  width: 11%;
  height: 22%;
  border-radius: 50%;
}
#img5 {
  position: absolute;
  top: 68%;
  left: 65.5%;
  width: 11%;
  height: 22%;
  border-radius: 50%;
}
#img6 {
  position: absolute;
  top: 68%;
  left: 82.5%;
  width: 11%;
  height: 22%;
  border-radius: 50%;
} */

@media (max-width: 768px) {

  #head {
    font-size: 90%;
    position: relative;
    top: 50px;
  }
  p {
    font-size: 60%;
    position: relative;
    top: 50px;;
  }

  .rectangle {
    height: 9%;
    width: 30%;
    position:fixed;
    left: 2%;
    top: 72%;
  }
  #logo2 {
    width: 30%;
    height: 100%;
  }
  .brand2 {
    position: absolute;
    font-size: 80%;
    padding: 13%;
    padding-left: 1%;
  }

  .rights {
    position: absolute;
    width: 30%;
    height: 2%;
    left: 40%;
    top: 98%;
    font-size: 30%;
  }
  #brand1{
    position: absolute;
    left: 50px;
    top: 7px;
  }
  #login{
    position: absolute;
    left: -170px;
  }
  #signup{
    position:relative;
    left:120px;
    top: 3px;
  }
  
}
