.c-title1{
font-size: 2em;
line-height: 1em;
color: #2578b1;
}

.c-title2{
font-size: 1.6em;
line-height: 1em;
color: #358b2e;
}


.c-belowsitetitle{
font-size: 1.4em;
font-weight: 300;
line-height: 1em;
color: #fff;
text-align: center;
}
.c-belowsitetext{
font-size: 1em;
font-weight: 300;
margin-bottom: 0px;
line-height: 1em;
text-align: center;
}

.c-mybox {
    padding: 160px;
}

.c-parallax-left{
    min-height: 700px;
    background-attachment: fixed;
    background-position: 0% 52%;
    background-repeat: no-repeat;
    background-size: contain;
position: relative;
}

.c-bgmountains{
background-position: 50% 70%;
background-size: cover;
min-height: 640px;
}

/* MOBILE */
@media (max-width: 768px) {
   .c-parallax-left{
    min-height: 400px;
    background-attachment: fixed;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.c-mybox {
    padding: 30px;
}
}