nav{
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}

.positionNone{
    position:static!important;
}
.homeScreenText{
    font-size: 1.1rem !important;
    line-height: 1 !important;
    padding: 0px 10px 10px 10px !important;
    background: rgba(0,0,255,0.3);
    border-top-left-radius: 2em;
    border-top-right-radius: 2em;
    margin-left: 1em!important;
}
.aboutScreenText1{
    font-size: 1rem !important;
    line-height: 1 !important;
    padding: 0px 10px 10px 10px !important;
    background: rgba(0,0,255,0.3);
    border-bottom-right-radius: 2em;
    border-top-right-radius: 2em;
    top: 0!important;
    bottom:auto !important;
    margin-top: 1em!important;
}

.aboutScreenText2{
    font-size: 1rem !important;
    line-height: 1 !important;
    padding: 10px 10px 10px 10px !important;
    background: rgba(0,0,255,0.3);
    border-bottom-left-radius: 2em;
    border-top-left-radius: 2em;
    right:0!important;
    left:auto!important;
    margin-bottom: 1em!important;
}


.phomeScreenText{
    margin: 0em!important;
}


body{
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

main{
    flex: 1 0 auto;
}

.callNow{
    clear: none !important;
    float: right!important;
}
.noMarginTop{
    margin-top:0px!important;
}

.noBottom{
     bottom:auto !important;
}
.overflowHidden{
    overflow:inherit!important;
}
