@import url('http://fonts.googleapis.com/css?family=Open+Sans:400,700');
*{

  box-sizing: border-box;
  font-family:Time News Roman;
} 
body{
    margin:0;
     padding:0;
    }
.go-back{
    background: #4B4117 ;
    padding: 10px 20px;
    color: white;
    float: right;
    margin: 20px;
    font-size: 15px;
    border: none;
    border-radius: 10px;
}
.gallery{

        display:flex;
        width:100%;
        height:350px;
        }
.one{
     width:25%;
     }

#inlelake{ 
           width:100%;
           height:350px; 
           object-fit: cover;

          }
.two{
      width:25%;
    }
#phaung{
       width:100%;
           height:350px;
           object-fit: cover;
       }
.three{
      width:25%;
    }
#sulamuni{
       width:100%;
           height:350px;
           object-fit: cover;
         }
.four{
      width:25%;
    }
#ngaphe{
       width:100%;
           height:350px;
           object-fit: cover;
      }
.landmark{
   margin-top:60px;
    text-align: center;
    font-size:50px;
   }

#team{
      text-align:center;
      margin-top:15px;
      font-size:20px;
     }

.bus{
     width:25%;
   }


h2{
   text-align:center;
   font-size:30px;
  }
.fisherman{
           margin-top:20px;
           border-radius: 35px;
           width: 100%; 
          }


.image{
       float:left;
       width:45%;      
      }
      
      }
.content{
        float:right;
        width:35%;
        }

p{
  font-size:21px;
}

.container{
           display:flex;
           width:100%;
           justify-content:center;
           align-items: center;
            }

.container2{
           display:flex;
           width:100%;
           justify-content:center;
           align-items: center;
           flex-direction: row-reverse;
         }

.content2{
        float:left;
        width:35%;
       }
.image2{
       float:right;
       width:45%;
       }

 .fisherman:hover{
              transform: scale(1.1);
              transition: 1s;
                 }

 .video{
       display:flex;
       justify-content: center;
      }
      

 

