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


html, body {
    display: block;
    background: #0f4162;
    height: 100%;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    padding: 0em;
    margin: 0em;
}

article {
    width: 70%;
    margin: 0px auto;
    background: #eaeaea;
    box-shadow: 0em 1em 1em rgba(0,0,0,0.7);
    position: relative;
    display: block;
}

header {
    background: #FFF;
    height: 150px;
    z-index: 998;
    padding: 0em;
}

header img {
    display: block;
    float: left;
    width: 200px;
    padding: 1em;
    z-index: 999;
    position: relative;
}

section {
    display: block;
    width: 100%;
    padding: 2em;
    background: #eaeaea;
    display: relative;
    z-index: 997;
}

a{
    color: #28cfff;
    text-decoration: none;
}

a:hover {
    color: #3f4a82;
    text-decoration: underline;
}

em {
    font-family: 'Lobster', cursive;
    font-style: normal;
    color: #666;
}

header .large {
    margin: 0px;
    padding: 1em;
    float: right;
}

h1 {
    font-size: 180%;
    font-family: 'Roboto', sans-serif;
    color: #666;
}

h2 {
    font-family: 'Roboto', sans-serif;
    color: #666;
}

h3 {
    margin: 10px;
    clear: both;
}

form {
    display: block;
    height: auto;
    width: 700px;
    height: 700px;
    margin: 0px auto;
}

input {
    height: 2em;
    font-size: 150%;
}

.form-line {
    float: left;
}

input[type="submit"] {
    background: #28cfff;
    color: #fff;
    font-size: 150%;
    float: left
}

.large {
    font-size: 130%;
}

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

button {
    background: #f9f9f9;
    box-shadow: 0em 0.25em 0.5em rgba(0,0,0,0.3);
    color: #28cfff;
    border: none;
    padding: 1em;
    font-size: 110%;
    border-radius: 1em;
    margin: 1em 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);
}

#menu {
    background: #fff;
    padding: 0em;
    box-shadow: 0em 0.25em 1em rgba(0,0,0,0.3);
    margin-top: -3em;
    height: 2.5em;
    z-index: 998;
    position:relative
}


#menu li {
    padding: 0.5em 2em;
    float: left;
    line-height: 1.5em;
}

#intro{
    text-align: center;
    font-weight: bold;
    padding: 2em 8em;
}

#slideshow {
    padding: 1em;
    border-radius: 0.2em;
    width: auto;
    display: inline-block;
    float: left;
    margin-right: 2em;
}

.slidescontainer {
    width: 571px;
    height: 323px;
    overflow: hidden;
    display: block;
}

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

.slide1 {
    margin-left: 0px;
}

.slide2 {
    margin-left: -571px;
}

.slide3 {
    margin-left: -1142px;
}

#slides img {
    float: left;
}

#closer {
    border-top: 2px dotted #fff;
}

#footer {
    background: #fff;
    padding: 1em;
    box-shadow: 0em 0em 1em rgba(0,0,0,0.3);
}

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

.spread p, .spread span, .spread li, .spread div .spread a span{
    display: inline-block;
    padding: 0.5em 0em 0em 2em;
}

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

#services a {
    text-decoration: none!important;
    
}

.service {
    background: #28cfff;
    color: #fff;
    display: inline-block;
    width: 250px;
    border-radius: 0.2em;
    margin: 0em 1em;
    padding: 0em!important;
    box-shadow: 0em 0.5em 1em rgba(0,0,0,0.3);
}



.service img {
    width: 100%;
    padding: 0em;
    padding: 1em;
    display: inline-block;
    clear: both;
}

ul.hide {
    list-style: none;
}

ul.hide li {
    padding: 1em;
}

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

em a.auto {
    color: #666;
}

h1 a.auto, h2 a.auto, h3 a.auto, h4 a.auto, h5 a.auto, h6 a.auto{
    text-decoration: none!important;
    cursor: text!important;
    color: #666!important;
}
@media (max-width: 1685px) {
    #slideshow {
        float: none;
        margin: 0px auto;
    }
    .outerslide {
        text-align: center;
        display: block;
    }
}
@media (max-width: 1250px) {
    header .large {
    margin: 0px;
    padding: 0.2em 0.5em;
    float: right;
}
}

@media (max-width: 930px) {
    article {
        width: 100%;
    }
    header{
        height: 365px;
    }
    
    header img {
        float: none;
        margin: 0px auto;
    }
    
    .spread p, .spread span, .spread li, .spread div .spread a span{
        padding: 1em;
    }
    
    header .spread p {
        padding: 0.5em;
    }
    
    header .large {
        text-align: center;
        float: none;
        clear: both;
    }
    
    #menu {
        text-align: center;
    }
    #menu ul {
        padding: 0px;
    }
    #menu li {
        display: inline-block;
        float: none;
    }
}

@media (max-width: 850px) {
    
   #slideshow {
    background: #28cfff;
    padding: 1em;
    border-radius: 0.2em;
    width: auto;
    display: inline-block;
    box-shadow: 0em 0em 1em rgba(0,0,0,0.3);
    margin-right: 2em;
}

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

#slides {
    width: 1200px;
    display: block;
}

.slide1 {
    margin-left: 0px;
}

.slide2 {
    margin-left: -400px;
}

.slide3 {
    margin-left: -800px;
}

#slides img {
    float: left;
    width: 400px;
}
}

@media (max-width: 830px) {    
    h1 {
        font-weight: normal;
        font-size: 130%;
    }
    #intro {
        padding: 2em;
    }
}

@media (max-width: 625px) {
    #services {
        padding: 0px;
        text-align: center;
    }
    
    #services span {
        display: block;
    }
    header {
        height: 380px;
    }
    
   #slideshow {
    background: #28cfff;
    padding: 1em;
    border-radius: 0.2em;
    width: auto;
    display: inline-block;
    box-shadow: 0em 0em 1em rgba(0,0,0,0.3);
    margin-right: 2em;
}

.slidescontainer {
    width: 200px;
    height: 113px;
    overflow: hidden;
    display: block;
}

#slides {
    width: 600px;
    display: block;
}

.slide1 {
    margin-left: 0px;
}

.slide2 {
    margin-left: -200px;
}

.slide3 {
    margin-left: -400px;
}

#slides img {
    float: left;
    width: 200px;
}
    
    #menu {
        height: 7.5em;
        text-align: left;
    }
    
    #menu li {
        clear: both;
        float: none;
        display: block;
        width: 100%;
        text-align: center;
        padding-left: 0px;
        padding-right: 0px;
        margin-right: 0px;
        margin-left: 0px;
    }
}

.powered{
  display: block;
  margin: 0px auto;
}

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

.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{
  margin: 0px auto;
  display: block;
  width: 156px;
}