.traina-headline-banner {
   display: block;
    position: relative;
}
.traina-headline-banner:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 350px;
}
.traina-headline {
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    padding: 4rem 2rem;
    max-width: 800px;
    background: rgba(255,255,255,0.8);
    text-align: center;

}
.traina-headline h2 {
    font-size: 3rem;
    margin-bottom: 0rem;
    font-weight: 700 !important;
}
.traina-headline h3 {
    font-size: 1.5rem;
    font-weight: 400;
    margin-top: 1rem;

}
.traina-headline-banner img {
     position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;

}

.traina-catalog-wrapper {
    max-width: 1200px;
    margin: 5rem;
}

.traina-catalog-outer-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.traina-catalog-navigation {
    display: flex;
    align-items: center;
}
/*NAVIGATION IN THE TOP LEFT*/
.traina-catalog-navigation nav {
    flex:1;
}
.traina-catalog-navigation nav a {
    text-decoration: none !important;
    font-size: 1rem;
    font-weight: 700;
    color: black;
    text-transform: uppercase;
    padding: 0.5rem 1rem;
    display: inline-block;
    margin-right: 1rem;
}
.traina-catalog-navigation nav a:hover {
    background-color: #fef1bf;
}

.traina-catalog-navigation-active {
    background-color: #fef1bf;
}

/*SEARCH IN THE TOP RIGHT*/
/* .traina-catalog-search-box {
    padding: 1.25rem 1.75rem !important;
    background-color: white !important;
    width: 300px;
    border: 1px solid #d5d5d5 !important;
    box-shadow: none !important;
    border-radius: 4px !important;
    font-size: 1.1rem;
    margin: 0 0 0 auto !important;
}
.traina-catalog-search-button {
    padding: 1.26rem 1.75rem;
    font-size: 1rem;
    color: #fed349;
    background-color: black;
    border: 1px solid black;
    border-radius: 4px;
    margin-left: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none !important;
    cursor: pointer; 
} */
/*CARD CONTAINER*/
.traina-catalog-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.traina-catalog-card {
    flex: 0 1 30%;
    margin-top: 2rem;
    min-height: 420px;
}
.traina-catalog-card img {
    width: 100%;
    height: auto;
}
.traina-catalog-card-title {
    margin: 0.75rem 0;
    font-size: 1.75rem !important;
    font-weight: 700 !important;
}
.traina-catalog-card-description a {
    color: black;
    text-decoration: none;
}
.traina-catalog-card-description a:hover {
    text-decoration: underline;
}

/** RESPONSIVE DESIGN **/
@media screen and (max-width: 1100px) {
	.traina-catalog-card {
		margin: 4rem 1rem 0rem;
	}
	.traina-catalog-wrapper {
		margin: 1rem;
	}
	.traina-catalog-container {
		justify-content: center;
	}
}
@media screen and (max-width: 900px) {
	.traina-catalog-card {
		flex: 0 1 45%;
	}
}
@media screen and (max-width: 800px) {
	.traina-catalog-navigation {
		display:block;
	}
	.traina-catalog-navigation nav {
		margin: 0 0 1rem;
	}
}
@media screen and (max-width: 700px) {
	.traina-catalog-card {
		margin: 4rem 0 0 0;
		flex: 0 1 60%;
		height: auto;
	}
}
@media screen and (max-width: 700px) {
	.traina-catalog-card {
		flex: 0 1 80%;
	}
}
@media screen and (max-width: 500px) {
	.traina-catalog-card {
		flex: 0 1 80%;
	}
	/* .traina-catalog-search-box {
		display: inline-block;
		margin-bottom: 2rem !important;
	}
	.traina-catalog-search-btn {
		display: inline-block;
		margin-left: 0rem !important;
	} */
}
