@charset "utf-8";
body {
    font-size: 1em;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    color: #044250;
    background-image: -webkit-linear-gradient(270deg,rgba(220,235,237,1.00) 0%,rgba(133,160,165,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(220,235,237,1.00) 0%,rgba(133,160,165,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(220,235,237,1.00) 0%,rgba(133,160,165,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(220,235,237,1.00) 0%,rgba(133,160,165,1.00) 100.00%);
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-repeat: no-repeat;
    background-color: rgba(133,160,165,1.00);
}
h1 , h2 , h3, h4, h5, h6{
    color: #357F0B;
}
#container {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}
a:link, a:visited {
    color: #941281;
    text-decoration: none;
}
a:hover, a:active {
    color: #F584D4;
    text-decoration: none;
}

nav ul {
    display: flex;
    padding-left: 0px;
    list-style-type: none;
    justify-content: space-around;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}
header h1 {
    text-align: center;
}
main h1 {
    text-align: center;
}


nav ul li {
    padding-left: 0px;
}
#tagline {
    text-align: center;
    font-size: 1.8rem;
    margin-top: -20px;
    font-style: italic;
}
main section {
    text-align: left;
}
.travelguidelinks {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 30px;
    width: 200px;
    float: left;
}
#travilguide {
    width: 806px;
    margin-left: auto;
    margin-right: auto;
}
footer {
    text-align: center;
}
footer ul {
    list-style-type: none;
    padding-left: 0px;
}



.travelguidelinks img {
    padding-top: 0px;
    margin-left: 0px;
}

main:after { 
content: "";
display:table;
clear: both;
}
.centertravelguidelinks {
    margin-left: 43px;
    margin-right: 43px;
}
main ul li {
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    font-size: xx-large;
    color: #13B212;
    list-style-type: none;
}
#OahuText {
    margin-left: 150px;
    margin-right: 150px;
}
