body {
    height: 100%;
    min-height: 100%;
    margin: 0 auto;
    background: #ffffff;
}
*, *:before, *:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
header {
    background-image: url("/assets/images/towers.jpg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    min-height: 300px;
    text-shadow: 3px 3px 3px #000000;
    font-family: 'Cabin', 'Open Sans', sans-serif;
    font-weight: 900;
    color: white;
}
div.pagetitle {
    font-family: 'Questrial', 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 36px;
    text-shadow: 2px 2px 3px #000000;
    text-transform: uppercase;
    text-align: center;
}
.container {
   /*position: relative;
   */
    margin-right: auto;
    margin-left: auto;
    max-width: 950px;
}
.center {
   text-align: center;
}
.right {
    text-align: right;
}
.page-padding {
    height: 33px;
    width: 100%;
}
.hidden {
    display:none;
}
.block {
    display:block;
}
strong, b {
    font-weight: 600 
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
    line-height: 150%;
}
footer {
    margin-top: 5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    background: black;
    color: white;
}
div.footnote {
    border-left: 1px solid #ccc;
    font-style: italic;
    font-size: 12px;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
}
a.white {
    color: white;
}
/*Frontpage*/
.front-image {
 width: 125px;
 height: 125px;
}
.front-image-text {
    float: center;
    font-weight: 500;
    line-height: 200%;
}
.exp-image {
    width: 100px;
    height: 100px;
}
.exp-title {
    font-weight: 300;
    line-height: 150%;
}
.exp-content {
    font-weight: 200;
    line-height: 100%;
}
.exp-reference {
    font-weight: 66;
    line-height: 66%;
    color: gray;
}
.animation-element.slide-left.testimonial .content {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
/*media queries for small devices*/
@media screen and (max-width: 678px){
    .animation-element.slide-left.testimonial {
        margin: 0px 0px 20px 0px;
   }
    .animation-element.slide-left.testimonial .right, .animation-element.slide-left.testimonial .left, .animation-element.slide-left.testimonial .content, .animation-element.slide-left.testimonial .rating {
        text-align: center;
        float: none;
   }
    .animation-element.slide-left.testimonial img {
        margin-bottom: 5px;
   }
    .size-100 {
        width: 50px;
        height: 50px;
    }
}