body {
    background: linear-gradient(to top right, #bf1f22 0%, #ec8809 50%, #bf1f22 100%);
} 

.row{
    margin: 0;
}

@font-face {
    font-family: 'HouschkaMedium';
    src: url('../fonts/HouschkaMedium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HouschkaHeavy';
    src: url('../fonts/HouschkaHeavy.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4, h5, p {
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    font-family: HouschkaMedium;
}

.scroll-text {
    font-family: HouschkaMedium !important;
}

.SocialMediaContainer {
    position: fixed;
    left: 50px;
    z-index: 9999;
    top: 40%;
}

    .SocialMediaContainer img {
        width: 30px;
        margin: 5px 0;
        cursor:pointer;
    }
/*
#section0 {
    background-image: linear-gradient(to right, #d85c13, #bf1f22);
}

#section2 {
    background-image: linear-gradient(to right, #e4760d, #cd421a);
}

#section3 {
    background-image: linear-gradient(to right, #ee8e08, #dd6711);
}

#section4 {
    background-image: linear-gradient(to right, #e77f0b, #ec8809);
}

#section5 {
    background-image: linear-gradient(to right, #de6a10, #ee8d09);
}

#section6 {
    background-image: linear-gradient(to right, #ca3a1b, #e57a0c);
}*/

.mobileImage {
    max-height: 700px !important;
}
 
.androidStoreLink, .iosStoreLink {
    cursor: pointer !important;
}

.Logo {
    margin: 0 auto; 
    max-width: 400px;
}

.ScrollDownBtnContainer, .ScrollTopBtnContainer {
    position: absolute;
    bottom: 15px;
    width: 100%;
    left: 0;
    margin: 0;
    cursor: pointer;
}

.ScrollDownBtn {
    width: 35px;
    margin: 0 auto; 
}
 
.TextContainer {
    padding-top: 5%;
} 

.scroll-text{
	font-family:SFUIDisplay-Regular;
	clear: both;
	position: relative;
	display: block;
	margin-bottom: 10px;
	color: #80E4FC;
}

.Mobile1_Mini, .Mobile3_miniDiv, .Mobile5_miniDiv {
    display: none !important;
}

.Mobile2, .Mobile4 {
    margin: 0 auto;
    max-width: 700px;
    width: 100%;
}

.Mobile2_text, .Mobile4_text {
    margin: 0 auto;
    margin-top: -50px;
    max-width: 400px;
}

.SimpleSearch_text, .EasyBuy_text, .Mobile4_text {
    margin: 0 auto;
}
 
.padding-top-70{
    padding-top: 70px;
}

@media only screen and (max-width: 768px) {
    .Mobile1_Mini {
        display: inline-block !important;
        max-height: 250px;
    }
    .Mobile3_miniDiv, .Mobile5_miniDiv {
        display: block !important;
        max-height: 250px;
    }

    .Mobile5_mini {
        max-width: 280px !important;
    }

    .Mobile2, .Mobile3_mini, .Mobile5_mini, .Mobile4, .Mobile6 {
        max-width: 250px !important;
    }
    .Mobile6 {
        zoom: 95% !important;
    }

    .ScrollDownBtnContainer, .ScrollTopBtnContainer{
        display: none !important;
    }

    .Mobile6Container {
        padding-left: 50px;
    }

    .Mobile2_text, .Mobile4_text {
        margin-top: -10px;
        font-size: 14px !important;
        line-height: 15px !important;
        max-width: 280px;
    }

    .SimpleSearch_text, .EasyBuy_text, .Mobile4_text {
        max-width: 300px;
    }

    .QRCode, .Mobile1, .Mobile3, .Mobile5, .SimpleSearch_img, .EasyBuy, .GrowBusiness, .BoostSales {
        display: none !important;
    }

    .SocialMediaContainer {
        left: 7px;
        top: 35%;
    }

    h1 {
        font-size: 2em !important;
    }

    h2 {
        font-size: 1.6em !important;
    }

    h3 {
        font-size: 1em !important;
    }

    h4 {
        font-size: 0.8em !important;
		line-height: 22px !important;
    }

    h5 {
        font-size: 0.7em !important;
    }

    p {
        font-size: 0.7em !important;
    }

    .androidStoreLink, .iosStoreLink {
        width: 150px !important;
    }
     
    .ScrollDownBtnContainer {
        display: block;
    }

    .padding-top-70 {
        padding-top: 10px;
    }
     
    .TextContainer {
        padding-top: 0;
    }

    .Logo { 
        max-width: 200px;
    }

    .LogoFooter {
        max-width: 150px;
    }
}