/*
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 {
	--blue: #2eb1e0;
	--d_blue: #17779b;
	--orng: #f73d32;
}

body {
	font-family: "Archivo", sans-serif;
}

a {
	transition: all .3s;
}

#page-wrap {
	overflow: hidden;
}

.btn-primary {
	--bs-btn-bg: #f73d32;
	--bs-btn-border-color: #f73d32;
}

.btn-secondary {
	--bs-btn-border-color: #ffc926;
	background: #FFC926;
	background: linear-gradient(180deg, rgba(255, 201, 38, 1) 0%, rgba(255, 128, 0, 1) 100%);
}

.btn-primary:hover, .btn-primary:focus {
	background-color: hsl( from var(--orng) h s calc(l - 20) );
	border-color: hsl( from var(--orng) h s calc(l - 20) );
}

.btn-secondary:hover, .btn-secondary:focus {
	border-color: hsl( from #ffc926 h s calc(l - 20) );
	background: #FF8000;
	background: linear-gradient(180deg, rgba(255, 128, 0, 1) 0%, rgba(255, 128, 0, 1) 100%);
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.embed-container:after {
	content: '';
	position: absolute;
	inset: 0;
}

.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#main_header .header_bottom {
	background-color: var(--blue);
}

#main_header .header_bottom .header_nav > li:not(:last-child) {
	margin-right: 2rem;
}

#main_header .header_bottom .header_nav > li > a {
	display: table;
	padding: 10px;
	color: #ffffff;
	font-size: 18px;
}

#main_header .header_bottom .header_nav > li > a:hover, #main_header .header_bottom .header_nav > li > a:focus, #main_header .header_bottom .header_nav > li > a.active {
	color: #ffff00;
}

#main_header .header_bottom .socials {
	position: relative;
}

#main_header .header_bottom .socials:before {
	content: '';
	position: absolute;
	inset: 0;
	width: 100vw;
	background-color: var(--d_blue);
}

#main_header .header_bottom .socials li {
	position: relative;
}

#main_header .header_bottom .socials li a {
	color: #ffffff;
}

#main_header .header_bottom .socials li a:hover, #main_header .header_bottom .socials li a:focus {
	color: var(--blue);
}

#banner_section {
	position: relative;
}

#banner_section .content {
	position: absolute;
	bottom: 150px;
	left: 0;
	right: 0;
	padding: 5rem 0;
	background: #000;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
	color: #fff;
}

#banner_section .countries .box {
	background-size: cover;
	background-position: center;
	height: 150px;
	filter: grayscale(1);
}

#banner_section .countries .box .text-center {
	text-shadow: 0px 0px 8px #000;
}

#books_section {
	padding: 5rem 0 4rem;
}

#books_section ._df_button {
	padding: 0;
	margin: 0;
	background-color: transparent;
	width: 100%;
	box-shadow: 0 2px 10px #000;
	transition: all .3s;
}

#books_section ._df_button:hover, #books_section ._df_button:focus {
	transform: scale(.95);
}

#books_section ._df_button .book {
	position: relative;
	background-image: url(images/book-bg.jpg);
	background-size: cover;
	background-position: center bottom;
	aspect-ratio: 2560 / 1617;
	padding: 7% 0;
}

#books_section ._df_button .book .title {
	width: 100%;
	text-align: center;
	border-radius: 0;
	color: #fff;
	font-weight: 700;
	background-image: url(images/heading-bg-scaled.jpg);
	background-size: 100% auto;
	background-repeat: repeat-y;
	background-position: center;
	padding: .5rem;
}

#clients_section .clientelle .box {
	width: 150px;
	height: 150px;
	display: flex;
	align-items: center;
	padding: 1rem;
}

#footer .footer_top {
	background-image: url(images/contact-bg.jpg);
	background-size: cover;
	background-position: center;
	padding: 8rem 0;
}

#footer .footer_top h2 {
	font-size: 70px;
}

#footer .footer_bot {
	padding: 5rem 0;
}

#footer .footer_bot .menu {
	padding: 0;
	list-style: none;
}

#footer .footer_bot a {
	color: #000;
}

#footer .footer_bot a:hover, #footer .footer_bot a:focus, #footer .footer_bot a.active {
	color: var(--d_blue);
}

#footer .footer_bot .socials a {
	color: var(--orng);
}

#footer .footer_bot .socials a:hover, #footer .footer_bot .socials a:focus {
	color: var(--blue);
}

#footer .colophon {
	background-color: var(--d_blue);
}

#footer .colophon .footer_nav > li > a {
	color: #fff;
}