@charset "UTF-8";
/* CSS */
body {
  background-image: url(images/plaid.jpg);
}

p {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

aside img {
  margin-left: 1.96078431%; /*20/1020*/
  margin-top: 20px;
  border-width: 2px;
  border-color: #003d4c;
  border-style: solid;
  border-radius: 5%;
  margin-bottom: 10px;
  clear: both;
}

#wrapper section {
  width: 49.01960784%; /*500/1020*/
  float: right;
  padding-right: 7.84313725%; /*80/1020*/
  padding-top: 10px;
}

#wrapper p {
  padding-top: 10px;
  line-height: 20px;
}

h1 {
  font-size: 3em; /*48/16*/
  font-weight: bold;
}

h2 {
  text-align: center;
  font-size: 2em; /*32/16*/
  padding-top: 10px;
}

/* NAV */
nav {
  position: absolute;
  left: 35.15625% ; /*450/1280*/
  word-spacing: 20px;
  padding-top: 30px;
  z-index: 10;
}

nav a {
  color: #16325a;
  font-size: 1.25em; /*20/16*/
  text-decoration: none;
  color: #cbc096;
  text-transform: uppercase;
  background-color: #003d4c;
  padding: 2px 2px 0.3125%; /*4/1280*/
  border-radius: 15%;
  transition: 0.6s;
  width: auto;
}

nav a:hover {
  background-color: #cbc096;
  color: #003d4c;
}

nav li {
  display: inline;
}


footer {
  background-color: #003d4c;
  width: 100%;
  height: 80px;
  text-align: center;
  color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  vertical-align: bottom;
  position: absolute;
  clear: both;
  overflow: hidden;
}

footer h3 {
  padding-top: 55px;
}

#header-content {
border-bottom: 10px #003d4c solid;
position: absolute;
left: 0;
top: 0;
height: 719px;
}

header img {
  text-align: center;
  z-index: 9;
  position: relative;
}

#wrapper {
  background-color: #cbc096;
  width: 79.6875%; /*1020/1280*/
  margin-top: 375px;
  margin-left: auto;
  margin-right: auto;
  border-left: 5px;
  border-right: 5px;
  border-color: #003d4c;
  border-style: solid;
  position: relative;
}

#activies {
  background-color: #cbc096;
  width: 80.50%; /*1030/1280*/
  margin-left: auto;
  margin-right: auto;
  border-left: 5px;
  border-right: 5px;
  border-color: #003d4c;
  border-style: solid;
}

#color-bar {
border-left: 5px;
border-right: 5px;
border-color: #003d4c;
border-style: solid;
background-color: #003d4c;
text-align: center;
color: #ffffff;
padding-top: 15px;
padding-bottom: 15px;
width: 80.50%; /*1030/1280*/
margin-left: auto;
margin-right: auto;
}

.schedule{
width: 31.35%;
vertical-align: top;
display: inline-block;
z-index: 1;
padding-left: 10px;
}

.schedule p {
  font-size: 1.125em; /*18/16*/
  line-height: 32px;
}

.left{
  left: 29%;
}

.img{
background-image: url(images/sun.png);
background-repeat: no-repeat;
background-position: center;
}

.img2 {
background-image: url(images/rise.png);
background-repeat: no-repeat;
background-position: center;
}

.img3 {
background-image: url(images/set.png);
background-repeat: no-repeat;
background-position: center;
}

/* Slider */
#slideshow-wrapper{
  width: 100%;
  height: 100%;
}

#slideshow {
  width: 100%;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  z-index: 0;
}

#slideshow img {
width: 100%;
height: 100%;
display: inline-block;
}

/* RWD */
@media only screen and (max-width: 1024px) {
  #header-content img {
    text-align: center;
  }

  nav {
    float: none;
  }

  #slideshow {
    max-height: 300px;
  }

@media only all and (max-width: 480px) {
  #header-content img {
    text-align: center;
  }

  #slideshow {
    max-height: 200px;
  }
