@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,400;1,700&display=swap');

body {
    background: #fff;
	font-family: 'Karla', sans-serif;
}

a {
}

a:hover {

}

a.btn {
    background: #44be4c;
    border: #44be4c;
}

a.btn:hover{
    background: #44be4c;
    opacity:.6;
}

ul strong, ol strong {
    color: #44be4c;
}

h1 {
    font-size: 30px;
    text-shadow: none;
    text-transform: capitalize;
}

h2 {
    color: #0d6efd;
    font-size: 26px;
}

h3, h4, h5, h6 {
    color: #0d6efd;
    font-size: 22px;
}

img, iframe {
    max-width: 100%;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: #000;
}

body.secondary header{
	box-shadow: 0 1px 2px rgb(0 0 0 / 45%);
}

header .navbar-brand img {
    width: 380px;
    margin-left: -10px;
}

#mainnav {
    background: rgba(255,255,255, 1);
    border-radius: 5px;
    margin-top: 5px;
}

#mainnav h3 {
    color: #44be4c;
    margin-bottom: 0;
	padding-left:15px;
}

#mainnav ul {
    margin-bottom: 10px !important;
    padding-left: 15px;
}

#mainnav ul li {
}

#mainnav ul li a {
    color: #000;
    text-decoration: none;
    font-weight: 400;
}

#mainnav ul li a:hover {
    color: #f20050;
}

.custom-toggler.navbar-toggler {
    border-color: #000;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url( "data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

article {
    margin-top: 89px;
}

article section#toppart {
    background: #000;
    color: #fff;
	padding-top: 20px;
}

article section#toppart h2 {
    color: #fff;
}

article section#mainlst{
	padding:50px 0;
	background: url(../images/paris-casino.jpg) center repeat #fff;
	border-bottom: 3px dashed #fff;
	margin-bottom: 1px;
	border-top: 3px dashed #fff;
}

article section#mainlst h2{
  text-align:center;
  color: #ffffff;
  margin-bottom: 30px;
}

article section#mainlst #ratingtpl{
	
color: #0d6efd;
}

article section#belowpart {
    background: #fff;
    padding-top: 20px;
}

#wrapinside {
    padding: 10px;
    display: block;
    background: #fff;
    margin-bottom: 10px;
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 5px 3px;
    border-radius: 5px;
    padding-bottom: 25px;
    font-weight: 700;
    min-height: 256px;
}

#wrapinside a{
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#wrapinside a:hover{
    color:#000;
}

footer {
    padding: 50px 0;
    color: #000;
}

footer a {
    color: #000;
    text-decoration: underline;
    font-weight: 400;
}

.main_itm_det {
    margin: 35px 0 40px;
    width: 100%;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    background: rgb(255 255 255);
}

.main_itm_det td,.main_itm_det th {
    font-size: 14px;
    padding: 12px 20px
}

.main_itm_det td {
    color: #000;
    border: 1px solid #f3f3f3;
    border-radius: 5px;
}

.main_itm_det td:first-child {
    font-weight: 500
}

.main_itm_det td,.main_itm_det th {
    border-bottom: 1px solid #f3f3f3;
    padding: 15px
}

.main_itm_det:not(:empty):not(:last-child):after {
    content: ", "
}

#firstbx {
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    background: rgb(255 255 255);
    border-radius: 15px;
    padding-top: 20px;
}

#firstbx #firstbxbonuses {
    font-size: 26px;
    font-weight: 700;
}

#firstbx #firstbxbonuses span {
    font-size: 30px;
    color: #44be4c;
}

#firstbx #firstbxrating {
    color: #44be4c;
    font-size: 30px;
    margin-bottom: 23px;
}

@media (min-width: 769px) {

	header .navbar-brand img {
		margin-left:0;
	}
}
