body {
    font-family: 'Lato', sans-serif;
}
.landing-banner {
    background-image: url("../images/landing-banner01.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

.landing-webs-text {
    max-width: 550px;
    font-size: 16px;
    line-height: 24px;
    padding-top: 28vh;
    padding-left: 80px;
}
.landing-webs-text img {
    padding-bottom: 30px;
}
.landing-webs-text p {
    margin-bottom: 25px;
}
.landing-webs-text span {
    color: #f16826;
}
a:hover,
a:focus {
    text-decoration: none;
}
.sm-only {
    display:none;
}