body {
    font-family: Arial;
    color: #1c1c1c;
    /*    color: #060606;*/
}

.title {
    font-family: Arial;
    font-size: 36px;
    font-weight: bolder;
    letter-spacing: 3.3px;
    margin-top: 25px;
   line-height:1 !important;
}

.poweredBy {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;

}

.helmsheading {
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 1px;
}

.anInitiative {
    position: fixed;
    bottom: 10px;
}


@media screen and (max-width: 1275px) {
    .title {
        font-family: Arial;
        font-size: 30px;
        font-weight: bold;
        letter-spacing: 3.3px;
        margin-top: 22px;
        color: #060606;
		line-height:1;
    }
}
@media screen and (max-width: 1085px) {
    .title {
        font-family: Arial;
        font-size: 28px;
        font-weight: bold;
        letter-spacing: 3.1px;
        margin-top: 22px;
        color: #060606;
    }
}
@media screen and (max-width: 1018px) {
    .title {
        font-family: Arial;
        font-size: 25px;
        font-weight: bold;
        letter-spacing: 2.8px;
        margin-top: 22px;
        color: #060606;
    }
}
@media screen and (max-width: 905px) {
    .title {
        font-family: Arial;
        font-size: 23px;
        font-weight: bold;
        letter-spacing: 2.6px;
        margin-top: 18px;
        color: #060606;
    }
}
@media screen and (max-width: 838px) {
    .title {
        font-family: Arial;
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 2.4px;
        margin-top: 18px;
        color: #060606;
    }
    .poweredBy {
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 1.6px;
        color: #060606;
    }
    .helmsheading {
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 1px;
        color: #060606;
    }
}
@media screen and (max-width: 733px) {
    .title {
        font-family: Arial;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 2px;
        margin-top: 14px;
        color: #060606;
    }
    .poweredBy {
        font-size: 15px;
        font-weight: bold;
        letter-spacing: 1.4px;
        color: #060606;
    }

    .helmsheading {
        font-size: 13px;
        font-weight: bold;
        letter-spacing: 1px;
        color: #060606;
    }
}
@media screen and (max-width: 652px) {
    .title {
        font-family: Arial;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 1.6px;
        margin-top: 10px;
        color: #060606;
    }
    .poweredBy {
        font-size: 15px;
        font-weight: bold;
        letter-spacing: 1.4px;
        color: #060606;
    }

    .helmsheading {
        font-size: 13px;
        font-weight: bold;
        letter-spacing: 1px;
        color: #060606;
    }

}
@media screen and (max-width: 571px) {
    .title {
        font-family: Arial;
        font-size: 15px;
        font-weight: bold;
        letter-spacing: 1.4px;
        margin-top: 8px;
        color: #060606;
    }
    .poweredBy {
        font-size: 15px;
        font-weight: bold;
        letter-spacing: 1.4px;
        color: #060606;
    }

    .helmsheading {
        font-size: 13px;
        font-weight: bold;
        letter-spacing: 1px;
        color: #060606;
    }
}
@media screen and (max-width: 507px) {
    .title {
        font-family: Arial;
        font-size: 15px;
        font-weight: bold;
        letter-spacing: 1.2px;
        margin-top: 8px;
        color: #060606;
    }
    .poweredBy {
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 1.6px;
        color: #060606;
    }

    .helmsheading {
        font-size: 13px;
        font-weight: bold;
        letter-spacing: 1px;
        color: #060606;
    }
}