# General Options
a,body,div,h1,h2,h3,h4,h5,h6 {font-family: "Lato", sans-serif;}

# Theme Colors
.w3-text-theme-light {color:#ffffff !important}

.w3-theme-l5 {color:#000 !important; background-color:#f7f7f7 !important}
.w3-theme-l4 {color:#000 !important; background-color:#e4e4e4 !important}
.w3-theme-l3 {color:#000 !important; background-color:#c9c9c9 !important}
.w3-theme-l2 {color:#000 !important; background-color:#aeaeae !important}
.w3-theme-l1 {color:#000 !important; background-color:#939393 !important}
.w3-theme-d1 {color:#fff !important; background-color:#6c6c6c !important}
.w3-theme-d2 {color:#fff !important; background-color:#606060 !important}
.w3-theme-d3 {color:#fff !important; background-color:#545454 !important}
.w3-theme-d4 {color:#fff !important; background-color:#484848 !important}
.w3-theme-d5 {color:#fff !important; background-color:#3c3c3c !important}

.w3-theme-light {color:#000 !important; background-color:#f7f7f7 !important}
.w3-theme-dark {color:#fff !important; background-color:#3c3c3c !important}
.w3-theme-action {color:#fff !important; background-color:#3c3c3c !important}

.w3-theme {color:#fff !important; background-color:#787878 !important}
.w3-text-theme {color:#787878 !important}
.w3-border-theme {border-color:#787878 !important}

.w3-hover-theme:hover {color:#fff !important; background-color:#787878 !important}
.w3-hover-text-theme:hover {color:#787878 !important}
.w3-hover-border-theme:hover {border-color:#787878 !important}

# Alternating room images
#This seems necessary to create the section block for nth-child to work properly
.section { }
.alternating section:nth-child(odd) .alternate_img{
     float:left;
}
.alternating section:nth-child(even) .alternate_img{
     float:right;
}
