
body {
      /*background: radial-gradient(circle, rgba(116,116,116,0.4500393907563025) 0%, rgba(255,255,255,1) 100%);*/
      /*background-color: #f6f6f6;*/
      background: url(img/funky-lines.png) repeat;
      background-color: #303030;
      font-family: 'Source Sans Pro';
}

.navbar {
  width: 100%;
}

.navbar-toggler {
  margin: 10px;
  border-width: 0px;
  font-size: 2.0rem;
}

.navbar-collapse {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  position: fixed;
  right: 1rem;
}

.navbar-collapse.collapsing {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  visibility: hidden;
  display: none;
  right: 1rem;
}



.navbar-collapse.show {
  position: static;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.rounded-img {
    border-radius: 24px !important;
}

.footer-color {
  fill: #fff!important;
  color: #fff;
}
.main-container {
  padding-top: 120px;
}

.appstore-column {
  height: 100px;
  background-color: #f6f6f6;
  margin: 10px;
}

.info-column {
  font-size: 1.05rem;
  min-height: 290px;
  height: 100%;
  background-color: #363636;
  margin: 10px;
  padding: 20px;
  border-radius: 0px;
  border-color: #0000000f;
  border-width: 1px;
  border-style: solid;
  box-shadow: 3px 4px 7px #0000003d;
  color: white;
}

.info-column img {
  width: 500px;
  height: 100%;
  border: #00000070;
  border-style: solid;
  border-width: 1px;
}

.screenshot img {
  width: 100%;
  min-width: 300px;
  margin: 10px;
  border: #ffffff54 1px solid;
  border-radius: 7px !important;
}

.main-image img {
  width: 100%;
  margin: 10px;
  padding: 20px;
}

.app-logo img {
  transition: all 0.5s;
  max-height: 50px;
}

@media (min-width: 768px) { 
  .app-logo img {
    transition: all 0.5s;
    max-height: 70px;
  }
  .main-image img {
    width: 70%;
    /*height: 768px;*/
    margin: 10px;
    padding: 20px;
  }
}

.main-text {
  font-size: 1.2rem;
}
.soon-text {
  font-size: 1.4em;
  color: #f7f7f770;
  border-color: #f7f7f726;
  border-width: 1px;
  border-style: solid;
  width: 8em;
  text-align: center;
  border-radius: 7px;
}

.appstore {
    width: 150px;
}

.sticked .app-logo img{
  max-height: 50px;
}

.nav-link {
  color: white;
  font-size: 1.2rem;
  --bs-nav-link-hover-color: #a8a8a8;
  text-align: center;
}


.headline-features-section {
  padding-left: 40px;
  padding-right: 40px;
}

.headline-features {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  transition: all 0.5s;
  z-index: 997;
  padding: 0px 0;
  background-color: #363636;
  box-shadow: 3px 4px 7px #00000024;
}

.header.sticked {
  background-color: #36363657;
  box-shadow: 3px 4px 7px #00000014;
}

/*.header .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  color: rgb(0, 0, 0);
  font-family: var(--font-primary);
}*/

.header a:link { text-decoration: none; }
.header a:visited { text-decoration: none; }
.header a:hover { text-decoration: none; }
.header a:active { text-decoration: none; }


/*
 * Globals
 */


/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}


/*
 * Base structure
 */

/*body {
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}*/

.cover-container {
  max-width: 62em;
}


/*
 * Header
 */

.nav-masthead .nav-link {
  color: rgba(255, 255, 255, .5);
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}
