#homepageimage{border-radius:10px;}.site-title {color:white;}.header-main.clearfix {background-color:#002147;display:none;}#header-main2 {background-color:#002147;color:white;text-align:center;padding:2%;margin:0;}#main-navigation {background-color:#002147;}#main-navigation-toggle {background-color:#002147;}#sidebar-toggle{background-color:#002147;}.entry-content.clearfix {overflow:hidden;white-space:pre;word-break:keep-all !important;word-wrap:break-word ;}#colophon{background-color:black;color:white;}#footer-address {float:left;width:100%;}#logo-image { text-align:center; margin:0; margin-left:auto; margin-right:auto; padding:0; height:150px; width:150px; position:relative; box-shadow:3px 3px 10px black; overflow:hidden; -webkit-animation-name:logoimage;-webkit-animation-delay:1s;-webkit-animation-duration:1s;-webkit-animation-iteration-count:1;animation-name:logoimage; animation-delay:1s; animation-duration:1s; animation-iteration-count:1;}@-webkit-keyframes logoimage { 0% {-ms-transform:rotate(0deg); -webkit-transform:rotate(0deg); }100% {-ms-transform:rotate(360deg); -webkit-transform:rotate(-360deg);}}@keyframes logoimage { 0% {transform:rotate(0deg); }100% {transform:rotate(360deg); } }#logo-text{width:200px; position:relative; margin:0; margin-left:auto; margin-right:auto; position:relative; text-align:center; font-weight:bolder; text-shadow:3px 3px 7px black; -webkit-animation-name:logomove;-webkit-animation-duration:3s;-webkit-animation-iteration-count:1;animation-name:logomove; animation-duration:3s; animation-iteration-count:1;}@-webkit-keyframes logomove { 0% { left:0px; top:200px;} 100% { left:0px; top:0px;}}@keyframes logomove { 0% {left:0px; top:200px;}100% {left:0px; top:0px;}}