@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");
/*variables class*/


:variables {
  --background-color: rgb(42,100,150);
  --h1-h2-font:"Helvetica Neue", Helvetica, Arial, sans-serif;
  --btn-x9-background:  #dc3545;
  --btn-x9-boxline: #0d6efd;
}


*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}

body {
	background: var(--background-color);
 	background: linear-gradient(0deg, rgba(42,100,150,1) 23%, rgba(255,255,255,1) 100%);
}

h1{
	margin:0.67em 0;
	font-size:2em;
}


*,*:before,*:after{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

a { 
	border: none;
	color: black !important;
	text-decoration:none !important;
}


a:active,a:hover, a:focus{
	outline:0;
}


}

h1,h3 {
	font-family:var(--h1-h2-font);
	font-weight:500;
	line-height:1.1;
	color:inherit;
}

h1,h3 {margin-top:20px;
	margin-bottom:10px;
}
h1{font-size:36px;}

h3{font-size:24px;}

p {margin:0 0 10px;
}


.container {
	display: flex;
	flex-direction: column;
}


/*LOGO*/

.logo {
	width: 50%;
	display: flex;
	justify-content: center;
}
.x9_logo{
	width: 20em;
}

.logo-container {
	backgroung:  white;
	margin-top: 2em;
	display: flex;
	height: 10em;
	justify-content: center;
}


/*cards - menu */
.list-group-item {
	border: none ;
}

.card {
	width: 25rem;
	-webkit-box-shadow: 5px 2px 17px 1px rgb(0 0 0 / 65%);
    box-shadow: 5px 2px 17px 1px rgb(0 0 0 / 65%);
}

ul{
	list-style:none;
}

ul li  {
	margin-top: 1em !important;
	margin: 0 1em 1em 1em;
	padding: 1em !important;
	font-weight: 500;
    text-transform: uppercase;
    color: grey;

    border-bottom-width: 1 !important;


}

ul li .first {
	    margin-top: 1em !important;
}

ul li:first {

	display: inline-block;
	   padding-top: 1em;
    border-top: 1px solid rgba(0,0,0,.125);
}




ul li i {
	margin-right: 1em;
	font-size: 2em;
	color: grey;
}


.card-container {
	display: flex;
    justify-content: center;
    margin-bottom: 2em;
}




/*card / x9*/


.btn-primary{
	height: 2.5em;margin-top: 3em; color: white !important; margin-right: 2em;
}
.x9-logo-hidden {
	display: none;
}

.card-title {
	margin-top: 1em;
}


.card-header {
	display: flex;
    justify-content: space-between;
    -webkit-box-shadow: 5px 2px 17px 1px rgb(0 0 0 / 65%);
    box-shadow: 5px 2px 17px 1px rgb(0 0 0 / 65%);
}
.card-x9 {
	margin-top: 4em;
 	display: flex;
    justify-content: center;
    width: 30em;
    margin: auto;
}


.x9-logo {
	width: 15em;
}

.box{
	display: block;
	width: 100%;
	height: 4em;
}

/*footer*/
/*! CSS Used from: https://portal.globalb.cz/style.css ; media=all */
@media all{
.footer{
	margine-top: 1em;
	text-color:white;
	margin:auto;
	text-shadow:none;
	background-color:#000;
	position: fixed ;
	bottom:0px;
	width:100%;
	display:block;
}

.footer a:hover{color:orange;}
.footer a{color: white !important;text-decoration:none;margin-left:48%;}
}




/*MEDIA QUERY - RESPONZIVE*/

@media only screen and (max-width: 600px) {

	.logo-container {
		backgroung:  white;
		margin-top: 2em;
		display: flex;
		height: 5em;
		justify-content: center;
	}


	.footer a {
    color: white !important;
    text-decoration: none;
    margin-left: 30%;

  }

	.btn-primary{
	height: 4em;
	margin-top: 1em; 
	color: white !important;
	 margin-right: 2em;
}

	.card-x9 {
    margin-top: 4em;
     display: block; 
   width: 20em;
    margin: auto;
	}

	.x9-logo{
		display: none;
	}

.x9-logo-hidden {
	display: inherit;
	width: 10em;
}

}