* {
    box-sizing: border-box;
    -webkit-transition: all ease-in-out 0.25s;
            transition: all ease-in-out 0.25s;
}


html, body {
    display: block;
    height: 100%;
    width: 100%;
    font-family: sans-serif;
    padding: 0em;
    margin: 0em;
    color: #666;
    background: #57c7f7;
}

a {
    color: #0054a6  ;
    text-decoration: none;
}

a:hover {
    color: #006dd7;
    text-decoration: underline;
}

a.auto {
    text-decoration: none!important;
    cursor: text!important;
    color: #666;
}

h1 a.auto{
    text-decoration: none!important;
    cursor: text!important;
    color: #57c7f7!important;
}

h2 a.auto, h3 a.auto, h4 a.auto, h5 a.auto, h6 a.auto{
    text-decoration: none!important;
    cursor: text!important;
    color: #252525!important;
}


h1, h2, h3, h4, h5, h6{
    color: #252525;
}

h1 {
    font-size: 230%;
    margin: 0em;
    padding: 1em;
    color: #57c7f7!important;
}

h2, h3 {
    clear: both;
    padding-top: 1em;
}

em {
    font-style: italic;
}

aside {
    background: #fff;
    display: block;
    padding: 1em;
    color: #0054a6!important;
    position: absolute;
    z-index: 999;
    font-size: 120%;
    top: 0em;
    right: 2em;
    border-radius: 0px 0px 4px 4px;
}

aside a {
    color: #0054a6!important;
    text-decoration: none!important;
}

.spread {
    width: 100%;
    display: block;
    text-align: center;
}

.spread p, .spread span, .spread li, .spread div .spread a span, .spread img{
    display: inline-block;
    float: none!important;
}

.spread a span {
    width: auto;
    margin-bottom: 2em;
}

nav {
    display: block;
    background: #fff;
    box-shadow: 0em 0em 1em rgba(0,0,0,0.5);
    position: relative;
    left: 0em;
    top: 0em;
    z-index: 998;
    width: 900px;
    margin: 0px auto;
}

a.button {
    text-decoration: none!important;
}

button {
    background: #0054a6;
    box-shadow: 0em 0.25em 0.5em rgba(0,0,0,0.3);
    color: #57c7f7;
    border: none;
    padding: 0.5em 2em;
    font-size: 110%;
    margin: 1em auto 3em auto;
    display: block;
    text-transform: uppercase;
    text-decoration: none!important;
}

button:hover {
    cursor: pointer;
    text-decoration: none!important;
    background: #006dd7;
    box-shadow: 0em 0.35em 1em rgba(0,0,0,0.1);
}

#intro {
    box-shadow: 0em 0.5em 1em rgba(0,0,0,0.5);
}

header nav {
    height: 17em;
}

header nav ul {
    border-top: 14em solid #fff;
}

nav ul {
    text-align: center;
    margin: 0em;
    padding: 0em;
    display: block;
}

nav ul li {
    display: inline-block;
    height: 3em;
    line-height: 3em;
    min-width: 7em;
}

nav ul li a {
    margin: 0em;
    padding: 0em;
    color: #0054a6 ;
}

nav ul li a:hover {
    color: #006dd7;
}

header {
    width: 900px;
    margin: 0px auto;
}

header #logo {
    width: 20em;
    display: block;
    position: absolute;
    top: 20px;
    margin-left: -10em;
    left: 50%;
    
}

#slideshow {
    text-align: center;
    display: block;
    width: 100%;
    clear: both;
    padding: 2em 2em 1em 2em;
}

.slideshow {
    width: auto;
    display: inline-block;
}

.slidescontainer {
    width: 571px;
    height: 323px;
    overflow: hidden;
    display: block;
    border: 0.75em solid #fff;
    box-shadow: 0em 0em 1em rgba(0,0,0,0.5);
}

#slides {
    height: 323px;
    width: 1713px;
    display: block;
    position: relative;
}

.slide1 .img1 {
    opacity: 1;
    z-index: 1;
}.slide1 .img2 {
    opacity: 0;
    z-index: -1;
}.slide1 .img3 {
    opacity: 0;
    z-index: -1;
}

.slide2 .img1 {
    opacity: 0;
    z-index: -1
}.slide2 .img2 {
    opacity: 1;
    z-index: 1;
}.slide2 .img3 {
    opacity: 0;
    z-index: -1;
}

.slide3 .img1 {
    opacity: 0;
    z-index: -1;
}.slide3 .img2 {
    opacity: 0;
    z-index: -1;
}.slide3 .img3 {
    opacity: 1;
    z-index: 1;
}

#slides img {
    position: absolute;
    left: 0em;
    top: 0em;
    -webkit-transition: all ease-in-out 1s;
            transition: all ease-in-out 1s;
}

article {
    margin: 0px auto;
    background: #fff;
    box-shadow: 0em 0.75em 1em rgba(0,0,0,0.5);
    position: relative;
    display: block;
    padding: 2em 4em;
    width: 900px
}

section {
    display: block;
    width: 100%;
    margin: 0em auto;
    background: #fff;
}

#body img {
    float: left;
    border: 0.75em solid #fff;
    box-shadow: 0em 0em 0.5em rgba(0,0,0,0.5);
    margin: 0em 1em 1em 1em;
}

ul.hide {
    list-style:none;
}

ul.hide li {
    padding: 0.5em;
}

#gallery img {
    height: 200px;
    float: left;
    border: 1em solid #fff;
    border: 0.75em solid #fff;
    box-shadow: 0em 0em 0.5em rgba(0,0,0,0.5);
    margin: 0em 1em 1em 1em;
}

footer {
    background: #0054a6;
    padding: 1em;
    width: 900px;
    margin: 0px auto;
}

footer nav {
    border: 0px;
    background: none transparent;
    box-shadow: none;
}

footer nav ul li a {
    color: #fff!important;
}

footer p {
    padding-top: 3em;
    text-align: right;
    color: #fff;
}

footer p em a {
    color: #fff!important;
}

@media (max-width: 900px) {
    section, article, header, nav, footer{
        width: 100%;
    }
}

@media (max-width: 650px) {

.slidescontainer {
    width: 400px;
    height: 226px;
    overflow: hidden;
    display: block;
}

#slides img {
    width: 400px;
}
}

@media (max-width: 632px) {
    aside {
        display: none;
    }
}

@media (max-width: 723px) {
header nav {
    height: 21em;
}
}
@media (max-width: 550px) {

.slidescontainer {
    width: 250px;
    height: 141px;
    overflow: hidden;
    display: block;
}

#slides img {
    width: 250px;
}
}

.powered{
  display: block;
  margin-left: 2em;
  width: 200px;
  background: #fff;
  padding: 0.5em;
  border-radius: 0.5em;
}

.review{
  display: block;
  margin: 2em auto;
  width: 100%;
  background: #fff;
  min-height: 4em;
}

.review .profile_photo{
  width: 3em;
  height: 3em;
  margin: 0.5em;
  border-radius: 50%;
  background-position: center center;
  background-size: cover;
  background-color: #9fc1ff;
  background-image: url("https://lh3.googleusercontent.com/-XdUIqdMkCWA/AAAAAAAAAAI/AAAAAAAAAAA/4252rscbv5M/s40-c-k/photo.jpg");
  float: left;
}

.review .name{
  float: left;
  line-height: 4rem;
  height: 4rem;
  padding: 0;
  margin: 0;
  clear: none!important;
}

.review .rating{
  font-size: 150%;
  height: 4rem;
  line-height: 3.5rem;
  padding-left: 0.5em;
}

.rating .full{
  color: #28cfff;
}

.review p{
  display: block;
  clear: both;
  padding: 1.5em;
}

.review_button{
  display: block;
  width: 156px;
}
#closer{
clear: both;
display: block;
}

.review_button img{
  border: 0px!important;
  box-shadow: none!important;
}