body {
    background-color: #000209 !important;
    color:#fff !important;
}
#comingsoon {
    text-align: center;
    margin: 28px 0;
}
.home-page-header {
    text-align: center;
    margin: 50px 0px;
}
.heroImage {
    width: 100%;
    max-width:3000px;
}
.page-header {
    padding: 28px 0;
    text-align: center;
    color: #fff;
    background-color: #FF9178;
    text-shadow: 3px 3px 3px #000;
    margin-bottom:0px !important;
}
#AboutTopSection, #AboutMidSection, #AboutBotSection, #HomeTopSection, #HomeMidSection, #HomeBotSection {
    font-size: 30px;
}
#AboutTopSection {
    background-color:#7a97e9;
    padding:20px 10px;
    border-radius:20px;
}
#AboutMidSection {
    background-color:#5ce1e6;
    padding:20px 10px;
    border-radius:20px;

}
#AboutTopContent {
    max-width:1320px;
    width:100%;
    margin:0 auto;
    padding: 15px;
    color:#000209;
}
#AboutMidContent {
    max-width:1320px;
    width:100%;
    margin:0 auto;
    padding: 15px;
    color:#000209;
}

.primary_color_one {
    font-weight: bold;
    color: #ff917b;
}

.primary_color_two {
    font-weight: bold;
    color: #7a97e9;
}

.primary_color_three {
    font-weight: bold;
    color: #5ce1e6;
}
