/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  max-width: 100%;
}
html,
body {
  height: 100%;
  font-size: 62.5%;
  font-family: 'Ex';
}
.navigation {
  display: flex;
  width: 100%;
  height: 8%;
  justify-content: space-between;
  background: #027FA7;
}
@media (max-width: 800px) {
  .navigation {
    height: 20%;
  }
}
@media (max-width: 500px) {
  .navigation {
    flex-wrap: wrap;
    justify-content: space-evenly;
    height: 10%;
  }
}
.navigation .logo {
  display: flex;
  width: 15%;
  justify-content: center;
}
.navigation .logo a:hover {
  box-shadow: none;
}
@media (max-width: 800px) {
  .navigation .logo {
    display: flex;
    width: 30%;
  }
  .navigation .logo a:hover {
    box-shadow: none;
  }
}
@media (max-width: 500px) {
  .navigation .logo {
    width: 100%;
  }
}
.navigation .logo a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-size: 3rem;
  font-weight: 400px;
  font-style: normal;
  text-decoration: none;
}
@media (max-width: 800px) {
  .navigation .logo a {
    width: 30%;
  }
}
@media (max-width: 500px) {
  .navigation .logo a {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
}
.navigation .logo a h2 {
  color: #FFFFFF;
  font-size: 3rem;
  font-weight: 600px;
  text-decoration: none;
  font-style: normal;
}
.navigation .links-box1 {
  width: 20%;
  margin-left: 10%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
@media (max-width: 800px) {
  .navigation .links-box1 {
    justify-content: space-between;
    margin-right: 5%;
    width: 40%;
  }
}
@media (max-width: 500px) {
  .navigation .links-box1 {
    display: flex;
    width: 35%;
  }
}
.navigation .links-box1 a {
  color: #FFFFFF;
  font-size: 2.4rem;
  font-weight: 600px;
  text-decoration: none;
  font-style: normal;
}
@media (max-width: 500px) {
  .navigation .links-box1 a {
    color: #FFFFFF;
    font-size: 2rem;
    font-weight: 400px;
    text-decoration: none;
    font-style: normal;
  }
}
.navigation .links-box2 {
  width: 21%;
  display: flex;
  justify-content: center;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 800px) {
  .navigation .links-box2 {
    width: 50%;
    flex-direction: column-reverse;
    justify-content: baseline;
  }
}
@media (max-width: 500px) {
  .navigation .links-box2 {
    display: flex;
    flex-direction: row;
  }
}
.navigation .links-box2 a {
  color: #FFFFFF;
  font-size: 2.4rem;
  font-weight: 600px;
  text-decoration: none;
  font-style: normal;
}
@media (max-width: 500px) {
  .navigation .links-box2 a {
    color: #FFFFFF;
    font-size: 2rem;
    font-weight: 400px;
    text-decoration: none;
    font-style: normal;
  }
}
.navigation .links-box2 a:nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 60%;
  height: 50%;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #FFFFFF;
}
@media (max-width: 800px) {
  .navigation .links-box2 a:nth-child(2) {
    height: 40%;
    margin-bottom: -10%;
  }
}
@media (max-width: 500px) {
  .navigation .links-box2 a:nth-child(2) {
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0%;
    height: 90%;
    margin-bottom: 2%;
  }
}
.navigation a:hover {
  font-style: bold;
  color: #FFFFFF;
  box-shadow: 5px 5px #FFFFFF;
}
body {
  margin: 0 auto;
  font-family: 'Exo', sans-serif;
  width: 1440px;
  height: 100%;
}
@media (max-width: 800px) {
  body {
    width: 800px;
    height: 100%;
  }
}
@media (max-width: 500px) {
  body {
    width: 500px;
    height: 100%;
  }
}
.page-container {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
header {
  background-image: url("../img/Roadpic.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 95%;
  position: relative;
  color: #FFFFFF;
}
@media (max-width: 800px) {
  header {
    height: 60%;
  }
}
@media (max-width: 500px) {
  header {
    height: 30%;
  }
}
header .welcome-text {
  width: 60%;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  position: absolute;
  font-size: 6.4rem;
  top: 25%;
  left: 52%;
  transform: translate(-50%, -50%);
}
@media (max-width: 800px) {
  header .welcome-text {
    font-size: 3.4rem;
    width: 70%;
    top: 25%;
  }
}
@media (max-width: 500px) {
  header .welcome-text {
    font-size: 2.5rem;
  }
}
header .welcome-button {
  text-align: center;
  position: absolute;
  width: 20%;
  height: 12%;
  top: 50%;
  left: 41%;
}
@media (max-width: 800px) {
  header .welcome-button {
    top: 42%;
    width: 28%;
    left: 38%;
  }
}
@media (max-width: 500px) {
  header .welcome-button {
    width: 40%;
  }
}
header .welcome-button button {
  opacity: 0.9;
  width: 100%;
  height: 70%;
  font-size: 3.6rem;
  color: #027FA7;
  background: #FFFFFF;
  border-radius: 4px;
  border: 3px solid #027FA7;
}
@media (max-width: 800px) {
  header .welcome-button button {
    font-size: 2.6rem;
  }
}
@media (max-width: 500px) {
  header .welcome-button button {
    top: 80%;
    position: relative;
    right: 20%;
    height: 100%;
    font-size: 2rem;
  }
}
.about {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 500px) {
  .about {
    flex-direction: column;
    align-items: center;
    width: 90%;
    margin: 0 auto;
  }
}
.about .about-content {
  margin-top: 8%;
  width: 55%;
  height: 50%;
}
@media (max-width: 500px) {
  .about .about-content {
    width: 100%;
  }
}
.about .about-content h2 {
  font-weight: 600px;
  font-size: 4.8rem;
  color: #027FA7;
}
.about .about-content p {
  margin-top: 8%;
  font-weight: 500px;
  font-size: 3.6rem;
  line-height: 48px;
}
@media (max-width: 800px) {
  .about .about-content p {
    font-size: 2.4rem;
    line-height: 38px;
  }
}
@media (max-width: 500px) {
  .about .about-content p {
    width: 100%;
    font-size: 2.6rem;
  }
}
.about .about-traveler {
  display: flex;
  justify-content: center;
  margin-top: 15%;
  width: 40%;
  height: 50%;
}
.about .about-traveler img {
  width: 60%;
  box-shadow: 30px 20px #027FA7;
}
@media (max-width: 500px) {
  .about .about-traveler img {
    display: none;
  }
}
.about .feature1 {
  margin-top: 8%;
  margin-bottom: 10%;
  max-width: 60%;
}
@media (max-width: 500px) {
  .about .feature1 {
    max-width: 100%;
  }
}
.about .feature1 img {
  margin-bottom: 4%;
}
.about .feature1 h2 {
  font-weight: bold;
  font-size: 4rem;
  color: #333333;
  line-height: 53px;
  font-weight: 600px;
}
@media (max-width: 800px) {
  .about .feature1 h2 {
    font-size: 3rem;
  }
}
.about .feature1 p {
  padding-right: 40%;
  margin-top: 8%;
  font-weight: 500px;
  font-size: 3rem;
  line-height: 40px;
  color: #666666;
}
@media (max-width: 800px) {
  .about .feature1 p {
    font-size: 2.6rem;
  }
}
@media (max-width: 500px) {
  .about .feature1 p {
    width: 100%;
    margin-top: 0%;
    font-size: 2rem;
    padding: 0%;
  }
}
.about .feature2 {
  margin-top: 8%;
  margin-bottom: 10%;
  width: 35%;
}
@media (max-width: 500px) {
  .about .feature2 {
    width: 100%;
  }
}
.about .feature2 img {
  margin-bottom: 5%;
}
.about .feature2 h2 {
  font-size: 4rem;
  color: #333333;
  font-weight: bold;
  line-height: 53px;
}
@media (max-width: 800px) {
  .about .feature2 h2 {
    font-size: 3rem;
  }
}
.about .feature2 p {
  margin-top: 26%;
  font-weight: 500px;
  font-size: 3rem;
  color: #666666;
  line-height: 40px;
}
@media (max-width: 800px) {
  .about .feature2 p {
    font-size: 2.6rem;
  }
}
@media (max-width: 500px) {
  .about .feature2 p {
    margin-top: 8%;
  }
}
footer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10%;
  background-color: #027FA7;
}
footer p {
  color: #FFFFFF;
  font-size: 1.8rem;
}
@media (max-width: 500px) {
  footer p {
    font-size: 1.7rem;
  }
}
.body-page-container {
  background: white;
}
.body-page-container h1 {
  margin: 15% 5% 2% 5%;
}
.body-page-container h4 {
  font-size: 2rem;
  color: white;
  padding: 4% 4% 1% 4%;
}
.body-page-container p {
  font-size: 1.7rem;
  color: white;
  padding: 0 0 4% 4%;
}
.team {
  display: flex;
  flex-wrap: wrap;
}
.team h1 {
  width: 100%;
  font-weight: 600;
  font-size: 6.4rem;
  color: #027FA7;
}
@media (max-width: 500px) {
  .team h1 {
    text-align: center;
  }
}
.team .team-lead {
  width: 100%;
  display: flex;
  justify-content: center;
}
.team .team-lead .team-member-content {
  width: 329px;
  background: #027FA7;
}
.team .team-lead .team-member-content h4 {
  width: auto;
}
.team .team-lead .team-member-content p {
  width: auto;
}
.team .team-member {
  width: 33.3%;
  display: flex;
  margin-top: 5%;
  justify-content: center;
}
@media (max-width: 500px) {
  .team .team-member {
    width: 100%;
  }
}
.team .team-member .team-member-content {
  width: 329px;
  background: #027FA7;
}
.team .team-member .team-member-content h4 {
  width: auto;
}
.team .team-member .team-member-content p {
  width: auto;
}
footer {
  display: flex;
  margin-top: 10%;
  padding: 2% 0;
  background-color: #027FA7;
}
