.page-template {
  background: linear-gradient(
    to bottom,
    #12b24a 0%,
    #0a9f3b 100%
  );
}

#main-nav {
	background: #545454;
	background: linear-gradient(to bottom, #5a5a5a 0%, #3f3f3f 50%, #2b2b2b 100%);
}

#content a {
	color: #1870C0 !important;
	text-decoration: none;
}
.logo {
	margin: .7rem 0rem;
	float: left;
}
.action {
	float: right;
	margin-top: 1rem;
}
.action a {
	color: #000;
	text-decoration: none;
}
.nav-link {
	color: #fff !important;
	font-weight: 500 !important;
	font-size: 18px !important;
}
#content p {
	font-size: 18px;
	line-height: 30px;
}
#no-title-page-wrapper .container, #page-wrapper .container {
	background: #fff;
	padding: 2rem;
}
#top .container {
	background: #fff;
	padding: 0 2rem;
}
#content h1 {
	font-size: 36px;
}
#content h2 {
	font-size: 32px;
}
#content h3 {
	font-size: 30px;
}
#wrapper-footer {
	background: linear-gradient(
        to bottom,
        #10b34a 0%,
        #0aa33f 50%,
        #079238 100%
    );
	padding: 1rem 0;
	color: #fff;
}
.green-gradient {
    
}
#wrapper-footer a {
	color: #fff;
}