h1, h2, h3, h4, h5 {
    font-family: "Lato", arial, sans-serif;
}

body  {
    font-family: "Open Sans", arial, sans-serif;
}

body {
    font-size: 16px;
}

.w3-green {
    color:#fff!important;
    background-color:#00595E!important
}

.w3-text-green {
    color:#00595E!important
}

.w3-half img {
    margin-bottom: -6px;
    margin-top: 16px;
    opacity: 0.8;
    cursor: pointer;
}

.w3-half img:hover {
    opacity: 1;
}

.auto-style1 {
    width: 130px;
    height: 130px;
}

#blackout {
    width: 100%;
    height: 10600px;
    overflow: hidden;
    position: absolute;
    left: 0; 
    right: 0;
    top: 0; 
    bottom:0;
    z-index: 99;
    background-color: Black;
    opacity:0.6;
    display: none;
}














