* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	font-size: 62.5%;
	scroll-behavior: smooth;
}

body {
	font-family: 'Roboto', sans-serif;
	font-size: 1.8rem;
}

[id] {
    scroll-margin-top: 81.5px;
}

.text-justify {
    text-align: justify;
}

.under-menu {
    padding-top: 96.38px;
}

@media (max-width: 992px) {
    .under-menu {
        padding-top: 66.38px;
    }
}

.shadow {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.shadow-75 {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.75);
}

.gradient {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to right, rgb(33, 37, 41) 60%, rgba(33, 37, 41, 0.5), rgba(33, 37, 41, 0));
}

@media (max-width: 991px) {
    .gradient {
        background-color: rgb(33, 37, 41);
    }
}

@media (max-width: 1530px) {
    .gradient {

        background-image: linear-gradient(to right, rgb(33, 37, 41) 55%, rgba(33, 37, 41, 0.5), rgba(33, 37, 41, 0));
    }
}

@media (min-width: 1870px) {
    .gradient {

        background-image: linear-gradient(to right, rgb(33, 37, 41) 65%, rgba(33, 37, 41, 0.5), rgba(33, 37, 41, 0));
    }
}

@media (min-width: 2139px) {
    .gradient {

        background-image: linear-gradient(to right, rgb(33, 37, 41) 70%, rgba(33, 37, 41, 0.5), rgba(33, 37, 41, 0));
    }
}

@media (min-width: 2490px) {
    .gradient {

        background-image: linear-gradient(to right, rgb(33, 37, 41) 75%, rgba(33, 37, 41, 0.5), rgba(33, 37, 41, 0));
    }
}

@media (min-width: 2978px) {
    .gradient {

        background-image: linear-gradient(to right, rgb(33, 37, 41) 80%, rgba(33, 37, 41, 0.5), rgba(33, 37, 41, 0));
    }
}

.mirror-reflection {
    border:0;
    display:inline-block;
    transform:scale(-1,1);
    -webkit-transform:scale(-1,1);
    -moz-transform:scale(-1,1);
    -o-transform:scale(-1,1);
}

.clickable-link:hover {
    font-size: 1.8rem;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
}

.btn-my {
    font-size: 2.2rem;
    color: white;
    border: 2px white solid;
}

.btn-my:hover {
    border: 2px red solid;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
}

.btn-form {
    background-color: rgb(33, 37, 41);
    font-size: 2.2rem;
    color: white;
}

.btn-form:hover {
    background-color: rgb(255, 255, 255);
    font-size: 2.2rem;
    color: rgb(33, 37, 41);
    border: 2px red solid;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
}

.form-field {
    font-size: 1.8rem;
    color: black;
}


.navbar-brand img {
    height: 8rem;
}

@media (max-width: 992px) {
    .navbar-brand img {
        height: 5rem;
    }
}

.navbar-nav {
    font-size: 1.8rem;
    text-transform: uppercase;
}

.nav-link {
    margin: 0 10px 0 10px;
}

.signature {
    background-color: rgba(0, 0, 0, 0.2);
}

.hero {
    position: relative;

    background-size: cover;
	background-position: center;
	z-index: 0;
    color: white;
}

.card {
    background-color: rgb(33, 37, 41);
    color: white;
}

.card-img-top {
    height: 20rem;
    object-fit: cover;
}

.cooperation {
    position: relative;
    background-size: cover;
	background-position: 0% 40%;
    z-index: 0;
    color: white;
}

.hero-aboutus {
    position: relative;
    background-size: cover;
	background-position: center;
	z-index: 0;
    color: white;
}

.team .img {
    height: 25rem;
    width: 25rem;
}

.team .text-muted {
    font-size: 1.3rem;
}

.gray-scale {
    filter: grayscale(100%);
}

.gray-scale:hover {
    filter: grayscale(0%);
}

.mission-values {
    position: relative;
    background-size: cover;
	background-position: center;
	z-index: 0;
    color: white;
}

.hero-opinions {
    position: relative;
    background-size: cover;
	background-position: top;
	z-index: 0;
    color: white;
}

.hero-submit-cv {
    position: relative;
	height: 20rem;
    background-size: cover;
	background-position: 0% 58%;
	z-index: 0;
    color: white;
}

.hero-contact {
    position: relative;
	height: 20rem;
    background-size: cover;
	background-position: 0% 60%;
	z-index: 0;
    color: white;
}

.contact .img {
    height: 20rem;
    width: 20rem;
}

.contact .map {
    height: 20rem;
    width: 20rem;
}

.hero-job {
    position: relative;
	height: 20rem;
    background-size: cover;
	background-position: 0% 55%;
	z-index: 0;
    color: white;
}

.bg-job {
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
	background-position: 100% 0%;
	z-index: 0;
    color: white;
}

.accordion-button {
    font-size: 2.2rem;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.hero-employer {
    position: relative;
	height: 20rem;
    background-size: cover;
	background-position: 0% 60%;
	z-index: 0;
    color: white;
}

.hero-job-offer {
    position: relative;
	height: 25rem;
    background-size: cover;
	background-position: 0% 75%;
	z-index: 0;
    color: white;
}

.message {
    background-color: rgb(33, 37, 41);
    font-size: 2.2rem;
    color: white;
}

@media (min-width: 1200px) {
    .text-wrapper-pc {
        width: 50%;
    }
}

