﻿/*-----------------------------------------------
# General
-------------------------------------------------*/
:root {
    --primary-background: #10C6CA;
    --secondary-background: #FB8D20;
    --secondary-background-hover: #FFA633;
    --primary-color: #444;
    --secondary-color: #10C6CA;
    --third-color: #FFFFFF;
}

/*-----------------------------------------------
# App
-------------------------------------------------*/
.app {
    padding: 0;
    background-image: url(/assets/img_V2/getapp-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 700px;
}

    .app h2 {
        font-size: 40px;
        color: #FFF;
        line-height: normal;
        font-weight: 500;
        text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
        margin-bottom: 35px;
    }

.app p {
    color: #F9F9F9;
    line-height: 28.8px;
}
