html {
    height: 100%;
    position: relative;
}

body {
    background: url('../images/gradient-bg.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    padding: 10px;

    font-family: "Roboto Condensed", sans-serif;
}

.flkd-inner-container {
    background: #fff no-repeat center center fixed;
    height: 100%;
    width: 100%;
    padding: 20px;
}

.flkd-image-container {
    background: url('../images/main-image-4.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 85%;
    position: relative;
}

.flkd-contact {
    position: absolute;
    right: 15%;
    top: -40px;
    width: 180px;
    height: 40px;
    background-color: rgba(102,36,131,0.9);
    color: #fff;
    padding: 8px 10px 10px 10px;
    font-size: 16px;
    border-radius: 20px 20px 0px 0px;
    text-align: center;
}

.flkd-contact a {
    color: #fff;
}

.flkd-contact-mobile {
    color: #fff;
    padding: 0px 0px 0px 0px;
    font-size: 16px;
    text-align: center;
}

.flkd-contact-mobile a {
    color: #fff;
}

.info-footer {
    position: relative;
    width: 100%;
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 0px;
}

.info-footer-left {
    padding-left: 10%;
    padding-right: 10%;
}

.info-footer-mobile {
    display: none;
    background-color: #fff;
    text-align: center;
}

.info-footer h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 20px;
}

.info-footer p {
    margin-bottom: 8px;
}

.flkd-investors-container {
    padding-top: 45px;
}

.flkd-investors-container img {
    width: 56%;
}

.flkd-logo-container {
    position: absolute;
    top: 0;
    left: 10%;
}

.flkd-intro {
    background-color: rgba(102,36,131,0.7);
    color: #fff;
    position: absolute;
    left: 10%;
    top: 30%;
    width: 30%;
    padding: 20px;
    border-radius: 0px 30px 0px 30px;

}

.flkd-intro-mobile {
    display: none;
    background-color: rgba(102,36,131,1);
    color: #fff;
    text-align: center;
}

.flkd-intro h1 {
    color: #fff;
    margin-bottom: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}

.flkd-intro h2 {
    color: #fff;
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
}

.flkd-bold {
    font-weight:700;
}

.flkd-regular {
    font-weight:400;
}

.flkd-light {
    font-weight:300;
}

.flkd-contact-modal {
    background-color: rgba(102,36,131,1);
    max-width: 800px;
    padding: 20px 40px;
    color: #fff;
}

.flkd-contact-modal h2 {
    color: #fff;
}

.flkd-contact-submit {
    background-color: #fff !important;
    color: #662483;
}

.flkd-contact-submit:hover {
    color:#662483 !important;
    -webkit-box-shadow: 0px 13px 29px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 13px 29px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 13px 29px -10px rgba(0,0,0,0.75);
}

.flkd-company-text {
    font-size: 10px;
}

@media only screen and (max-width : 970px) {

    .flkd-intro {
        width: 60%;
    }


}

@media only screen and (max-width : 769px) {
    
    .flkd-intro {
        width: 80%;
    }
    
    
}

@media only screen and (max-width : 530px) {
    
    .flkd-inner-container {
        padding: 0;
    }

    .flkd-intro {
        display: none;
    }

    .flkd-intro-mobile {
        display: block;
        padding: 20px;
    }

    .flkd-intro-mobile h1 {
        color: #fff;
        text-align: center;
    }

    .flkd-intro-mobile h2 {
        color: #fff;
        text-align: center;
    }
    
    .info-footer {
        display: none;
    }

    .info-footer-mobile {
        display: block;
        padding-top: 30px;
    }

    .flkd-logo-container {
        position: relative;
        top: 0;
        left: 0;
        text-align: center;
    }

    .flkd-investors-container {
        padding-top: 0px;
        padding-bottom: 40px;
    }
    
}