html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: "Roboto";
    margin-top: 62px;
    margin-bottom:424px;
}

.no-margins {
    margin: 0px;
}

.no-paddings {
    padding-left: 0px;
    padding-right: 0px;
}

.cursor-pointer{
    cursor: pointer;
}

.cust-navbar{
    background-color: white;
}

.cust-navbar-brand-name {
    font-size: 24px;
    font-weight: 700;
}

.cust-page-header {
    font-size: 48px;
    font-weight: 700;
    padding-top: 64px;
    padding-bottom: 64px;
}

.cust-hero-container {
    background-color: #F4F5F7;
    padding-top: 48px;
    padding-bottom: 48px;
}

.cust-page-hero-title {
    font-size: 32px;
    font-weight: 700;
    display: block;
    margin-bottom:12px;
}

.cust-page-sub-hero-subtitle {
    font-size: 20px;
    font-weight: 400;
    display: block;
    margin-bottom:12px;
}

.cust-cta-container {
    padding-top: 24px;
    padding-bottom: 24px;
}

.cust-img-google-play {
    width: 175px;
}

.cust-feature-container {
    border-radius: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 24px;
}

.cust-feature-title {
    font-size: 20px;
    font-weight: 700;
    display: block;
}

.cust-feature-subtitle {
    font-size: 16px;
    font-weight: 400;
    display: block;
}

.cust-feature-image {
    height: 200px;
    padding: 24px;
}

.cust-feature-modal-header{
    padding-left: 16px;
    padding-top: 22px;
    padding-right: 32px;
    padding-bottom: 0px;
}

.cust-screen-gallery-container {
    margin-top: 24px;
}

.cust-bottom-cta-container {
    padding-top: 48px;
    padding-bottom: 48px;
    margin-top: 24px;
}

.cust-footer-container {
    background-color: black;
    color: white;
    padding-top: 48px;
    padding-bottom: 48px;
    margin-top: 24px;
}

.cust-footer-brand {
    margin-bottom: 24px;
}

.cust-footer-contact {
    margin-bottom: 24px;
}

.cust-footer-links-container {
    margin-bottom: 6px;
}

.cust-footer-links {
    font-weight: 600;
    text-decoration: none;
}

.cust-footer-mailer-container {
    margin-top: 42px;
    background-color: white;
    padding: 24px;
    padding-bottom: 30px;
    color: black;
    border-radius: 15px;
    font-size: 16px;
}

.cust-footer-mailer-header {
    font-weight: 600;
    margin-bottom: 24px;
}

.cust-footer-mailer-label {
    font-size: 12px;
    font-weight: 600;
}

.cust-footer-endline{
    margin-top: 42px;
    color: #a0a0a0;
    font-weight:600;
}

.cust-contact-container{
    padding-left:48px;
    padding-top:48px;
    padding-right:48px;
    padding-bottom:24px;
}

.cust-modal-contact-links-label{
    font-weight: 600;
    margin-bottom:12px;
}

.cust-contact-links-card{
    background-color:black;
    font-size:18px;
    color:white;
    padding: 24px;
    border-radius:15px;
    margin-bottom:24px;
}

#comp_page_footer{
    position: absolute;
    bottom:0;
    width:100%;
    height:424px;
    display:block;
}