body {
    color: #2e3d98;
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    min-width: 300px;
}


h1, h2, h3, h4, h5, h6 {
    color: black;
    padding-bottom: 0.5em;
    font-weight: 400;
}

div {
    /*border: 1px dotted grey;*/
}

.secondary-bg {
   /* background: #f5f5f5;*/
   background-color: #dfdfdf;
}

.widget {
    
}

.widget section {
    padding: 6em 0;
}

.img-widget-left,
.img-widget-right {
    width: 100%;
    max-width: 652px;
    max-height: 433px;
    margin: auto auto;
}

.img-widget-top,
.img-widget-bottom {
    width: 100%;
}

.feature {
    margin-bottom: 2em;
}

.feature i {
    font-size: 64px;
    margin-bottom: 16px;
}


/* ------------------------*/
.jarallax {
    position: relative;
    z-index: 0;
}
.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    /* support for plugin https://github.com/bfred-it/object-fit-images */
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}   

/* ------------------------*/

.parallax-full-height {
    /*background-attachment: fixed;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /*transition: transform 0.5s ease-in-out;*/
    height: 100vh;
    position: relative;
    display: flex;
}


.parallax-small-height {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease-in-out;
    height: 33vh;
    position: relative;
    display: flex;
}
   
.paralax-shadow::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(
      rgba(0, 0, 0, 0.5) 0,
      rgba(0, 0, 0, 0.3) 50%,
      rgba(0, 0, 0, 0.1) 100%
    );
}
   
.parallax-full-height .container-fluid,
.parallax-small-height .container-fluid {
    z-index: 10;
}

.parallax-full-top {
    background: rgba(0,0,0,.8);
    border-radius: 25px;
}

.parallax-small-top h1{
    font-size: 4em;

}

.logotype img { 
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100px;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.logotype img:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}