@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:wght@300;400;500;700&display=swap');

body{
    font-family: 'IBM Plex Serif', serif;
}
a,
a:hover,
a:focus{
    color: #2eb5d2;
}
.text-black{color: #000;}
.bgk-stripe{
    /*
	background-image: url("../assets/stripe.jpg");
    background-size: cover;
    background-position: center center;
	*/
	background-color: #c81413;
    min-height: 100px;
}
.bgk-stripe .title{
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: bold;
}

.text-hp-small{
	font-size: 0.75rem;
}

.menuLink {
	/* display: block; width: 12rem;*/
	border: 2px solid #E2000B;
	padding: 4px;
}
input{
	border: 1px solid #E2000B !important;
}

.logoPartner{
	max-width: 120px;
	

@media screen and (max-width: 767px) {
    .bgk-stripe .title{
        font-size: 30px;
    }
  }