#container {
    position: relative; 
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: top;
    justify-content: left;
    width:1400px;
    /*min-width: 1200px;
    max-width: 1600px;*/
    z-index: -1;
    /*border: solid 1px red;*/
}

#container::before {    
      content: "";
      background-image: url('../img/rainbow.jpg');
      background-size: cover;
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      opacity: 1;
}



#container h1 {
  position: relative; 
  font-size: 5.5em;
  line-height: 0.9;
  text-align: left;
  padding-left: 40px;
  color: #f0e3af;
  font-family: 'Roboto', sans-serif;
}

h2 {
  z-index: 2;
}

#div1 {
  position:absolute;
  top: 255px;
  left: 150px;
  height: 100px;
  margin: 0 auto;
}

ul.boxes {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

ul.boxes li {
  float: left;
  margin-left: 30px;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 16px;
  text-decoration: none;
}

li a:hover {
  background-color: #111111;
}

.section {
  text-align: center;
  float: left;
  width:315px;
  padding-top:15px;
  padding-right: 8px;
  padding-left: 8px;
  padding-bottom: 10px;
  background: #f0e3af;
  margin-bottom: 20px;
  text-align:center;
}


.section-img {
  margin-bottom: 4px;
}

.section-text {
  width: 80%;
  margin: 0 auto;
  height: 30px;
}









#div2 {
  position:absolute;
  float: left;
  top: 300px;
  left: 250px;
  height: 100px;
  border:2px solid black;
  border: 2px;
  width: 20wh;
}

#div3 {
  position:absolute;
  float: left;
  top: 300px;
  left: 450px;
  height: 100px;
  border: 2px;
  width: 20wh;
}

#div4 {
  position:absolute;
  float: left;
  top: 300px;
  left: 650px;
  height: 100px;
  border: 2px;
  width: 20wh;
}