.tp-caption a { color: #ff7302; text-shadow: none; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; }
 .tp-caption a:hover { color: #ffa902; }
 .animation-target { background-color: red; -webkit-transition: all 2ms ease; -moz-transition: all 2ms ease; -ms-transition: all 2ms ease; -o-transition: all 2ms ease; transition: all 2ms ease; -moz-transform: scale(1.1) rotate(0deg) translateY(5px) skewY(0deg); -webkit-transform: scale(1.1) rotate(0deg) translateY(5px) skewY(0deg); -o-transform: scale(1.1) rotate(0deg) translateY(5px) skewY(0deg); -ms-transform: scale(1.1) rotate(0deg) translateY(5px) skewY(0deg); transform: scale(1.1) rotate(0deg) translateY(5px) skewY(0deg); }
 .header-bg-color { background-color: none !important; position: fixed !important; }
 .sidenav { height: 100%; width: 0; position: fixed; z-index: 1; top: 0; left: 0; background-color: rgba(0,0,0,0.8); overflow-x: hidden; transition: 0.5s; padding-top: 60px; text-align: center; z-index: 9999999999999999999999; padding-top: 7em; }
 .sidenav a { padding: 8px 0px 8px 5px; text-decoration: none; font-size: 1.3em; color: white; /*display: block;*/ transition: 0.3s; text-align: center; }
 .sidenav a:hover { color: #f1f1f1; }
 .sidenav .closebtn { position: absolute; top: 10%; right: 25px; font-size: 36px; margin-left: 50px; }
