body {
    font-family: "Montserrat"
}
.homepage {
    position: relative;
    height:100%;
    min-height:710px;
}
.blurred-image {
    background: url('/images/social-media-and-digital-online-concept-woman-using-smartphone.jpg');
    /* Add the blur effect */
    filter: blur(10px);
    -webkit-filter: blur(10px);
    width: 100%;
    /* Full height */
    min-height:710px;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.header-logo {
    text-align: center
}
.main-page-text {
    /*background:rgba(0,0,0,0.5);*/
    min-width:100%;
    min-height:710px;
    background-color: rgb(0,0,0); /* Fallback color */
    /*background-color: rgba(255,127,80,0.3);*/
    background-color: rgba(0,0,0,0.5);
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    text-align: center;
    padding-top: 50px;
}
.main-page-text main {
    padding-top: 100px;
}
.main-page-text main p {
    padding-bottom: 20px;
    font-weight: bolder;
}
.main-page-content-item {
    /*padding:100px;*/
}
.main-footer{
    padding-top: 15px;
    background: #FFFFFF;
}
.branding-bg{
    /*background:rgba(0,0,0,1);*/
    min-width:100%;
    background: #ffffff;
    border-bottom: 1px solid rgba(240,161,239,0.2);//#f0a1ef;
}
.main-footer h4{
    color: #f0a1ef;
}
.site-links h1{
    color: #f0a1ef;
}
.branding-logo{
    width:300px;
}
.ml-90 {
    margin-left: 90px;
}
.branding-logo.initial{
    width:initial;
}
.links-content{
    padding:100px;
    padding-top:25px
}
a.nav-link {
    color:black;
    padding-left:0;
    font-size: 12px;
}

a.nav-link:hover{color:grey;}
a.nav-link:focus{color:grey;}
a.nav-link:active{color:grey;}

.links-page{
    background:#000000;
    color:#FFFFFF;
    position:relative;
}

.links-page a.nav-link{
    color:white !important;
}

.contact-us-content{
    min-height:550px;
}
.contact-us-content .on-desktop{
    padding-left:250px;
    padding-right:250px;
}
.text-right{
    text-align: right;
}
.appstore-badge {
    width: 175px;
}
.google-play-badge {
    width:225px;
}
@media screen and (min-device-width : 350px) and (max-device-width : 480px) {
    .main-page-content{
        background:rgba(0,0,0,0.5);
        min-width:100%;
        min-height:500px;
        padding-left:5px !important;
    }
    .branding-logo {
        width:250px;
        margin-left: 35px;
    }
    .branding-logo.initial{
        width:300px;
        margin-left: 0;
    }
    .links-content{
        padding:5px !important;
    }
    .main-page-content-item{
        padding:1px;
        font-size:12px;
    }

    .main-footer{
        padding:0;
        padding-top:25px;
        position:relative;
        bottom: 0;
    }
    .main-footer .ml-90{
        margin-left: 0;
    }
    .contact-us-content .on-desktop{
        padding: 0;
        padding-bottom: 25px;
    }
    .appstore-badge {
        width: 195px !important;
    }
    .google-play-badge {
        height: 90px;
    }
}