/*
   Spezific styling for salvattore
   Feel free to edit it as you like
   More info at http://salvattore.com
 */

/* Base styles */
.column {
    float: left;
    width: 100%;
}
.size-1of5 {
    width: 20%;
}
.size-1of4 {
    width: 25%;
}
.size-1of3 {
    width: 33.333%;
}
.size-1of2 {
    width: 50%;
}
.size-1of1 {
    width: 100%;
}






/* *********** Configurate salvattore with media queries *********** */
@media screen and (max-width: 450px) {
    #timeline[data-columns]::before {
        content: '1 .column.size-1of1';
    }
}

@media screen and (min-width: 451px) and (max-width: 767px) {
    #timeline[data-columns]::before {
        content: '2 .column.size-1of2';
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    #timeline[data-columns]::before {
        content: '2 .column.size-1of2';
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    #timeline[data-columns]::before {
        content: '2 .column.size-1of2';
    }
}

@media screen and (min-width: 1200px) {
    #timeline[data-columns]::before {
        content: '3 .column.size-1of3';
    }
}



@media screen and (max-width: 580px) {
    #timeline2[data-columns]::before {
        content: '1 .column.size-1of1';
    }
}

@media screen and (min-width: 581px) and (max-width: 767px) {
    #timeline2[data-columns]::before {
        content: '2 .column.size-1of2';
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    #timeline2[data-columns]::before {
        content: '2 .column.size-1of2';
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    #timeline2[data-columns]::before {
        content: '2 .column.size-1of2';
    }
}

@media screen and (min-width: 1200px) {
    #timeline2[data-columns]::before {
        content: '2 .column.size-1of2';
    }
}