*{
  font-family: "Roboto Condensed";
    margin:0;
    padding:0;
}

.totalContents_2{
  width: 1280px;
  height: 720px;
  position:absolute;
  transform-origin: top left;
  /*background-color:midnightBlue;*/
  /*padding:20px;*/
  box-sizing:border-box;
}

.svg_back{
    background-color: white;
    height: 90%;
    width: 50%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 12px;
    margin: auto;
    margin-top: 1%;
}

svg{
    width:50%;
    height: 90%;
    margin-top: 1%;
}

.picker_div {
    padding: 10%;
}

#cell-container {
    width:  100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 2;    
}

#cell_svg{
    position: absolute;
    top: 0;
    z-index: 3;
}

body {
    margin: 0;
    display:  block;
    width: 100%;
    overflow: hidden;
}

html {
    height:  100%;
}

.container {
    width:  100%;
    height:  100%;
    z-index: 4;
    position: absolute;
    background-image: url(IMG/kyttaro_back.png);
}

.st0
{
    fill:none;
    stroke:#4D4D4D;
    stroke-width:5;
    stroke-miterlimit:10;
}

.st0 line{
    stroke-dasharray: 100;
    stroke-dashoffset: 0;
    stroke: green;
    stroke-width: 10; 
}


#title{
    min-width: fit-content;
    color:white;
    padding-left: 20px;
    padding-top:1%;
    white-space: nowrap;
    font-size: larger;
}

.inline{
   display:flex;    
}



.kyttaro{
    position: absolute;
    z-index: 1;
/*    width: 100%;*/
    top: 0;
}

.kyttaro_img{
    position: absolute;
    z-index: 7;
    width: 100%;
    top: 0;
}


#Layer_2{
    position: absolute;
    z-index: 2;
    top: 0;
}

.fade-in-image {
  animation: fadeIn 2s;
  -webkit-animation: fadeIn 2s;
  -moz-animation: fadeIn 2s;
  -o-animation: fadeIn 2s;
  -ms-animation: fadeIn 2s;
}
@keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-moz-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-o-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-ms-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

.overlay {
  height:100%;
  width: 20%;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0px;
  background-color: rgb(65, 90, 106);
  background-color: rgba(65, 90, 106, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.sideNav {
  animation: moveIn 2s;
  -webkit-animation: moveIn 2s;
  -moz-animation: moveIn 2s;
  -o-animation: moveIn 2s;
  -ms-animation: moveIn 2s;
}
@keyframes moveIn {
  0% {right:-300px;}
  100% {right:0px;}
}

@-moz-keyframes moveIn {
  0% {right:-300px;}
  100% {right:0px;}
}

@-webkit-keyframes moveIn {
  0% {right:-300px;}
  100% {right:0px;}
}

@-o-keyframes moveIn {
  0% {right:-300px;}
  100% {right:0px;}
}

@-ms-keyframes moveIn {
  0% {right:-300px;}
  100% {right:0px;}
}

.overlay-content{
    padding: 50px 5% 5% 5%;
    text-align: left;
    color: white;
}

.button22 {    
  position: relative;
  background-color: #04AA6D;
  border: none;
  font-size: 15px;
  color: #FFFFFF;
  padding: 5%;
  width: 80%;
    margin: auto;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  border-radius: 5px;
  text-decoration: none;
}

.overlay-content a{
    text-decoration: none;
    color: #fff;
}

.overlay2 {
  height:100%;
  width: 20%;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0px;
  background-color: rgb(65, 90, 106);
  background-color: rgba(65, 90, 106, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.sideNav2 {
  animation: moveIn2 2s;
  -webkit-animation: moveIn2 2s;
  -moz-animation: moveIn2 2s;
  -o-animation: moveIn2 2s;
  -ms-animation: moveIn2 2s;
}
@keyframes moveIn2 {
  0% {left:-300px;}
  100% {left:0px;}
}

@-moz-keyframes moveIn2 {
  0% {left:-300px;}
  100% {left:0px;}
}

@-webkit-keyframes moveIn2 {
  0% {left:-300px;}
  100% {left:0px;}
}

@-o-keyframes moveIn2 {
  0% {left:-300px;}
  100% {left:0px;}
}

@-ms-keyframes moveIn2 {
  0% {left:-300px;}
  100% {left:0px;}
}

.overlay-content2{
    padding: 50px 5% 5% 5%;
    text-align: left;
    color: white;
    margin-top: 2em;
    line-height: 2.5;
}

.button22 {  
  position: relative;
  background-color: #04AA6D;
  border: none;
  font-size: 15px;
  color: #FFFFFF;
  padding: 5%;
  width: 80%;
    margin: auto;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  border-radius: 5px;
        text-decoration: none;
}

.overlay-content2 a{
    text-decoration: none;
    color: #fff;
}



.button1 {  
  font-size: larger;
  margin-top:2em;  
  background-color: #233A4B; 
  color: #fff; 
  border: 2px solid #6A90A5;
}

.button1:hover {
  background-color: #6A90A5;
  color: white;
}

.total_container 
{
    display: flex;
    margin: 0;
    padding: 0;
    width: 100%;    
    position: relative;
    /*background-image: url("IMG/plant_cell.png");
  
   Image is centered vertically and horizontally at all times */
    background-position: center center;
  
  /* Image doesn't repeat */
    background-repeat: no-repeat;
  
  /* Makes the image fixed in the viewport so that it doesn't move when 
     the content height is greater than the image height */
    background-attachment: fixed;
  
  /* This is what makes the background image rescale based on its container's size */
    background-size: cover;
  
  /* Pick a solid background color that will be displayed while the background image is loading */
    background-color:#ffffff;   
}

.line{
    margin: 0;
    padding: 0;
    width: 100%;    
  
  /* Image is centered vertically and horizontally at all times */
    background-position: center center;
  
  /* Image doesn't repeat */
    background-repeat: no-repeat;
  
  /* Makes the image fixed in the viewport so that it doesn't move when 
     the content height is greater than the image height */
    background-attachment: fixed;
  
  /* This is what makes the background image rescale based on its container's size */
    background-size: cover;
  
  /* Pick a solid background color that will be displayed while the background image is loading */
    background-color:#ffffff;    
}

#exclamationMark{  
    float: left;
    padding: 7px 10px;
}

#questionMark{
    float: left;
    padding: 7px 0px;

}

.hide {
    display: none;
}

.buttonList {
    position: absolute;
    width: 30%;
    margin-left: 2%;
    top: 7%;
}

.buttons:not(#submitBtn2){
    width: 60%;
    cursor: pointer;
    height: 5vh;
    margin-bottom: 5px;
    border: 2px solid white;
    border-radius: 5px;
    background-color:rgb(255, 255, 255, 0.6);
}

.buttons:hover{
    box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.24),
        0 0px 20px 0 rgba(0, 0, 0, 0.19);
}    

.textarea {
    position: relative;
    width: 100%;
    margin-top:6%;
    float: right;
    margin-right: 2%;
    overflow-y: scroll;
    resize: none;
    border: 2px solid white;
    border-radius: 5px;    
}       

#submitBtn2{
    margin-left:1%;    
    margin-top: 0%;
    text-decoration: underline;
    font-weight: bold;
    width:60%;
    height: 5vh;
    cursor: pointer;     
    border: 2px solid white;
    border-radius: 5px;    
    background-color: rgb(255, 255, 255, 0.6);   
}

body {
    height:100%;
}

article,
nav{
  padding: 1.2em;      
  margin-left: 0%;
}

.pageHeader {
  
    grid-area: header;
/*    background-image: url("_inventory/fasa.png");*/
    background-size: cover; 
    background-color: #F0A830; 
    position: relative;
    display: block;
    z-index: 5;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.mainNav {
  grid-area: nav;
}

#pageFooter {
  grid-area: footer;
}

#mainArticle {
  grid-area: article;
}

#siteAds {
  grid-area: ads;
}

/* Stack the layout on small devices/viewports. */

@media all and (max-width: 900px) {
  body {
    grid-template-areas:
      "header "
      "nav "
      "article "
      "footer ";

    grid-template-rows: 80px 1fr 1fr 20px;

    grid-template-columns: 1fr;

    grid-row-gap: 0px;

    
  }

  .buttonList {
    width: 100%;    
  }

  .textarea {    
    height: 200px;
    margin-top: 15%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    outline: none;
  }

  .buttons{
    height:3vh;   
    outline: none;
  }

  /* #questionMark {
    display: none;
  } */

  .siteAdds {
    display: none;
  }

  #submitBtn2{
      width:fit-content;
  }
}

.textarea:focus {
  outline: none;
}

.buttons:focus {
  outline: none;
}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #466071;
  color: white;
}

.modal-body {
  text-align: center;
  display: flex;
}

.modal-footer {
  padding: 2px 16px;
  background-color: #466071;
  color: white;
}

.modal-img{
  width: 50%;
  margin: auto;
}

.overlay-content3{
  text-align: left;
  color: white;
  padding: 1% 5% 5% 5%;
}