@charset "UTF-8";
@import url("../webfonts/GillSansC/stylesheet.css");
.container-fluid {
    background-image: url(../images/Background%20lines.png);
    background-size: cover;
}
.navbar.navbar-expand-lg.navbar-light.bg-light {
}
.btn.btn-primary {
    background-color: rgba(0,145,202,1.00);
}
.col-lg-4.footeremail {
    text-align: center;
    font-family: GillSansC;
    color: rgba(0,0,0,1.00);
    font-size: large;
    /* [disabled]margin-top: 15px; */
    padding-top: 12px;
}
.col-lg-4.footersocial {
    text-align: right;
}
.col-lg-4.footercopyright {
    font-family: GillSansC;
    font-size: large;
    padding-top: 12px;
}
.middlepara {
    font-family: GillSansC;
    font-size: large;
}
.middleheading {
    font-family: GillSansC;
}
.nav-link {
    font-family: GillSansC;
    font-size: x-large;
}
.topname {
    font-family: GillSansC;
    font-size: x-large;
}
.card-title {
    font-family: GillSansC;
    font-size: x-large;
}
.card-text {
    font-family: GillSansC;
    font-size: medium;
}
.btn.btn-primary {
    font-family: GillSansC;
}
.footersocial img {
    width: 50px;
    height: 50px;
}
.card.col-lg-12.offset-lg-0.offset-md-0.col-md-12 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

@media (max-width:767.99px){
.col-lg-4.footercopyright.offset-0.col-12.col-sm-12.col-md-4 {
    text-align: center;
}
.container-fluid .container footer .row .col-lg-4.footersocial.offset-0.col-12.col-sm-12.col-md-4 a {
    display: block;
    position: relative;
    right: 45%;
    padding-top: 15px;
}
}

@media (max-width:450px){
.col-lg-4.footersocial.offset-0.col-12.col-sm-12.col-md-4 {
    position: relative;
    left: 8px;
}
}
.footercopyright {
}
.card-title-2 {
    text-align: center;
}
.card-text-2 {
    font-size: small;
    text-align: center;
}
.card-body-2 {
}
