/* Desktop */

html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  /*height: 100%;*/
  width: 100%;
  font-size: 14px;
  overflow: auto;
  scroll-behavior: smooth;
  /*background-color: #e2f3fe;*/
  font-family: "Quicksand", Arial, Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Quicksand", Arial, Helvetica, sans-serif;
  color: #29235c;
  font-weight: bold;
}

body .bd-links {
  padding-bottom: 0px;
  padding-top: 0px;
}

.bd-links a.active {
  background-color: #29235c;
  color: #fff;
  width: 100%;
}

.bd-links p.section {
  color: #29235c;
  margin-bottom: 0px;
  font-weight: bolder;
  font-variant-caps: all-petite-caps;
  font-size: 1.5rem;
  padding: 0.375rem 0.75rem;
}

.dropdown-item.active {
}

/*
footer {
    margin-top: 100px;
    position: relative;
    color: #29235c;
    font-size: 0.7rem;
    overflow: hidden;
    padding-top: 120px;
    padding-bottom: 60px;
}

footer > .container {
    position: relative;
}

footer > .container:before {
    content: "";
    position: absolute;
    bottom: -100px;
    left: -100px;
    right: -100px;
    transform: rotate(-2deg);
    background-color: #e2f3fe;
    height: 250px;
    z-index: 0;
    overflow: hidden;
}
*/

.dark {
  color: #29235c;
}

body > header {
  padding-left: 1rem;
}

body > header .nav-link.active {
  text-decoration: underline;
}

body > header .dropdown-item.active,
body > header .dropdown-item:active {
  background-color: #29235c;
  color: #fff !important;
}

.btn-check:checked + .btn-primary:focus,
.btn-check:active + .btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show > .btn-primary.dropdown-toggle:focus,
body .btn-check:focus + .btn,
body .btn:focus,
body .btn-primary:focus {
  box-shadow: none;
}

body .btn-primary {
  background-color: #29235c;
  color: #fff;
}

body .btn:hover {
  background-color: #29235c;
  color: #fff;
}

body .btn-primary:hover {
  background-color: #29235c;
}

body .form-control:focus {
  color: #29235c;
  background-color: #fff !important;
  border-color: #29235c;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(41 35 92 / 25%);
}

footer {
  position: relative;
  color: #29235c;
  font-size: 0.7rem;
  overflow: hidden;
  padding-top: 70px;
  /* padding-bottom: 60px; */
  padding-bottom: 4rem;
  /* margin-bottom: 1rem; */
  border-top: 1px solid #dddddd;
}

footer > div {
  position: relative;
}

footer h4 {
  font-size: 0.7rem;
  margin-top: 2rem;
  margin-bottom: 6px;
}

#background {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
  background-image: none;
}

@media (max-width: 992px) {
  body {
    height: 100%;
  }

  footer {
    position: relative;
    margin-top: 0px;
    height: 400px;
    bottom: -60px;
    left: 0px;
    right: 0px;
  }

  html > body > footer > div {
    position: absolute;
    padding-top: 4rem !important;
    padding-left: 2rem !important;
  }

  footer {
    font-size: 1rem;
  }

  footer h4 {
    font-size: 1.2rem;
  }

  body > main {
    margin: 0px;
    width: unset;
    margin-left: unset;
    margin-right: unset;
    border-left: unset;
    border-right: unset;
    box-shadow: unset;
  }
}

@media (max-width: 575px) {
  body {
    font-size: 18px;
    height: 100%;
  }

  footer {
    position: relative;
    margin-top: 0px;
    height: 600px;
    bottom: -60px;
    left: 0px;
    right: 0px;
  }

  .markdown .emphasized {
    display: block;
    text-align: center;
  }

  html > body > footer > div {
    position: absolute;
    padding-top: 4rem !important;
    padding-left: 2rem !important;
  }

  footer {
    font-size: 1rem;
  }

  footer h4 {
    font-size: 1.2rem;
  }

  h4 {
  }

  body .text-left {
    text-align: center !important;
  }

  body > main {
    margin: 0px;
    width: unset;
    margin-left: unset;
    margin-right: unset;
    border-left: unset;
    border-right: unset;
    box-shadow: unset;
  }
}

.box_start {
  margin-bottom: 100px;
  position: relative;
  color: #29235c;
  overflow: hidden;
  padding-top: 100px;
  /* padding-bottom: 60px; */
  padding-bottom: 140px;
  /* margin-bottom: 1rem; */
}

.box_start:before {
  content: "";
  position: absolute;
  top: -60px;
  left: -100px;
  right: -100px;
  transform: rotate(-2deg);
  background-color: #e2f3fe;
  height: 370px;
}

.button {
  background-color: #29235c;
  color: #ffffff;
  border-radius: 20px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  border: none;
  text-decoration: none;
  cursor: pointer;
}

.markdown .button2 {
  background-color: #29235c;

  /*color: #ffffff;*/
  color: white;
  border-radius: 20px;
  padding-left: 2rem;
  padding-right: 3rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  border: none;
  text-decoration: white;
  width: 300px;
  float: left;
  /* margin: 10px; */
  /* height: 100%; */
  height: 50px;
  margin-right: 30px;
  cursor: pointer;
}

.markdown .button3 {
  background-color: #29235c;

  /*color: #ffffff;*/
  color: white;
  border-radius: 20px;
  padding-left: 2rem;
  padding-right: 3rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  border: none;
  text-decoration: white;
  width: 300px;
  float: left;
  /* margin: 10px; */
  /* height: 100%; */
  height: 100px;
  margin-right: 30px;
  cursor: pointer;
}

.button:hover,
.button:active {
  color: #ffffff;
}

.app-icon1 {
  width: 40%;
  margin-bottom: 7px;
}

.app-icon2 {
  width: 62%;
  margin-bottom: 7px;
}

.app-icon3 {
  width: 62%;
  margin-bottom: 7px;
}

.app-icon4 {
  width: 62%;
  margin-bottom: 7px;
}

.app-icon5 {
  width: 62%;
  margin-bottom: 7px;
}

.app-icon6 {
  width: 42%;
  margin-bottom: 7px;
}

.app-icon-app {
  width: 70px;
  float: left;
  /* margin: 10px; */
  height: 100%;
  margin-right: 15px;
}

.app-icon-connector {
  width: 70px;
  float: left;
  /* margin: 10px; */
  height: 100%;
  margin-right: 15px;
}

.app-icon-platform {
  width: 70px;
  float: left;
  /* margin: 10px; */
  height: 100%;
  margin-right: 15px;
}

.app-icon-platform-big {
  width: 170px;
  /* margin: 10px; */
  height: 100%;
  margin-right: 15px;
}

.list-item {
  font-weight: bold;
}

body > main {
  margin-top: 60px;
  margin-bottom: -60px;
  /*height: calc(100% - 60px);*/
  scroll-behavior: smooth;
  /*background-color: #ffffff;*/

  margin-left: auto;
  margin-right: auto;
}

section {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

html .bg-primary {
  background-color: #ffffff !important;
}

header {
  border-bottom: 1px #cccccc solid;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

header a {
  color: #29235c !important;
  text-decoration: none;
}

header a.nav-link {
  color: #29235c !important;
}

header .nav-item.active a.nav-link {
  font-weight: bold;
  text-decoration: underline;
}

header a.nav-link:hover,
html a.nav-link:active {
  text-decoration: underline;
}

header.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(41,35,92,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

header.navbar-light .navbar-toggler {
  border-color: #29235c;
}

a.white {
  color: #ffffff;
}

a.white:hover,
a.white:active {
  color: #eeeeee;
}

.bg_cloud {
  background-image: url(../images/cloud_blue.svg);
  background-repeat: no-repeat;
  width: 1000px;
  height: 1000px;
  position: absolute;
  left: -350px;
  top: 300px;
  display: none;
  pointer-events: none;
}

@media (min-width: 768px) {
  .bg_cloud {
    display: block;
  }
}

.circle {
  width: 60px;
  height: 60px;
  border: 2px solid #29235c;
  border-radius: 30px;
  display: inline-block;
  margin-right: 14px;
  margin-bottom: 30px;
  float: left;
}

.icon-container {
  display: inline-block;
  height: 100%;
  margin-right: 14px;
  padding-top: 8px;
  float: left;
}

.icon-container .material-icons {
  font-size: 50px;
}

.icon-container2 {
  display: inline;
  margin-right: 14px;
  padding-top: 8px;
  text-indent: 0;
}

.icon-container2 .material-icons {
  font-size: 50px;
}

.number .material-icons {
  font-size: 40px;
  padding-top: 5px;
}

.overflow_hide {
  overflow: hidden;
}

@media print {
  h1,
  h2,
  h3,
  h4 {
    margin-top: 6rem !important;
  }

  h1 + p,
  h2 + p,
  h3 + p,
  h4 + p {
    page-break-inside: avoid;
  }

  p {
    page-break-inside: avoid;
  }

  body {
    margin-bottom: 1rem;
  }

  header {
    display: none !important;
    border-bottom: none;
    box-shadow: none;
  }

  body > main {
    margin: 0px;
    width: unset;
    margin-left: unset;
    margin-right: unset;
    border-left: unset;
    border-right: unset;
    box-shadow: unset;
  }

  header .navbar-collapse,
  header .navbar-toggler {
    display: none;
  }

  .bd-sidebar {
    display: none;
  }

  .template-code {
    display: none;
  }

  .markdown .template .template-description {
    border: none !important;
    margin: 0 !important;
  }

  .md-collapsed {
    display: none;
  }

  footer {
    display: none;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    font-size: 0.5rem;
    padding-bottom: 0.3rem;
    padding-top: 0;
  }

  footer:before {
    bottom: -150px;
  }
}

/**


=================================


**/

@media (min-width: 1400px) {
  /*
    section h1 {
        color: #fff;
    }
    section#mission {
        background-image: url(images/riccardo-annandale-140624-unsplash.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    section#team {
        background-image: url(images/headway-537308-unsplash.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    section#contact {
        background-image: url(images/aaron-burden-123584-unsplash.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .iconsideleft, .iconsideright {
        display: block !important;
    }
    */

  body > main {
    margin-top: 58px;
    margin-bottom: -58px;
    width: 1400px;
    background-color: #fff;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.2);
  }

  body {
    background-image: url("/images/fvJJMbP8-w0-unsplash_resized.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
