/*#container{margin:auto; width:1024px;}*/
.content{margin-top:50px; padding:0px 10px 20px 10px;}
.clear{clear:both;}
.error{color:#F00;} 
.blink_me {animation: blinker 1s linear infinite;} @keyframes blinker { 50% { opacity: 0.0; } }
body{ color:#FFF; }
/*.image img{ height: 280px; width: 100%;  object-fit: cover; // here }

/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
    text-align: center;
  /*  background-color: #ccc;
    border: 1px solid #ddd;*/
}
