/* ------ VIEWER GENERIC ------ */

.generic_paragraph {
  	line-height: 200%;
  	color: #DCDCDC;
  	// font-size:13px; 
  	// letter-spacing: 1px;
	text-align: justify;
}

.generic_gap {
	padding-top: 3px;
}


.generic_hr {
	content: '';
    // position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 1px;
    background: #fff;
}


/* ------ ABOUT ------ */

a.about {
    text-decoration: underline;
    cursor: pointer
}

a.about:hover {
    text-decoration: none
}

.logoGrid_row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.logoGrid_column {
  -ms-flex: 16%; /* IE10 */
  flex: 16%;
  max-width: 16%;
  padding: 0 0px;
}

.logoGrid_column img {
  margin-top: 0px;
  vertical-align: middle;
  width: 100%;
}

.about_bigquote_quote {
	text-align-last: justify;
	line-height: 200%; 
	font-weight:100;
}

.about_bigquote_name {
	line-height: 350%; 
  	font-size: 15px; 
  	font-weight:100
}

img.about {
	margin-top: 10px; 
  	margin-bottom: 20px;
}

.about_paragraph { 
  	line-height: 200%; 
  	font-size:13px; 
  	letter-spacing: 1px;
	text-align: justify;
  	text-justify: distribute;
}

@media (min-width: 751px) {
	.about_bigquote_quote {
  		font-size: 31px;
	}
}

@media (max-width: 750px) {
	.about_bigquote_quote {
      	font-size: 25px;
	}
}

/* ------ PRESS ------ */

.press_paragraph { 
  	line-height: 200%; 
  	// font-size:15px; 
  	// letter-spacing: 1px;
		// text-align: justify;
  	// text-justify: distribute;
}
