
h1, h2, h4, a {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: "Helvetica Neue","Open Sans",Arial,sans-serif;
}

h1, h2, h4 {
    font-weight: 400;
    margin: 30px 0 15px;
}

h1 {
    font-size: 52px;
}

@media (max-width: 767px) {
    h1 {
        font-size: 33px;
    }

}

h2 {
    font-size: 36px;
}

h4 {
    font-size: 22px;
    line-height: 30px;
}

h1 small, h2 small {
    color: #9a9a9a;
    font-weight: 300;
    line-height: 1.5;
}

h1 small, h2 small {
    font-size: 60%;
}

@media (max-height: 767px){
    h1 small, h2 small {
        font-size: 57%;
    }
}

/*     General overwrite     */
body {
    font-family: "Helvetica Neue","Open Sans",Arial,sans-serif;
}

a {
    color: #2ca8ff;
}
a:hover, a:focus {
    color: #109cff;
    text-decoration: none;
}

a:focus, a:active {
    outline: 0;
}


/*           Animations              */

.fa {
    width: 18px;
    text-align: center;
}

.btn {
    border-width: 2px;
    background-color: transparent;
    font-weight: 400;
    opacity: 0.8;
    filter: alpha(opacity=80);
    padding: 8px 16px;
    border-color: #888888;
    color: #888888;
}
.btn:hover, .btn:focus, .btn:active {
    background-color: transparent;
    color: #777777;
    border-color: #777777;
}
.btn:disabled {
    background-color: transparent;
    border-color: #888888;
}
.btn:hover, .btn:focus {
    opacity: 1;
    filter: alpha(opacity=100);
    outline: 0 !important;
}
.btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 !important;
}

.btn:disabled {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.section {
    padding: 40px 0;
    position: relative;
    background-color: #FFFFFF;
}
.section-cards{
    overflow: hidden;
    padding-bottom: 0;
    border-top: 1px solid #DDDDDD;
    z-index: 3;
}
.perspective-img{
    position: absolute;
    top:0;
    left: 0;
    width: 200%;
}

/*      Navbar with icons            */
/*          Changes for small display      */
@media (max-width: 767px) {

    body {
        position: relative;
    }
}
.space-50{
    height: 50px;
    display: block;
}
/*       Loading dots  */

/*      transitions */
.presentation  .card-container{
    /*   min-height: 500px; */
    width: 450px;
    position: relative;
}
.presentation .card-component{
    position: relative;
}

@media (min-width: 768px){

    .presentation .card-container{
        margin-top: 0px;

    }
    .presentation .card-component{
        overflow: hidden;
        border-radius: 10px 10px 0 0;
        box-shadow: 0px 3px 22px rgba(0, 0, 0, 0.09);
    }
}


.presentation .card-component img{
    width: 100%;
}

@media (max-width: 767px){
    .presentation .card-container {
        width: 100%;
    }
    .presentation h2,h4{
        text-align: center;;
    }
}
.presentation h1,
.presentation h2{
    font-weight: 200;
}

.presentation h4{
    font-weight: 300;
}
.presentation h4{
    font-size: 18px;
    line-height: 28px;
}

.section-gray-gradient{
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 25%, rgba(231,231,231,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(25%,rgba(255,255,255,1)), color-stop(100%,rgba(231,231,231,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 25%,rgba(231,231,231,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 25%,rgba(231,231,231,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 25%,rgba(231,231,231,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 25%,rgba(231,231,231,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7e7e7',GradientType=0 ); /* IE6-9 */
}


/* prettyprint */

/*      layer animation          */
@-moz-document url-prefix() {
}

@media (max-width: 767px){

    .btn{
        margin-bottom: 10px;
    }
}