.bg-main {
	background: linear-gradient(0deg,rgb(2, 18, 61),rgba(25, 37, 88, 0.973)), url('../assets/img/main_l.png') no-repeat center center fixed !important; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover !important;
}

.bg-grey {
	background: linear-gradient(0deg,rgb(199, 201, 199),rgba(241, 241, 240, 0.973)), url('../assets/img/main_l.png') no-repeat center center fixed !important; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover !important;
}
.bg-search {
	background: linear-gradient(0deg,rgb(3, 41, 77),rgba(9, 40, 80, 0.973)), url('../assets/img/main_l.png') no-repeat center center fixed !important; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover !important;
}
.index-head {
	padding: 1%;
	color: #f7f6ef;
	line-height: normal
}

.index-head2 {
	padding: 1%;
	color: #060429;
	line-height: normal;
	font-size: 40px;
}



/* Chaning button color on main flasher header with coloring */
.btn-custom {
    background-color: #154388;
    color: white;
	font-size: 20px;

}

.index-head > h1 {
	font-size: 60px;
}
.logo-bg {
	background-color: #161515 !important;
	color: rgb(36, 64, 114);

}

.index-head > p {
	font-size: 32px;
}

.index-head > p > a {
	margin-top: 20px;
}

.latest-job {
	line-height: 150%;
	background-color: #fffcfc !important;
}

.latest-job > h1 {
	font-size: 60px;
	color: #1a196b;
}
.latest-job > h4 {
	font-size: 20px;
	color: #27256d;
	font-weight: 500px;
}

.candidate-img > img {
	width: 350px;
	height: 175px;
}

.company-img > img {
	width: 350px;
	height: 200px;
}

.about-text > p {
	font-size: 14px;
	line-height: 150%;
}

.margin-bottom-20 {
	margin-bottom: 20px;
}

.margin-top-50 {
	margin-top: 50px;
}

.margin-top-20 {
	margin-top: 20px;
}

.margin-top-10 {
	margin-top: 10px;
}
.padding-5 {
	padding: 5%;
}

.padding-2 {
	padding: 2%;
}
.bg-white {
	background-color: #fff;
}
.margin-right-10 {
	margin-right: 10px;
}

.bg-c-yellow {
	background-color: #FFC;
}

.color-red {
	color: red;
}

.hide-me {
	display: none;
}

/* aligning profile */
.profile {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;

}

/* Basic Reset 
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
*/
.body-recruiter {
    font-family: sans-serif;
}

/* Container for the columns */
.container-recruiter {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    padding: 10px;
	
}

.column-recruiter {
    position: relative;
    background-color: #0c2964fb;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

/* Hover effect for the columns */
.column-recruiter:hover {
    transform: scale(1.05);
    background-color: #104ecafb;
}
.column-img {
	width: 100%;  /* Make the image take up the full width of its container */
	height: auto; /* Maintain aspect ratio */
	border-radius: 8px;
	position: relative;
	padding: 2px;
	
}

.column-content-recruiter {
    text-align: center;

}

.column-recruiter h2 {
    margin-bottom: 16px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.6;
	color: #f1ebeb;
}

.column-recruiter h5 {
    margin-bottom: 16px;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.6;
	color: #fafcfb;
}

.column-recruiter p {
    font-size: 16px;
}


/* cameroonjobs.net -- > Sign $ Register */
/* Container for the columns */
.container-signreg {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 10px;
	
}

.column-signreg {
    position: relative;
    background-color: #3a5487fb;
    padding: 15px;
    border-radius: 10px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

/* Hover effect for the columns */
.column-signreg:hover {
    transform: scale(1.05);
    background-color: #d4a91bfb;
}
.column-img {
	width: 100%;  /* Make the image take up the full width of its container */
	height: auto; /* Maintain aspect ratio */
	border-radius: 8px;
	position: relative;
	padding: 2px;
	
}

.column-content-signreg {
    text-align: center;

}

.column-signreg h2 {
    margin-bottom: 16px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.6;
	color: #f1ebeb;
}

.column-signreg h5 {
    margin-bottom: 16px;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.6;
	color: #fafcfb;
}

.column-signreg p {
    font-size: 16px;
}

/* END OF Signing and Register */
/* Make the layout responsive */

@media (max-width: 1024px) {
    .container-recruiter {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .container-recruiter{
        grid-template-columns: 1fr;
    }
}


.container-job-display {
	width: 100%;
	max-width: 80px;  /* The container can grow to 1200px, but not beyond */
  }

  /* Adding search formating */

  form {
    margin-bottom: 20px;
	
}

input[type="text"] {
    padding: 5px;
	border-radius: 12px;
    width: 300px;
    font-size: 20px;
	color: rgb(20, 41, 145);
    margin-right: 10px;	
	border-color: #efeff3;
}

button {
    padding: 18px 30px;
    font-size: 20px;
    background-color: #646468;
    color: rgb(243, 248, 250);
    border: none;
	border-radius: 19px;
    cursor: pointer;
}

button:hover {
    background-color: #220c9e;
}

.results-list {
    list-style-type: none;
    padding: 0;
}

.results-list li {
    background-color: #dddde6;
    border: 1px solid #ddd;
    margin: 10px 0;
    padding: 15px;
    border-radius: 5px;
}

.results-list a {
    text-decoration: none;
    font-size: 18px;
    color: hsl(259, 62%, 14%);
}

.results-list a:hover {
    color: #69162b;
}

.results-list p {
    font-size: 14px;
    color: #666;
}

.jobview {
	background-color: #fff;
	font-size: 10px;
	color: rgb(6, 6, 53);
  }

  .navbar-nav {
	margin-left: auto;
}

.column-post {
  float: left;
  width: 50%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

