#main_content{ min-height: 225px; }

#progress, #solution{
    margin-bottom: 75px;
}

#main_icon{
    background-image: url(../img/activity.png);
    background-position: center center;
    background-repeat: no-repeat;
}

#main_nav{
    text-align: right;
    padding-left: 5%;
    padding-right: 5%;
}

.nav_button{
    background: #1696d7;
    border: 1px solid #fff;
    margin: auto;
    margin-top: 5px;
    width: 110px;
}

.nav_button:hover{
    background: #f08734;
    border: 1px solid #fff;
}

div.item_slideshow{
    position: relative;
    display: block;
    margin: auto;
    padding: auto;
}

div.item{
    position: absolute;
    left: 0; right: 0; top: 0;
    opacity: 0;
    overflow: hidden;
    text-align: center;
    padding: 5px;
    padding-bottom: 25px;
    color: #02202f;
}

div.item.show{
    position: relative;
    transition: 0.5s opacity;
    opacity: 1;
}

div.item span{
    position: relative;
    pointer-events: none;
    z-index: 0;
}

div.item.show span{
    pointer-events: auto;
    z-index: 1;
}

#sentence0 span:hover,
#sentence1 span:hover,
#sentence2 span:hover,
#sentence3 span:hover,
#sentence4 span:hover{
	opacity: 0.5;
	cursor: pointer;
}

#sentence0 span.active,
#sentence1 span.active,
#sentence2 span.active,
#sentence3 span.active,
#sentence4 span.active{
	background: #93d0ef;
    font-family: Roboto-Bold;
	z-index: 0;
	padding: 3px;
}

#sentence0 span.active:hover,
#sentence1 span.active:hover,
#sentence2 span.active:hover,
#sentence3 span.active:hover,
#sentence4 span.active:hover{
	opacity: 1;
}

input[type="radio"]{
    position: relative;
    pointer-events: none;
}

div.item.show input[type="radio"]{
    pointer-events: auto;
    z-index: 1;
}
