* {
  font-family: "Avenir Next", "Lato", "Arial", sans-serif;
}

body {
  text-align: center;
  overflow-x: hidden;
  padding-top: 5%;
  font-family: "Avenir Next", "Lato", "Arial", sans-serif;
}

p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
}

/* Navigation Bar */
.navbar {
  /* padding: 0 0 1rem; */
  z-index: 1;
}

.navbar-brand {
  font-size: 1.2rem;
  font-weight: bold;
}

.nav-items {
  margin: 0 10%;
}

.nav-item {
  padding: 0 6px;
}

.nav-link {
  /* font-size: 0.9rem; */
  font-size: 14px;
}

/* Headings */
.big-heading {
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 4.5rem;
}

.section-heading {
  margin-top: 20px;
  font-size: 2rem;
  font-weight: normal;
  color: rgb(141, 141, 141);
  padding-bottom: 1%;
}

.third-section-heading {
  font-size: 1.5rem;
  font-weight: 300;
  color: rgb(26, 26, 26);
}

.third-section-heading-belief {
  text-align: center;
  font-size: 1.7rem;
  font-weight: 300;
  color: rgb(26, 26, 26);
}

/* Containers */
.container-fluid {
  padding: 7% 15%;
}

/* Sections */
.colored-section {
  /* background-color: #315dfd; */
  color: #fff;
}

.white-section {
  background-color: #fff;
}

#title .row a {
  color: white;
}

/* Buttons */
.download-button {
  margin: 2% 3% 5% 0;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  text-decoration: none;
  /* background-color: #d04e00; */
  background-color: rgb(208, 78, 0);
  font-weight: 600;
  font-size: 22px;
  padding: 12px 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  /* box-shadow: 0 9px 0 #a33d00, 0 9px 25px rgba(0, 0, 0, .3); */
  box-shadow: 0 9px 0 rgb(166, 62, 0), 0 9px 25px rgba(0, 0, 0, 0.3);
  text-align: center;
  display: inner-block;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.download-button:focus {
  color: #fff;
  box-shadow: 0 3px 0 rgb(166, 62, 0), 0 3px 6px rgba(0, 0, 0, 0.4);
  position: relative;
  top: 6px;
}

.download-button:active {
  color: #fff;
  box-shadow: 0 3px 0 rgb(166, 62, 0), 0 3px 6px rgba(0, 0, 0, 0.4);
  position: relative;
  top: 6px;
}

.download-icon {
  color: #fff;
  font-size: 1.3em;
  background: rgba(0%, 0%, 0%, 0.2);
  border-radius: 100px;
  border: 0px solid transparent;
  border-width: 0px 0px 0px 0px;
  padding: 5px 5px 5px 5px;
  margin: 0 0 -4px 10px;
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.4),
    inset 0px -1px 0px rgba(255, 255, 255, 0.5);
}

/* Title Section */
#title {
  /* background-color: #315dfd; */
  color: #000000;
  text-align: center;
  /* border-radius: 0 0 0 200px;
  padding-bottom: 7% */
}

#title .container-fluid {
  padding: 1% 7% 12%;
}

.title-image {
  position: absolute;
  left: 8%;
  top: 2%;
}

/* Belief */
#belief .container-fluid {
  padding: 0 30%;
}

/* Markdown Section */
#markdown {
  text-align: left;
  color: #000000;
}

#markdown .container-fluid {
  padding: 20% 11%;
}

.side-text-heading {
  font-size: 2.5rem;
  font-weight: 600;
  padding-bottom: 6px;
}

.side-text-content {
  font-size: 1.25rem;
  font-weight: normal;
}

.left-side-image {
  position: absolute;
  right: 1%;
  top: -80%;
}

/* ------------------------------------------- */
/* Right when it hits you Section */
#right-when {
  text-align: left;
  color: #000000;
}

#right-when .container-fluid {
  padding: 7% 15%;
}

#right-when .right-side {
  text-align: center;
}

#right-when .right-side-image {
  position: absolute;
  left: 38%;
  top: 30%;
}

#right-when .right-side-content {
  position: absolute;
  left: 35%;
  top: 30%;
}

#right-when .right-side-content-2 {
  padding-top: 16%;
  position: absolute;
  left: 35%;
  top: 30%;
}

#right-when .plus-sign {
  color: rgb(9, 151, 224);
}

#right-when .n-letter {
  font-weight: normal;
}

#right-when .n-letter {
  font-weight: normal;
}

/* search */

#search {
  text-align: left;
  color: #000000;
}

#search .container-fluid {
  padding: 15% 11%;
}

#search .left-side-image {
  position: absolute;
  right: 0;
  top: -50%;
}

/* auto-save */

#auto-save {
  text-align: left;
  color: #000000;
}

#auto-save .container-fluid {
  padding: 15% 11%;
}

#auto-save .right-side-image {
  position: absolute;
  left: 10%;
  top: -100%;
}

/* cross-platform */

#cross-platform {
  color: #000000;
}

#cross-platform .container-fluid {
  padding: 15% 0;
  padding-bottom: 5%;
}

.large-title {
  font-size: 3.75rem;
  font-weight: 600;
  padding-bottom: 8px;
}

#cross-platform h2 {
  font-size: 1.375rem;
  color: rgb(144, 147, 149);
  font-weight: normal;
  padding-bottom: 40px;
}

#cross-platform .left-side-image {
  position: absolute;
  left: 0;
  top: -100%;
}
#cross-platform .middle-side-image {
  position: absolute;
  left: -20%;
  top: -100%;
  z-index: 1;
}
#cross-platform .right-side-image {
  position: absolute;
  right: -5%;
  top: -15px;
}

#cross-platform p {
  font-size: 1.375rem;
  color: #007ab9;
}

/* Keyboard-shortcuts */
#keyboard-shortcuts {
  color: #000000;
}

#keyboard-shortcuts .container-fluid {
  padding: 10% 0;
}

#keyboard-shortcuts .row {
  text-align: left;
  padding: 0 25%;
}

#keyboard-shortcuts h1 {
  padding-bottom: 4%;
}

#keyboard-shortcuts p {
  font-size: 1rem;
}

#keyboard-shortcuts .key-column p {
  color: rgb(199, 37, 78);
  background-color: #f9f2f4;
}

#keyboard-shortcuts .explanation-column p {
  color: rgb(58, 35, 21);
}

/* Second belief */
#second-belief .container-fluid {
  padding: 5% 30% 0;
}

/* Contributers */
#contributors {
  color: #000000;
}

#contributors .container-fluid {
  padding: 15% 15%;
  padding-bottom: 0;
}

#contributors h2 {
  font-size: 1.375rem;
  color: rgb(144, 147, 149);
  font-weight: normal;
  padding-bottom: 40px;
}

#contributors p {
  font-size: 1.125rem;
  color: #000000;
  text-align: left;
  font-weight: 400;
}

/* Footer Section */

.hr {
  color: black;
}

#footer p {
  color: black;
  padding: 0 5px;
  font-size: 0.75rem;
}

#footer a {
  color: black;
}

#footer p.email {
  padding-left: 100px;
}

#footer p.start {
  padding-left: 0;
}

#footer p.end {
  padding-right: 0;
}

.faq-section {
  margin-top: 50px;
  padding: 0 10% 0 10%;
}

/*  Download page  */
/* ------------------------------------------- */

#download h1 {
  font-size: 3rem;
  color: black;
}

#download .container-fluid {
  padding: 1.5% 15%;
  padding-top: 0;
  padding-bottom: 1%;
}

#os-icons .container-fluid {
  padding: 0 25%;
}

.download-button-regular {
  margin: 5% 3% 5% 0;
  color: #fff;
  text-decoration: none;
  background-color: rgb(6, 138, 207);
  font-weight: 400;
  font-size: 22px;
  padding: 10px 20px;
  /* -webkit-border-radius: 8px; */
  /* -moz-border-radius: 8px; */
  /* border-radius: 8px; */
  /* box-shadow: 0 9px 0 #a33d00, 0 9px 25px rgba(0, 0, 0, .3); */
  box-shadow: 0 0px 0 rgb(7, 109, 163), 0 4px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  display: inner-block;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.warning {
  padding: 2% 0;
  padding-bottom: 0;
  font-size: 0.875rem;
  color: rgb(51, 51, 51);
}

#os-icons .warning {
  padding-bottom: 1%;
}

#os-icons a {
  color: #fff;
}

#os-icons p {
  padding: 3% 0;
  color: black;
}

.download-second-section {
  padding: 2% 0;
  font-size: 2.25rem;
  font-weight: 400;
  color: black;
}

.download-third-section {
  padding: 2% 0;
  padding-bottom: 0;
  font-size: 1.75rem;
  font-weight: 400;
  color: black;
}

#second-download-button {
  margin: 0 0;
}

.container-fluid-bigger {
  padding: 2% 20%;
}

.policy {
  text-align: left;
  padding: 2% 25%;
}

.policy * {
  color: black;
}

.policy h1 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 3rem;
}

.policy h2 {
  font-size: 1.56rem;
  font-weight: 400;
  line-height: 3rem;
}

.policy h3 {
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 3rem;
}

.policy p {
  color: black;
}

/* ------------------------------------------- */

@media (max-width: 1028px) {
  .navbar {
    padding: 0 0 3rem;
  }

  .navbar-nav {
    margin: auto;
  }

  .big-heading {
    font-size: 3rem;
  }

  #title .container-fluid {
    padding: 11% 7% 12%;
  }

  .section-heading {
    font-size: 1.3rem;
  }

  .third-section-heading {
    font-size: 1.25rem;
  }

  .third-section-heading-belief {
    font-size: 1.25rem;
  }

  #belief .container-fluid {
    padding: 10% 10%;
    padding-bottom: 0;
  }

  #second-belief .container-fluid {
    padding: 10% 10%;
    padding-bottom: 0;
  }

  .download-button {
    margin: 8% 3% 12% 0;
    font-size: 18px;
    padding: 15px 22px;
  }

  #title {
    text-align: center;
  }

  .image-mobile {
    position: static;
    width: 100%;
  }

  .title-mobile {
    text-align: center;
  }

  #markdown .container-fluid .row .image {
    order: 2;
  }

  #right-when .side-text-content {
    padding-bottom: 10%;
  }

  #right-when .right-side-image {
    position: absolute;
    left: 27%;
    top: 0%;
  }

  #right-when .right-side-content {
    position: static;
  }

  #right-when .right-side-content-2 {
    position: static;
    padding-top: 4%;
  }

  #search .left-side-image {
    position: static;
  }

  #search .image {
    order: 2;
  }

  #auto-save .right-side-image {
    position: static;
  }

  #cross-platform {
    display: none;
  }

  #keyboard-shortcuts {
    display: none;
  }
}

.accordion_one .panel-group {
  border: 1px solid #f1f1f1;
  margin-top: 100px;
}

a:link {
  text-decoration: none;
}

.accordion_one .panel {
  background-color: transparent;
  box-shadow: none;
  border-bottom: 0px solid transparent;
  border-radius: 0;
  margin: 0;
}

.accordion_one .panel-default {
  border: 0;
}

.accordion-wrap .panel-heading {
  padding: 0px;
  border-radius: 0px;
}

h4 {
  font-size: 18px;
  line-height: 24px;
}

.accordion_one .panel .panel-heading a.collapsed {
  color: #999999;
  display: block;
  padding: 12px 30px;
  border-top: 0px;
}

.accordion_one .panel .panel-heading a {
  display: block;
  padding: 12px 30px;
  background: #fff;
  color: #313131;
  border-bottom: 1px solid #f1f1f1;
}

.accordion-wrap .panel .panel-heading a {
  font-size: 14px;
}

.accordion_one .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 0;
  padding-top: 0;
  padding: 25px 30px 30px 35px;
  background: #fff;
  color: #999999;
}

.img-accordion {
  width: 81px;
  float: left;
  margin-right: 15px;
  display: block;
}

.accordion_one .panel .panel-heading a.collapsed:after {
  content: "\2b";
  color: #999999;
  background: #f1f1f1;
}

.accordion_one .panel .panel-heading a:after,
.accordion_one .panel .panel-heading a.collapsed:after {
  font-family: "FontAwesome";
  font-size: 15px;
  width: 36px;

  line-height: 48px;
  text-align: center;
  background: #f1f1f1;
  float: left;
  margin-left: -31px;
  margin-top: -12px;
  margin-right: 15px;
}
.accordion_one .panel .panel-heading a:after {
  content: "\2212";
}

.accordion_one .panel .panel-heading a:after,
.accordion_one .panel .panel-heading a.collapsed:after {
  font-family: "FontAwesome";
  font-size: 15px;
  width: 36px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: #f1f1f1;
  float: left;
  margin-left: -31px;
  margin-top: -12px;
  margin-right: 15px;
}

.what-can-do {
  padding: 0 10% 0 10%;
}

.big-heading-middle {
  margin-top: 50px;
  font-size: 3.3rem;
  font-weight: 600;
  line-height: 4.5rem;
}
