@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;700&display=swap');

body {
    background: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    color: #000;
}

a {
    color: #f00;
}

a:hover {
}

a.btn {
    background-color: #000000;
    border-color: #ff0000;
    color: #fff;
}

a.btn:hover {
    background: #000000;
    border-color: #ff0000;
    opacity: .6;
}

ul strong, ol strong {
    color: #ff0000;
}

h1 {
    font-size: 30px;
    text-shadow: none;
    text-transform: capitalize;
    color: #f00;
}

h2 {
    font-size: 26px;
}

h2, h3, h4, h5, h6 {
    color: #f00;
    font-size: 22px;
}

img, iframe {
    max-width: 100%;
}

header {
    background: #ff0000;
    box-shadow: 0px 20px 20px 20px rgb(207 207 207 / 45%);
}

header .navbar-brand img {
    width: 380px;
}

#shiftend {
    background: rgba(255,255,255, 1);
    border-radius: 5px;
    margin-top: 5px;
}

#shiftend h3 {
    color: #DF6A2E;
    margin-bottom: 0;
}

#shiftend ul {
    margin-bottom: 10px !important;
    padding: 20px;
}

#shiftend ul li {
}

#shiftend ul li a {
    color: #000;
    text-decoration: none;
}

#shiftend ul li a:hover {
    color: #DF6A2E;
}

.custom-toggler.navbar-toggler {
    border-color: #fff;
}

.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 {
}

article section#textone{
}

article section#textone h2 {
}

article section#mainpageone {
    background: #000;
    padding: 25px 0;
}

article section#mainpageone h2 {
    color: #fff;
    padding-top: 5px;
    text-align: center;
}

article section#mainpageone img{
    margin-bottom:15px;
}

article section#mainpageone .fa{
    color:#ddd;
}

article section#lastextone {
    padding-top: 30px;
}

#navright {
}

#navright h3 {
}

#navright ul {
    margin-bottom: 20px !important;
    padding: 5px 0;
    border-radius: 5px;
}

#navright ul li {
}

#navright ul li a {
    text-decoration: none;
    color: #212529;
}

#navright ul li a:hover {
    color: #DF6A2E;
}

#mainbox {
    margin-bottom: 25px;
    padding: 10px;
    display: block;
    -webkit-box-reflect: below -31px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent) , to(rgba(250, 250, 250, 0.1)));
}

#mainbox a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #f00;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
}

#mainbox a:hover {
}

#bonusmatch {
    color: #d8852e;
    font-size: 26px;
    font-weight: 700;
}

#bonusmatch h3 {
    color: #d7852e;
    font-weight: 700;
    font-size: 30px;
    padding-top: 10px;
}

#bonusmatch span {
    font-size: 30px;
    color: #d8852e;
}

#itmrating {
    color: #d58532;
    font-size: 30px;
    margin-bottom: 23px;
}

footer {
    padding: 50px 0;
}

footer a {
    text-decoration: underline;
}

footer a:hover {
    color: #1d2730;
    text-decoration: none;
}

@media (min-width: 769px) {
}
