header{
    color: #E9967A;
    text-align: center;
    background-color: #fff2e6;
    padding: 1rem;
}

.background{
  background: linear-gradient(rgba(0,0,0,0.3), #51493f), url(../images/industry4.png);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
 
  height: 90vh;
}

* {
    box-sizing: border-box;
  }
  
.flex-container {
    display: flex;
    flex-direction: row;
    font-size: 30px;
    text-align: center;
}

.picture {
    
    padding: 25px;
    margin: 25px;
    flex: 50%;
  }
  
.desc {
    
    padding: 25px;
    margin: 25px;
    flex: 50%;
}

@media (max-width: 800px) {
    .flex-container {
      flex-direction: column;
    }
    #desc{
      color: white;
      padding: 5px;
      font-size: 25px;
  }
  }

.aboutus-links{
    align-items: center;
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
    
}

.aboutus-links li a {
    color: #E9967A;
    text-decoration: none;
    padding: 0.5rem 1rem;
    background-color: #fff2e6;
}


#desc{
    color: white;
    padding: 40px;
}