:root {
	/* Color variables */
	--bs-primary: #EF5725;
	--bs-secondary: #4FA18E;

	--bs-primary-rgb: 239, 87, 37;
	--bs-secondary-rgb: 79, 161, 142;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/wp-content/themes/portal-legal/fonts/OpenSans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/wp-content/themes/portal-legal/fonts/Roboto.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

::placeholder, -ms-input-placeholder {
	color: var(--bs-gray) !important;
	opacity: 1;
}

body {
	background-color: #000000;
	box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
	width: 100%;
}

div {
	box-sizing: border-box;
}

footer ul {
	list-style-type: none;
	padding-left: 0em;
}

footer ul li {
	margin: 0.5em 0;
}

h1, h2, h3, h4, h5, h6, .icon-text {
	font-family: 'Roboto', sans-serif;
}

main a {
	color: var(--bs-secondary) !important;
	text-decoration: underline;
	transition: color 0.2s, text-decoration 0.2s;
}

main a:hover {
	color: var(--bs-primary) !important;
	text-decoration: underline;
	transition: color 0.2s, text-decoration 0.2s;
}

svg {
	margin: 0;
	padding: 0;
}

ul, ol {
   padding-left: 1em;
}


.article-title a {
	color: inherit; !important;
	font-weight: bold !important;
	text-decoration: none;
}

.article-title a:hover {
	color: var(--bs-primary) !important;
	font-weight: bold !important;
	text-decoration: none;
}

.bg-primary {
	background-color: var(--bs-primary) !important;
	color: var(--bs-white);
}

.bg-secondary {
	background-color: var(--bs-secondary) !important;
	color: var(--bs-white) !important;
}

.bg-dark {
	color: var(--bs-white) !important;
}

.bg-dark .form-control {
	background-color: var(--bs-gray-1000) !important;
	color: var(--bs-white);
}

.bg-light {
	background-color: var(--bs-white) !important;
}

.btn {
	border-radius: 0em;
	font-family: 'Roboto', sans-serif;
}

.btn-primary {
	background-color: var(--bs-primary) !important;
	border: 1px solid var(--bs-primary);
	color: var(--bs-white) !important;
	transition: background-color 0.2s, border 0.2s;
}

.btn-primary:hover {
	background-color: var(--bs-secondary) !important;
	border: 1px solid var(--bs-secondary);
	color: var(--bs-white) !important;
	transition: background-color 0.2s, border 0.2s;
}

.copyrights {
	border-top: 1px solid var(--bs-primary);
}

.copyrights a {
	text-decoration: none;
}

.dropdown-toggle::after {
	content: none !important;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.fixed-color:hover {
	color: inherit !important;
}

.no-underline:hover {
	text-decoration: none !important;
}

.box-with-shadow {
	border-radius: 1em;
	box-shadow: 0 0 0.6em 0 rgba(0, 0, 0, 0.25);
	box-sizing: border-box;
}

.form-control {
	border: 1px solid var(--bs-gray-600);
	border-radius: 0;
	outline: 0;
}

.form-control:focus {
	border: 1px solid rgba(var(--bs-primary-rgb), 1);
	border-radius: 0;
	box-shadow: none;
	outline: 0;
}

.icon-image svg {
	color: var(--bs-secondary);
}

.navbar-nav .active {
	background-color: var(--bs-primary) !important;	
}
.nav-item {
	background-color: inherit !important;
	border-right: 1px solid #1D1D1D;
	text-decoration: none !important;
	transition: background-color 0.3s;
}

.nav-item:hover {
	background-color: var(--bs-primary) !important;
	text-decoration: none !important;
	transition: background-color 0.3s;
}

.nav-link {
	color: var(--bs-white) !important;
}

.nav-row {
	border-bottom: 5px solid var(--bs-primary);
}

.opacity-transition {
	opacity: 1;
	transition: opacity 0.2s;
}

.opacity-transition:hover {
	opacity: 0.5;
	transition: opacity 0.2s;
}

.post-navigation .nav-links {
	color: var(--bs-primary);
	display: flex;
	flex-direction: row;
  	justify-content: space-between;
  	padding-bottom: 1em;
}

.post-navigation .screen-reader-text {
	display: none;
}

#background-image-home-1 {
	background-image: url("/wp-content/themes/portal-legal/images/background-image-home-1.avif");
	background-size: cover;
}