﻿/*Global Font Settings*/
body {
    font-family: Arial, Helvetica, sans-serif;
}

h3 {
    font-weight: 600 !important;
}

h4 {
    font-weight: 400 !important;
}

/*Global Classes*/
.text-center {
    text-align: center !important;
}

.subheadingA {
    margin-top: 100px;
}

.lowerheadingA {
    margin-top: 100px;
}

#btnLogin {
    border: 1.5px solid #ee322d !important;
    color: #241f59 !important;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 10px;
    font-weight:600;
    font-size: 14px;
    margin-right: 50px !important;
}
#imgLogo {
    margin-left: 50px !important;
    height: 50px;
}

.navbar {
    height: 60px !important;
    padding: 0px !important;
}

.navbar-brand {
    padding: 0px !important;
}

/*Images*/
#footerDiv {
    background-image: url(/img/Footer.svg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 169px;
}

/*Brand Flash Colours*/
.bfYellow {
    background-color: #fcd22a;
}

.bfRed {
    background-color: #ee322d;
}

.bfPurple {
    background-color: #241f59;
}

.yellowText {
    color: #fcd22a;
}

.redText {
    color: #ee322d;
}

.purpleText {
    color: #241f59 !important;
}

/*Home Page*/
.homecard {
    max-width: 340px !important;
}

.mainfootrow {
    padding-top: 123px !important;
    font-size: 20px;
}

#landingBanner {
    padding-top: 160px;
    background-image: url('/img/banner image.svg');
    width: 100%;
}

@media (max-height: 1600px) {
    #landingBanner {
        height: 1000px;
    }
}

#txtBanner {
    padding-bottom: 50px;
}

#btnLearnMore {
    font-size: 20px;
    font-weight: 600;
    border-radius: 10px;
}

.icoHome {
    width: 60px;
    height: 60px;
}
