@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;700&display=swap');

body {
    background: url('../images/slot-background.jpg') bottom center fixed;
	font-family: 'Source Sans Pro', sans-serif;
}

a {
    color: #115111;
}

a:hover {
    color: #212529;
}

a.btn {
    font-size: 12px;
    font-style: italic;
}

h1 {
    color: #115111;
    font-size: 30px;
    text-shadow: none;
    text-transform: capitalize;
}

h2 {
    color: #2c2e2e;
    font-size: 26px;
}

h3, h4, h5, h6 {
    color: #2c2e2e;
    font-size: 22px;
}

img, iframe {
    max-width: 100%;
}

header {
    background: #111111;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

header .navbar-brand img {
    width: 380px;
}

#navigation {
    padding: 20px;
    border-radius: 5px;
    margin-top: 5px;
}

#navigation h3 {
    color: #f20050;
    margin-bottom: 0;
}

#navigation ul {
    margin-bottom: 10px !important;
}

#navigation ul li {
}

#navigation ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
	text-transform:uppercase;
}

#navigation ul li a:hover {
    opacity:.5;
}

article {
    margin: 180px 0 0;
}

article .container {
}

section#slotslist {
    background: #fbfcfc;
}

section#texttwo {
    background: #145c14;
    color: #fff;
    padding: 40px 0;
	margin: 20px 0;
}

section#texttwo h2, section#texttwo a {
    color: #fff;
}

#navimain {
}

#navimain h3 {
    padding-left: 15px;
}

#navimain ul {
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    margin-bottom: 20px !important;
    padding: 5px 15px;
    border-radius: 5px;
}

#navimain ul li {
}

#navimain ul li a {
    text-decoration: none;
    color: #212529;
}

#navimain ul li a:hover {
    color: #145c14;
}

#outsidewrap {
    padding: 0 0 10px;
    border-radius:5px;
    box-shadow: rgb(0 0 0 / 35%) 0px 10px 10px;
    background: #111111;
    display: block;
}

#outsidewrap img{
    border-radius:5px 5px 0 0;
    margin-bottom: 10px;
}

#casiratings {
    color: #ffdf00;
    margin-top: 10px;
    text-align: left;
    font-size: 12px;
}

#casiname {
    text-align: left;
    font-size: 12px;
}

#casisoftware {
    text-align: left;
    font-size: 12px;
    margin-bottom: 10px;
}

footer {
    padding: 50px 0;
    background: #111111;
    color: #fff;
}

footer a {
    color: #fff;
    text-decoration: underline;
}

footer a:hover {
    color: #fff;
    text-decoration: none;
}

@media (min-width: 769px) {

}
