﻿@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

.App {
  font-size: 20px;
}

.text {
  color: #000000;
}

body {
  font-family: 'Roboto', sans-serif;
  padding: 0;
  margin: 0;
  font-size: 20px;
  overflow: auto;
  scrollbar-gutter: stable;
}

.smallTitle {
  font-weight: bolder;
}

.weblink {
  color: #A2A2A2;
}

/* visited link */
.weblink:visited {
  color: #666666;
}

/* mouse over link */
.weblink:hover {
  color: #bbbbbb;
}

/* selected link */
.weblink:active {
  color: #d6d6d6;
}

.App-header {
  background-color: #ffffff;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
}


.titlecontainer {
  position: relative;
  margin-top: auto;
  margin-bottom: auto;
}

.bigtitle {
  font-size: 80px;
  font-weight: bold;
  color: #002962;
  margin-block-end: 0.5em;

}

.subtitle {
  margin-block-start: 0;
  font-size: 50px;
  font-weight: bold;
  color: #002962;
}

#bottombar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 48px;
  margin-top: 100px;
}

.bottombartext {
  height: 48px;
  line-height: 48px;
}

::-webkit-scrollbar-corner {
  background: rgba(0, 0, 0, 0);
}

#navbar {
  display: flex;
  top: 0;
  position: absolute;
  flex-flow: row wrap;
  justify-content: space-between;
  padding-top: 16px;
  width: 100%;
  max-width: 100%;
}

#navitems {
  display: flex;
  flex-direction: row;
  padding-right: 10px;
}

#navbar li,
.link {
  list-style: none;
  text-decoration: none;
  color: #002962;
  height: 48px;
  line-height: 48px;
}

.link {
  margin-right: 30px;
  display: flex;
  font-weight: normal;
}

#selectednav {
  font-weight: bolder;
}

.App-link {
  color: #F7F5F9;
}

.icon {
  height: 20px;
  align-self: center;
  margin-right: 8px;
  color: #002962;
}

.logo {
  height: 52px;
  align-self: center;
  margin-right: 8px;
  color: #002962;
  margin-left: 50px;
}

.title {
  font-weight: bold;
}

.container {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0;
}

.headercontainer {
  padding-top: 100px;
}

.applogo {
  height: 30%;
  width: 30%;
  position: relative;
  margin-top: auto;
  margin-bottom: auto;
}

.leftpadding {
  padding-left: 100px;
}

.textTitle {
  font-size: 30px;
  font-weight: bold;
  color: #195190;
}

.textSubTitle {
  font-size: 25px;
  font-weight: bold;
  color: #000000;
}

.contentContainer {
  width: calc(100% - 200px);
  max-width: 100%;
  padding: 100px;
}

.textContainer {
  margin: 20px;
}

.productContainer {
  width: fit-content;
  display: flex;
  flex-direction: row;
  background-color: #F7F5F9;
  padding: 50px 100px 50px 50px;
  border-radius: 20px;
}

.documentationItemContainer {
  display: flex;
  flex-direction: row;
  width: calc(100% - 100px);
  background-color: #F7F5F9;
  padding: 50px 100px 50px 50px;
  border-radius: 20px;
  margin-top: 50px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.productAppLogo {
  height: 100%;
  width: auto;
}

.screenshot {
  height: auto;
  width: 20%;
  border-radius: 10px;
}

.textC {
  margin-left: 50px;
}

.documentationContainer {
  height: 100%;
  width: 100%;
}

.linkwrap {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

@media screen and (max-width: 1079px) {
  .bigtitle {
    font-size: 60px;

  }

  .subtitle {
    font-size: 50px;
  }

  .navText {
    visibility: collapse;
    width: 0px;
  }

  .leftpadding {
    padding-left: 50px;
    padding-top: 30px;

  }

  .icon {
    height: 56px;
    margin: 0px;
  }

  .logo {
    height: 100px;
    margin-left: 0px;
  }

  .title {
    font-size: 48px;
  }

  .link {
    margin: 40px;
  }

  .documentationItemContainer {
    flex-direction: column-reverse;
    padding: 0px 50px 50px 50px;
    width: calc(100% - 100px);
  }

  .contentContainer {
    width: calc(100% - 100px);
    padding: 50px;
  }

  .screenshot {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .textTitle {
    font-size: 50px;
  }

  .background {
    height: 700px;
  }

  #navbar {
    height: 250px;
  }

  .textC {
    margin-left: 0px;
  }

  #bottombar {
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
  }
  .applogo {
    visibility: collapse;
    width: 0;
  }
  .bottombartext{
    font-size: 32px;
  }

}

@media screen and (min-width:1080px) and (max-width:1700px) {
  .bigtitle {
    font-size: 60px;
  }

  .navText {
    font-size: 24px;
    margin-left: 20px;
  }

  .leftpadding {
    padding-top: 60px;
    padding-left: 25px;
  }

  .subtitle {
    font-size: 50px;
  }

  .icon {
    height: 24px;
    margin: 0px;
  }

  .logo {
    height: 80px;
  }

  .title {
    font-size: 24px;
  }

  .documentationItemContainer {
    padding: 50px;
    width: calc(100% - 100px);
  }

  .contentContainer {
    width: calc(100% - 50px);
    padding: 25px;
  }


  .textTitle {
    font-size: 50px;
  }

  .textC {
    margin-left: 50px;
  }

}