.landing-header {
    padding-top: 60px;
    padding-bottom: 60px;
}

.landing-header-text {
    font-family: museo-sans;
    font-size: 44px;
    font-weight: 100;
    line-height: 45px;
}

.hero-logos {
    max-width: 300px;
    height: auto;
}

.button-size {
    max-width: 200px;
    max-height: auto;
    padding:10px;
}

.landing-background-img {
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    width: auto;
}
.landing-hft {
    background-image: url("../assets/landing-page/hft-background.png");
}

.landing-hfg {
    background-image: url("../assets/landing-page/hfg-background.png");
}

.landing-logo-padding {
    padding-top:150px;
    padding-bottom:30px;
}

.landing-text {
    text-align: center;
    font-size: 24px;
    color:white;
    padding-top:30px;
    padding-bottom:20px;
    font-family: museo-sans;
    font-weight: 300;
    letter-spacing: 1px;
}


.landing-footer {
    background-image: url("../assets/landing-page/footer.png");
    height: 80px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top:80px
}

.footer-text {
    padding-left: 65px;
    padding-top: 45px;
    color: white;
    font-family: museo-sans;
    font-weight: 300;
    font-size:14px;

}