.main {
  background: rgba(11, 244, 108, 0.301);
  margin: 0%;
  
  }

.main h1 {
    color: rgb(0, 0, 0);
    text-align:center;
    font-size:70px;
    margin-top: 60px;
}

/* picture*/
.main h3 {
    background-image: url('lakemalawi2.jpg');
    background-size: contain;
    background-repeat: no-repeat; /* need this or else picture repeats*/
    position: absolute; /* easier to move*/
    width: 700px;
    height: 700px;
    top: 240px;
    left: 285px;
    float: right;
    text-align: right;
    color:black;   

}

/* text*/
.main h2{
  color: rgb(0, 0, 0);
    text-align: center;
    line-height: 2;
    font-size:20px;
    margin-top: 520px;
    padding: 20 40;
}

.culture {
  background: rgba(255, 82, 82, 0.301);
  margin: 0%;
  background-repeat: repeat;
}

.culture h1{
  color: rgb(0, 0, 0);
    text-align:center;
    font-size:70px;
    margin-top: 70px;
}

/* picture*/
.culture h6{
    background-image: url('Culture.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 550px;
    height: 400px;
    top: 235px;
    left: 355px;
    float: right;
}

.culture h5{
  background-image: url('languages.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 400px;
  height: 270px;
  top: 1220px;
  left: 850px;
  float: right;
}

.culture h2{
  color: rgb(0, 0, 0);
  text-align: center;
  line-height: 2;
  font-size:20px;
  margin-top: 400px;
  padding: 20 40;
}

.culture h4{
  color: rgb(0, 0, 0);
  text-align: left;
  margin-right: 50%;
  line-height: 2;
  font-size:15px;
  margin-top: 30px;
  padding-left: 20;/* so its not too close to the edge*/
}

.culture h3{
  color: rgb(0, 0, 0);
  text-align: left;
  line-height: 2;
  font-size:27px;
  margin-top: 50px;
  padding-left: 20;
  text-decoration-line: underline; /* details*/
}

.culture b{
  color: rgb(4, 0, 255);
  font-size:15px;
  text-decoration: underline;
  padding-left: 20; /* blue color so the fact that its a link is highlighted*/
}

.youtubevid{

  /* for the video*/
  position: absolute;
  width: 350px;
  height: 200px;
  left: 780px;
  margin-top: 820px;
}

/* same code as the nav bar to keep consistency*/
.culture footer{
  padding-top: 10;
}

.culture footer a{

  display: block;
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 15px 20px;
    text-decoration: none;
    font-size: 15px;

}

ul {
    list-style-type: none;
    margin: 0px;
    padding: 10px;
    overflow: hidden;
    background-color: rgb(0, 0, 0);
    
  }
  
  li {
    float: left;
  }
  
  li a {
    display: block;
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 15px 20px;
    text-decoration: none;
    font-size: 20px;
  }                 

  .travel {

    background: rgba(255, 226, 82, 0.475);
    margin: 0%;
    background-repeat: repeat;
  
  }
  
  .travel h1{
    color: rgb(0, 0, 0);
      text-align:center;
      font-size:70px;
      margin-top: 40px;
  }
  
  .travel picture a{
      background-image: url('lakemalawi.jpg');
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      width: 100px;
      height: auto;
      top: 50px;
      left: 100px;
      
  }

  .culture iframe{
    border-color: black;
  }

  .travel iframe{
    border-color: black;
  }
  
  .travel h2{
    color: rgb(0, 0, 0);
    text-align: center;
    line-height: 2;
    font-size:20px;
    margin-top: 440px;
    padding: 20 40;
  }
  
  .travel h4{
    color: rgb(0, 0, 0);
    text-align: left;
    margin-right: 50%;
    line-height: 2;
    font-size:15px;
    margin-top: 30px;
    padding-left: 20;
  }
  
  .travel h3{
    color: rgb(0, 0, 0);
    text-align: left;
    line-height: 2;
    font-size:27px;
    margin-top: 50px;
    padding-left: 20;
    text-decoration-line: underline;
  }
  
  .travel h5{
    background-image: url('bluezebra.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 400px;
    height: 300px;
    top: 1240px;
    left: 770px;
    float: right;
  }

  .travel h6{
    background-image: url('lakemalawi.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 400px;
    height: 270px;
    top: 870px;
    left: 770px;
    float: right;
  }

  .travel b{
    color: rgb(4, 0, 255);
    font-size:15px;
    text-decoration: underline;
    padding-left: 20;           
  }
  
  .youtubevid2{
  
    position: absolute;
    width: 600px;
    height: 400px;
    left: 350px;
    margin-top: 150px;
  }
  
  .travel footer{
    padding-top: 10;
  }
  
  .travel footer a{
  
    display: block;
      color: rgb(255, 255, 255);
      text-align: center;
      padding: 15px 20px;
      text-decoration: none;
      font-size: 15px;
  
  }
  
  ul {
      list-style-type: none;
      margin: 0px;
      padding: 10px;
      overflow: hidden;
      background-color: rgb(0, 0, 0);
      
    }
    
    li {
      float: left;
    }
    
    li a {
      display: block;
      color: rgb(255, 255, 255);
      text-align: center;
      padding: 15px 20px;
      text-decoration: none;
      font-size: 20px;
    }      

    .stay {

      background: rgba(94, 74, 244, 0.301);
      margin: 0%;
      background-repeat: repeat;
    
    }
    
    .stay h1{
      color: rgb(0, 0, 0);
        text-align:center;
        font-size:70px;
        margin-top: 70px;
    }
    
    .stay picture h6{
        background-image: url('Culture.jpg');
        background-size: contain;
        position: absolute;
        width: 100px;
        height: 100px;
        top: 50px;
        left: 100px;
        
    }
    
    .stay h2{
      color: rgb(0, 0, 0);
      text-align: center;
      line-height: 2;
      font-size:20px;
      margin-top: 450px;
      padding: 20 40;
    }
    
    .stay h4{
      color: rgb(0, 0, 0);
      text-align: left;
      margin-right: 50%;
      line-height: 2;
      font-size:15px;
      margin-top: 30px;
      padding-left: 20;
    }
    
    .stay h3{
      color: rgb(0, 0, 0);
      text-align: left;
      line-height: 2;
      font-size:27px;
      margin-top: 50px;
      padding-left: 20;
      text-decoration-line: underline;
    }
    
    .stay h5{
      background-image: url('crossroads.jpg');
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      width: 400px;
      height: 270px;
      top: 1160px;
      left: 770px;
      float: right;
    }

    .stay h6 {
      background-image: url('malawimulanje.jpg');
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      width: 600px;
      height: 450px;
      top: 240px;
      left: 340px;
      float: right;
       
  }

    .stay b{
      color: rgb(4, 0, 255);
      font-size:15px;
      text-decoration: underline;
      padding-left: 20;           
    }
    
    .youtubevid3{
    
      position: absolute;
      width: 350px;
      height: 200px;
      left: 780px;
      margin-top: 820px;
    }
    
    .stay footer{
      padding-top: 10;
    }
    
    .stay footer a{
    
      display: block;
        color: rgb(255, 255, 255);
        text-align: center;
        padding: 15px 20px;
        text-decoration: none;
        font-size: 15px;
    
    }
    
    ul {
        list-style-type: none;
        margin: 0px;
        padding: 10px;
        overflow: hidden;
        background-color: rgb(0, 0, 0);
        
      }
      
      li {
        float: left;
      }
      
      li a {
        display: block;
        color: rgb(255, 255, 255);
        text-align: center;
        padding: 15px 20px;
        text-decoration: none;
        font-size: 20px;
      }  

      .references{

        background-color: rgba(250, 99, 250, 0.42);
      }

      .references h1 {

        color: black;
        text-align: center;
        line-height: 2;
        font-size:40px;
        margin-top: 50px;
        padding: 20 40;
      }



      .references h2{
        color: rgb(0, 0, 0);
        text-align: left;
        line-height: 2;
        font-size:20px;
        margin-top: 5px;
        margin-left: 10px;
      }  

      .contact{
        background-color: rgba(240, 68, 68, 0.445);
        background-repeat: repeat;
      }

      .border h2{
        margin-top: 50x;
        margin-bottom: 300px;
      }