body { 
	font-family: "Barlow Condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
   /* -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	background:#FFF url( "../images/watermark.webp");
	 background-repeat: no-repeat;
      background-size: center;*/
	/*position: fixed;*/
	font-size: 18px;	
}

/* Menu*/
.modal .modal-dialog-aside{
	width: 350px;
	max-width:90%; height: 100%; margin:0;
	transform: translate(0); transition: transform .2s;
	left:1.5% !important;
}
.modal .modal-dialog-aside .modal-content{  height: inherit; border:0; border-radius: 0; }
.modal .modal-dialog-aside .modal-content .modal-body{ overflow-y: auto }
.modal.fixed-left .modal-dialog-aside{ margin-left:auto;  transform: translateX(100%); }
.modal.show .modal-dialog-aside{ transform: translateX(0);  }

.border-dark{
	border:2px solid #000;
}
.border-dark-light{
	border:1px solid #000;
}
.navigation {
	background:url( "../images/watermark.jpg");
	background-repeat: no-repeat;
    background-size: cover;
}
.navigation ul{
	list-style: none;
	display: block;
}

.navigation ul li{
	width: 100%;
	float: left;
	padding: 10px;
}
.navigation ul li a{
	font-size:20px;
	color:#000;
}

.navigation ul li dropdown-toggle{
	font-size:20px;
	color:#000;
}

.dropdown-toggle:hover, .dropdown-toggle:focus, .dropdown-toggle:active{
	border: none !important;
	outline: none !important;
	
}
/*menu ended*/

