/* Shared
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body {
    font-family: avenir next,avenir,sans-serif !important;
    font-size: 1.8em;
    line-height: 1.8;
}

.button {
  border-radius: 100px;
  height: 70px !important;
  min-width:200px;
  line-height: 70px !important;
  font-size:100% !important;
}

.button:hover {
  transition: background-color .25s ease-in;
  background-color: #0fa0ce !important;
}

.button.download, .button.download:focus {
  background-color: #0d8e23;
  border-color: #063c0f;
}

.button.learn, .button.learn:focus, 
.button.featurelist, .button.featurelist:focus {
  background-color: #00449e;
  border-color: #0b3163;
}

.button.donate, .button.donate:focus {
  background-color: #ffc439;
  border-color: #dc9616;
}

.button.featurelist, .button.featurelist:focus {
  display:inline-table;
  white-space:initial;
}

.navbar, #applogo {
  display: none;
}



/* Align
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.justify {
  text-align:justify;
}


/* Top image
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.bg-top {
  background-position: top;
  background-repeat: no-repeat;
  background-image: url('/images/tweaker-bg.png');
  background-size: cover;
}

.bg-dim-fc-white {
  background-color: rgba(0,0,0,.6);
  color: #fff;
}

/* Sections
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section {
  padding: 8rem 0 7rem;
  text-align: center;
}

.section-heading,
.section-description {
  margin-bottom: 1.2rem;
}

/* App Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.app h1 {
  color: hsla(0,0%,100%,.9);
  line-height: 1.25;
  font-weight: 200;
}

.app h4 {
    color: hsla(0,0%,100%,.8);
    font-weight: 100;
}

#applogo {
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url('/images/tweaker-app-icon.png');
  height:109px;
  width:109px;
  position: relative;
  float:left;
  left: 10%;
}

/* Download
–––––––––––––––––––––––––––––––––––––––––––––––––– */
download i.fas, download i.fab {
	color: #fff;
} 

/* font awesome icon styling */
.fa-twitter, .fa-twitter-square {
	color: #1da1f2;
}
.fa-youtube, .fa-youtube-square {
	color: #ff0000;
}

.fa-rss-square {
	color: #f0b609;
}

.fa-envelope-square {
	color: #9169cd;
}

.fa-telegram, .fa-telegram-plane {
	color: #0d82bd;
}

.fa-reddit-square {
	color: #ff4500;
}

.fa-pinterest-square {
	color: #e60023;
}

.fa-facebook-square {
	color: #4267b2;
}

.fa-linkedin {
	color: #2977c9;
}

.fa-user-friends {
	color: #6264a7;
}



/* Features
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.about,
/* .features, */
.screenshots,
/* .history, */
.eula
 {
	background-color: #e8eef7;
}


/* Credits
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.credits {
	background-color: #003d62;
	color: #fff;
}


/* Media
 * ****************
 * 
 * 
 * 
 * Bigger than 550
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 550px) {
  .section {
    padding: 2rem 0 1rem;
  }
  
}

/* Bigger than 750 
 –––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 750px) {

  .app h1 {
	font-size: 8rem;
  }

  .section {
    padding: 4rem 0 2rem;
  }

  .section-description {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }


   /* Navbar */
  .navbar-flex {
	display: -ms-flexbox;
    display: flex;
  }
  .navbar-flex-center {
	margin: 0 auto;
  }
  .navbar-flex-items-center {
    -ms-flex-align: center;
    align-items: center;
  }  
  .navbar-flex-justify-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .navbar {
    border-top-width: 0; 
    padding: 0 2rem;
    }
  .navbar {
    display: block;
    height: 6.5rem;
    z-index: 99;
 }
  .navbar > .container {
    width: 100%; }
  .navbar-list {
    list-style: none;
    margin-bottom: 0;
    margin-right: 1rem;
   }
  .navbar-item {
    position: relative;
    float: left;
    margin-bottom: 0; }
  .navbar-link {
    font-size: 2rem;
    font-weight: 400;
    text-decoration: none;
    line-height: 6.5rem;
    color: hsla(0,0%,100%,.9);
    padding: 1rem 1.5rem;
   }

  .navbar-link.active {
    color: #33C3F0; }
  .has-docked-nav .navbar {
    position: fixed;
    top: 0;
    left: 0; }
  .has-docked-nav .navbar-spacer {
    display: block; }
  /* Re-overiding the width 100% declaration to match size of % based container */
  .has-docked-nav .navbar > .container {
    width: 80%; }
}


/* Bigger than 1000 
–––––––––––––––––––––––––––––––––––––––––––––––––– */ 
@media (min-width: 1000px) {
   .section {
    padding: 8rem 0 7rem;
  }
  
  #applogo {
    display: inline-block;
    left: 5%;
  }

  
}  

/* Bigger than 1100
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 1100px) {
  #applogo {
    left: 10%;
  }
  
}  
