body {
	font-family: Roboto, Arial, sans-serif;
	font-size: 1.2rem;
	background-image: url("/img/rough_diagonal.png");
	color: #333;
}

p {
	line-height: 1.75;
}

h1, h2 {
	color: #9f7e69;
	margin-bottom: 1rem;
}

a {
	color: #5180c7;
}

.navbar {
	background-color: rgb(210, 18, 18);
}

.navbar a {
	color: #FFF;
}

.navbar-brand {
	color: rgba(255, 255, 255, 0.5);
	padding-bottom: .65em;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: .75rem;
	padding-left: .75rem;
}

.nav-item-active {
	border-bottom: 5px solid rgba(255, 255, 255, 0.5);
}

.homepage-container {
	position: relative;
}

.homepage-hero {
	/*background-image: url("../img/home-photo-1.png");*/
	background-image: url("../img/campus-aerial-min.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 520px;/*730px;*//*535px;*/
}

.homepage-top-text {
	position: absolute;
	top: 1%;
	color: white;
	font-size: 2em;
	width: 47%;
	font-weight: bold;
	left: 18%;
	font-family: "Kaisei Tokumin", times new roman, serif;
	background-color: rgba(1, 1, 1, .3);
	padding: 4px;
}

.homepage-top-text p {
	line-height: inherit;
}

.homepage-text, .secondary-page-text {
	width: 70%;
	background-color: #FFF;
	padding: 2%;
	font-size: 100%;
}

.homepage-text {
	border-top: 5px solid rgb(210, 18, 18);
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	/*margin: -105px auto 2em auto;*/
	margin: -18px auto 2em auto;
}

.secondary-page-text {
	margin: 0 auto;
}

.homepage-image-collection {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	margin-bottom: 2em;
}

.homepage-image-collection img{
	border-top: 5px solid #d2bba0;
	width: 32%;
}

.homepage-image-collection img:first-child {
	margin-right: 2.8%;
	margin-right: 1.6%;
}

.homepage-text-lower{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	font-size: 100%;
	padding: 2%;
	background-color: #FFF;
	padding-top: 2em;
}

.btn {
	font-size: 1.2rem;
}

.btn-primary {
	background-color: #87913f;
	border: 1px solid #666e2e;
	color: #FFF;
	padding: 2%;
	border-left: 10px solid #666e2e;
	border-radius: 2px;
}

.btn-primary:hover {
	background-color: #9dad2a;
	border-color: #666e2e;
}

.btn-primary .right-arrow {
	color: #666e2e;
}

.page-header-button {
	background-color: white;
	position: absolute;
	z-index: 2;
	height: 125px;
	color: black;
	text-align: center;
	border-radius: 50%;
	top: 10px;
	width: 125px;
	font-family: "League Gothic", sans-serif;
	border: 2px solid #555;
	left: 35px;
	text-transform: uppercase;
	line-height: .9;
}

.page-header-button--line1 {
	color: #555;
	display: block;
	letter-spacing: .15px;
	margin-top: 6px;
}

.page-header-button--line2 {
	display: block;
	font-size: 365%;
	color: rgb(210, 18, 18);
}

.page-header-button--line3 {
	letter-spacing .15px;
	color: #555;
	display: block;
}

.footer {
	background-color: #333;
	margin-top: 2em;
}

.footer a {
	color: #FFF;
	padding: 1%;
	display: block;
	text-decoration: none;
}

.footer ul {
	margin-bottom: 0;
	margin: 0 auto;
	display: block;
}

.footer li {
	display: inline-block;
	width: 32%;
	text-align: center;
}

.submenu a {
	color: rgb(210, 18, 18);
	text-decoration: none;
}

.navbar-dark .navbar-nav .nav-link {
	color: #FFF;
}

.navbar-toggler-icon {
	color: #FFF;
}

.community-asset-section {
	float: left;
	width: 100%;
}

.community-asset {
	width: 100%;
	border: 1px solid rgba(159, 126, 105, 0.47);
	font-size: 90%;
	margin-right: 2%;
	float: left;
	margin-bottom: 2em;
	padding: 3px;
}

.community-asset img {
	width: 40%;
	float: left;
}

.community-asset h3 {
	background-color: rgb(210, 18, 18); 
	color: white; 
	text-align: center;
	margin-bottom: .1em;
	padding-top: 5px;
	padding-bottom: 5px;
}

.community-asset-content {
	width: 60%;
	padding: 10px;
	float: left;
}

.community-sub-asset {
	width: 100%;
	float: left;
	margin-bottom: 1em;
}

.media-section {
	float: left;
	width: 100%;
	margin-bottom: 2em;
}

.media-section img {
	float: left;
	margin-right: 25px;
	width: 200px;
}

.media-section-content {
	float: left;
	width: 75%;
}

.input-error {
	color: rgb(210, 18, 18);
}

.success-result {
	color: #666e2e;
	padding: 5px;
	margin-bottom: 10px;
}

.involved-entry {
	width: 100%;
	float: left;
	margin-bottom: 1em;
	font-size: 95%;
}

.involved-entry-section {
	width: 33%;
	float: left;
}

.modal-header {
	background-color: rgb(210, 18, 18);
	color: #FFF;
}

.upcoming-event {
	width: 255px;
	float: right;
	border-top: 5px solid #d2bba0;
	margin-left: 10px;
	margin-bottom: 10px;
	background-color: #f5efe7;
	padding: 10px;
}

.upcoming-event h2 {
	font-size: 1.4rem;
}

.upcoming-event p {
	line-height: 1.35;
}

@media (max-width: 375px) {
	.upcoming-event {
		width: 90%;
		float: none;
	}
}

@media (max-width: 991px) {
  .navbar-nav {
  	text-align: right;
  }
}

@media (max-width: 375px) {
	h1 {
		padding-top: 1em;
	}

	.homepage-text {
		margin-top: -72px;
	}
  .homepage-text, .homepage-text-lower, .secondary-page-text {
  	width: 95%;
  	font-size: 80%;
  }


  .homepage-hero {
  	height: 225px;
  }

  .homepage-top-text {
  	font-size: 84%;
  	top: .5%;
  	width: 68%;
  	left: 25%;
  }

  .page-header-button {
  	width: 75px;
  	height: 75px;
  	left: 15px;
  }

  .page-header-button--line1, .page-header-button--line3 {
  	font-size: 68%;
  }

  .page-header-button--line2 {
  	font-size: 200%;
  }

  .navbar-brand {
  	padding-top: .05rem;
  }

  .homepage-image-collection img {
  	width: 30%;
  }

  .btn {
  	width: 100%;
  	font-size: 90%;
  	margin-bottom: .5em;
  }

  .footer {
  	font-size: 80%;
  }
}