/* CSS Document */

body {
    background-color: rgb(238,238,238);
}

#about_main {
    
          position: relative;
          margin-left: 5px;
          margin-right: 5px;

          top: 200px;
          width: calc(100% - 50px);
          background-color: white;
          border: 0px;
          border-style: outset;
    font-family: Lato;
        color: black;
        font-size: 16px;
    margin-left: 20px;
    
    margin-right: 50px;
    padding: 20px;
    padding-top: 0px;
    height: auto;
    
    box-shadow: 5px 10px lightgrey;
    
          /*border-color: darkgrey;*/
} /* @media screen and (max-width:767px){ */


.class_horizontal_menu_div {
      position: absolute;
      display: table;
      left: 0px;
      top: 100px;
      height: var(--horizontal_menu_bar_height);
      background-image: none;
      background-color: rgb(238, 238, 238);
      border-style: ridge;
      border-image-source: none;
      border-image-width: 1;
      border-image-outset: 0;
      border-image-repeat: stretch;
      border-color: transparent;
      border-width: 0px;
      width: 100%;
    }



.myfooter {
  background-color:rgb(42,33,81);
    border-top-right-radius: 12px;
    color: white;
    font-size: 11px;
  width: 100px;
  position: relative;
    left:-40px;
    padding: 8px;
    
}

.mycontainer {
    display: flex;
    align-items: center;
    justify-content: left;
}

p a {
    color: blue;
}

.yellow_links a {
	color: lightyellow;
}
