/*
Theme Name: Linkage Theme
Author: J.V.A
Description: 「」
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: bootstrap, LESS, bower, gulp
Text Domain: oracle

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

:root {
	--c_brn: #97544c;
	--c_grn: #6aa84f;
	--c_red: #9d2929;
}

@font-face {
	font-family: authenia;
	src: url(fonts/Authenia.otf);
}

@media (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1550px;
	}
}

body {
	font-family: 'Lato', sans-serif;
	width: 1920px;
	max-width: 100%;
	margin: auto;
}

a {
	transition: all .3s;
}

#page-wrap {
	overflow: hidden;
}

.btn-custom {
	background-image: url(images/button-bg.fw.png);
	background-size: 100% 100%;
	font-size: 20px;
	text-transform: uppercase;
	color: var(--c_brn);
	font-weight: 600;
	padding: 1rem 2rem;
	position: relative;
	transition: all .3s;
}

.btn-custom:hover, .btn-custom:focus {
	color: var(--c_brn);
	transform: scale(.96);
}

.btn-custom:before {
	content: '';
	position: absolute;
	inset: 7px;
	display: block;
	border: solid 2px var(--c_brn);
	transition: all .3s;
}

.s_title {
	font-family: authenia;
	font-size: 90px;
	color: var(--c_brn);
}

.back-to-top {
	position: fixed;
	bottom: .5rem;
	left: .5rem;
	width: 50px;
	height: 50px;
	background-color: #000000;
	opacity: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	color: #fff;
	z-index: 999;
	transform: scale(0);
}

.back-to-top.show {
	opacity: 1;
	transform: scale(1);
}

.header_top .blurb h5 {
	color: var(--c_brn);
}

.header_top .blurb h5 span {
	color: var(--c_grn);
}

.header_top .site_logo {
	display: table;
	margin: 1rem auto;
	width: 400px;
	max-width: 100%;
}

.header_top .site_logo:hover, .header_top .site_logo:focus {
	transform: scale(.95);
}

.header_bot #menu-header-navigation {
	padding: 0;
	margin: 0 0 1rem;
	list-style: none;
	text-align: center;
	display: flex;
	align-items: start;
	justify-content: space-between;
	flex-flow: row wrap;
}

.header_bot #menu-header-navigation > li {
	flex: 1 1 auto;
}

.header_bot #menu-header-navigation > li + li {
	border-left: solid 1px #ffe599;
}

.header_bot #menu-header-navigation > li > a {
	font-size: 18px;
	color: var(--c_brn);
	display: table;
	padding: 10px;
	border-bottom: solid 4px transparent;
	margin: auto;
	transition: all .3s;
	text-transform: uppercase;
}

.header_bot #menu-header-navigation > li > a:hover, .header_bot #menu-header-navigation > li > a:focus, .header_bot #menu-header-navigation > li > a.active {
	color: var(--c_grn);
	border-color: var(--c_grn);
}

#banner_section .banner_slider .background {
	height: 885px;
	background-size: cover;
	background-position: center;
}

#banner_section .quick_links .background {
	text-align: center;
	background-size: cover;
	background-position: center;
	padding: 3rem;
	position: relative;
	height: 100%;
}

#banner_section .quick_links .background:before {
	content: '';
	position: absolute;
	inset: 0;
	mix-blend-mode: multiply;
}

#banner_section .quick_links .box:nth-child(1) .background:before {
	background-color: #7b8f5e;
}

#banner_section .quick_links .box:nth-child(2) .background:before {
	background-color: #d1b995;
}

#banner_section .quick_links .box:nth-child(3) .background:before {
	background-color: #a80000;
}

#banner_section .quick_links .background .content {
	position: relative;
}

#banner_section .quick_links .background .content .title {
	font-size: 60px;
	font-weight: 600;
	color: #ffffff;
}

#banner_section .quick_links .background .content .title span {
	font-size: 35px;
	display: block;
}

#banner_section .quick_links .background .content a {
	font-size: 25px;
	font-weight: 600;
	color: #ffffff;
}

#welcome_section {
	background-image: url(images/texture.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 1920px;
	padding-top: 7rem;
}

#welcome_section .welcome_content {
	width: 1038px;
	max-width: 100%;
	margin: auto;
}

#welcome_section .contact-box {
	width: 1104px;
	max-width: 100%;
	margin: 4rem auto 7rem;
}

#welcome_section .contact-box p {
	font-size: 25px;
	font-weight: 600;
	color: var(--c_brn);
}

#welcome_section .contact-box p a {
	color: var(--c_brn);
}

#welcome_section .contact-box p a:hover, #welcome_section .contact-box p a:focus {
	color: var(--c_grn);
}

#welcome_section .welcome_blurb {
	text-align: center;
	padding: 5rem;
	background-size: cover;
	background-position: center;
	margin-bottom: 7rem;
}

#welcome_section .welcome_blurb .content {
	font-size: 35px;
	font-weight: 600;
	color: #ffffff;
	text-shadow: 3px 3px 6px #000000;
}

#welcome_section .welcome_info {
	margin: auto;
	margin-bottom: 4rem;
	width: 1372px;
	max-width: 100%;
}

#about_section .about_image_strip {
	margin-bottom: 3rem;
}

#about_section .about_image_strip .fake_image {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

#about_section .about_links {
	margin-bottom: 5rem;
}

#about_section .about_links .box {
	background-color: var(--c_red);
	display: block;
	overflow: hidden;
	border-radius: 1rem 0 1rem 0;
	margin: auto;
	margin-bottom: 2rem;
	width: 390px;
	max-width: 100%;
}

#about_section .about_links .box .img_container {
	overflow: hidden;
}

#about_section .about_links .box .img_container .fake_image {
	padding-top: 75.37%;
	background-size: cover;
	background-position: center;
	transition: all .3s;
}

#about_section .about_links .box:hover .img_container .fake_image, #about_section .about_links .box:focus .img_container .fake_image {
	transform: scale(1.05);
}

#about_section .about_links .box .info {
	padding: 2rem;
	text-align: center;
	color: #ffffff;
	background: linear-gradient(to bottom, rgba(157,41,41,1) 0%,rgba(81,21,21,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#about_section .about_links .box .info .title {
	font-size: 2rem;
	color: #c39351;
}

#about_section .about_links .box .info p {
	font-size: 1.75rem;
	margin: 0;
}

#footer .footer_top {
	background-image: url(images/newsletter-bg.jpg);
	background-size: cover;
	background-position: center;
	padding: 4rem 0;
}

#footer .footer_top .newsletter .email {
	width: 560px;
	max-width: 100%;
	padding: 1rem;
	border: solid 1px var(--c_brn);
	color: var(--c_brn);
}

#footer .footer_bot {
	background-image: url(images/footer-bg.jpg);
	background-size: cover;
	background-position: center;
	padding: 10rem 0 0;
}

#footer .footer_bot h5 {
	font-weight: 900;
	color: #ffffff;
}

#footer .footer_bot .contacts {
	padding: 0;
	list-style: none;
}

#footer .footer_bot .contacts > li {
	vertical-align: middle;
	margin: 0 1rem;
}

#footer .footer_bot .contacts > li > a {
	color: #ffffff;
}

#footer .footer_bot .contacts > li > a:hover, #footer .footer_bot .contacts > li > a:focus {
	color: var(--c_grn);
}

#footer .footer_bot .socials {
	padding: 0;
	margin: 0 0 2rem;
	list-style: none;
	text-align: center;
}

#footer .footer_bot .socials > li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 .5rem;
}

#footer .footer_bot .socials > li > a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 45px;
	width: 45px;
	color: #ffffff;
	border: solid 4px #a6a6a6;
	border-radius: 100%;
	font-size: 1.5rem;
}

#footer .footer_bot .socials > li > a:hover, #footer .footer_bot .socials > li > a:focus {
	border-color: var(--c_grn);
}

#footer .footer_bot .colophon {
	padding: 2rem 0;
	border-top: solid 1px var(--c_grn);
}

#footer .footer_bot .footer_nav {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

#footer .footer_bot .footer_nav > li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 2rem;
	text-transform: uppercase;
}

#footer .footer_bot .footer_nav > li > a:hover, #footer .footer_bot .footer_nav > li > a:focus {
	color: var(--c_grn);
}

#footer .footer_bot .copyright {
	text-transform: uppercase;
}

#innerpage_banner {
	height: 300px;
	background-size: cover;
	background-position: center;
}

#innerpage_banner:before {
	content: '';
	position: absolute;
	inset: 0;
	background-color: #000000;
	opacity: .5;
}

#innerpage_banner .container {
	position: relative;
}

#innerpage_banner h1 {
	text-align: center;
	color: #fff;
	font-size: 3rem;
	font-weight: 900;
	text-transform: uppercase;
	text-shadow: 0 0 3px #000;
}

.card-img-top .fake_image {
	padding-top: 100%;
	background-size: cover;
	background-position: center;
}