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

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;
  transition: 2s;
}

#wrapper img{
  position: relative;
}

#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 {
  padding-top: 15px;
  text-align: left;
  font-size: 2em; /*32/16*/
}

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

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 {
background-image: url(images/luxury-log-home.jpg);
border-bottom: 10px #003d4c solid;
}

#header-content img {
  text-align: center;
}

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

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

#color-bar {
background-color: #003d4c;
text-align: center;
color: #ffffff;
height: 48px;
padding-top: 15px;
padding-bottom: 15px;
width: 80.46875%; /*1030/1280*/
margin-left: auto;
margin-right: auto;
}

.left{
  left: 29%;
}

.float-right {
width: 44.11764706%; /*450/1020*/
float: right;
padding-right: 19.60784313%; /*200/1020*/
}

.center {
  text-align: center;
  font-size: 3em;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Animations */

aside img:hover{
  transform: scale(1.2);
}

/* 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;
  }
