/* This section is dedicated to the home page information */

body {
  background-image: url(./photos/library2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 72px;
}

#search-U1 {
  font-family: "Cinzel Decorative", cursive;
  color: white;
  background: lightgray (0, 0, 0);
  margin-top: 20%;
  font-size: 80px;
  margin-left: auto;
}

#search-U2 {
  font-family: "Abril Fatface", cursive;
  color: white;
  background: lightgray(0, 0, 0);
  font-size: 150px;
  margin-top: 15%;
  margin-left: 1%;
  margin-right: auto;
}

#tagline {
  font-family: "Bad Script", cursive;
  font-size: 20px;
}

#icon {
  font-family: "Cinzel Decorative", cursive;
}

#submit-city {
  float: right;
  margin-right: 2%;
}
#city-search {
  float: right;
  margin-right: 2%;
}

#submit-school {
  margin-left: 1.5%;
}

#submit-city:hover {
  background-color: rgb(176, 232, 241);
}

#submit-school:hover {
  background-color: rgb(176, 232, 241);
}

.glow {
  font-size: 80px;
  color: #fff;
  text-align: center;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px black, 0 0 40px black,
      0 0 50px black, 0 0 60px black, 0 0 70px black;
  }
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px black, 0 0 40px black, 0 0 50px black,
      0 0 60px black, 0 0 70px black, 0 0 80px black;
  }
}

.container-footer {
  position: fixed;
  font-family: "Cinzel Decorative", cursive;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 75px;
  background-color: rgb(228, 228, 228);
  color: white;
  text-align: center;
}

#footer-two {
  font-size: 12px;
}

/* This section is dedicated to the school information pages  */

#teleportIssue {
  font-family: "Marcellus", serif;
  font-family: "Old Standard TT", serif;
  font-family: "Pontano Sans", sans-serif;
  font-family: "Tenor Sans", sans-serif;
  font-size: 30px;
  text-align: center;
  background: white;
  opacity: 0.7;
  padding-top: 1%;
  padding-bottom: 1%;
  padding-left: 2%;
  padding-right: 2%;
  border-radius: 15px;
  padding: 20px;
  margin-top: 6.5%;
}

#teleportIssue2 {
  font-family: "Marcellus", serif;
  font-family: "Old Standard TT", serif;
  font-family: "Pontano Sans", sans-serif;
  font-family: "Tenor Sans", sans-serif;
  font-size: 15px;
  text-align: center;
  background: white;
  opacity: 0.7;
  padding-top: 1%;
  padding-bottom: 1%;
  padding-left: 1.5%;
  padding-right: 1%;
  border-radius: 15px;
  padding: 20px;
  margin-top: 6.5%;
}

.containerText {
  background: white;
  opacity: 0.7;
  padding-top: 1%;
  padding-bottom: 1%;
  padding-left: 1.5%;
  padding-right: 1%;
  margin-left: 25%;
  margin-right: 25%;
  border-radius: 15px;
  padding: 20px;
}
#school-info,
#chosenbutton {
  font-family: "Marcellus", serif;
  font-family: "Old Standard TT", serif;
  font-family: "Pontano Sans", sans-serif;
  font-family: "Tenor Sans", sans-serif;
  background: white;
  padding-top: 1%;
  padding-bottom: 1%;
  padding-left: 1.5%;
  padding-right: 1%;
  border-radius: 15px;
  margin-top: 3%;
}

/* This section is dedicted to the about us page  */

#aboutUsText {
  font-family: "Marcellus", serif;
  font-family: "Old Standard TT", serif;
  font-family: "Pontano Sans", sans-serif;
  font-family: "Tenor Sans", sans-serif;
  font-size: 15px;
  color: black;
}

.logo {
  height: 136px;
  width: auto;
}

#nameContactUs {
  font-family: "Marcellus", serif;
  font-family: "Old Standard TT", serif;
  font-family: "Pontano Sans", sans-serif;
  font-family: "Tenor Sans", sans-serif;
  font-size: 30px;
}

#titleContactUs {
  font-family: "Marcellus", serif;
  font-family: "Old Standard TT", serif;
  font-family: "Pontano Sans", sans-serif;
  font-family: "Tenor Sans", sans-serif;
  font-size: 20px;
}

#linkContactUs {
  color: black;
  font-family: "Marcellus", serif;
  font-family: "Old Standard TT", serif;
  font-family: "Pontano Sans", sans-serif;
  font-family: "Tenor Sans", sans-serif;
  font-size: 15px;
}

#link {
  color: rgb(80, 35, 35);
}

#contactBox {
  margin-left: auto;
  margin-right: auto;
}

/* Set standard for phones */
@media screen and (max-width: 400px) {
  #search-U1 {
    margin-top: 5%;
    width: 60%;
  }
  #search-U2 {
    width: 60%;
    text-align: center;
  }
  #city-search {
    margin-left: auto;
    padding-right: 50px;
  }
  #school-search {
    margin-right: auto;
    padding-left: 50px;
  }
}
