img{
width: 100%;
height: 400px;
}
h1{
font-size: 60px;
font-family:fantasy;
text-align: center;
padding-bottom: 1px;

}
h4{
padding-top: 0%;
text-align: center;
}
h2{
    font-size: 45px;
}
div{
font-size: 30px;
width: 50%;
}

p{
font-size: 30px;
}

.img{
float: right;
padding-left: 300px;
}
.flights{
width: 50%;
}

ol{
font-size: 30px;
}
.flightphoto2{
float:right;
padding-left: 300px;
padding-top: none;
}
.food1{
    float: right;
    position: relative;
    left: 700px;
    padding-top: none;
}
.food2{
    float: right;
    position: relative;
    left: 1055px;
    top: 300px;
    padding-top: none;
}
.food3{
    float: right;
    position: relative;
    left: 700px;
    top: 100px;
    padding-top: none;
}
.food4{
    float: right;
    position: relative;
    left: 700px;
    top: 100px;
    padding-top: none;
}
nav{
    background-color: #026c80;
    padding: 3%;
    text-align: right;
    border-color: #026c80;
    border-style: solid;
    font-size: 20px;
text-decoration: none;
display: block;
    }
    main{
    background-color: whitesmoke;
    border-color: whitesmoke;
    border-style: solid;
    display: block;
    }
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

li{
display: inline;
color: white;
}

a {
  display: inline;
  padding: 4px;
}
a:hover{
background-color: #8db4ad;
}
a:link{
color: antiquewhite;
}
a{
color:cornsilk;
text-decoration: none;
}
footer>p{
    background-color: #8db4ad;
    font-size: 20px;
    color: floralwhite;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 850px;
    text-align: center;
    }
    Header> h1{
        background-color: #8db4ad;
        padding: 2%;
        text-align: center;
        font-size: 50px;
        font-family:'Times New Roman', Times, serif;
        border-style: solid;
        border-color: #8db4ad;
         color: white;
         display: block;
        }

