html {
	scroll-padding-top: 103.6px;
}
body {
	font-family: "Roboto", serif;
	line-height: 1.8;
}
a:focus, button:focus, input:focus, textarea:focus {
	outline: none;
}
.h_underline {
	position: relative;
	width: max-content;
	padding-right: 0px;
}

.h_underline.inblock{
	display: inline-block;
}
.h_underline.tcell{
	display: table-cell;
}
.h_underline:after{
	background-color: #e31e24;
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 5px;
	bottom: -5px;
	clip-path: polygon(0 0, 100% 15%, 98% 100%, 1% 100%);
}

.navbar {
	background-color: #f2f2f2;
	border-bottom: 2px solid #e31e24;
}
.navbar-nav.language-selection a{
	color: #ffffff;
	font-weight:700;
	font-size: 1rem;
}

.navbar-nav .mobile-language-nav,
.navbar-nav .mobile-language-nav a{
	text-decoration:none;
	margin: 0px 5px;
}
.navbar-nav .nav-link,
.navbar-nav .mobile-language-nav,
.navbar-nav .mobile-language-nav a{
	font-weight: 700;
	color: #333;
	font-size: 1.2rem;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active,
.navbar-nav .active .nav-link,
.navbar-nav .mobile-language-nav a:hover,
.navbar-nav .mobile-language-nav a.active{
	color: #e31e24;
	font-weight:700;
}
.navbar-nav.language-selection {
	text-transform: uppercase;
	margin-left: 0rem;
}
.navbar-nav.language-selection.dropdown {
	background: none;
}
.navbar-nav.language-selection.dropdown option{
	text-transform: uppercase;
}

#sags-navbarNav{
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}
ul.navbar-nav {
	align-items: center;
}

#container {
	padding-top: 1rem;
	margin-top:103.6px;
}

.hero {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5)), var(--hero-bg-image) center/cover;
	color: white;
	text-align: center;
	padding: calc(50vh - 135.45px - 1rem) 12px;
}

.what-we-offer h2 {
    font-size: 1.5rem;
}
.services .icon,
.contact-us .icon {
	font-size: 2.5rem;
	color: #dc3545;
}

.article-img{
	background-size: cover;
    background-position: center;
    min-height: 30rem;
    background-repeat: no-repeat;
}

.contact-us a{
	font-weight: 500;
	color: #ffffff;
}

footer {
	background-color: #343a40;
	color: #f2f2f2;
	padding: 20px 0;
	text-align: center;
}
footer a {
	text-decoration: underline;
	color: #ffffff;
}

#btn-back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	opacity:0.5;
	display: none;
}
#btn-back-to-top:hover{
	opacity:1;
}

@media (min-width: 576px) {
	#container {
		padding-top: 1rem;
	}

	.hero{
		padding: calc(50vh - 136.795px - 1rem) 20px;
	}
}
@media (min-width: 768px) {
	#container {
		padding-top: 1rem;
	}

	.hero{
		padding: calc(50vh - 120.795px - 1rem) 20px;
	}

	.navbar-nav.language-selection {
		margin-left: 0rem;
	}
}
@media (min-width: 992px) {
	#container {
		padding-top: 1rem;
	}

	.hero{
		padding: calc(50vh - 105.8px - 1rem) 20px;
	}

	.navbar-nav.language-selection {
		margin-left: 3rem;
	}
}
@media (min-width: 1200px) {
	#container {
		padding-top: 1rem;
	}

	.hero{
		padding: calc(50vh - 105.8px - 1rem) 20px;
	}

	.navbar-nav.language-selection {
		margin-left: 3rem;
	}
}
@media (min-width: 1400px) {
	#container {
		padding-top: 1rem;
	}

	.hero{
		padding:calc(50vh - 105.8px - 1rem) 20px;
	}

	.navbar-nav.language-selection {
		margin-left: 3rem;
	}
}

@media (max-width:  768px){
	.hero {
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5)), var(--hero-bg-image-mobile) center/cover;
	}
	
	.what-we-offer h2 {
		font-size: 1.2rem;
	}
}