h4{
    /*text-transform: uppercase;
    font-weight: bold !important;*/
    text-align: center;
}

#SignUp{
    width: 100%;
}

#PageTitle
{
    text-transform: uppercase;
    font-weight: 500;
}

#CatchParagraph{
    /*background: url(/static/fr/images/map.jpg) no-repeat center center;*/
}

#MainFeatures{
    display: block;
    position: relative;
    width: 100%;
    /*height: 100%;*/
}

#Articles{
    display: block;
    position: relative;
    width: 100%;
    /*height: 100%;*/
}
#BecomeAPartner{
    display: block;
    position: relative;
    width: 100%;
    /*height: 100%;*/
}

.card-panel{
}

.container{
    overflow: hidden;
}

#Header
{
    padding:1em !important;
}

#Header h6
{
    margin-top: 0 !important;
}

#Header h4
{
    margin: 0 !important;
}

li
{
    margin: 1rem;
}

#LeftFeatures
{
    border-right: solid 1px #26a69a;

}

.quote
{
    text-align: justify;
    font-style: italic;
}

@media screen and (max-width : 600px) {
     #RightFeatures, .topic
     {
         margin-top: 2em;
     }

    #SignUpType
    {
        text-align: left !important;
    }
}

.justify
{
    text-align: justify;
}

