/* Add here all your CSS customizations */
.heading-style-1 {
    font-size: 1.4em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 27px;
    margin: 0 0 14px 0;
    color: black;
}
.font-white {
    color: white;
}
.font-green {
    color: #47a447;
}
#footer h5 {
    color: white;
}


@media only screen and (max-device-width : 640px) {
    /* Styles */
    .pilotcan {
        width:35%;
        position: fixed;
        left: 0;
        top: 50%;
        z-index: 1;
        border: none;
    }
}

@media only screen and (min-device-width: 768px) {
    /* Styles */
    .pilotcan {
        width:15%;
        position: fixed;
        left: 0;
        top: 50%;
        z-index: 1;
        border: none;
    }

}
