body {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    line-height: 150%;
    background-color: #e9ebeb;
    color: #333;
}

h1, h2, h3 {
    margin: 10px 0px 10px 0px;
    font-weight: 400;
    line-height: 125%;
}

.menu{
    position: sticky;
    top: 0px;
    background-color: black;
    margin: 0px;
    overflow: hidden;    
}

.menu2{
    margin: 0 auto;
    max-width: 62rem;
}

.menu a{
    font: menu;
    text-decoration: none;
    font-size: 18px;
    letter-spacing: 1px;
    box-sizing: border-box;
    /* float: left; */
    display: inline-block;
    color: #f2f2f2;
    text-align: center;
    padding: 16px 24px;
}

@media screen and (max-width: 800px) {
    .menu a {
      float: none;
      display: block;
      padding: 4px 24px;
    }
}

.menu a:hover{
    background: #f9b000;
    color: black; 
}

#navphone {
    font-weight:bold;
    color: #f9b000;
}

#navphone:hover {
    background: #f9b000;
    color: black;
}

.image-container .image{
    width: 100%;
    background-size: cover;
    opacity: 1;
    /* max-width: 100%;
    max-height: 100vh; */
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* background-color: DodgerBlue; */
 }
  
  .flex-container > div {
    background-color: #f1f1f1;
    width: 300px;
    margin: 10px;
    /* text-align: center; */
    /* line-height: 75px; */
    /* font-size: 30px; */
}

.flex-container2 {
    display: flex;
    flex-direction: row;
    /* align-items: stretch; */
    /* justify-content: space-between; */
    /* background-color: DodgerBlue; */
 }
  
.child1 {
    width: 70%;
    margin-right: 30px;
}
.child2 {
    width: 30%;
}

.demo-wrap {
    overflow: hidden;
    position: relative;
}
.demo-bg {
    opacity: 0.1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}

.menu .logo {
    height: 20px; 
    background-color: #000; 
}

table {
    border-collapse: collapse; 
}

table th, table td {
    border: 1px solid #ddd;
    padding: 8px;
    /* border-spacing: 20px; */
}

/*
.image-container{
    background-image: url("/images/srr_bus3.png");
    height: 1439px;
} */

.image2{
    width: 400px;
    position: absolute;
    top: 30px;
    left: 200px;
}

.left {
    position: absolute;
    top: 150px;
    left: 206px;
    color: white;
    font-size: 2em; 
    font-weight: 400;
    line-height: 150%;
    text-shadow: 0 3px black;
}

.content {
    background-color: #f1f2f1;
    max-width: 62rem;
    padding: 0 20px;
    margin: 0 auto;
}
