/*
 Theme Name:     Centum Child
 Description:    Centum Child Theme - use to customize theme without loosing any changes after update
 Author:         You
 Template:       Centum
 Version:        1.0
*/

/* =Imports styles from the parent theme
-------------------------------------------------------------- */
@import url("../Centum/style.css");


/* =Theme customization starts here
-------------------------------------------------------------- */


#tagline {
    margin-left: 54px;
    border: 0px;
    color: #616161;
}

.alignleft {
    border: 0px;
}


.container .four.columns {
    width: 250px;
}

.container .twelve.columns {
    width: 670px;
}
/* --- injected clearfix (WaybackScraper) --- */
.clearfix::after{content:"";display:table;clear:both}
.clearfix{display:block}
