/* 
  styles for Relation pages
  mainBackdrop: '#5D9CEC',
  ourBlue: '#2196F3',
  ourWhite: '#FFFFFF',
  ourGold: '#FFC728',
  ourGrey: '#E5E9ED',

  categories
  humanBehavior: '#DEB887',
  criticalThinking: '#FE826E',
  finance: '#5CD6B3',
  technology: '#75B1F2',
*/

.title-area {
  margin-top: 1em;
}

.title {
  color: #FFFFFF;
  font-size: 3em;
}

.header-image  {
  width: 20%;
}

body {
    background-color: #5D9CEC;
    text-align: center;
    padding-left: 2%;
    padding-right: 2%;
}

.peer-container {
  background-color: #E5E9ED; /* this is our grey */
  margin: 0 auto;
  border-radius: 1em;
  padding: 1em;
  width: 90%;
  max-width: 45em;
}

.nav-button {
  color: #F3C247;
  background-color: #969A34;
  padding: 8px 16px;
  border-radius: 15px;
  font-weight: bold;
  text-align: center;
}

table {
  margin-left: auto;
  margin-right: auto;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.auth-link {
  color: #2196F3;
}

form {
   margin: 0 auto;
}

.ios-store { /* container for the ios store download link */
  margin: 0 auto;
  padding-top: 1em;
  padding-bottom: 2em;
  max-width: 45em;
}

.right-text {
  text-align: right;
}
.left-text {
  text-align: left;
}
.siteimages {
  width: 70%;
  height: auto;
}
.smallersiteimages {
  display: flex;
  margin: auto;
  width: 30%;
  height: auto;
}
.promo-text {
  color: #FFFFFF;
  font-size: 1.5em;
  padding-top: 1em;
}


/* for matching peers together */

.matching-peer-table {
  width: 90%;
}
.matching-peer-usernames {
  word-break: break-all ; /* ensures that long usernames on a narrow phone will wrap instead of scroll offscreen */
}
.matching-peer-column {
  word-wrap: break-word;
  width: 40%;
}
.matching-peer-images  {
  width: 80%;
}

#relation-prose { /* this is text after the user has connected to someone */
  text-align: left;
  margin-top: 2em;
}

/* for misc web pages like logging into admin */
.top-gap {
  margin: 1em;
}


.two-pics {
  display: flex;
  justify-content: center;
  gap: 20px; 
  margin-top: 20px;
}

.one-pic {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
