/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {

  .featurette-heading {
    font-size: 40px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 5.5rem;
  }
}


/*
	VIVA ROLE COLORS
*/

.bg-color-general {
	background-color: #e62f2f;
}

.bg-color-elder {
	background-color: #a352ff;
}

.bg-color-ambassador {
	background-color: #12d0ff;
}

.bg-color-officer {
	background-color: #ff52cb;
}

.bg-color-member {
	background-color: #227de6;
}

.bg-color-recruit {
	background-color: #18C724;
}


/*
	GENERAL
*/

/* Show it is fixed to the top */
body {
	min-height: 75rem;
	padding-top: 4.5rem;
}


/*
	MEMBERS PAGE
*/

table#members_table_left td,
table#members_table_right td 
{
	font-size: 1.3em;
}

table#members_table_left td:first-child,
table#members_table_right td:first-child
{
	width: 85px;
}

table#members_table_left td img,
table#members_table_right td img
{
	width: 80px;
}

/*
	EVENTS PAGE
*/







