@font-face {
  font-family: century-gothic;
  src: url(../font/Century_Gothic.ttf);
}

body { 
    color: #fff;
	text-align: left;
	background: #141414;
	background-position: center top; 
	background-size: cover; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    font-family: 'Alatsi', sans-serif;
}
a{
color:#07d437;
font-family: century-gothic;

}
a:hover {
    text-decoration: none;
}
.row{
    width: 100%;
}
.topb {
    padding: 15px 0 15px;
}
.logo img {
    width: 250px;
}

.slogan {
    text-align: center;
    font-size: 22px;
    font-family: century-gothic;
    font-weight: bold;
}
.top-shop {
    text-align: right;
}
a.shop-top {
    background: #141414;
    display: inline-block;
    padding: 10px 35px;
    font-family: century-gothic; 
    color: #09c435;
    font-weight: bold;
}
.bg-g {
    background: #1b8734;
    padding: 5px;
}
pre {
    background: #f7f7f9
}

.container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 100%;
}


#home,
#help {
    font-size: 0.9rem
}

#home .navbar,
#help .navbar {
    background: #349aed;
    background: linear-gradient(145deg, #349aed 50%, #34d8ed 100%);
    transition: box-shadow 200ms ease-in
}

#home .navbar-transparent,
#help .navbar-transparent {
    background: none !important;
    box-shadow: none
}

#home .navbar-brand .nav-link,
#help .navbar-brand .nav-link {
    display: inline-block;
    margin-right: -30px
}

#home .navbar-brand img,
#help .navbar-brand img {
    display: inline-block;
    margin: 0 10px;
    width: 30px
}

#home .nav-link,
#help .nav-link {
    text-transform: uppercase;
    font-weight: 500;
    color: #fff
}

#home {
    padding-top: 0px
}

#home .btn {
    padding: 0.6rem 0.55rem 0.5rem;
    box-shadow: none;
    font-size: 0.7rem;
    font-weight: 500
}

.bs-docs-section {
    margin-top: 4em
}

.bs-docs-section .page-header h1 {
    padding: 2rem 0;
    font-size: 3rem
}

.dropdown-menu.show[aria-labelledby="themes"] {
    display: flex;
    width: 420px;
    flex-wrap: wrap
}

.dropdown-menu.show[aria-labelledby="themes"] .dropdown-item {
    width: 33.333%
}

.dropdown-menu.show[aria-labelledby="themes"] .dropdown-item:first-child {
    width: 100%
}

.bs-component {
    position: relative
}

.bs-component+.bs-component {
    margin-top: 1rem
}

.bs-component .card {
    margin-bottom: 1rem
}

.bs-component .modal {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    z-index: 1;
    display: block
}

.bs-component .modal-dialog {
    width: 90%
}

.bs-component .popover {
    position: relative;
    display: inline-block;
    width: 220px;
    margin: 20px
}

.source-button {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    font-weight: bold
}

.source-button:hover {
    cursor: pointer
}

.bs-component:hover .source-button {
    display: block
}

#source-modal pre {
    max-height: calc(100vh - 11rem);
    background-color: rgba(0, 0, 0, 0.7);
    color: rgba(255, 255, 255, 0.7)
}

.nav-tabs {
    margin-bottom: 15px
}

.progress {
    margin-bottom: 10px
}

#footer {
    margin: 5em 0
}

#footer li {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em
}

#footer p {
    clear: left;
    margin-bottom: 0
}

.splash {
    padding: 12em 0 6em;
    background: #349aed;
    background: linear-gradient(145deg, #349aed 50%, #34d8ed 100%);
    color: #fff;
    text-align: center
}

.splash .logo {
    width: 160px
}

.splash h1 {
    font-size: 3em;
    color: #fff
}

.splash #social {
    margin: 2em 0 3em
}

.splash .alert {
    margin: 2em 0;
    border: none
}

.splash .sponsor a {
    color: #fff
}

.section-tout {
    padding: 6em 0 1em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    background-color: #eaf1f1;
    text-align: center
}

.section-tout .icon {
    text-align: center;
    margin-bottom: 1rem
}

.section-tout .fa {
    display: inline-block;
    padding: 0.8em;
    font-size: 2rem;
    background: #349aed;
    background: linear-gradient(145deg, #3b9cea 50%, #3db8eb 100%);
    border-radius: 50%;
    color: rgba(0, 0, 0, 0.5)
}

.section-tout p {
    margin-bottom: 5em
}

.section-preview {
    padding: 4em 0 4em
}

.section-preview .preview {
    margin-bottom: 4em;
    background-color: #eaf1f1
}

.section-preview .preview img {
    max-width: 100%
}

.section-preview .preview .image {
    position: relative
}

.section-preview .preview .image:before {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    pointer-events: none
}

.section-preview .preview .options {
    padding: 2em;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-top: none;
    text-align: center
}

.section-preview .preview .options p {
    margin-bottom: 2em
}

.section-preview .dropdown-menu {
    text-align: left
}

.section-preview .lead {
    margin-bottom: 2em
}



.bs-docs-section { 
    margin-top: 1em;
    margin-bottom: 4em;

} 

section.main-content img {
    width: 100%;
}

section.main-content div {
    padding: 0;
    margin: 0;
}
.whd-guy-bg {
    background: url(../img/whd-guy-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.whd-guy-bg img {
    width: 75%!important;
    position: relative;
    top: 38%;
}

.whd-guy-bg {
    text-align: center; 
}
section.footer-content{
     padding: 30px;
      font-family: century-gothic;

}
section.footer-content p{
     font-size: 27px;
     font-weight: bold;
     line-height: 30px;
}
section.footer-content span{
     color: #07d437;
}
section.footer-content > div {
    width: -webkit-fill-available;
    padding: 30px 15px 15px;
    border:3px solid #07d437;
}

.cpon-container {
    width: 350px;
    border: 0px solid #00dc24;
    text-align: center;
    clear: both;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    font-family: century-gothic;
    font-weight: bold;
    margin-top: 5px;
}
.cpon-container > div {
    width: 50%;
    float: left;
}
.cpon-container > .cpon {
    padding: 15px;
    border: 1px solid #1b8634;
}
.cpon-container > .cbtn a { 
    width: 100%;
    display: inline-block;
    padding: 15px;
    background: #1b8634;
    border: 1px solid #1b8634;
    color: #fff;
    font-family: century-gothic;

}
@media (min-width: 768px) {
    body>.navbar-transparent {
        box-shadow: none
    }
    body>.navbar-transparent .navbar-nav>.open>a {
        box-shadow: none
    } 
   
}
 
@media(max-width: 1160px){
    .cpon-container {
        width: 100%; 
        margin-top: 2%;
    }
    .cpon-container > div { 
        font-size: 14px;
    }
    section.footer-content p {
        font-size: 24px; 
    }
    section.footer-content div > div{
        padding: 0;
    }
}
@media(max-width: 1089px){
    .cpon-container {
        width: 100%; 
    }
    .cpon-container > div { 
        font-size: 14px;
    }
    section.footer-content p {
        font-size: 24px; 
    }
    .cpon-container > .cpon {
        padding: 10px; 
    }
    .cpon-container > .cbtn a {  
        padding: 10px; 
    }

}
@media(max-width: 1029px){
    .cpon-container {
        width: 100%; 
    }
    .cpon-container > .cpon {
        padding: 8px; 
    }
    .cpon-container > .cbtn a {  
        padding: 8px; 
    }

}
@media (max-width: 991px) {
    .slogan {
        text-align: center;
        font-size: 18px;
        font-family: century-gothic;
        font-weight: bold;
    }
    .logo img {
        width: 100%;
    }
    section.footer-content {
        padding: 25px; 
    }
    section.footer-content > div { 
        padding: 30px 10px 10px; 
    }
   
}
@media(max-width: 899px){
    
    .cpon-container > div { 
        font-size: 12px;
    }
    section.footer-content p {
        font-size: 22px; 
    }

}
@media (max-width: 800px) {
    .slogan {
        text-align: center;
        font-size: 16px;
        font-family: century-gothic;
        font-weight: bold;
    } 
   
}
@media (max-width: 789px) {
    .cpon-container > .cpon,.cpon-container > .cbtn a {
        padding: 6px;
    }
   
}
@media (max-width: 767px) {
    section.main-content div {
        padding: 0;
    }
    .whd-guy-bg {
        text-align: center;
        padding: 35% 0!important;
    }
    .whd-guy-bg img {
        width: 75%!important;
        position: relative;
        top: 13%;
    }
    section.footer-content p {
        font-size: 22px;
        text-align: center; 
        position: relative; 
        width: 275px;
        margin-left: auto;
        margin-right: auto;
    }
   .slogan.d-xs-none.d-sm-none.d-md-block.d-ls-block.d-xls-block.col-md-6.col-lg-6 {
        display: none;
    }
    .cpon-container {
        width: 280px;
    }
    .cpon-container > .cpon, .cpon-container > .cbtn a {
        padding: 10px 5px;
        font-size: 13px;
    }
}

@media (max-width: 640px) { 
    .logo img {
        width: 100%;
    }
    a.shop-top { 
        padding: 10px 20px; 
    }
    .top-shop { 
        padding-right: 0;
    }
    section.footer-content > div { 
        border: 1px solid #07d437;
    }
}
@media (max-width: 360px) { 
     section.footer-content p {
        font-size: 20px;
        text-align: center; 
        position: relative; 
        width: 255px;
        margin-left: auto;
        margin-right: auto;
    }
}