/**
 * MVARC Theme
 *
 * Color Scheme
 *	Brand        #527d45
 *  Interaction  #14a501
 *  Text         #3f515b
 *  Functional 1 #e1e2e4
 *  Functional 2 #f7f5f6
 */

a,
a:focus {
	color: #527d45
}

a:hover {
	color: #14a501
}

h1 {
	color: #527d45;
}

h3 {
	color: #527d45;
	padding-top: 15px;
}

footer {
	font-size: 13px;
	margin-top: 50px;
}

#admin-menu {
	margin-top: 60px!important; /* fix considering admin-menu and navbar-fixed conflict */
}

article.node-page,
.narrow-container {
	padding-right: 50px;
	padding-left: 50px;
}

#navbar .logo img {
	height: 24px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
}

.page-header {
	text-align: center;
	border-bottom: none;
}

#navbar a {
	font-size: 11px;
}

#navbar {
	background-color: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,0.12), 
              0 2px 2px rgba(0,0,0,0.12), 
              0 4px 4px rgba(0,0,0,0.12), 
              0 8px 8px rgba(0,0,0,0.12),
              0 16px 16px rgba(0,0,0,0.12);
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #25a125;
    background-color: #fff;
}

.navbar-default .navbar-nav>li>a {
    color: #000;
}

.navbar-default #navbar-collapse {
	font-weight: 600;
}

.h-top-frontpage .view-top-random-image {
	/* h-top-frontpage defined in page.tpl */
	-webkit-mask-image: linear-gradient(to top, transparent, black 10%);
	mask-image: linear-gradient(to top, transparent, black 10%);
}

.view-top-random-image {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.view-top-random-image .carousel-inner img {
	width: 100%!important;
}

#page-title,
.block-title {
	text-align: center;
	margin-bottom: 15px;
}

.block-title {
	font-weight: bold;
	color: #527d45;
}

.round-corners img {
  border-radius: 3%;
  width: 100%;
}

.read-more {
	color: #14a501;
	font-style: italic;
	font-weight: bold;
}

.bg-grey {
	background-color: #f7f5f6;
}

.p-25 {	padding: 25px; }
.mb-15 { margin-bottom: 15px; }
.mb-30 { margin-bottom: 30px; }
.mb-50 { margin-bottom: 50px; }

.smaller-text p {
	font-size: 13px;
}

.bigger-title .block-title {
	font-size: 40px;
}

.h-300 { height: 150px!important; }
.h-500 { height: 250px!important; }

.field-type-taxonomy-term-reference .field-item {
	display: inline;
	margin-right: 10px;
}

.col-xs-hide {
	display: none;
}

.view-random-quote {
	color: #527d45;
}

article.node-page .field-type-image {
	margin-bottom: 15px;
}

@media (min-width: 768px) { /* sm */
	body.html,
	body.page-node {
		margin-top: 75px; /* https://getbootstrap.com/docs/3.4/components/#callout-navbar-fixed-top-padding */
	}

	h1 {
		font-size: 40px;
	}

	article.node-page,
	.narrow-container {
		padding-right: 100px;
		padding-left: 100px;
	}

	#navbar .logo img {
		height: 34px;
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.navbar-nav>li>a {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.h-300 { height: 300px!important; }
	.h-500 { height: 500px!important; }

	.col-xs-hide {
		display: block;
	}
}

@media (min-width: 992px) { /* lg */
	article.node-page,
	.narrow-container {
		padding-right: 200px;
		padding-left: 200px;
	}
}