		body { 
			background-color: #101923;
			color: #fdf5df;
		}
		h2{ 
			color: #fff144;
		}
		h3{ 
			color: #fdf5df;
		}
		h5{ 
			color: #fdf5df;
		}
		.suur{
			font-size: 16px;
		}
		.press{ 
			color: #fff144;
		}
		a:hover{ 
			color: #fff144;
		}
		.bg-2 { 
			background-color: #0b3448;
			color: #fff144;
		}
		.container-fluid {
			padding-top: 70px;
			padding-bottom: 50px;
		}
		.nopadb {
			padding-top: 70px;
			padding-bottom: 0px;
		}
		.nopadt {
			padding-top: 20px;
			padding-bottom: 50px;
		}
		.navbar {
			background-color: #0b3448;
			border: 0;
			border-radius: 0;
			margin-bottom: 0;
			font-size: 12px;
			letter-spacing: 5px;
		}
		.navbar .navbar-brand {
			font-size: 32px;
			letter-spacing: 5px;
		}
		.navbar-default .navbar-header .icon-bar {
			background-color: #fff144;
		}
		.navbar-default .navbar-header .icon-bar a {
			color: #fff144;
		}
		.navbar-default .navbar-header .icon-bar a:hover {
			color: #fdf5df;
		}
		.navbar-default .navbar-header a {
			color: #fff144;
		}
		.navbar-default .navbar-header a:hover {
			color: #fdf5df;
		}
		.navbar-default .navbar-nav li a {
			color: #fff144;
		}
		.navbar-default .navbar-nav li a:hover {
			color: #fdf5df;
		}
		.popover {
			border: none;
			background-color: #101923;
		}

		.popover-title {
			background-color: #0b3448; 
			color: #fff144; 
			font-size: 28px;
			text-align:center;
			border: none;
		}

		.popover-content {
			background-color: #101923;
			color: #fdf5df;
			padding: 25px;
			text-align:justify;
			border: none;
		}
		.blueimp-gallery .modal-body  {
			padding: 0 0 65% 0;
		}
		.modal-header {
			background-color: #101923;
			color: #fff144;
			border: none;
		}
		.modal-content {
			background-color: #101923;
			color: #fdf5df;
			text-align:justify;
			border: none;
		}
		.modal-footer {
			background-color: #101923;
			color: #fff144;
			border: none;
		}
		.btn-default {
			background-color: #0b3448;
			color: #fdf5df;
			border-color: #fdf5df;
		}
		.btn-default:active {
			background-color: #fff144 !important;
			color: #0b3448 !important;
			border-color: #0b3448 !important;
		}
		.modal-footer .btn-default:focus {
			background-color: #fff144 !important;
			color: #0b3448 !important;
			border-color: #0b3448 !important;
		}
		.btn-default:hover {
			background-color: #0b3448;
			color: #fff144;
			border-color: #fff144;
		}
		.btn-primary {
			background-color: #0b3448;
			color: #fff144;
			border-color: #fff144;
		}
		.btn-primary:hover {
			background-color: #0b3448;
			color: #fdf5df;
			border-color: #fdf5df;
		}
		.btn-primary:active {
			background-color: #fff144 !important;
			color: #0b3448 !important;
			border-color: #0b3448 !important;
		}
		.btn-primary:focus {
			background-color: #fff144 !important;
			color: #0b3448 !important;
			border-color: #0b3448 !important;
		}
		.close: {
			color: #fdf5df !important;
			opacity:1 !important;
		}
		.close:hover {
			color: #fdf5df;
			opacity:1;
		}
		.close:active {
			color: #fdf5df;
			opacity:1;
		}
		.stills {
			margin: 5px;
		}
		ul.successu{
			list-style: none;
		}
		ul li.success::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #fff144; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}