@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap'); 

body {
    background: #00AAA0;
    font-family: 'Roboto', sans-serif;
    color: #000;
}

a {
    color: #ffffff;
}

ul strong, ol strong {
    color: #ee393e;
}

h1 {
    font-size: 30px;
    text-shadow: none;
    text-transform: capitalize;
    color: #000000;
}

h2 {
    color: #000000;
    font-size: 26px;
}

h3, h4, h5, h6 {
    color: #000000;
    font-size: 22px;
}

img, iframe {
    max-width: 100%;
}

header {
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.15);
}

header .navbar-brand img {
    width: 200px;
}

#downhome {
    background: rgba(255,255,255, 1);
    border-radius: 5px;
    margin-top: 5px;
}

#downhome ul {
    margin-bottom: 10px !important;
    padding: 20px;
}

#downhome ul li {
}

#downhome ul li a {
    color: #000;
    text-decoration: none;
}

#downhome ul li a:hover {
    color: #00aaa0;
}

article section#pageshift background: rgb(37 50 56); }

article section#pageshift h2 {
    color: #fff;
    padding-top: 30px;
}

article section#altend {
    padding-top: 30px;
}

#righthome h3 {
    padding-left: 15px;
}

#righthome ul {
    margin-bottom: 20px !important;
    padding: 5px 15px;
    border-radius: 5px;
}

#righthome ul li a {
    text-decoration: none;
    color: #000;
}

#righthome ul li a:hover {
    color: #ffffff;
}

#bonus {
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
}

#bonus h3 {
    color: #ffffff;
    font-weight: 700;
    font-size: 30px;
    padding-top: 10px;
    text-transform: uppercase;
}

#bonus span {
    font-size: 30px;
    color: #e31e3a;
}

#stars {
    color: #ffffff;
    font-size: 30px;
    margin-bottom: 23px;
}

a.btn {
    background-color: #e31e3a;
    border-color: #e31e3a;
    color: #fff;
}

a.btn:hover {
    background: #e31e3a;
    opacity: .6;
}

footer {
    padding: 50px 0;
    color: #ffffff;
    background-color: #253238;
}

footer a {
    text-decoration: underline;
    color: #00aaa0;
}

footer a:hover {
    color: #ffffff;
    text-decoration: none;
}

@media (min-width: 769px) {
}
