body {
	font-family: 'PT Sans', sans-serif;
	line-height: 1.5;
	background-color: #3d4143;
	color: #a6b7bf;
	margin: 0px;
}

h1 {
	font-family: 'Bitter', serif;
	font-size: 2.5em;
	color: #c8dce5;
	margin: 0px;
	line-height: 80px;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 1);
}

h2 {
	color: #c8dce5;
	font-family: 'Bitter', serif;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 1);
}

a {
	color: rgb(116, 171, 0);
	text-decoration: none;
}

ul {
    padding: 0;
    list-style-type: none;
}

li {
    list-style-type: none;
    margin-top: 10px;
    margin-bottom: 10px;
  }

.main-photo img {
	width: 100%;
}

/* Home page */
body[data-action="index"] {
  background: black;
}
body[data-action="index"] .main-photo {
  margin-bottom: -250px;
  position: relative;
  top: -200px;
  z-index: -1;
}

.main-text {
	font-size: 1.25em;
	margin-top: 15px;
	overflow: hidden;
}

.main-text + * {
	margin-top: 10px;
}

.text-quote {
	margin-bottom: 0%;
}

.quote {
	margin: 0%;
	float: right;
	}

.photo-credit {
	text-align: right;
	font-size: 9pt;
	color: #879399;
	padding-right: 15px;
	margin-top: -25px;
}

.text-lighten .photo-credit {
	color: #BABFC1;
}

.top-gray {
	height: 80px;
	/*background-color: #3d4143;*/
}

header {

}

header h1 {
  display: inline-block;
}

.align-wrap {
	display: table;
}

.align-wrap > .align-row {
	display: table-row;
	vertical-align: middle;
}

.align-row > .align-left {
	display: table-cell;
}

.align-row > .align-right {
	display: table-cell;
	text-align: right;
}

.align-wrap > .align-row > * > * {
	vertical-align: middle;
}

.page-width {
	width: 900px;
	margin: 0px auto;
}

.full-width {
	width: 100%;
}

.social-media {
	color: rgb(116, 171, 0);
}

.container {
	overflow: hidden;
}

.footer, footer {
	padding-top: 50px;
	padding-bottom: 20px;
}

.social-media {
	color: rgb(116, 171, 0);
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 1);
}

.card {
  width: 200px;
  text-align: center;
  margin-right: 100px;
}

.card a img {
	display: inline-block;
	padding: 4px;
	background-color: #3d4143;
    line-height: 0;
	transition: background-color 0.1s ease-out;
	border-radius: 10px;
}

.card img:hover {
	background-color: rgb(116, 171, 0);
}

.card-container {
	margin-left: -4px;
}

.logos img {
	width: 100%;
/*	box-shadow: 0px 1px 2px rgba(0, 0, 0, 1);*/
}

.title {
	font-size: 18px;
    font-family: 'Bitter', serif;
    padding-top: 6px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 1);
    padding-bottom: 30px;
}

.image-link{
	display: inline-block;
	padding: 4px;
	background-color: #3d4143;
	line-height: 0;
	margin-left: -5px;
	transition: background-color 0.1s ease-out;
	border-radius: 6px;
}

.image-link:hover {
	background-color: rgb(116, 171, 0);
}

.image {
	width: 7rem;
    border-radius: 5px;
}

.photo-container {
	max-width: 800px;
	padding-top: 10px;
}

@media only screen and (max-width: 480px) {
  .main-text {
  	margin-right: 10%;
  	margin-top: 30px;
  	font-size: 14px;
  	text-align: justify;
  }
  .content {
		margin: 0px;
		padding-left: 10px;
  }

  .social-media {
  	padding-left: 10px;
  }

  h1 {
	  font-size: 1.5em;
	}
	.top-gray {
	  background-image: url(/img/copy-cropped-header-default.png);
		background-size: 50%;
	  background-position: 0%;
	  padding-left: 15%;
	}
}


/* Bootstrap 3.x */
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* Altered to match phage theme */
.btn {
  color: #fff;
  background-color: #74AB00;
  border-color: #387D38;
}
.btn:focus,
.btn.focus {
  color: #eee;
  background-color: #639201;
  border-color: #255625;
}
.btn:hover {
  color: #eee;
  background-color: #639201;
  border-color: #398439;
}
.btn:active,
.btn.active {
  color: #eee;
  background-color: #639201;
  border-color: #398439;
}
