/* MASTER CSS */

p{
  text-align: justify;
  font-family: 'Arimo', sans-serif;
}

h1{
  font-family: 'Arimo', sans-serif;
}

h2{
  font-family: 'Arimo', sans-serif;
}

#nav-button {
  padding: .25rem .4rem;
  font-size: .875rem;
  line-height: .5;
  border-radius: .2rem;
}

/* HOME PAGE CSS */
#landing{
  width: 90%;
  height: 90%;
  align-items: center;
  display: flex;
  margin: 0;
  justify-content: center;
  text-align: justify;
}

#jumbo-home-1{
  border-radius: 0%;
}

#jumbo-home-2{
  border-radius: 0%;
  background-color: white;
  margin-top: 0;
  padding-top: 0;
}

#bull{
  width: 100%;
  height: 100%;
}

#title{
  font-size: 1.5em;
}

/* TEAM CSS */

#contact-info{
  text-align: left;
}

#jumbo-team-1{
  background-color: #17A2B8;
  margin-left: 0%;
  margin-right: 0%;
  margin-top: 0%;
  margin-bottom: 0%;
  border-radius: 0%;
  padding-top: 0%;
  padding-bottom: 0%;
  justify-content: center;
  text-align: center;
  color:white;
}

.square{
  border-radius: 10%;
}

/* ABOUT CSS */
#about-jumbo{
  margin-top: 3%;
}

/* CONTACT CSS */

#contact-button{
  text-align: left;
}

#address{
  margin: 0;
  padding: 0;
}

/* SOCIAL MEDIA BUTTONS */
.fa {
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

/* 404 CSS */

#lost-text{
  text-align: center;
}

/* ABOUT CSS */

#sent{
  padding: 0;
  margin: 0;
}

/* GOLD CSS */
#jumbo-gold-1{
  background-color: #E5B761;
  margin-left: 0%;
  margin-right: 0%;
  margin-top: 0%;
  margin-bottom: 0%;
  border-radius: 0%;
  padding-top: 0%;
  padding-bottom: 0%;
  justify-content: center;
  text-align: center;
  color:white;
}

#jumbo-gold-3{
  background-color: rgba(250, 250, 250, 0);
  margin-top: -5%;
}

#tab{
  font-size: 0.6em;
  color: grey;
}

#gold-contact{
    margin-top: 0.5%;
}

/* DATA CSS */
#jumbo-data-1{
  background-color: #AF4F50;
  margin-left: 0%;
  margin-right: 0%;
  margin-top: 0%;
  margin-bottom: 0%;
  border-radius: 0%;
  padding-top: 0%;
  padding-bottom: 0%;
  justify-content: center;
  text-align: center;
  color:white;
}

#data-button{
  background-color: #AF4F50;
  border-color:  #AF4F50;
}

#data-button2{
  border-color:  #AF4F50;
}

/* OTHER */
.img-fluid{
  display: block;
  margin-left: auto;
  margin-right: auto;
}
