* {
    margin: 0;
    padding: 0;
    font-family: 'Source Sans Pro', sans-serif;
}
body {
    background-color: hsl(200,40%,23%);
}

p {
    font-size: 1.3em;
}
a {
  color: hsl(200,40%,40%);
}

.content {
    background-color: #FFF;
}
header {
    background-color: hsl(200,20%,95%);
    border-bottom: 1px solid rgba(0,0,0,.2);
    width: 100%;
    padding: 10px 0px;
}
.logo {
    height: 60px;
}
#menu {
    float: right;
}
#menu ul li {
    float: right;
    list-style-type: none;
    font-size: 20px;
    padding: 5px 20px;
    margin-left: 40px;
    margin-top: 12px;
    border-radius: 20px;
}
#menu ul li a {
    color: #303338;
    text-decoration: none;
}
.login {
    cursor: pointer;
    color: #FFF;
    float: right;
    background-color: #2c343b;
    text-transform: uppercase;
}
.pricing {
    padding-right: 0 !important;
}
.jumbotron {
    background: linear-gradient( hsla(210, 100%,90%, 0.6), hsla(20,100%,90%,0.6)), url(img/homepage.jpg) 94% no-repeat;
    background-size: cover;
    margin-bottom: 0 !important;
    height: 490px;
}
h1 {
    font-size: 46px !important;
    margin: 40px 0 20px 0;
}
.jumbotron p {
    font-weight: 300;
    -webkit-font-smoothing: subpixel-antialiased;
}
.btn {
    border-radius: 0px !important;
    color: #FFF;
}
.btn-default {
    color: #333;
}
a.btn:hover {
    color: white;
}
.btn-red {
    background-color: hsl(10,50%,50%);
    font-size: 32px !important;
    padding: 10px 40px !important;
    letter-spacing: 0.5px;
    margin-top: 30px;
    border-bottom: solid 4px rgba(0, 0, 0, .2);
    border-radius: 35px !important;
    transition: all .5s ease;
}

.btn-red:hover {
    background-color: hsl(10,60%,40%);
    color: #FFF;
    transform: scale(1.1);
}

.bottombutton {
    transition: all 1s ease;
}
.bottombuttonon {
    transform: scale(1.1);
}

#apps {
    width: 100%;
    background-color: hsl(200,40%,30%);
    /*border-top: solid 20px #345;*/
    color: #FFF;
    text-align:center;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    border-bottom: solid 3px rgba(255,255,255,.5);
}
#appicon {
    width: 35px;
    margin: 10px 10px 5px 10px;
    opacity: .8;
}

.app {
    display: inline-block;
    margin: 0 20px ;
    animation-name: appanim;
    animation-duration: 1s;
    animation-timing-function: ease;
}
.app p {
    font-family: 'Roboto', sans-serif;
    font-size: .9em;
    color: rgba(255,255,255,.8);
    letter-spacing: 0.1px;
    font-weight: 100;
}

@keyframes appanim {
    from {transform: scale(.2);opacity: 0;}
    to {transform: scale(1);opacity: 1;}
}

.hiw {
    width: 100%;
    background-color: hsl(210,20%,95%);
    padding: 20px 0 ;
    animation-name: hiwanim;
    animation-duration: 1s;
    animation-timing-function: ease;
}

@keyframes hiwanim {
    from {padding: 0px; }
    to {padding: 20px 0;}
}


.hiw h2 {
    text-align: center;
    color: hsl(200,40%,30%);
    font-size: 28px;
    margin: 0;
    font-weight: 300;
    -webkit-font-smoothing: subpixel-antialiased;
    transition: all 1s ease;
}
article {
    padding: 40px 0;
    background: #FFF;
    overflow: hidden;
}
article.cream {
    background: #F6EDDD;
}
article h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    color: hsl(200,40%,30%);
    font-weight: 100;
    line-height: 53px;
}

.articletextright {
    transition: ease;
    transform: translateX(1000px);
    transition-duration: .5s;
}
.articletextleft {
    transition: ease;
    transform: translateX(-1000px);
    transition-duration: .5s;
}

.articletexton {
    transform: translateX(0px);
}

article p {
    color: #6a6d72;
    font-size: 1.5em;
    font-weight: 300;
}
.coolprint {
    color: #bd4932;
    font-size: 35px;
    font-family: 'Shadows Into Light', cursive;
    margin-top:-55px;
}

#pre-footer {
    background-color: hsl(200,40%,30%);
    width: 100%;
}
#pre-footer p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 30px;
    font-weight: 100;
    letter-spacing: 1px;
    color: #f6eddd;
    text-align: center;
    padding: 80px 0 20px 0;
}
#pre-footer div {
    padding-bottom: 80px;
}
footer {
    text-align: center;
    background-color: hsl(200,40%,25%);
    width: 100%;
    padding: 30px 0;
}
footer img {
    padding-bottom: 10px;
}
footer p {
    color: #CCC;
    font-weight: 100;
}
footer a,
footer a:hover {
    color: #CCC;
    text-decoration: none;
}
hr {
    border-top: rgba(255, 255, 255, .1) 2px solid !important;
    border-bottom: none;
    border-left: none;
    border-right: none;
    margin: 40px 0 !important;
}
footer ul li {
    display: inline;
    font-size: 20px;
    text-align: center;
    padding: 0 20px;
    font-weight: 300;
}
footer ul li a {
    color: #DDD;
}
footer ul li a:hover {
    color: #FFF;
    text-decoration: none;
}
.errorlist li {
    color: #A22;
    list-style: none;
}
.credits-table {
    border: solid 1px #DDD;
    margin-bottom: 100px;
}
.credits-table>tbody>tr>th,
.credits-table>tbody>tr>td {
    padding: 15px;
    border: none;
}
.credits-table th {
    font-size: 1.5em;
    background-color: #2c343b;
    color: #EEE;
}
.credits-table td {
    font-size: 1.3em;
}
.about {
    text-align: center;
}
.lastp {
    margin-bottom: 200px;
}
.firstp {
    margin-bottom: 40px;
}
.tablecheck {
    color: #789;
    font-size: 1.4em;
    text-align: center;
}

@media screen and (max-width: 640px) {
    .jumbotron {
        background-position: center;
    }
    .jumbotron h1 {
        margin-top: 0;
    }
    .startdiv {
        text-align: center;
    }
    article p {
        text-align:center;
    }
    article h3 {
        text-align:center;
    }
    #appicon {
        width: 25px;
        margin: 5px 2px ;
    }
    .app {
        margin: 0 ;
    }
    .app p {
        display: none;
    }
}

.blogpost {
    padding-bottom: 100px;
}

.blogpost .row {
    margin-bottom: 80px;
}

.blogpost h2 {
    font-size: 1.5em;
    font-weight: 400;
    color: #555;
    letter-spacing: 1px;
    margin-bottom: 60px;
    text-align: justify;
}

.blogpost h3 {
    font-size: 2em;
    font-weight: 300;
    color: hsl(200,50%,40%);
    letter-spacing: 1px;
    -webkit-font-smoothing: subpixel-antialiased;
    margin-bottom: 30px;
    margin-top: 0px;
}

.blogpost h4 {
    font-size: 1.5em;
    font-weight: 500;
    color: hsl(10,50%,40%);
    letter-spacing: 1px;
    -webkit-font-smoothing: subpixel-antialiased;
    margin-bottom: 10px;
}


.blogpost img {
    max-width: 100%;
    height: auto;
}

.blogpost p {
    text-align: justify;
}

.blogpost ul {
    list-style: none;
    font-size: 1.2em;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.last-articles {
  margin: 20px 0 ;
}

.last-articles a:not(:last-child)::after {
    content: " -" ;
}

.scrollanimleft {
    transform: perspective(1000px) scale(.95) rotateY(-5deg) ;
    transition: ease;
    transition-duration: 1s;
}

.scrollanimlefton {
    transform: perspective(1000px) scale(1.0) rotateY(0deg);
}
.scrollanimright {
    transform: perspective(1000px) scale(.95) rotateY(5deg);
    transition: ease;
    transition-duration: 1s;
}

.scrollanimrighton {
    transform: perspective(1000px) scale(1.0) rotateY(0deg);
}

.pricing-plan {
  display: inline-block;
  background: #E4F2F2;
  text-align: center;
  color: #477e7f;
  font-family: Arial, helvetica, sans-serif;
  font-size: 16px;
  border: 1px solid #FFF;
  width: 100%;
  margin-bottom: 20px;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
}
.pricing-plan .header {
  background: #477e7f;
  position: relative;
  text-align: center;
  font-family: Arial, helvetica, sans-serif;
  color: #FFF;
  font-size: 22px;
  padding: 10px;
  margin-bottom: 20px;
}
.pricing-plan .price {
  font-size: 22px;
  padding-bottom: 20px;
  font-family: Arial, helvetica, sans-serif;
}
.pricing-plan .price span {
  font-size: 40px;
}
.pricing-plan .credits {
  font-size: 30px;
  background-color: #f3fdfd;
  padding: 20px 0;
  line-height: 25px;
  font-family: Arial, helvetica, sans-serif;
}
.pricing-plan .credits span {
  color: #6d9a9b;
  font-size: 16px;
  font-family: Arial, helvetica, sans-serif;
}
.pricing-plan .percredit {
  line-height: 25px;
  padding: 20px 0;
  font-family: Arial, helvetica, sans-serif;
}
.pricing-plan .percredit span {
  font-family: Arial, helvetica, sans-serif;
  font-size: 20px;
}
.pricing-plan .percredit .small {
  font-family: Arial, helvetica, sans-serif;
  color: #6d9a9b;
  font-size: 14px;
}
.pricing-plan .order {
  background-color: #f3fdfd;
  padding: 10px;
}
.pricing-plan .order a {
  font-family: Arial, helvetica, sans-serif;
  font-size: 30px;
  color: #FFF;
  text-transform: uppercase;
  background-color: #477e7f;
  text-decoration: none;
  width: 100%;
  padding: 10px 0;
  display: block;
}



/*
.pricing-plan:not(.alternate) {
  margin-top:50px;
}
.pricing-plan.alternate {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
  background-color: #f3eae9;
  color: #c44741;
}
.pricing-plan.alternate .header {
  background-color: #c44741;
}
.pricing-plan.alternate .credits,
.pricing-plan.alternate .order {
  background-color: #fff6f5;
}
.pricing-plan.alternate .credits span,
.pricing-plan.alternate .small {
  color: #da7672;
}
.pricing-plan.alternate .order a {
  background-color: #c44741;
}
*/
.pricing-plan:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
  background-color: #f3eae9;
  color: #c44741;
}
.pricing-plan:hover .header {
  background-color: #c44741;
}
.pricing-plan:hover .credits,
.pricing-plan:hover .order {
  background-color: #fff6f5;
}
.pricing-plan:hover .credits span,
.pricing-plan:hover .small {
  color: #da7672;
}
.pricing-plan:hover .order a {
  background-color: #c44741;
}