body {
  font-family: 'Roboto';
  font-weight: 100;
  background-color: white;
  height: 100vh;
  width: 100vw;
}

body {
  font-family: arial;
  z-index: 10;
}

.container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  z-index: 10;
}


@media (min-width: 768px) {
  .container {
    display: grid;
    grid-template-columns: 1fr 6fr 1fr;
    grid-template-rows: auto 1fr auto;
  }
}

header {
  grid-column: span 3;
  /* padding: 30px; */
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-top: 10px;
  text-align: center;
  font-size: 1.2em;
  /* background-color: #ADD8E6; */
  color: black;
}

main {
  flex: 1;
  padding: 20px;
  z-index: 10;
}


nav {
  /* background-color: #f90; */
  padding: 20px;
}

aside {
  padding: 20px;
  /* background-color: #936; */
}

footer {
  grid-column: span 3;
  padding: 30px;
  text-align: center;
  font-size: 1.4em;
  /* background-color: #A7C7E7; */
  color: black;
}

h1 {
  margin-bottom: 1em;
  font-size: 1.3em;
  font-weight: bold;
  /* color: white; */
}

.title_box{
  /* background-color: #FBBC05; */
  padding: 20px;
  padding: 5px;
  border-radius: 6px 6px 6px 6px;
  font-size: 1.5em;
  text-align: center;
  text-shadow: 1px 1px rgba(100, 100, 100, 1.0);
}

.title2 {
  text-align: center;
}

.topics_box_1{
  background-color: #0070b2;
  padding: 20px;
  border-radius: 6px 6px 6px 6px;
  font-size: 1.0em;
  text-align: left;
  color:white;
  line-height: 1.2;
}

.topics_box_2{
  background-color: #0070b2;
  padding: 20px;
  border-radius: 6px 6px 6px 6px;
  font-size: 1.0em;
  text-align: left;
  color:white;
  line-height: 1.2;
}

.topics_box_3{
  background-color: #0070b2;
  padding: 20px;
  border-radius: 6px 6px 6px 6px;
  font-size: 1.0em;
  text-align: left;
  color:white;
  line-height: 1.2;
}

.topics_box_4{
  background-color: #0070b2;
  padding: 20px;
  border-radius: 6px 6px 6px 6px;
  font-size: 1.0em;
  text-align: left;
  color:white;
  line-height: 1.2;
}

.topics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  row-gap: 10px;
  column-gap: 10px;
}

.topics_list {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 5px;
  /* padding: 20px; */
}

.triptic {
  display: grid;
  grid-template-columns: 1fr 4fr 1fr;
  grid-template-rows: auto;
}

.diptic {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  column-gap: 10px;
  /* padding: 10px; */
}

.diptic_title {
  text-align: center;
  /* color: black; */
}

.diptic_text{
  text-align: center;
  /* padding: 10px */
}

.diptic_box_1 {
    padding: 20px;
    background: #6bbbae ;
    border-radius: 6px 6px 6px 6px;
    font-size: 1.0em;
}

.diptic_box_2 {
    padding: 20px;
    background: #6bbbae ;
    border-radius: 6px 6px 6px 6px;
    font-size: 1.0em;
}

.grid_logos {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
}

p {
  font-size: 1.0em;
}

a {
  color: white;
}

mark {
  color: white;
  /* color: rgba(150, 150, 150, 1.0); */
  /* color:#0070b2; */
  font-size: 1.1em;
  text-shadow: 1px 1px rgba(100, 100, 100, 0.8);
  font-weight: bold;
  /* background-color: rgba(255, 101, 0, 1.0); */
  background-color: rgba(255, 255, 255, 0.0);
  /* color: white; */
  /* padding-right: 3px; */
  /* padding-left: 3px; */
}

mark2 {
  color: white;
  text-shadow: 1px 1px rgba(100, 100, 100, 0.8);
}

.presentation{
  line-height: 1.2;
  /* background: rgba(255, 255, 255, 1.0); */
  /* background: rgba(213, 22, 38, 1.0); */
  background: #d61626;
  color: white;
  padding: 20px;
  border-radius: 6px 6px 6px 6px;
  font-size: 1.2em;
}

.smart{
  z-index: -10;
}

.topics_title {
  text-shadow: 1px 1px rgba(0, 0, 0, 1.0);
}

.diptic_title {
  text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
}

.slider {
  height: 200px;
  border-style: solid;
  border-width: 5px;
  border-color: green;
  overflow: hidden;
  left: 0;
}
.abs {
  position: absolute;
}
.rel {
  position: relative;
}
.slider img {
	width: 100%;
}

.content{
  border: 2px solid red;
}

.survey{
  z-index:10;
}

.cognito{
  z-index: 10;
}

.bg {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 200%;
  height: 200%;
  z-index: -10;
}
.bg test_waves {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 50%;
  min-height: 50%;
  z-index: -10;
}
