body, html {
  margin:0;
  padding:0;
  background-image:url("/static/bkg.jpeg");
  height:100%;
  background-position:center;
  background-size:cover;
  background-attachment:fixed;
  background-repeat: no-repeat;
}

h1, h2, h3 {
  font-family:'Poppins', sans-serif;
}

h4, h5, h6 {
  font-family:'Merriweather', serif;
}

li, p, a {
  font-family:'Open Sans', sans-serif;
}

li {
  list-style:none;
}

ul, ol {
  margin:0;
  padding:0;
}

.navbar {
  background-image:url("/static/cashban1.jpg");
  box-shadow:#000000 2px 2px 5px;
  max-height:110px;
}

.obvious {
  color:crimson;
  text-shadow:#000000 1px 1px;
  text-transform:uppercase;
}

.highlight {
  color:dodgerblue;
  text-shadow:#000000 1px 1px;
}

.header {
  max-width:100%;
  box-shadow:#000000 3px 3px 10px;
}

.overlay {
  background-color:rgba(25,25,25,0.75);
}

.banner {
  text-align:center;
  margin-top:25px;
}

video {
  border:#000000 2px solid;
}

.navbar-brand img {
  max-height:100px;
  max-width:100px;
  float:left;
  margin-right:25px;
}

.navbar-brand h2 {
  margin-top:28px;
}

.nav-item {
  margin-right:25px !important;
}

.nav-item:last-of-type {
  margin-right:0 !important;
}

.nav-link img {
  max-height:50px;
  margin:-20px auto;
}

.wrapper {
  height:auto;
  margin-top:175px;
  background-color:rgba(225,225,225,0.85);
  border:#000000 2px solid;
  border-radius:10px;
}

.front {
  font-size:20px;
  line-height:50px;
}

.toptext, .midtext, .bottext {
  margin:50px auto;
  text-align:center;
}

.col-12 p {
  text-align:left;
}

.col-12 img {
  margin:25px auto;
}

.col-lg-3 {
  text-align:center;
}

.col-12 h4 {
  margin-bottom:25px;
}

.col-lg-3 img {
  width:200px;
  height:200px;
  max-width:100%;
  max-height:100%;
  overflow:hidden;
  object-fit:cover;
  border:#000000 1px solid;
  box-shadow:#000000 0px 0px 10px;
}

.headline {
    text-align:center;
    margin-bottom:25px;
    margin-top:25px;
}

.headline h3 {
    font-size:40px;
}

.click {
  text-align:center;
  margin-top:25px;
}

.flashy {
  border:#000000 2px solid;
  box-shadow:#000000 0px 0px 10px;
  background-color: rgb(222,0,0);
  background: linear-gradient(0deg, rgba(222,0,0,1) 60%, rgba(255,255,255,1) 100%);
  color:#ffffff;
  font-size:32px;
  font-weight:1000;
  font-family: Arial, sans-serif;
  padding:25px;
  text-shadow:#000000 1px 1px;
  border-radius:50px;
  text-transform:uppercase;
}

.footer {
  margin-top:100px;
  height:150px;
}

.listhead {
  font-weight:bold;
  text-decoration:underline;
  font-family:'Poppins', sans-serif;
}

.footer a {
  color:#267b26;
  text-decoration:none;
  line-height:40px;
}

.footer a:hover {
  color:#22acef;
}

.socials {
  text-align:right;
}

.funnelstyle {
  line-height:50px;
}

.funnelstyle h1 {
  text-transform:uppercase;
  margin-top:25px;
}

.funnelstyle h4 {
  font-size:32px;
  text-transform:uppercase;
  line-height:75px;
}

.funnelstyle p {
  font-size:24px;
  margin-bottom:50px;
}

.funnelstyle img {
  margin-bottom:50px;
}

#fun1 {
  text-align:center;
}

#fun1 h1 {
  font-weight:bold;
  color:crimson;
  text-shadow:#000000 1px 1px;
}

#fun1 h4 {
  text-shadow:#000000 1px 1px;
}

#funvid {
  text-align:center;
}

@media only screen and (max-width:900px){
  .navbar-brand img {display:none;}
  .navbar-brand {max-height:50px;text-align:center;}
  .navbar-brand h2 {margin:0px auto;}
  .navbar {background-image:none;background-color:rgba(25,25,25,0.75);max-height:none;}
  .dropdown-menu {width:104%;}
  .overlay {background-color:rgba(0,0,0,0);}
  .toptext {margin-top:0;}
  .toptext img {margin-top:25px;}
  .disbut {margin-top:25px;}
  .socials {text-align:center;}
  .col-lg-3 {text-align:center;}
  .col-lg-3 img {margin-bottom:25px;}
  .col-lg-9 {text-align:center;}
  .footer {text-align:center;margin-top:0;height:auto;}
  .banner iframe {max-height:175px;}
  #getstart {height:600px;}
}
