*{
    font-family: "Roboto Condensed";
    margin:0;
    padding:0;
}

.totalContents{
  width: 1280px;
  height: 720px;
  position:absolute;
  transform-origin: top left;
  /*background-color: #7099af;*/ 
  /*padding:20px;*/
  box-sizing:border-box;
}

span:before {
  content: "\a";
  white-space: pre;
}



.myImg {
  width:30%;
}

#someTitleElement {
  color:white;
}

#cell-container {
    

    width:  100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 2;   
     
}

#cell_svg{
    position: absolute;
    top: 0;
    z-index: 3;
    height:100%;
    width:100%;
}

body {
    margin: 0;
    display:  block;
    width: 100%;
    overflow: hidden;
}

html {
    height:  100%;
}

.container {
    width:  90%;
    height:  100%;
    z-index: 4;
    position: absolute;
    height:100%;
}

.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;
    white-space: nowrap;
    font-size: larger;
}

.inline{
   display:flex;     
}

.inline p{
  padding:3%; 
} 

.kyttaro{
    position: absolute;
    z-index: 1;
/*    width: 100%;*/
    top: 0;
    height:100%;
}

.kyttaro_img{
    position: absolute;
    z-index: 7;
    width: 100%;
    top:30px;    
}


#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:92%;
  width: 20%;
  position: fixed;
  z-index: 100;
  top: 8%;
  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;
}

.button1 {  
  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;
}




/*------------------myStyle.css---------------------*/


body{
	background-color: floralwhite;
}

/*svg path{
	fill: #00394f;
	stroke: #eee;
	stroke-width: .25;
}*/

/*svg path:hover{
	fill: #006284;
	transition: 0.6s; 
	cursor: pointer;
}*/