.title {
  font-family: Arial, Helvetica, sans-serif;
}
.header {
  padding: 80px; /* some padding */
  text-align: center; /* center the text */
  background: #76a8ca; /* #85d1d9 background */
  color: #d3f9ff; /* white text color */
}

/* Increase the font size of the <h1> element */
.header h1 {
  font-size: 40px;
}
/* Style the top navigation bar */
.navbar {
  overflow: hidden; /* Hide overflow */
  background-color: #a9d5f3; /* Dark background color */
}

/* Style the navigation bar links */
.navbar a {
  float: left; /* Make sure that the links stay side-by-side */
  display: block; /* Change the display to block, for responsive reasons (see below) */
  color: #2e5875; /* White text color */
  text-align: center; /* Center the text */
  padding: 14px 20px; /* Add some padding */
  text-decoration: none; /* Remove underline */
}

/* Right-aligned link */
.navbar a.right {
  float: right; /* Float a link to the right */
}


.about {
  display: flex;
  flex-wrap: wrap;
}
/* Create two unequal columns that sits next to each other */
/* Sidebar/right column */
.about-right {
  text-align: center; /* center the text */
  flex: 50%; /* Set the width of the sidebar */
  background-color: #c0e6ff; /* Grey background color */
  padding: 20px; /* Some padding */
}

/* Sidebar/left column */
.about-left {
  text-align: center; /* center the text */
  flex: 54%; /* Set the width of the sidebar */
  background-color: #89bde1; /* Grey background color */
  padding: 20px; /* Some padding */
}


/* Change color on hover/mouse-over */
.navbar a:hover {
  background-color: #7ba1bb; /* Grey background color */
  color: #000000; /* Black text color */
}
/* Ensure proper sizing */
* {
  box-sizing: border-box;
}

/* Column container */
.plan {
  display: flex;
  flex-wrap: wrap;
}

/* Create three unequal columns that sits next to each other */
/* Sidebar/left column */
.plan-left {
  text-align: center; /* center the text */
  flex: 30%; /* Set the width of the sidebar */
  background-color: #89bde1; /* Grey background color */
  padding: 20px; /* Some padding */
}

/* Main column */
.plan-main {
  text-align: center; /* center the text */
  flex: 30%; /* Set the width of the main content */
  background-color: #cae9ff; /* White background color */
  padding: 20px; /* Some padding */
}
/* Sidebar/right column */
.plan-right {
  text-align: center; /* center the text */
  flex: 30%; /* Set the width of the sidebar */
  background-color: #89bde1; /* Grey background color */
  padding: 20px; /* Some padding */
}

.reviews {
  display: flex;
  flex-wrap: wrap;
}
/* Create two unequal columns that sits next to each other */
/* Sidebar/right column */
.reviews-right {
  text-align: center; /* center the text */
  flex: 44%; /* Set the width of the sidebar */
  background-color: #89bde1; /* Grey background color */
  padding: 20px; /* Some padding */
}

/* Sidebar/left column */
.reviews-left {
  text-align: center; /* center the text */
  flex: 54%; /* Set the width of the sidebar */
  background-color: #c0e6ff; /* Grey background color */
  padding: 20px; /* Some padding */
}
/* Create two unequal columns that sits next to each other */
/* Sidebar/right column */
.contact-right {
  text-align: left; /* center the text */
  flex: 50%; /* Set the width of the sidebar */
  background-color: #89bde1; /* Grey background color */
  padding: 20px; /* Some padding */
}

/* Sidebar/left column */
.contact-left {
  text-align: center; /* center the text */
  flex: 50%; /* Set the width of the sidebar */
  background-color: #c0e6ff; /* Grey background color */
  padding: 20px; /* Some padding */
}

/* Responsive layout - when the screen is less than 700px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 700px) {

/* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
@media screen and (max-width: 400px) {
  .navbar a {
    float: none;
    width: 100%;
  }
  

}
.footer {
  padding: 6px; /* Some padding */
  text-align: center; /* Center text*/
  background: #abddff; /* light blue background */
  color:#29638a;
  }
}

/*responsive image*/
.responsive {
max-width: 70%;
height: auto;
}

/* Create two unequal columns that sits next to each other */
/* Sidebar/right column */
.index-left-text {
  text-align: center; /* center the text */
  flex: 60%; /* Set the width of the sidebar */
  background-color: #89bde1; /* Grey background color */
  padding: 20px; /* Some padding */
}

/* Sidebar/left column */
.index-right-image {
  text-align: center; /* center the text */
  flex: 40%; /* Set the width of the sidebar */
  background-color: #76a8ca; /* Grey background color */
  padding: 20px; /* Some padding */
}

#stars {
  max-width: 30%;
  height: auto;
}
#self{
  max-width: 10%;
  height: auto;
}

#contact {
  max-width: 15%;
  height: auto;
}


#logo {
  max-width: 8%;
  height: auto;
}

/* Responsive layout - when the screen is less than 700px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 700px) {
  .row {
    flex-direction: column;
  }
}

/* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
@media screen and (max-width: 400px) {
  .navbar a {
    float: none;
    width: 100%;
  }
}

li{
  font-size: 16px;
}
p {
  font-size: 20px;
}
h6 {
  font-size: 14px;
}
h5 {
  font-size: 15px;
}
#dali {
  max-width: 28%;
  height: auto;
}
#erhai {
  max-width: 40%;
  height: auto;
}
#tigerleapinggorge {
  max-width: 40%;
  height: auto;
}
