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

a {
    color: #044b99  ;
    text-decoration: none;
}

a:hover {
    color: #659bbe;
    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: #fff!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{
    font-family: 'Arvo', serif;
    color: #252525;
}

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

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

em {
    font-family: 'Leckerli One', cursive;
}

aside {
    background: #044b99;
    display: block;
    padding: 1em;
    color: #fff!important;
    position: absolute;
    z-index: 999;
    top: 0em;
    right: 2em;
    border-radius: 0px 0px 4px 4px;
}

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

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

button {
    background: #f9f9f9;
    box-shadow: 0em 0.25em 0.5em rgba(0,0,0,0.3);
    color: #e64d1e;
    border: none;
    padding: 0.5em;
    font-size: 110%;
    border-radius: 0.5em;
    margin: 1em auto 3em auto;
    display: block;
    text-decoration: none!important;
}

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

header {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e64d1e+65,f77f5a+100 */
background: #e64d1e; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI2NSUiIHN0b3AtY29sb3I9IiNlNjRkMWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjc3ZjVhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(65%,#e64d1e), color-stop(100%,#f77f5a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e64d1e 65%,#f77f5a 100%); /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
background: linear-gradient(to bottom,  #e64d1e 65%,#f77f5a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e64d1e', endColorstr='#f77f5a',GradientType=0 ); /* IE6-8 */

}

nav {
    display: block;
    background: #fff;
    box-shadow: 0em 0em 1em rgba(0,0,0,0.5);
    position: relative;
    width: 100%;
    left: 0em;
    top: 0em;
    z-index: 998;
    border-top: 0.5em solid #666;
}

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;
    font-family: 'Arvo', serif;
}

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

nav ul li a:hover {
    color: #f77f5a;
}

header #logo {
    width: 30em;
    display: block;
    margin: 0px auto;
}

#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 0em 1em rgba(0,0,0,0.5);
    position: relative;
    display: block;
    padding: 2em 4em;
}

section {
    display: block;
    width: 900px;
    margin: 0em auto;
}

#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;
}

.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;
}
footer {
    background: #e64d1e;
    padding: 1em;
    font-family: 'Leckerli One', cursive;
}

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

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

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: 465px) {
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: 0px auto;
  width: 200px;
  background: #fff;
  padding: 0.5em;
  border-radius: 0.5em;
}

.review{
  display: block;
  margin: 2em auto;
  width: 90%;
  background: #fff;
  box-shadow: 0em 0em 1em rgba(0,0,0,0.3);
  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: #044b99;
}

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

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

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