body,h1,h2,h3,h4,h5,h6 {font-family: "Lato", sans-serif;}
body, html {
    height: 100%;
    color: #777;
    line-height: 1.8;
}

.bgimg-1 {
    opacity: 1.0;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bgimg-1 {
    background-image: url("imgs/company.jpg");
    min-height: 100%;
}

@media only screen and (max-width: 1024px) {
    .bgimg-1 {
        background-attachment: scroll;
    }
}

.mySlides {display:none;}
.w3-left, .w3-right, .w3-badge {cursor:pointer}
.w3-badge {height:13px;width:13px;padding:0}
.w3-wide {letter-spacing: 0px;}
.w3-hover-opacity {cursor: pointer;}