body { background-color: #efefef; } #slider { overflow: hidden; align-items: center; position: relative; width: 300%; margin: 0; left: 0; float: left; } #spl1 { margin-top: 170px; } #spl3 { margin-top: 40px; } .item { float: left; width: 100%; } .item:after { content: ""; width: 2px; height: 100%; background: #f5f5f5; position: absolute; right: 0; top: 0; } @font-face { font-family: myFirstFont; src: url(assets/fonts/Merriweather/Merriweather-Black.ttf); } #black { color: black; font-family: myFirstFont; font-stretch: wider; font-size: larger; display: inline-block; } #white { display: inline-block; color: white; font-family: myFirstFont; font-stretch: wider; font-size: larger; } #CG { color: black; font-family: Elephant; } a { text-decoration: none; display: inline-block; padding: 8px 16px; } a:hover { background-color: #ddd; color: black; } .previous { background-color: #f1f1f1; color: black; } .next { background-color: #f1f1f1; color: black; } .round { border-radius: 50%; } .progress { display:block; width: 35%; height: 5px; background:#929090; content:""; top:0; left:0; right:0; overflow:hidden; } .progress span { display:block; max-width:16.8%; height:5px; background:#0d0e0d; border-top:25px solid #0d0e0d; border-right:0px solid #929090; -webkit-transition:all 0.75s ease-in-out; -moz-transition:all 0.75s ease-in-out; -ms-transition:all 0.75s ease-in-out; transition:all 0.75s ease-in-out; }