.arial{
    font-family: Arial, Helvetica, sans-serif;
    
}

body{
    background-color: cadetblue;
}

#Head1{
    background-color: rgb(0, 224, 138);
    color: rgb(10, 124, 0);
    text-align: center;
    border-left: 5px rgb(0, 134, 83) solid; 
    border-right: 5px rgb(0, 134, 83) solid; 
    border-top: 5px rgb(0, 134, 83) solid; 
    border-bottom: 5px rgb(0, 134, 83) solid; 
    
}

#mainSection{
    background-color: rgb(0, 184, 113);
    color: darkslateblue;
    font-size: 15px;
    line-height: 1.6em;
    text-align: center;
    font-weight: bold;
    margin-left: 11.8em;
    margin-right: 0em;
    margin-top: 15px;
    border-left: 5px rgb(0, 99, 61) solid; 
    border-right: 5px rgb(0, 99, 61) solid; 
    border-top: 5px rgb(0, 99, 61) solid; 
    border-bottom: 5px rgb(0, 99, 61) solid; 
}

#navBar{
    background-color: rgb(0, 184, 113);
    color: darkslateblue;
    font-size: 15px;
    line-height: 1.6em;
    text-align: center;
    font-weight: bold;
    margin-left: 0em;
    margin-right: 55em;
    margin-top: -13.83em;
    height: 447.5px;
    width: 150px;
    border-left: 5px rgb(0, 99, 61) solid; 
    border-right: 5px rgb(0, 99, 61) solid; 
    border-top: 5px rgb(0, 99, 61) solid; 
    border-bottom: 5px rgb(0, 99, 61) solid;
    
    
    position: fixed;
  z-index: 1;
  top: 320px;
  left: 10px;
}

.navButton{
    background-color:  rgb(0, 241, 149);
    border: rgb(0, 146, 56) 5px solid;
    margin-top: 5px;
    width: 140px;
    height: 35px;
    
}

.navText{
    color: darkslateblue;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
}
/*
.navButton {
    padding: 15px 25px;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
    outline: none;
    color: #fff;
    background-color: #4CAF50;
    border: none;
    border-radius: 15px;
    box-shadow: 0 9px #999;
  }
  */
  
  .navButton:hover {background-color:rgb(0, 190, 117)}
  
  .navButton:active {
    background-color:rgb(0, 128, 79) ;/*
    box-shadow: 0 5px #666; */
    transform: translateY(1px);
  }

  .navBar {
    position: fixed;
    z-index: 1;
    overflow-x: hidden;
    padding: 8px 0;
  }
  
  .navBar a {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    display: block;
  }
  
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }

  #sizeUp1{
      font-size: 30px;
      padding-top: 10px;
      height: 8px;
  }

  .title{
      background-color: rgb(0, 212, 131);
      border-bottom: rgb(0, 146, 56) 5px solid  ;
      margin-top: -25px;


  }

  .ssmall{
      height: 120px;
      width: 95px;
  }

  .blockSplit{
      color: rgb(0, 99, 61);
      size: 5px;
  } 
  
  #linehightsmall{
    line-height: 3px;
  }

  #scroll-stop{
    position: fixed;
    z-index: 1;
    top: -10px;
    left: 500px;
  }