body,
html { /*all html*/
  height: 100%;
  margin: 0;
  background-color: #ffffff;
}

a{ /*all html*/
  color: #081e3f;
}

a:hover{ /*all html*/
  color: #b6862c;
}

#highlight {
	bottom: 15%;
	position: relative;
	animation: linear infinite;
	animation-name: run;
	animation-duration: 10s;
}
@keyframes run {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }

}

.tab { /*index.html*/
  cursor: pointer;
  background-color: #b6862c;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  width: 20%;
}

/*all of the htmls after photos*/
#landing_background{ 
  /* color of the background */
  background-color: white;
  /* color of the text */
  color: black;
}

.tab:hover { /*index.html*/
  background: #081e3f;
  color: #b6862c;
}

.active { /*index.html*/
  background: #081e3f;
  color: #b6862c;
}

#tab-content { /*index.html*/
  color: white;
  display: none;
  padding: 100px 20px;
  height: 100%;
}

#landing_text_background {
  /*home.html*/
  text-align: center;
  vertical-align: middle;
  margin-bottom: 1em;
  background-color: #081e3f;
  color: #b6862c;
  text-align: center;
  font-family: new-frank, sans-serif;
  border-radius: 5%;
}

#info_title { /*home.html*/
  text-align: center;
  margin-bottom: 1em;
}


#info_text_background { /*home.html*/
  border-radius: 20%;
}

#teamlogo {
  /*home.html*/
  display: block;
  margin: auto;
  width: 500px;
  object-fit: cover;
  background-color: #b6862c27;
  border-radius: 50%;
}

#home_table {
  /*home.html*/
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

#home-page {
  /*body of index.html*/
  background-image: url("Images/fiu-campus.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

#guide-center {
  /*guide.html*/
  background-image: url("Images/fiu-campus-2.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  color: black;
}

#contact-center {
  /*contact.html*/
  background-image: url("Images/fiu-campus-3.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  color: black;
}

#scripts-center {
  /*contact.html*/
  background-image: url("Images/fiu-campus-4.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  color: black;
}

#docusign-center{ /*docSign.html*/
background-image: url("Images/fiu-campus-5.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  color: black;
}

#onetimeScripts_table {
  text-align: left;
}

#box {
  text-align: center;
}

#FAQ { /*docSign.html*/
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  max-width: 50%;
  width: 100%;
  text-align: left;
  color: black;
  box-sizing: border-box;
  background-color: #b6862c69;
  border-radius: 8px; 
}

#title { /*docSign.html*/
  text-align: center;
}

.info-icon { /*docSign.html*/
  cursor: pointer; /* Indicates it's interactive */
  font-weight: bold;
}