/*
Theme Name: Iconic One
Custom CSS Template for Iconic One.
*/
#bar{
    margin-left: 28%;
}
#ms{
text-align: center;
    padding: 13% 5%;
    border-radius: 50%;
    background-color: #F8A13F;
    width: 30%;
    font-size: 160%;
    margin-left: 30%;
    color: white;
    }
* {
-webkit-user-select: text !important;  -khtml-user-select: text !important;   -moz-user-select: text !important; -o-user-select: text !important;    user-select: text !important; 
-webkit-tap-highlight-color: rgba(255, 255, 255, 0 ) !important; 
outline: text !important;
}

img 
* {
-webkit-user-select: text !important;  -khtml-user-select: text !important;   -moz-user-select: text !important; -o-user-select: text !important;    user-select: text !important; 
-webkit-tap-highlight-color: rgba(255, 255, 255, 0 ) !important; 
}

img:hover {
-webkit-user-select: text !important;  -khtml-user-select: text !important;   -moz-user-select: text !important; -o-user-select: text !important;    user-select: text !important; 
-webkit-tap-highlight-color: rgba(255, 255, 255, 0 ) !important; 

}

img.highlighted {
   opacity:0;
}