body {
  /* font-family: arial; */
  font-family: 'Montserrat', sans-serif;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

html {
  height: -webkit-fill-available;
}

.container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  max-width:100%;
  /* background: linear-gradient(to bottom, #ffffff 0%,#ededed 94%,#d2d7d8 100%); */
}

.footer {
  display: flex;
  flex-direction: column;
  /* min-height: 100vh; */
  /* max-width:100%; */
  /* z-index: 11; */
}

@media (min-width: 900px) {
  .container {
    display: grid;
    grid-template-columns: 0.7fr 3fr 0.7fr;
    grid-template-rows: auto 1fr auto;
    /* background: linear-gradient(to bottom, #ffffff 0%,#ededed 94%,#d2d7d8 100%); */
    /* min-width: 100%; */
    /* max-width:100%; */
  }
  footer {
    /* display: flex; */
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-column: 1/4;
    /* grid-column: span 3; */
    padding-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    /* text-align: center; */
    font-size: 1.4em;
    /* background-color: #690; */
    color: black;
    z-index: 10;
  }
}

header {
  display: grid;
  /* grid-template-columns: 0.7fr 3fr 0.7fr; */
  grid-column: span 3;
  grid-column: 2/2;
  padding: 10px;
  text-align: center;
  font-size: 0.9em;
  /* background-color: #369; */
  color: black;
}

main {
  flex: 1;
  padding: 20px;
}

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

aside {
  padding-top: 10px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 20px;
  /* background-color: #936; */
}

h1 {
  font-size: 1.3em;
  /* color: #696969; */
  /* color: #1e1e1e; */
  font-weight: 400;
  text-shadow: 1px 1px 12px grey;
}

.vertical_box {
  display: grid;
  justify-content: center;
  align-content: center;
  gap: 4px;
  grid-auto-flow: row;
  height: 100%;
}

.text_color_boxes {
  font-size: 1.0em;
  color: #1e1e1e;
  /* color: #FFFFFF; */
}

.four_blocks {
  display: grid;
  grid-template-columns: 0.8fr 0.8fr;
  grid-template-rows: 1fr 1fr;
  /* padding-top: 100px; */
}

/* .nine_blocks {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: 1fr 1fr 1fr;
  padding-top: 100px;
} */

/* .gif_grid {

  grid-column-start:2/4;
} */

.three_stripe {
  display: grid;
  /* grid-template-rows:repeat(auto-fill, minmax(100px, 1fr)); */
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: minmax(150px, 1fr);
}

.three_stripe_bottom {
  display: grid;
  /* grid-template-rows:repeat(auto-fill, minmax(100px, 1fr)); */
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 4px;
}

.double_box {
  display: grid;
  grid-template-columns: 1fr 2fr;
}

.left_panel {
  display: grid;
  /* grid-template-rows:repeat(auto-fill, minmax(100px, 1fr)); */
  grid-auto-rows: minmax(100px, 1fr);
}

.rigth_panel{
  position: relative;
}

#box_1 {
  background-color: #F8E9A1;
  padding: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#box_1:hover{
  cursor: pointer;
}

#box_2 {
  background-color: #F76C6C;
  padding: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#box_2:hover{
  cursor: pointer;
}

#box_3 {
  background-color: #A8D0E6;
  padding: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#box_3:hover{
  cursor: pointer;
}

#box_4 {
  background-color: #BFEFFF;
  /* background-color: #FFFFFF; */
  padding: 0px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#box_4:hover{
  cursor: pointer;
}

.stripe1 {
  position: relative;
  background-color: #F8E9A1;
}

.stripe2 {
  position: relative;
  background-color: #F76C6C;
}

.stripe3 {
  position: relative;
  background-color: #A8D0E6;
}

.stripe4 {
  position: relative;
  background-color: #FFFFFF;
}

.gshp_text {
  position: absolute;
  color: #FFFFFF;
  font-family: 'Spartan', sans-serif;
  font-weight: 600;
  left: 10px;
  bottom: 10px;
  font-size: 0.9em;
  z-index: 10;
}

.slab_text {
  position: absolute;
  color: #FFFFFF;
  font-family: 'Spartan', sans-serif;
  font-weight: 600;
  right: 10px;
  bottom: 10px;
  font-size: 0.9em;
}

.frame_text {
  position: absolute;
  color: #FFFFFF;
  font-family: 'Spartan', sans-serif;
  font-weight: 600;
  right: 10px;
  top: 10px;
  /* writing-mode: vertical-rl; */
  /* text-orientation: upright; */
}

.basement_text {
  position: absolute;
  color: #FFFFFF;
  font-family: 'Spartan', sans-serif;
  font-weight: 600;
  right: 10px;
  top: 10px;
  font-size: 0.9em;
}



.welcome_title_1 {
  font-size: 2em;
  text-align: center;
  padding-top: 10px;
  /* padding-left: 30px; */
  /* padding-right: 30px; */
  padding-bottom: 40px;
  background-color: rgba(255, 255, 255, 0);
  z-index: 10;
  text-shadow: 1px 1px 12px grey;
}

.welcome_title_2 {
  font-size: 1em;
  text-align: center;
  padding-bottom: 20px;
  /* padding: 20px; */
  /* padding-left: */
  background-color: rgba(255, 255, 255, 0);
  z-index: 10;
  text-shadow: 1px 1px 10px grey;
}

.head-wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
}

/* .logos_box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 3px;
  padding-right: 6px;
  padding-top: 0px;
} */

#frame_img{
    object-fit: contain;
    height: 100%;
    width: 100%;
}

#slab_img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}

#basement_img {
  /* object-fit: contain; */
  height: 100%;
  width: 100%;
}

#gshp_img {
  /* object-fit: contain; */
  /* height: 80%; */
  width: 100%;
}


#test_sketch {
  position: absolute;
  /* width: 300px; */
  z-index: -1;
  text-align: center;
}

.gif_container {
  /* display:block; */
  /* margin:auto; */
  /* margin-bottom: : 100px; */
  width: 100%;
  /* height:100%; */
  border-bottom: 1px solid red;
}

a {
  color: #696969;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
}

/* .cropped {
    width: 100%;
    height: 100%;
    overflow: hidden;
} */

/* .cropped img {
    margin: 10px 0px +2px -1px;
} */


.div-wrapper {
    position: relative;
    height: 100%;
    width: 100%;
    /* background: white; */
}

.div-wrapper img {
    position: absolute;
    left: 0;
    bottom: 0;
}

.tippy-box[data-theme~='tomato'] {
  background-color: #838EDE;
  color: white;
}

#test_waves{
  position: absolute;
  z-index:-1;
}

#div_gif{
  background-color: white;
}

#logo1:hover{
  cursor: pointer;
}

#logo2:hover{
  cursor: pointer;
}

#logo3:hover{
  cursor: pointer;
}

#logo4:hover{
  cursor: pointer;
}

#logo5:hover{
  cursor: pointer;
}

#logo6:hover{
  cursor: pointer;
}

.sticker{
  text-align: right;
}
