.upper-case {text-transform: uppercase;}
.fullwidth {width: 100%}
.w3-animate-left-slow{position:relative;animation:animateleft 0.8s}@keyframes animateleft{from{left:-1200px;opacity:0} to{left:0;opacity:1}}
.zbehind {z-index: -1;}
.float-left {float:left}
.text-bold {font-weight: bold;}
.text-italic {font-style: italic;}