/*   Main font  - Google - Indie Flower */


body {
    color: #fff;
    font-family: 'Indie Flower', cursive;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Indie Flower', cursive;
    text-transform: uppercase;
}

/*span {
    font-family: 'Montserrat', sans-serif !important;
}*/


.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-100 {
    padding-bottom: 100px;
}



@media (max-width: 991px) {
    p {
        font-size: 40px;
    }
}

@media (min-width: 992px) {
    p {
        font-size: 26px;
    }
}


@media (min-width: 992px) {
    .lrg-Text {
        font-size: 36px;
    }
}

/* @media (min-width: 992px) {
    .breakout-nav {
       background-color: #000000;
        opacity: 0.9;
    }
}*/

@media (max-width: 991px) {
    .breakout-nav {
        background-color: #000000;
        opacity: 0.7;
    }
}




/*.breakout-nav {
    background-color: #000000;
    opacity: 0.9;
}*/

.bold {
    font-weight: bold;
}

@media (min-width: 992px) {
    .logo {
        max-width: 1000px;
        margin: 10px;
        margin-top: 10px;
        /*  margin-bottom: 80px;*/
    }
}

@media (max-width: 991px) {
    .logo {
        /*  max-width: 1000px;*/
        margin: 10px;
        margin-top: 160px;
        /*  margin-bottom: 80px;*/
    }
}


.black-text {
    color: #000000;
}

.breakout-bg-color {
    background-color: #737373;
    border: 0;
}

h1 {
    font-size: 50px;
}


h2 {
    font-size: 50px;
}


@media (max-width: 991px) {
    h3 {
        font-size: 46px;
    }
}

@media (min-width: 992px) {
    h3 {
        font-size: 30px;
    }
}



h4 {
    font-size: 40px;
}

.img-icon {
    width: 40px;
    height: 40px;
}

h1>span {
    font-size: 52px;
    color: #ffffff;
}

p>span {
    color: #ffffff;
}

.bg-color {
    background-color: #737373;
}

@media (max-width: 991px) {

    .page-div {
        min-height: 900px;
        padding-top: 100px;
    }

    .page-div-sml {
        min-height: 1100px;
        padding-top: 100px;
    }

    .page-div:first-of-type {
        min-height: 1100px;
        /* padding-top: 100px;*/
    }
}

@media (min-width: 992px) {


    .page-div {
        min-height: 1400px;
        padding-top: 100px;
    }

    .page-div-sml {
        min-height: 1000px;
        padding-top: 100px;
    }

    .page-div:first-of-type {
        min-height: 1400px;
        /* padding-top: 100px;*/
    }
}



.content-rounded {
    border-radius: 20px;
    background-color: #ffffff;
    margin: 20px;
}

.social-media-icon>i {
    font-size: 60px;
}

.social-media-icon {

    font-size: 40px;
    color: #ffffff;
    opacity: 0.6;
    margin-left: 30px;
    margin-right: 30px;
    text-decoration: none;
}

a.social-media-icon:hover {
    font-size: 40px;
    color: #ff0000;
    opacity: 0.6;
    margin-left: 30px;
    margin-right: 30px;
    text-decoration: none;
}

.content-alt-color {
    background-color: #400040;
}


.breakout-nav {
    padding-top: 30px;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}

.breakout-nav a {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}

.breakout-nav li {
    padding-left: 20px;
    padding-right: 20px;
}

.logo-scrolling {
    max-width: 150px;
    margin: 10px;
    float: left;
    align-self: start;
}

.navbar-toggler {
    border: 1px solid #ffffff;
    margin-top: 10px;
    height: 108px;
    width: 108px;
}

.breakout-bars {
    color: #ffffff;
    font-size: 66px;
}


.breakout-nav-scrolling {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}


@media (max-width: 991px) {
    .nav-item a {
        font-family: 'Indie Flower', cursive;
        font-size: 44px;
    }
}

@media (min-width: 992px) {
    .nav-item a {
        font-family: 'Indie Flower', cursive;
        font-size: 24px;
    }
}

.screenshot {

    border-radius: 10px;
    border: 5px solid #999999;

}

.nav-item a:visited {
    color: #fff;
}

.nav-item a:hover {
    color: #ff0000;
}

.content-header {
    background-image: url('../images/content_header.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.content-fill {
    background-image: url('../images/content_fill.png');
    background-position: center;
    background-size: cover;
    background-repeat: repeat-x;
}

.content-footer {
    background-image: url('../images/content_header.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-1 {
    background-image: url('../images/BG_1.png');
    background-position: top;
}

.bg-2 {
    background-image: url('../images/BG_2.png');
    background-position: center;
}

.bg-3 {
    background-image: url('../images/BG_3.png');
    background-position: center;
    background-size: cover;
}

.bg-4 {
    background-image: url('../images/BG_4.png');
    background-position: center;
    background-size: cover;
}

.bg-5 {
    background-image: url('../images/BG_5.png');
    background-position: center;
    background-size: cover;
}

.bg-6 {
    background-image: url('../images/BG_6.png');
    background-position: center;
    background-size: cover;
}

.bg-7 {
    background-image: url('../images/BG_7.png');
    background-position: center;
    background-size: cover;
}

.bg-8 {
    background-image: url('../images/BG_8.png');
    background-position: center;
    background-size: cover;
}

.bg-9 {
    background-image: url('../images/BG_9.png');
    background-position: center;
    background-size: cover;
}

.bg-10 {
    background-image: url('../images/BG_10.png');
    background-position: center;
    background-size: cover;
}

.bg-arrow {
    background-image: url('../images/DownArrow.png');
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    height: 150px;
    background-color: #000000;
    /* border-top: solid 2px #ffffff;
    border-bottom: solid 2px #ffffff; */
}

.token-select {
    background-color: #ffffff;
    border-radius: 5px !important;
    color: #737373;
    font-family: Arial, Helvetica, sans-serif;
    padding: 6px;
    margin-left: 20px !important;
    width: 150px;
}

.staking-input-max {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-right: 5px;
}

.staking-control {
    margin-bottom: 0;
    border-radius: 8px;
    padding: 20px !important;
    border: 1px solid #ffffff;
}

.card-body {
    background-color: #000000;
    border-radius: 10px;
    font-family: Arial, Helvetica, sans-serif;

}
input{
    font-size: 60px;
    font-family: Arial, Helvetica, sans-serif;
}
.btn-swipe {
    padding: 0;
    z-index: 5;
    width: 60px;
    height: 60px;
    position: relative;
    background: #fff;
    margin: -16px auto;
}
.btn-swipe:hover{
    background: #ddd !important;

}
.btn-primary{
border-color: #ddd !important;
    background: #ddd !important;
}

.wallet-connect{
    border-radius: 5px;
    background-color: #000000;
    color: #ffffff;
    font-size: 30px;
    width: 50%;
}